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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

177 178
[[package]]
name = "block-buffer"
179
version = "0.7.3"
180
source = "registry+https://github.com/rust-lang/crates.io-index"
181 182 183 184 185 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 210
 "libc",
 "num_cpus",
211
 "opener",
212 213 214 215
 "pretty_assertions",
 "serde",
 "serde_json",
 "time",
E
Eric Huss 已提交
216
 "toml",
M
Mark Rousskov 已提交
217
 "winapi 0.3.9",
218 219
]

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

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

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

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

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

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

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

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

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

341 342 343 344
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
R
Ralf Jung 已提交
345
 "cargo_metadata 0.11.1",
346 347 348 349 350 351 352 353
 "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.58"
N
Nick Cameron 已提交
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
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"
Y
Yuki Okushi 已提交
579
version = "1.9.3"
N
Nick Cameron 已提交
580
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
581
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
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"
M
Mark Rousskov 已提交
889
version = "2.0.2"
R
Ralf Jung 已提交
890
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
891
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
R
Ralf Jung 已提交
892
dependencies = [
893 894
 "cfg-if",
 "dirs-sys",
R
Ralf Jung 已提交
895 896
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199
[[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",
]

1200 1201
[[package]]
name = "git2"
M
Mark Rousskov 已提交
1202
version = "0.13.8"
1203
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1204
checksum = "e6ac22e49b7d886b6802c66662b12609452248b1bc9e87d6d83ecea3db96f557"
1205
dependencies = [
1206 1207 1208 1209 1210 1211
 "bitflags",
 "libc",
 "libgit2-sys",
 "log",
 "openssl-probe",
 "openssl-sys",
M
Mark Rousskov 已提交
1212
 "url 2.1.1",
1213 1214 1215 1216
]

[[package]]
name = "git2-curl"
E
Eric Huss 已提交
1217
version = "0.14.0"
1218
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1219
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1220
dependencies = [
1221 1222 1223
 "curl",
 "git2",
 "log",
M
Mark Rousskov 已提交
1224
 "url 2.1.1",
1225 1226 1227 1228
]

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

1233 1234
[[package]]
name = "globset"
M
Mark Rousskov 已提交
1235
version = "0.4.5"
1236
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1237
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1238
dependencies = [
1239 1240 1241 1242 1243
 "aho-corasick",
 "bstr",
 "fnv",
 "log",
 "regex",
1244 1245
]

1246 1247
[[package]]
name = "handlebars"
M
Mark Rousskov 已提交
1248
version = "3.4.0"
1249
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1250
checksum = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1"
1251
dependencies = [
1252 1253 1254
 "log",
 "pest",
 "pest_derive",
M
Mark Rousskov 已提交
1255
 "quick-error 2.0.0",
1256 1257
 "serde",
 "serde_json",
1258 1259
]

1260 1261
[[package]]
name = "hashbrown"
M
Matt Brubeck 已提交
1262
version = "0.9.0"
1263
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1264
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
1265
dependencies = [
1266 1267 1268
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
E
Eric Huss 已提交
1269 1270
]

1271 1272
[[package]]
name = "heck"
M
Mark Rousskov 已提交
1273
version = "0.3.1"
1274
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1275
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1276
dependencies = [
1277
 "unicode-segmentation",
1278 1279
]

1280 1281
[[package]]
name = "hermit-abi"
S
Stefan Lankes 已提交
1282
version = "0.1.15"
1283
source = "registry+https://github.com/rust-lang/crates.io-index"
S
Stefan Lankes 已提交
1284
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1285 1286 1287 1288 1289 1290
dependencies = [
 "compiler_builtins",
 "libc",
 "rustc-std-workspace-core",
]

1291 1292
[[package]]
name = "hex"
A
Alex Crichton 已提交
1293
version = "0.3.2"
1294
source = "registry+https://github.com/rust-lang/crates.io-index"
1295
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1296

A
Aaron Hill 已提交
1297 1298
[[package]]
name = "hex"
M
Mark Rousskov 已提交
1299
version = "0.4.2"
A
Aaron Hill 已提交
1300
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1301
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
A
Aaron Hill 已提交
1302

F
flip1995 已提交
1303 1304
[[package]]
name = "home"
M
Mark Rousskov 已提交
1305
version = "0.5.3"
F
flip1995 已提交
1306
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1307
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
F
flip1995 已提交
1308
dependencies = [
M
Mark Rousskov 已提交
1309
 "winapi 0.3.9",
F
flip1995 已提交
1310 1311
]

E
Eric Huss 已提交
1312 1313
[[package]]
name = "html5ever"
1314
version = "0.25.1"
E
Eric Huss 已提交
1315
source = "registry+https://github.com/rust-lang/crates.io-index"
1316
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
E
Eric Huss 已提交
1317
dependencies = [
1318 1319 1320
 "log",
 "mac",
 "markup5ever",
1321 1322 1323
 "proc-macro2",
 "quote",
 "syn",
E
Eric Huss 已提交
1324 1325
]

A
Alex Crichton 已提交
1326 1327
[[package]]
name = "humantime"
A
Alex Crichton 已提交
1328
version = "1.3.0"
A
Alex Crichton 已提交
1329
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1330
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
A
Alex Crichton 已提交
1331
dependencies = [
M
Mark Rousskov 已提交
1332
 "quick-error 1.2.3",
A
Alex Crichton 已提交
1333 1334
]

E
Eric Huss 已提交
1335 1336
[[package]]
name = "humantime"
M
Mark Rousskov 已提交
1337
version = "2.0.1"
E
Eric Huss 已提交
1338
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1339
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
E
Eric Huss 已提交
1340

1341 1342
[[package]]
name = "idna"
A
Alex Crichton 已提交
1343
version = "0.1.5"
1344
source = "registry+https://github.com/rust-lang/crates.io-index"
1345
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1346
dependencies = [
1347 1348 1349
 "matches",
 "unicode-bidi",
 "unicode-normalization",
A
Alex Crichton 已提交
1350 1351
]

E
Eric Huss 已提交
1352 1353 1354 1355
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
1356
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
E
Eric Huss 已提交
1357
dependencies = [
1358 1359 1360
 "matches",
 "unicode-bidi",
 "unicode-normalization",
E
Eric Huss 已提交
1361 1362
]

O
Oliver Schneider 已提交
1363 1364
[[package]]
name = "if_chain"
O
Oliver Scherer 已提交
1365
version = "1.0.0"
O
Oliver Schneider 已提交
1366
source = "registry+https://github.com/rust-lang/crates.io-index"
1367
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
O
Oliver Schneider 已提交
1368

1369 1370
[[package]]
name = "ignore"
M
Mark Rousskov 已提交
1371
version = "0.4.16"
1372
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1373
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
1374
dependencies = [
M
Mark Rousskov 已提交
1375
 "crossbeam-utils 0.7.2",
1376
 "globset",
Y
Yuki Okushi 已提交
1377
 "lazy_static",
1378 1379 1380 1381
 "log",
 "memchr",
 "regex",
 "same-file",
Y
Yuki Okushi 已提交
1382
 "thread_local",
1383 1384
 "walkdir",
 "winapi-util",
1385 1386
]

E
Eric Huss 已提交
1387 1388
[[package]]
name = "im-rc"
E
Eric Huss 已提交
1389
version = "15.0.0"
E
Eric Huss 已提交
1390
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
1391
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
E
Eric Huss 已提交
1392
dependencies = [
E
Eric Huss 已提交
1393
 "bitmaps",
M
Mark Rousskov 已提交
1394
 "rand_core",
E
Eric Huss 已提交
1395
 "rand_xoshiro",
1396 1397
 "sized-chunks",
 "typenum",
1398
 "version_check",
E
Eric Huss 已提交
1399 1400
]

1401 1402
[[package]]
name = "indexmap"
M
Matt Brubeck 已提交
1403
version = "1.6.0"
1404
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Matt Brubeck 已提交
1405
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
1406 1407 1408 1409
dependencies = [
 "autocfg",
 "hashbrown",
]
1410

1411 1412 1413 1414
[[package]]
name = "installer"
version = "0.0.0"
dependencies = [
1415
 "anyhow",
1416 1417
 "clap",
 "flate2",
Y
Yuki Okushi 已提交
1418
 "lazy_static",
1419 1420 1421 1422 1423
 "num_cpus",
 "rayon",
 "remove_dir_all",
 "tar",
 "walkdir",
M
Mark Rousskov 已提交
1424
 "winapi 0.3.9",
1425
 "xz2",
1426 1427
]

M
Mark Rousskov 已提交
1428 1429 1430 1431 1432 1433
[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"

1434 1435
[[package]]
name = "iovec"
1436
version = "0.1.4"
1437
source = "registry+https://github.com/rust-lang/crates.io-index"
1438
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1439
dependencies = [
1440
 "libc",
1441 1442 1443 1444
]

[[package]]
name = "itertools"
M
Mark Rousskov 已提交
1445
version = "0.8.2"
1446
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1447
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1448
dependencies = [
1449
 "either",
1450 1451
]

1452 1453 1454 1455 1456 1457 1458 1459 1460
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

1461
[[package]]
A
Alex Crichton 已提交
1462
name = "itoa"
M
Mark Rousskov 已提交
1463
version = "0.4.6"
1464
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1465
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1466

1467 1468
[[package]]
name = "jemalloc-sys"
M
Mark Rousskov 已提交
1469
version = "0.3.2"
1470
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1471
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
1472
dependencies = [
1473 1474 1475
 "cc",
 "fs_extra",
 "libc",
1476 1477
]

S
Steve Klabnik 已提交
1478
[[package]]
A
Alex Crichton 已提交
1479
name = "jobserver"
A
Alex Crichton 已提交
1480
version = "0.1.21"
S
Steve Klabnik 已提交
1481
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Alex Crichton 已提交
1482
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
A
Alex Crichton 已提交
1483
dependencies = [
1484
 "libc",
A
Alex Crichton 已提交
1485
]
S
Steve Klabnik 已提交
1486

1487 1488
[[package]]
name = "json"
M
Mark Rousskov 已提交
1489
version = "0.11.15"
1490
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1491
checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
1492

1493 1494
[[package]]
name = "jsonrpc-client-transports"
M
Mark Rousskov 已提交
1495
version = "14.2.1"
1496
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1497
checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511
dependencies = [
 "failure",
 "futures",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
 "serde",
 "serde_json",
 "tokio",
 "url 1.7.2",
]

1512 1513
[[package]]
name = "jsonrpc-core"
M
Mark Rousskov 已提交
1514
version = "14.2.0"
1515
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1516
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
1517
dependencies = [
1518 1519 1520 1521 1522
 "futures",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
1523 1524
]

1525 1526
[[package]]
name = "jsonrpc-core-client"
M
Mark Rousskov 已提交
1527
version = "14.2.0"
1528
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1529
checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
1530 1531 1532 1533 1534 1535
dependencies = [
 "jsonrpc-client-transports",
]

[[package]]
name = "jsonrpc-derive"
M
Mark Rousskov 已提交
1536
version = "14.2.1"
1537
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1538
checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
1539 1540
dependencies = [
 "proc-macro-crate",
1541 1542 1543
 "proc-macro2",
 "quote",
 "syn",
1544 1545 1546 1547
]

[[package]]
name = "jsonrpc-ipc-server"
I
Igor Matuszewski 已提交
1548
version = "14.0.3"
1549
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
1550
checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1551 1552 1553 1554 1555
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log",
 "parity-tokio-ipc",
I
Igor Matuszewski 已提交
1556
 "parking_lot 0.9.0",
1557 1558 1559 1560 1561
 "tokio-service",
]

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

[[package]]
name = "jsonrpc-server-utils"
M
Mark Rousskov 已提交
1575
version = "14.2.0"
1576
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1577
checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
1578 1579 1580 1581
dependencies = [
 "bytes",
 "globset",
 "jsonrpc-core",
Y
Yuki Okushi 已提交
1582
 "lazy_static",
1583 1584 1585
 "log",
 "tokio",
 "tokio-codec",
E
Eric Huss 已提交
1586
 "unicase",
1587 1588
]

1589 1590 1591 1592
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
1593
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1594
dependencies = [
1595 1596
 "winapi 0.2.8",
 "winapi-build",
1597 1598
]

A
Alex Crichton 已提交
1599 1600
[[package]]
name = "lazy_static"
1601
version = "1.4.0"
A
Alex Crichton 已提交
1602
source = "registry+https://github.com/rust-lang/crates.io-index"
1603
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
A
Alex Crichton 已提交
1604

A
Alex Crichton 已提交
1605 1606
[[package]]
name = "lazycell"
M
Mark Rousskov 已提交
1607
version = "1.3.0"
A
Alex Crichton 已提交
1608
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1609
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
A
Alex Crichton 已提交
1610

1611 1612
[[package]]
name = "libc"
T
Thomas de Zeeuw 已提交
1613
version = "0.2.77"
1614
source = "registry+https://github.com/rust-lang/crates.io-index"
T
Thomas de Zeeuw 已提交
1615
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
1616
dependencies = [
1617
 "rustc-std-workspace-core",
1618
]
1619

1620 1621
[[package]]
name = "libgit2-sys"
M
Mark Rousskov 已提交
1622
version = "0.12.9+1.0.1"
1623
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1624
checksum = "9b33bf3d9d4c45b48ae1ea7c334be69994624dc0a69f833d5d9f7605f24b552b"
1625
dependencies = [
1626 1627 1628 1629 1630 1631
 "cc",
 "libc",
 "libssh2-sys",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
1632 1633
]

A
Alex Crichton 已提交
1634 1635
[[package]]
name = "libnghttp2-sys"
M
Mark Rousskov 已提交
1636
version = "0.1.4+1.41.0"
A
Alex Crichton 已提交
1637
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1638
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
A
Alex Crichton 已提交
1639
dependencies = [
1640 1641
 "cc",
 "libc",
A
Alex Crichton 已提交
1642 1643
]

1644 1645
[[package]]
name = "libssh2-sys"
M
Mark Rousskov 已提交
1646
version = "0.2.18"
1647
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1648
checksum = "eafa907407504b0e683786d4aba47acf250f114d37357d56608333fd167dd0fc"
1649
dependencies = [
1650 1651 1652 1653 1654 1655
 "cc",
 "libc",
 "libz-sys",
 "openssl-sys",
 "pkg-config",
 "vcpkg",
1656 1657 1658 1659
]

[[package]]
name = "libz-sys"
M
Mark Rousskov 已提交
1660
version = "1.0.27"
1661
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1662
checksum = "6ca8894883d250240341478bf987467332fbdd5da5c42426c69a8f93dbc302f2"
1663
dependencies = [
1664 1665 1666 1667
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
1668 1669
]

1670 1671 1672 1673
[[package]]
name = "linkchecker"
version = "0.1.0"

1674 1675
[[package]]
name = "linked-hash-map"
M
Mark Rousskov 已提交
1676
version = "0.5.3"
1677
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1678
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
1679

E
Eric Huss 已提交
1680 1681 1682 1683 1684 1685 1686 1687 1688
[[package]]
name = "lint-docs"
version = "0.1.0"
dependencies = [
 "serde_json",
 "tempfile",
 "walkdir",
]

1689 1690
[[package]]
name = "lock_api"
1691
version = "0.3.4"
1692
source = "registry+https://github.com/rust-lang/crates.io-index"
1693
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1694
dependencies = [
1695
 "scopeguard",
1696 1697
]

M
Mark Rousskov 已提交
1698 1699 1700 1701 1702 1703 1704 1705 1706
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1707 1708
[[package]]
name = "log"
M
Mark Rousskov 已提交
1709
version = "0.4.11"
1710
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1711
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
1712
dependencies = [
1713
 "cfg-if",
1714
]
1715

1716 1717
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1718
version = "0.1.2"
1719
source = "registry+https://github.com/rust-lang/crates.io-index"
1720
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1721
dependencies = [
Y
Yuki Okushi 已提交
1722
 "lazy_static",
1723 1724
]

1725 1726
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1727
version = "0.1.2"
1728
source = "registry+https://github.com/rust-lang/crates.io-index"
1729
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1730
dependencies = [
1731 1732 1733
 "bytes",
 "serde_json",
 "tokio-codec",
1734 1735 1736 1737
]

[[package]]
name = "lsp-types"
1738
version = "0.60.0"
1739
source = "registry+https://github.com/rust-lang/crates.io-index"
1740
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1741
dependencies = [
1742 1743 1744
 "bitflags",
 "serde",
 "serde_json",
1745
 "serde_repr",
M
Mark Rousskov 已提交
1746
 "url 2.1.1",
1747 1748
]

1749 1750
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
1751
version = "0.1.16"
1752
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1753
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
1754
dependencies = [
1755 1756 1757
 "cc",
 "libc",
 "pkg-config",
1758 1759
]

S
steveklabnik 已提交
1760 1761 1762 1763
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1764
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1765

G
Guillaume Gomez 已提交
1766 1767
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
1768
version = "0.1.3"
G
Guillaume Gomez 已提交
1769
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1770
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
1771

S
steveklabnik 已提交
1772 1773
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
1774
version = "1.0.2"
S
steveklabnik 已提交
1775
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1776
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
1777

E
Eric Huss 已提交
1778 1779
[[package]]
name = "markup5ever"
1780
version = "0.10.0"
E
Eric Huss 已提交
1781
source = "registry+https://github.com/rust-lang/crates.io-index"
1782
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
1783
dependencies = [
1784 1785 1786 1787 1788 1789 1790 1791 1792
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1793 1794
]

1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806
[[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 已提交
1807 1808 1809 1810 1811 1812 1813 1814 1815
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

1816 1817
[[package]]
name = "matches"
A
Alex Crichton 已提交
1818
version = "0.1.8"
1819
source = "registry+https://github.com/rust-lang/crates.io-index"
1820
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1821

M
Mark Rousskov 已提交
1822 1823 1824 1825 1826 1827
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838
[[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",
]

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

W
Wesley Wiser 已提交
1866 1867
[[package]]
name = "measureme"
1868
version = "0.7.1"
W
Wesley Wiser 已提交
1869
source = "registry+https://github.com/rust-lang/crates.io-index"
1870
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
1871
dependencies = [
1872 1873
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
1874
 "parking_lot 0.9.0",
1875
 "rustc-hash",
W
Wesley Wiser 已提交
1876 1877
]

O
Oliver Schneider 已提交
1878 1879
[[package]]
name = "memchr"
Y
Yuki Okushi 已提交
1880
version = "2.3.3"
O
Oliver Schneider 已提交
1881
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
1882
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1883

1884 1885
[[package]]
name = "memmap"
1886
version = "0.7.0"
1887
source = "registry+https://github.com/rust-lang/crates.io-index"
1888
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1889
dependencies = [
1890
 "libc",
M
Mark Rousskov 已提交
1891
 "winapi 0.3.9",
1892 1893
]

R
Ralf Jung 已提交
1894 1895
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
1896
version = "0.5.5"
R
Ralf Jung 已提交
1897
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1898
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
1899
dependencies = [
M
Mark Rousskov 已提交
1900
 "autocfg",
R
Ralf Jung 已提交
1901 1902
]

G
Guillaume Gomez 已提交
1903 1904
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1905
version = "0.0.33"
G
Guillaume Gomez 已提交
1906
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
1908
dependencies = [
1909
 "macro-utils",
G
Guillaume Gomez 已提交
1910 1911
]

1912 1913
[[package]]
name = "miniz_oxide"
1914
version = "0.4.0"
1915
source = "registry+https://github.com/rust-lang/crates.io-index"
1916
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1917
dependencies = [
1918 1919 1920 1921
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
1922 1923
]

1924 1925
[[package]]
name = "mio"
M
Mark Rousskov 已提交
1926
version = "0.6.22"
1927
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1928
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
1929
dependencies = [
M
Mark Rousskov 已提交
1930
 "cfg-if",
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
1941 1942 1943 1944
]

[[package]]
name = "mio-named-pipes"
M
Mark Rousskov 已提交
1945
version = "0.1.7"
1946
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1947
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
1948
dependencies = [
1949 1950
 "log",
 "mio",
M
Mark Rousskov 已提交
1951 1952
 "miow 0.3.5",
 "winapi 0.3.9",
1953 1954 1955 1956
]

[[package]]
name = "mio-uds"
M
Mark Rousskov 已提交
1957
version = "0.6.8"
1958
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1959
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
1960
dependencies = [
1961 1962 1963
 "iovec",
 "libc",
 "mio",
1964 1965 1966 1967 1968 1969
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1970
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1971
dependencies = [
1972 1973 1974 1975
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
1976 1977
]

A
Alex Crichton 已提交
1978 1979
[[package]]
name = "miow"
M
Mark Rousskov 已提交
1980
version = "0.3.5"
A
Alex Crichton 已提交
1981
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1982
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
A
Alex Crichton 已提交
1983
dependencies = [
1984
 "socket2",
M
Mark Rousskov 已提交
1985
 "winapi 0.3.9",
A
Alex Crichton 已提交
1986 1987
]

1988 1989 1990 1991
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1992
 "colored",
R
Ralf Jung 已提交
1993
 "compiletest_rs",
R
Ralf Jung 已提交
1994
 "env_logger 0.7.1",
R
Ralf Jung 已提交
1995
 "getrandom",
M
Mark Rousskov 已提交
1996
 "hex 0.4.2",
1997
 "libc",
1998
 "log",
1999
 "rand",
2000 2001 2002
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
2003 2004
]

2005 2006
[[package]]
name = "net2"
M
Mark Rousskov 已提交
2007
version = "0.2.34"
2008
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2009
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2010
dependencies = [
2011 2012
 "cfg-if",
 "libc",
M
Mark Rousskov 已提交
2013
 "winapi 0.3.9",
2014 2015
]

A
Alex Crichton 已提交
2016 2017
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2018
version = "1.0.4"
N
Nick Cameron 已提交
2019
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2020
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2021

2022
[[package]]
O
Oliver Schneider 已提交
2023
name = "num-integer"
M
Mark Rousskov 已提交
2024
version = "0.1.43"
2025
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2026
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2027
dependencies = [
M
Mark Rousskov 已提交
2028
 "autocfg",
2029
 "num-traits",
2030 2031
]

S
Steve Klabnik 已提交
2032 2033
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2034
version = "0.2.12"
S
Steve Klabnik 已提交
2035
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2036 2037 2038 2039
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2040

2041 2042
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2043
version = "1.13.0"
2044
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2045
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2046
dependencies = [
M
Mark Rousskov 已提交
2047
 "hermit-abi",
2048
 "libc",
2049 2050
]

2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061
[[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",
]

2062 2063
[[package]]
name = "once_cell"
M
Mark Rousskov 已提交
2064
version = "1.4.1"
2065
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2066
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2067

2068 2069 2070 2071 2072 2073
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

S
Steve Klabnik 已提交
2074 2075
[[package]]
name = "open"
M
Mark Rousskov 已提交
2076
version = "1.4.0"
S
Steve Klabnik 已提交
2077
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2078 2079 2080 2081
checksum = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
dependencies = [
 "winapi 0.3.9",
]
S
Steve Klabnik 已提交
2082

A
Alex Crichton 已提交
2083 2084
[[package]]
name = "opener"
M
Mark Rousskov 已提交
2085
version = "0.4.1"
A
Alex Crichton 已提交
2086
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2087
checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
A
Alex Crichton 已提交
2088
dependencies = [
M
Mark Rousskov 已提交
2089
 "winapi 0.3.9",
A
Alex Crichton 已提交
2090 2091
]

2092 2093
[[package]]
name = "openssl"
M
Mark Rousskov 已提交
2094
version = "0.10.30"
2095
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2096
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2097
dependencies = [
2098 2099 2100
 "bitflags",
 "cfg-if",
 "foreign-types",
Y
Yuki Okushi 已提交
2101
 "lazy_static",
2102 2103
 "libc",
 "openssl-sys",
2104 2105 2106 2107
]

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

E
Eric Huss 已提交
2112 2113
[[package]]
name = "openssl-src"
M
Mark Rousskov 已提交
2114
version = "111.10.2+1.1.1g"
E
Eric Huss 已提交
2115
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2116
checksum = "a287fdb22e32b5b60624d4a5a7a02dbe82777f730ec0dbc42a0554326fef5a70"
E
Eric Huss 已提交
2117
dependencies = [
2118
 "cc",
E
Eric Huss 已提交
2119 2120
]

2121 2122
[[package]]
name = "openssl-sys"
M
Mark Rousskov 已提交
2123
version = "0.9.58"
2124
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2125
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
2126
dependencies = [
A
Amanieu d'Antras 已提交
2127
 "autocfg",
2128 2129 2130 2131 2132
 "cc",
 "libc",
 "openssl-src",
 "pkg-config",
 "vcpkg",
2133 2134
]

2135 2136 2137 2138
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2139
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2140

2141 2142 2143 2144 2145 2146
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
M
Mark Rousskov 已提交
2147
 "winapi 0.3.9",
2148 2149
]

N
Nick Cameron 已提交
2150 2151
[[package]]
name = "packed_simd"
M
Mark Rousskov 已提交
2152
version = "0.3.3"
N
Nick Cameron 已提交
2153
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2154
checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
N
Nick Cameron 已提交
2155
dependencies = [
2156
 "cfg-if",
N
Nick Cameron 已提交
2157 2158
]

2159 2160 2161 2162
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
2163
 "cfg-if",
2164 2165 2166
 "compiler_builtins",
 "core",
 "libc",
2167 2168 2169 2170 2171 2172
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2173 2174 2175 2176 2177 2178
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2179 2180
]

2181 2182 2183 2184 2185 2186 2187 2188 2189 2190
[[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 已提交
2191
 "miow 0.3.5",
2192
 "rand",
2193 2194 2195
 "tokio",
 "tokio-named-pipes",
 "tokio-uds",
M
Mark Rousskov 已提交
2196
 "winapi 0.3.9",
2197 2198 2199 2200 2201 2202 2203 2204
]

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

I
Igor Matuszewski 已提交
2210 2211
[[package]]
name = "parking_lot"
2212
version = "0.10.2"
I
Igor Matuszewski 已提交
2213
source = "registry+https://github.com/rust-lang/crates.io-index"
2214
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
I
Igor Matuszewski 已提交
2215
dependencies = [
M
Mark Rousskov 已提交
2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228
 "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 已提交
2229 2230
]

2231 2232 2233 2234 2235 2236 2237
[[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 已提交
2238
 "cloudabi 0.0.3",
2239 2240 2241
 "libc",
 "redox_syscall",
 "rustc_version",
M
Mark Rousskov 已提交
2242 2243
 "smallvec 0.6.13",
 "winapi 0.3.9",
2244 2245
]

I
Igor Matuszewski 已提交
2246 2247
[[package]]
name = "parking_lot_core"
M
Mark Rousskov 已提交
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262
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 已提交
2263
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2264
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
I
Igor Matuszewski 已提交
2265 2266
dependencies = [
 "cfg-if",
M
Mark Rousskov 已提交
2267 2268
 "cloudabi 0.1.0",
 "instant",
I
Igor Matuszewski 已提交
2269 2270
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
2271 2272
 "smallvec 1.4.2",
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2273 2274
]

2275 2276 2277 2278 2279 2280
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2281 2282
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2283
version = "1.0.1"
2284
source = "registry+https://github.com/rust-lang/crates.io-index"
2285
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2286

E
Eric Huss 已提交
2287 2288
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2289
version = "2.1.0"
E
Eric Huss 已提交
2290
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2291
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2292

2293 2294
[[package]]
name = "pest"
M
Mark Rousskov 已提交
2295
version = "2.1.3"
2296
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2297
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2298
dependencies = [
2299
 "ucd-trie",
2300 2301 2302 2303 2304 2305
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2306
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2307
dependencies = [
2308 2309
 "pest",
 "pest_generator",
2310 2311 2312 2313
]

[[package]]
name = "pest_generator"
2314
version = "2.1.3"
2315
source = "registry+https://github.com/rust-lang/crates.io-index"
2316
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2317
dependencies = [
2318 2319
 "pest",
 "pest_meta",
2320 2321 2322
 "proc-macro2",
 "quote",
 "syn",
2323 2324 2325 2326
]

[[package]]
name = "pest_meta"
2327
version = "2.1.3"
2328
source = "registry+https://github.com/rust-lang/crates.io-index"
2329
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2330
dependencies = [
2331 2332 2333
 "maplit",
 "pest",
 "sha-1",
2334 2335
]

J
Jack Huey 已提交
2336 2337
[[package]]
name = "petgraph"
J
Jack Huey 已提交
2338
version = "0.5.1"
J
Jack Huey 已提交
2339
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
2340
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
J
Jack Huey 已提交
2341 2342
dependencies = [
 "fixedbitset",
J
Jack Huey 已提交
2343
 "indexmap",
J
Jack Huey 已提交
2344 2345
]

S
steveklabnik 已提交
2346 2347
[[package]]
name = "phf"
2348
version = "0.8.0"
S
steveklabnik 已提交
2349
source = "registry+https://github.com/rust-lang/crates.io-index"
2350
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
S
steveklabnik 已提交
2351
dependencies = [
2352
 "phf_shared",
S
steveklabnik 已提交
2353 2354 2355 2356
]

[[package]]
name = "phf_codegen"
2357
version = "0.8.0"
S
steveklabnik 已提交
2358
source = "registry+https://github.com/rust-lang/crates.io-index"
2359
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
S
steveklabnik 已提交
2360
dependencies = [
2361 2362
 "phf_generator",
 "phf_shared",
S
steveklabnik 已提交
2363 2364 2365 2366
]

[[package]]
name = "phf_generator"
2367
version = "0.8.0"
S
steveklabnik 已提交
2368
source = "registry+https://github.com/rust-lang/crates.io-index"
2369
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
S
steveklabnik 已提交
2370
dependencies = [
2371
 "phf_shared",
2372
 "rand",
S
steveklabnik 已提交
2373 2374 2375 2376
]

[[package]]
name = "phf_shared"
2377
version = "0.8.0"
S
steveklabnik 已提交
2378
source = "registry+https://github.com/rust-lang/crates.io-index"
2379
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2380
dependencies = [
2381
 "siphasher",
S
steveklabnik 已提交
2382 2383
]

2384 2385
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2386
version = "0.3.18"
2387
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2388
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2389

2390 2391
[[package]]
name = "polonius-engine"
R
Remy Rakic 已提交
2392
version = "0.12.1"
2393
source = "registry+https://github.com/rust-lang/crates.io-index"
R
Remy Rakic 已提交
2394
checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
D
Douglas Campos 已提交
2395
dependencies = [
2396 2397 2398
 "datafrog",
 "log",
 "rustc-hash",
D
Douglas Campos 已提交
2399
]
2400

G
gnzlbg 已提交
2401 2402
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2403
version = "0.2.8"
G
gnzlbg 已提交
2404
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2405
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2406

S
steveklabnik 已提交
2407 2408 2409 2410
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2411
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2412

M
Mark Simulacrum 已提交
2413 2414
[[package]]
name = "pretty_assertions"
2415
version = "0.6.1"
M
Mark Simulacrum 已提交
2416
source = "registry+https://github.com/rust-lang/crates.io-index"
2417
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
M
Mark Simulacrum 已提交
2418
dependencies = [
O
Oliver Scherer 已提交
2419
 "ansi_term 0.11.0",
2420
 "ctor",
2421
 "difference",
2422
 "output_vt100",
M
Mark Simulacrum 已提交
2423 2424
]

E
Eric Huss 已提交
2425 2426
[[package]]
name = "pretty_env_logger"
2427
version = "0.4.0"
E
Eric Huss 已提交
2428
source = "registry+https://github.com/rust-lang/crates.io-index"
2429
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
E
Eric Huss 已提交
2430
dependencies = [
2431
 "env_logger 0.7.1",
2432
 "log",
E
Eric Huss 已提交
2433 2434
]

2435 2436
[[package]]
name = "proc-macro-crate"
M
Mark Rousskov 已提交
2437
version = "0.1.5"
2438
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2439
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2440 2441 2442 2443 2444 2445
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-error"
M
Mark Rousskov 已提交
2446
version = "1.0.4"
2447
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2448
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2449
dependencies = [
M
Mark Rousskov 已提交
2450
 "proc-macro-error-attr",
2451 2452 2453
 "proc-macro2",
 "quote",
 "syn",
M
Mark Rousskov 已提交
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465
 "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 已提交
2466 2467
]

2468 2469
[[package]]
name = "proc-macro2"
M
Mark Rousskov 已提交
2470
version = "1.0.19"
2471
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2472
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
2473
dependencies = [
2474
 "unicode-xid",
2475 2476
]

2477 2478 2479
[[package]]
name = "proc_macro"
version = "0.0.0"
2480 2481 2482
dependencies = [
 "std",
]
2483

2484 2485 2486 2487
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2488 2489 2490
 "cc",
 "compiler_builtins",
 "core",
2491 2492
]

2493 2494
[[package]]
name = "psm"
M
Mark Rousskov 已提交
2495
version = "0.1.11"
2496
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2497
checksum = "96e0536f6528466dbbbbe6b986c34175a8d0ff25b794c4bacda22e068cd2f2c5"
2498 2499 2500 2501
dependencies = [
 "cc",
]

L
Lzu Tao 已提交
2502 2503
[[package]]
name = "pulldown-cmark"
M
Mark Rousskov 已提交
2504
version = "0.7.2"
L
Lzu Tao 已提交
2505
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2506
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
L
Lzu Tao 已提交
2507 2508
dependencies = [
 "bitflags",
E
Eric Huss 已提交
2509
 "getopts",
L
Lzu Tao 已提交
2510
 "memchr",
E
Eric Huss 已提交
2511
 "unicase",
2512 2513
]

J
Joshua Nelson 已提交
2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
 "bitflags",
 "memchr",
 "unicase",
]

2525 2526
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2527
version = "0.4.1"
2528
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2529
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2530

2531 2532
[[package]]
name = "quick-error"
2533
version = "1.2.3"
2534
source = "registry+https://github.com/rust-lang/crates.io-index"
2535
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2536

M
Mark Rousskov 已提交
2537 2538 2539 2540 2541 2542
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

2543
[[package]]
O
Oliver Schneider 已提交
2544 2545
name = "quine-mc_cluskey"
version = "0.2.4"
2546
source = "registry+https://github.com/rust-lang/crates.io-index"
2547
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2548

2549 2550
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2551
version = "1.0.7"
2552
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2553
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2554
dependencies = [
2555
 "proc-macro2",
A
Alex Crichton 已提交
2556 2557
]

2558 2559
[[package]]
name = "racer"
C
Caleb Cartwright 已提交
2560
version = "2.1.38"
2561
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2562
checksum = "51dd5fd4247115b28f3e038eb8cda76a0c6f9cb473f769f41f930af8adff22d0"
2563
dependencies = [
2564 2565 2566
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2567
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2568
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2569
 "lazy_static",
2570 2571
 "log",
 "rls-span",
2572
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2573 2574 2575 2576 2577 2578
 "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",
2579
]
2580

G
gnzlbg 已提交
2581 2582
[[package]]
name = "rand"
2583
version = "0.7.3"
G
gnzlbg 已提交
2584
source = "registry+https://github.com/rust-lang/crates.io-index"
2585
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2586
dependencies = [
2587 2588
 "getrandom",
 "libc",
2589
 "rand_chacha",
M
Mark Rousskov 已提交
2590
 "rand_core",
2591 2592
 "rand_hc",
 "rand_pcg",
2593 2594
]

G
gnzlbg 已提交
2595 2596
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2597
version = "0.2.2"
G
gnzlbg 已提交
2598
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2599
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2600
dependencies = [
Y
Yuki Okushi 已提交
2601
 "ppv-lite86",
M
Mark Rousskov 已提交
2602
 "rand_core",
G
gnzlbg 已提交
2603 2604 2605 2606
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2607
version = "0.5.1"
G
gnzlbg 已提交
2608
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2609
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2610
dependencies = [
2611
 "getrandom",
G
gnzlbg 已提交
2612 2613 2614 2615 2616 2617
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2618
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2619
dependencies = [
M
Mark Rousskov 已提交
2620
 "rand_core",
2621 2622
]

2623 2624
[[package]]
name = "rand_pcg"
2625
version = "0.2.1"
2626
source = "registry+https://github.com/rust-lang/crates.io-index"
2627
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2628
dependencies = [
M
Mark Rousskov 已提交
2629
 "rand_core",
2630
]
K
kennytm 已提交
2631

R
Ralf Jung 已提交
2632 2633 2634 2635
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2636
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2637
dependencies = [
M
Mark Rousskov 已提交
2638
 "rand_core",
E
Eric Huss 已提交
2639 2640 2641 2642 2643 2644 2645 2646
]

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

N
Nick Cameron 已提交
2650 2651
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2652
version = "1.3.1"
N
Nick Cameron 已提交
2653
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2654
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2655
dependencies = [
M
Mark Rousskov 已提交
2656
 "autocfg",
2657
 "crossbeam-deque",
2658 2659
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2660 2661 2662 2663
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2664
version = "1.7.1"
O
Oliver Schneider 已提交
2665
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2666
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2667
dependencies = [
2668
 "crossbeam-deque",
M
Mark Rousskov 已提交
2669 2670
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2671
 "lazy_static",
2672
 "num_cpus",
2673 2674
]

N
Nick Cameron 已提交
2675 2676
[[package]]
name = "redox_syscall"
M
Mark Rousskov 已提交
2677
version = "0.1.57"
O
Oliver Schneider 已提交
2678
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2679
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
O
Oliver Schneider 已提交
2680

F
flip1995 已提交
2681 2682
[[package]]
name = "redox_users"
M
Mark Rousskov 已提交
2683
version = "0.3.4"
F
flip1995 已提交
2684
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2685
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
F
flip1995 已提交
2686
dependencies = [
M
Mark Rousskov 已提交
2687
 "getrandom",
2688
 "redox_syscall",
M
Mark Rousskov 已提交
2689
 "rust-argon2",
F
flip1995 已提交
2690 2691
]

2692 2693
[[package]]
name = "regex"
M
Mark Rousskov 已提交
2694
version = "1.3.9"
2695
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2696
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2697
dependencies = [
2698 2699 2700
 "aho-corasick",
 "memchr",
 "regex-syntax",
Y
Yuki Okushi 已提交
2701
 "thread_local",
2702 2703
]

O
Oliver Scherer 已提交
2704 2705 2706 2707 2708 2709 2710 2711 2712 2713
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
 "regex-syntax",
]

2714 2715
[[package]]
name = "regex-syntax"
M
Mark Rousskov 已提交
2716
version = "0.6.18"
2717
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2718
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2719

2720 2721 2722 2723 2724 2725 2726 2727
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2728 2729
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
2730
version = "0.5.3"
A
Alex Crichton 已提交
2731
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2732
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
2733
dependencies = [
M
Mark Rousskov 已提交
2734
 "winapi 0.3.9",
A
Alex Crichton 已提交
2735 2736
]

2737 2738
[[package]]
name = "rls"
I
Igor Matuszewski 已提交
2739
version = "1.41.0"
2740
dependencies = [
E
Eric Huss 已提交
2741
 "anyhow",
2742
 "cargo",
M
Mark Rousskov 已提交
2743
 "cargo_metadata 0.8.2",
2744
 "clippy_lints",
I
Igor Matuszewski 已提交
2745
 "crossbeam-channel",
2746
 "difference",
R
Ralf Jung 已提交
2747
 "env_logger 0.7.1",
2748 2749
 "futures",
 "heck",
2750
 "home",
M
Mark Rousskov 已提交
2751
 "itertools 0.8.2",
2752
 "jsonrpc-core",
Y
Yuki Okushi 已提交
2753
 "lazy_static",
2754 2755 2756 2757 2758 2759
 "log",
 "lsp-codec",
 "lsp-types",
 "num_cpus",
 "ordslice",
 "racer",
2760
 "rand",
2761 2762 2763 2764
 "rayon",
 "regex",
 "rls-analysis",
 "rls-data",
2765
 "rls-ipc",
2766 2767 2768 2769
 "rls-rustc",
 "rls-span",
 "rls-vfs",
 "rustc-workspace-hack",
I
Igor Matuszewski 已提交
2770
 "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2771 2772 2773
 "rustfmt-nightly",
 "serde",
 "serde_derive",
2774
 "serde_ignored",
2775 2776 2777 2778 2779
 "serde_json",
 "tempfile",
 "tokio",
 "tokio-process",
 "tokio-timer",
E
Eric Huss 已提交
2780
 "toml",
M
Mark Rousskov 已提交
2781
 "url 2.1.1",
2782
 "walkdir",
2783 2784 2785 2786
]

[[package]]
name = "rls-analysis"
Y
Yuki Okushi 已提交
2787
version = "0.18.1"
2788
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2789
checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2790
dependencies = [
2791 2792
 "derive-new",
 "fst",
M
Mark Rousskov 已提交
2793
 "itertools 0.8.2",
2794 2795 2796 2797 2798 2799
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2800 2801
]

2802 2803
[[package]]
name = "rls-data"
2804
version = "0.19.0"
2805
source = "registry+https://github.com/rust-lang/crates.io-index"
2806
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2807
dependencies = [
2808 2809
 "rls-span",
 "serde",
2810 2811
]

2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823
[[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 已提交
2824 2825
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2826
version = "0.6.0"
2827 2828
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
2829
 "env_logger 0.7.1",
2830 2831
 "futures",
 "log",
2832
 "rand",
2833 2834 2835 2836 2837
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
2838

2839 2840
[[package]]
name = "rls-span"
Y
Yuki Okushi 已提交
2841
version = "0.5.2"
2842
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2843
checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2844
dependencies = [
2845
 "serde",
2846 2847 2848 2849
]

[[package]]
name = "rls-vfs"
2850
version = "0.8.0"
2851
source = "registry+https://github.com/rust-lang/crates.io-index"
2852
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2853
dependencies = [
2854 2855
 "log",
 "rls-span",
2856 2857
]

M
Mark Rousskov 已提交
2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869
[[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 已提交
2870 2871 2872 2873 2874 2875 2876
[[package]]
name = "rust-demangler"
version = "0.0.0"
dependencies = [
 "rustc-demangle",
]

2877 2878
[[package]]
name = "rustbook"
2879 2880
version = "0.1.0"
dependencies = [
2881 2882
 "clap",
 "mdbook",
2883
]
2884

I
Igor Matuszewski 已提交
2885
[[package]]
I
Igor Matuszewski 已提交
2886
name = "rustc-ap-rustc_arena"
C
Caleb Cartwright 已提交
2887
version = "677.0.0"
I
Igor Matuszewski 已提交
2888
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2889
checksum = "2958af0d6e0458434a25cd3a96f6e19f24f71bf50b900add520dec52e212866b"
I
Igor Matuszewski 已提交
2890
dependencies = [
2891
 "rustc-ap-rustc_data_structures",
M
Mark Rousskov 已提交
2892
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
2893 2894
]

2895 2896
[[package]]
name = "rustc-ap-rustc_ast"
C
Caleb Cartwright 已提交
2897
version = "677.0.0"
2898
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2899
checksum = "0c82c2510460f2133548e62399e5acd30c25ae6ece30245baab3d1e00c2fefac"
2900
dependencies = [
I
Igor Matuszewski 已提交
2901
 "bitflags",
2902 2903 2904 2905
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2906
 "rustc-ap-rustc_serialize",
2907
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
2908
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
2909
 "tracing",
2910 2911 2912 2913
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
C
Caleb Cartwright 已提交
2914
version = "677.0.0"
I
Igor Matuszewski 已提交
2915
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2916
checksum = "83977da57f81c6edd89bad47e49136680eaa33288de4abb702e95358c2a0fc6c"
2917
dependencies = [
M
Mark Rousskov 已提交
2918
 "itertools 0.8.2",
2919 2920 2921 2922 2923 2924 2925 2926 2927
 "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 已提交
2928
 "tracing",
2929
]
I
Igor Matuszewski 已提交
2930 2931 2932

[[package]]
name = "rustc-ap-rustc_ast_pretty"
C
Caleb Cartwright 已提交
2933
version = "677.0.0"
I
Igor Matuszewski 已提交
2934
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2935
checksum = "becf4ca1638b214694c71a8752192683048ab8bd47947cc481f57bd48157eeb9"
I
Igor Matuszewski 已提交
2936
dependencies = [
2937
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2938
 "rustc-ap-rustc_span",
I
Igor Matuszewski 已提交
2939
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
2940
 "tracing",
I
Igor Matuszewski 已提交
2941 2942 2943 2944
]

[[package]]
name = "rustc-ap-rustc_attr"
C
Caleb Cartwright 已提交
2945
version = "677.0.0"
I
Igor Matuszewski 已提交
2946
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2947
checksum = "0f21ca5dadce8a40d75a2756b77eab75b4c2d827f645c622dd93ee2285599640"
I
Igor Matuszewski 已提交
2948
dependencies = [
2949
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2950 2951 2952 2953
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
C
Caleb Cartwright 已提交
2954
 "rustc-ap-rustc_lexer",
I
Igor Matuszewski 已提交
2955
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2956
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2957 2958
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
2959
 "version_check",
I
Igor Matuszewski 已提交
2960
]
I
Igor Matuszewski 已提交
2961 2962 2963

[[package]]
name = "rustc-ap-rustc_data_structures"
C
Caleb Cartwright 已提交
2964
version = "677.0.0"
I
Igor Matuszewski 已提交
2965
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2966
checksum = "a4cd204764727fde9abf75333eb661f058bfc7242062d91019440fe1b240688b"
I
Igor Matuszewski 已提交
2967
dependencies = [
I
Igor Matuszewski 已提交
2968
 "bitflags",
2969
 "cfg-if",
2970
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
2971
 "ena",
2972 2973
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
2974
 "lazy_static",
T
topecongiro 已提交
2975
 "libc",
I
Igor Matuszewski 已提交
2976
 "measureme",
2977
 "parking_lot 0.10.2",
I
Igor Matuszewski 已提交
2978
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
2979
 "rustc-ap-rustc_index",
C
Caleb Cartwright 已提交
2980
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2981
 "rustc-ap-rustc_serialize",
2982
 "rustc-hash",
I
Igor Matuszewski 已提交
2983 2984
 "rustc-rayon",
 "rustc-rayon-core",
M
Mark Rousskov 已提交
2985
 "smallvec 1.4.2",
2986
 "stable_deref_trait",
2987
 "stacker",
C
Caleb Cartwright 已提交
2988 2989
 "tempfile",
 "tracing",
M
Mark Rousskov 已提交
2990
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2991 2992 2993 2994
]

[[package]]
name = "rustc-ap-rustc_errors"
C
Caleb Cartwright 已提交
2995
version = "677.0.0"
I
Igor Matuszewski 已提交
2996
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
2997
checksum = "58116f119e37f14c029f99077b347069621118e048a69df74695b98204e7c136"
I
Igor Matuszewski 已提交
2998
dependencies = [
I
Igor Matuszewski 已提交
2999
 "annotate-snippets 0.8.0",
3000 3001
 "atty",
 "rustc-ap-rustc_data_structures",
C
Caleb Cartwright 已提交
3002
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3003
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3004
 "rustc-ap-rustc_span",
3005
 "termcolor",
I
Igor Matuszewski 已提交
3006
 "termize",
C
Caleb Cartwright 已提交
3007
 "tracing",
3008
 "unicode-width",
M
Mark Rousskov 已提交
3009
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
3010 3011
]

3012 3013
[[package]]
name = "rustc-ap-rustc_expand"
C
Caleb Cartwright 已提交
3014
version = "677.0.0"
3015
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3016
checksum = "48e3c4bda9b64b92805bebe7431fdb8e24fd112b35a8c6d2174827441f10a6b2"
3017 3018 3019 3020 3021 3022 3023 3024 3025
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 已提交
3026
 "rustc-ap-rustc_macros",
3027
 "rustc-ap-rustc_parse",
I
Igor Matuszewski 已提交
3028
 "rustc-ap-rustc_serialize",
3029 3030
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
3031
 "smallvec 1.4.2",
C
Caleb Cartwright 已提交
3032
 "tracing",
3033 3034
]

I
Igor Matuszewski 已提交
3035 3036
[[package]]
name = "rustc-ap-rustc_feature"
C
Caleb Cartwright 已提交
3037
version = "677.0.0"
I
Igor Matuszewski 已提交
3038
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3039
checksum = "4b612bb67d3fc49f395b03fc4ea4384a0145b05afbadab725803074ec827632b"
I
Igor Matuszewski 已提交
3040
dependencies = [
Y
Yuki Okushi 已提交
3041
 "lazy_static",
I
Igor Matuszewski 已提交
3042 3043 3044 3045 3046 3047
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
C
Caleb Cartwright 已提交
3048
version = "677.0.0"
I
Igor Matuszewski 已提交
3049
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3050
checksum = "7630ad1a73a8434ee920676148cb5440ac57509bd20e94ec41087fb0b1d11c28"
I
Igor Matuszewski 已提交
3051 3052 3053

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

I
Igor Matuszewski 已提交
3058 3059
[[package]]
name = "rustc-ap-rustc_index"
C
Caleb Cartwright 已提交
3060
version = "677.0.0"
I
Igor Matuszewski 已提交
3061
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3062
checksum = "9850c4a5d7c341513e10802bca9588bf8f452ceea2d5cfa87b934246a52622bc"
I
Igor Matuszewski 已提交
3063
dependencies = [
M
Mark Rousskov 已提交
3064
 "arrayvec",
C
Caleb Cartwright 已提交
3065
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3066
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3067 3068
]

I
Igor Matuszewski 已提交
3069 3070
[[package]]
name = "rustc-ap-rustc_lexer"
C
Caleb Cartwright 已提交
3071
version = "677.0.0"
I
Igor Matuszewski 已提交
3072
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3073
checksum = "6d86722e5a1a615b198327d0d794cd9cbc8b9db4542276fc51fe078924de68ea"
3074
dependencies = [
3075
 "unicode-xid",
3076
]
I
Igor Matuszewski 已提交
3077 3078 3079

[[package]]
name = "rustc-ap-rustc_macros"
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 = "b3fc8482e44cabdda7ac9a8e224aef62ebdf95274d629dac8db3b42321025fea"
I
Igor Matuszewski 已提交
3083
dependencies = [
3084 3085 3086
 "proc-macro2",
 "quote",
 "syn",
3087
 "synstructure",
I
Igor Matuszewski 已提交
3088 3089 3090
]

[[package]]
I
Igor Matuszewski 已提交
3091
name = "rustc-ap-rustc_parse"
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 = "3716cdcd978a91dbd4a2788400e90e809527f841426fbeb92f882f9b8582f3ab"
I
Igor Matuszewski 已提交
3095
dependencies = [
3096
 "bitflags",
3097
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3098
 "rustc-ap-rustc_ast_pretty",
3099
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3100 3101 3102 3103 3104
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3105 3106
 "smallvec 1.4.2",
 "tracing",
I
Igor Matuszewski 已提交
3107 3108 3109
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3110 3111
[[package]]
name = "rustc-ap-rustc_serialize"
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 = "c68046d07988b349b2e1c8bc1c9664a1d06519354aa677b9df358c5c5c058da0"
I
Igor Matuszewski 已提交
3115 3116
dependencies = [
 "indexmap",
M
Mark Rousskov 已提交
3117
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
3118 3119
]

I
Igor Matuszewski 已提交
3120 3121
[[package]]
name = "rustc-ap-rustc_session"
C
Caleb Cartwright 已提交
3122
version = "677.0.0"
I
Igor Matuszewski 已提交
3123
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3124
checksum = "85735553501a4de0c8904e37b7ccef79cc1c585a7d7f2cfa02cc38e0d149f982"
I
Igor Matuszewski 已提交
3125
dependencies = [
T
Tyler Mandry 已提交
3126
 "bitflags",
T
topecongiro 已提交
3127
 "getopts",
I
Igor Matuszewski 已提交
3128
 "num_cpus",
3129
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3130 3131 3132 3133
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
C
Caleb Cartwright 已提交
3134
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3135
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3136 3137
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
C
Caleb Cartwright 已提交
3138
 "tracing",
I
Igor Matuszewski 已提交
3139 3140 3141
]

[[package]]
I
Igor Matuszewski 已提交
3142
name = "rustc-ap-rustc_span"
C
Caleb Cartwright 已提交
3143
version = "677.0.0"
I
Igor Matuszewski 已提交
3144
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3145
checksum = "1c49ae8a0d3b9e27c6ffe8febeaa30f899294fff012de70625f9ee81c54fda85"
I
Igor Matuszewski 已提交
3146
dependencies = [
I
Igor Matuszewski 已提交
3147
 "cfg-if",
T
topecongiro 已提交
3148
 "md-5",
I
Igor Matuszewski 已提交
3149
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3150 3151 3152
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3153
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3154
 "scoped-tls",
T
topecongiro 已提交
3155
 "sha-1",
C
Caleb Cartwright 已提交
3156
 "tracing",
I
Igor Matuszewski 已提交
3157
 "unicode-width",
I
Igor Matuszewski 已提交
3158 3159 3160
]

[[package]]
I
Igor Matuszewski 已提交
3161
name = "rustc-ap-rustc_target"
C
Caleb Cartwright 已提交
3162
version = "677.0.0"
I
Igor Matuszewski 已提交
3163
source = "registry+https://github.com/rust-lang/crates.io-index"
C
Caleb Cartwright 已提交
3164
checksum = "1765f447594740c501c7b666b87639aa7c1dae2bf8c3166d5d2dca16646fd034"
I
Igor Matuszewski 已提交
3165
dependencies = [
3166 3167
 "bitflags",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3168
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3169
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3170
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3171
 "rustc-ap-rustc_span",
C
Caleb Cartwright 已提交
3172
 "tracing",
I
Igor Matuszewski 已提交
3173 3174
]

3175 3176
[[package]]
name = "rustc-demangle"
3177
version = "0.1.16"
3178
source = "registry+https://github.com/rust-lang/crates.io-index"
3179
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3180
dependencies = [
3181 3182
 "compiler_builtins",
 "rustc-std-workspace-core",
3183
]
3184

3185 3186
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3187
version = "1.1.0"
3188
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3189
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3190

3191 3192 3193 3194
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3195 3196 3197
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3198 3199
]

J
Josh Stone 已提交
3200 3201 3202 3203 3204 3205
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3206
 "crossbeam-deque",
J
Josh Stone 已提交
3207
 "either",
I
Igor Matuszewski 已提交
3208
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3209 3210
]

J
Josh Stone 已提交
3211 3212 3213 3214 3215 3216
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3217
 "crossbeam-deque",
M
Mark Rousskov 已提交
3218 3219
 "crossbeam-queue 0.1.2",
 "crossbeam-utils 0.6.6",
Y
Yuki Okushi 已提交
3220
 "lazy_static",
J
Josh Stone 已提交
3221 3222 3223
 "num_cpus",
]

3224 3225
[[package]]
name = "rustc-std-workspace-alloc"
3226
version = "1.99.0"
3227
dependencies = [
3228
 "alloc",
3229 3230
]

3231 3232
[[package]]
name = "rustc-std-workspace-core"
3233
version = "1.99.0"
3234
dependencies = [
3235
 "core",
3236 3237
]

3238 3239
[[package]]
name = "rustc-std-workspace-std"
3240
version = "1.99.0"
3241 3242 3243 3244
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3245 3246 3247 3248
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3249
 "crossbeam-utils 0.7.2",
3250 3251
 "proc-macro2",
 "quote",
3252 3253
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
3254 3255
 "smallvec 0.6.13",
 "smallvec 1.4.2",
3256
 "syn",
M
Mark Rousskov 已提交
3257 3258
 "url 2.1.1",
 "winapi 0.3.9",
A
Alex Crichton 已提交
3259 3260
]

3261 3262 3263 3264
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3265
 "bitflags",
M
Mark Rousskov 已提交
3266
 "smallvec 1.4.2",
3267 3268
]

V
Vadim Petrochenkov 已提交
3269 3270 3271 3272 3273
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
M
Mark Rousskov 已提交
3274
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3275 3276
]

V
Vadim Petrochenkov 已提交
3277 3278 3279 3280
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3281
 "bitflags",
V
Vadim Petrochenkov 已提交
3282 3283 3284 3285
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3286
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3287
 "rustc_span",
M
Mark Rousskov 已提交
3288
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3289
 "tracing",
V
Vadim Petrochenkov 已提交
3290 3291
]

3292 3293 3294 3295
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3296
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3297
 "rustc_ast",
3298
 "rustc_ast_pretty",
3299 3300
 "rustc_data_structures",
 "rustc_errors",
3301
 "rustc_hir",
3302
 "rustc_index",
3303
 "rustc_session",
3304 3305
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3306
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3307
 "tracing",
3308 3309
]

3310 3311 3312 3313
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
3314
 "itertools 0.9.0",
V
Vadim Petrochenkov 已提交
3315
 "rustc_ast",
3316
 "rustc_ast_pretty",
3317
 "rustc_attr",
3318 3319
 "rustc_data_structures",
 "rustc_errors",
3320
 "rustc_feature",
3321 3322 3323
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3324
 "tracing",
3325 3326
]

3327 3328 3329 3330
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3331
 "rustc_ast",
3332
 "rustc_span",
A
Amanieu d'Antras 已提交
3333
 "rustc_target",
O
Oliver Scherer 已提交
3334
 "tracing",
3335 3336
]

3337 3338 3339 3340
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3341
 "rustc_ast",
3342
 "rustc_ast_pretty",
3343 3344 3345
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3346
 "rustc_lexer",
3347
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3348
 "rustc_serialize",
3349 3350
 "rustc_session",
 "rustc_span",
3351
 "version_check",
3352 3353
]

V
Vadim Petrochenkov 已提交
3354 3355 3356 3357
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3358
 "rustc_ast",
3359
 "rustc_ast_pretty",
3360
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3361 3362 3363 3364 3365
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3366
 "rustc_parse_format",
3367
 "rustc_session",
V
Vadim Petrochenkov 已提交
3368 3369
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3370
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3371
 "tracing",
V
Vadim Petrochenkov 已提交
3372 3373
]

I
Irina Popa 已提交
3374 3375 3376 3377
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3378 3379
 "bitflags",
 "libc",
3380
 "measureme",
3381
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3382
 "rustc_ast",
3383
 "rustc_attr",
3384 3385 3386
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3387
 "rustc_feature",
3388
 "rustc_fs_util",
3389
 "rustc_hir",
3390 3391
 "rustc_incremental",
 "rustc_index",
3392
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3393
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3394
 "rustc_serialize",
A
Aaron Hill 已提交
3395
 "rustc_session",
V
Vadim Petrochenkov 已提交
3396
 "rustc_span",
3397
 "rustc_target",
M
Mark Rousskov 已提交
3398
 "smallvec 1.4.2",
3399
 "snap",
O
Oliver Scherer 已提交
3400
 "tracing",
I
Irina Popa 已提交
3401 3402
]

3403 3404 3405
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3406
dependencies = [
3407 3408 3409 3410 3411 3412
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "memmap",
 "num_cpus",
3413
 "pathdiff",
3414
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3415
 "rustc_ast",
3416
 "rustc_attr",
3417 3418 3419
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3420
 "rustc_hir",
3421
 "rustc_incremental",
3422
 "rustc_index",
M
Matthew Jasper 已提交
3423
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3424
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3425
 "rustc_serialize",
3426
 "rustc_session",
V
Vadim Petrochenkov 已提交
3427
 "rustc_span",
3428
 "rustc_symbol_mangling",
3429 3430
 "rustc_target",
 "tempfile",
O
Oliver Scherer 已提交
3431
 "tracing",
3432
]
3433

3434 3435 3436 3437
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3438
 "bitflags",
3439
 "cfg-if",
3440
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3441
 "ena",
3442 3443
 "indexmap",
 "jobserver",
L
Luca Barbieri 已提交
3444
 "libc",
3445
 "measureme",
3446
 "parking_lot 0.11.0",
3447
 "rustc-hash",
I
Igor Matuszewski 已提交
3448 3449
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3450
 "rustc_graphviz",
C
csmoe 已提交
3451
 "rustc_index",
M
Matthew Jasper 已提交
3452
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3453
 "rustc_serialize",
M
Mark Rousskov 已提交
3454
 "smallvec 1.4.2",
3455
 "stable_deref_trait",
3456
 "stacker",
3457
 "tempfile",
O
Oliver Scherer 已提交
3458
 "tracing",
M
Mark Rousskov 已提交
3459
 "winapi 0.3.9",
3460 3461 3462 3463 3464 3465
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3466
 "libc",
V
Vadim Petrochenkov 已提交
3467
 "rustc_ast",
3468
 "rustc_ast_pretty",
V
Victor Ding 已提交
3469
 "rustc_codegen_ssa",
3470
 "rustc_data_structures",
3471
 "rustc_error_codes",
3472
 "rustc_errors",
3473
 "rustc_feature",
3474
 "rustc_hir",
3475
 "rustc_hir_pretty",
3476
 "rustc_interface",
3477
 "rustc_lint",
3478
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3479
 "rustc_middle",
3480
 "rustc_mir",
3481
 "rustc_parse",
3482
 "rustc_plugin_impl",
3483
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3484
 "rustc_serialize",
3485
 "rustc_session",
V
Vadim Petrochenkov 已提交
3486
 "rustc_span",
3487
 "rustc_target",
O
Oliver Scherer 已提交
3488 3489
 "tracing",
 "tracing-subscriber",
M
Mark Rousskov 已提交
3490
 "winapi 0.3.9",
3491 3492
]

G
regen  
Guillaume Gomez 已提交
3493 3494 3495 3496
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3497 3498 3499 3500
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3501
 "annotate-snippets 0.8.0",
3502 3503
 "atty",
 "rustc_data_structures",
M
Matthew Jasper 已提交
3504
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3505
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3506
 "rustc_span",
3507
 "termcolor",
3508
 "termize",
O
Oliver Scherer 已提交
3509
 "tracing",
3510
 "unicode-width",
M
Mark Rousskov 已提交
3511
 "winapi 0.3.9",
3512 3513
]

V
Vadim Petrochenkov 已提交
3514 3515 3516 3517
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3518
 "rustc_ast",
3519
 "rustc_ast_passes",
3520
 "rustc_ast_pretty",
3521
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3522 3523 3524 3525
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
M
Matthew Jasper 已提交
3526
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3527
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3528
 "rustc_serialize",
3529
 "rustc_session",
V
Vadim Petrochenkov 已提交
3530
 "rustc_span",
M
Mark Rousskov 已提交
3531
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3532
 "tracing",
V
Vadim Petrochenkov 已提交
3533 3534
]

3535 3536 3537 3538
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
3539
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3540
 "rustc_span",
3541 3542
]

3543 3544 3545 3546
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3547 3548 3549 3550
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3551 3552 3553 3554
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3555
 "rustc_ast",
3556 3557 3558
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3559
 "rustc_serialize",
3560 3561
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3562
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3563
 "tracing",
3564 3565
]

3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3577 3578 3579 3580
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3581
 "rand",
V
Vadim Petrochenkov 已提交
3582
 "rustc_ast",
3583 3584
 "rustc_data_structures",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3585
 "rustc_graphviz",
3586
 "rustc_hir",
M
Matthew Jasper 已提交
3587
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3588
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3589
 "rustc_serialize",
3590
 "rustc_session",
V
Vadim Petrochenkov 已提交
3591
 "rustc_span",
O
Oliver Scherer 已提交
3592
 "tracing",
3593 3594
]

C
csmoe 已提交
3595 3596 3597 3598
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
3599
 "arrayvec",
M
Matthew Jasper 已提交
3600
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3601
 "rustc_serialize",
C
csmoe 已提交
3602 3603
]

C
Camille GILLOT 已提交
3604 3605 3606 3607
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3608
 "rustc_ast",
C
Camille GILLOT 已提交
3609 3610
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3611
 "rustc_graphviz",
C
Camille GILLOT 已提交
3612 3613 3614
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3615
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3616
 "rustc_serialize",
3617
 "rustc_session",
C
Camille GILLOT 已提交
3618 3619
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3620
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3621
 "tracing",
C
Camille GILLOT 已提交
3622 3623
]

3624 3625 3626 3627
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3628
 "libc",
I
Igor Matuszewski 已提交
3629
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3630
 "rustc_ast",
3631
 "rustc_ast_lowering",
3632
 "rustc_ast_passes",
3633
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3634
 "rustc_builtin_macros",
3635
 "rustc_codegen_llvm",
3636 3637 3638
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3639
 "rustc_expand",
3640
 "rustc_hir",
3641 3642 3643
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3644
 "rustc_middle",
3645
 "rustc_mir",
3646
 "rustc_mir_build",
3647
 "rustc_parse",
3648
 "rustc_passes",
3649
 "rustc_plugin_impl",
3650 3651
 "rustc_privacy",
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3652
 "rustc_serialize",
3653
 "rustc_session",
V
Vadim Petrochenkov 已提交
3654
 "rustc_span",
3655
 "rustc_symbol_mangling",
3656
 "rustc_target",
3657
 "rustc_trait_selection",
3658
 "rustc_traits",
C
Camille GILLOT 已提交
3659
 "rustc_ty",
3660
 "rustc_typeck",
M
Mark Rousskov 已提交
3661
 "smallvec 1.4.2",
3662
 "tempfile",
O
Oliver Scherer 已提交
3663
 "tracing",
M
Mark Rousskov 已提交
3664
 "winapi 0.3.9",
3665 3666
]

A
Aleksey Kladov 已提交
3667 3668 3669 3670
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3671
 "expect-test",
3672
 "unicode-xid",
A
Aleksey Kladov 已提交
3673 3674
]

3675 3676 3677 3678
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3679
 "rustc_ast",
3680
 "rustc_ast_pretty",
3681
 "rustc_attr",
3682
 "rustc_data_structures",
3683
 "rustc_errors",
3684
 "rustc_feature",
3685
 "rustc_hir",
3686
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3687
 "rustc_middle",
3688
 "rustc_session",
V
Vadim Petrochenkov 已提交
3689
 "rustc_span",
3690
 "rustc_target",
3691
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3692
 "tracing",
crlf0710's avatar
crlf0710 已提交
3693
 "unicode-security",
3694 3695 3696 3697 3698 3699
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3700 3701
 "build_helper",
 "cc",
3702
 "libc",
3703 3704
]

J
John Kåre Alsaker 已提交
3705 3706 3707 3708
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3709 3710 3711
 "proc-macro2",
 "quote",
 "syn",
3712
 "synstructure",
J
John Kåre Alsaker 已提交
3713 3714
]

3715 3716 3717 3718
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3719
 "libc",
3720
 "memmap",
V
Vadim Petrochenkov 已提交
3721
 "rustc_ast",
3722
 "rustc_attr",
3723 3724
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3725
 "rustc_expand",
3726
 "rustc_feature",
3727
 "rustc_hir",
3728
 "rustc_hir_pretty",
3729
 "rustc_index",
M
Matthew Jasper 已提交
3730
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3731
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3732
 "rustc_serialize",
3733
 "rustc_session",
V
Vadim Petrochenkov 已提交
3734
 "rustc_span",
3735
 "rustc_target",
M
Mark Rousskov 已提交
3736
 "smallvec 1.4.2",
3737
 "snap",
3738
 "stable_deref_trait",
O
Oliver Scherer 已提交
3739
 "tracing",
M
Mark Rousskov 已提交
3740
 "winapi 0.3.9",
3741 3742
]

M
Mazdak Farrokhzad 已提交
3743 3744 3745 3746 3747
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
J
Jack Huey 已提交
3748
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
3749 3750 3751 3752
 "measureme",
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3753
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
3754 3755 3756 3757 3758 3759 3760 3761 3762
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
3763
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
3764 3765 3766
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3767
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3768
 "tracing",
M
Mazdak Farrokhzad 已提交
3769 3770
]

3771 3772 3773 3774
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3775
 "either",
3776
 "itertools 0.9.0",
3777 3778
 "log_settings",
 "polonius-engine",
3779
 "regex",
3780
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3781
 "rustc_ast",
3782
 "rustc_attr",
3783 3784
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3785
 "rustc_graphviz",
3786
 "rustc_hir",
3787
 "rustc_index",
C
Camille GILLOT 已提交
3788
 "rustc_infer",
3789
 "rustc_lexer",
3790
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3791
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3792
 "rustc_serialize",
3793
 "rustc_session",
V
Vadim Petrochenkov 已提交
3794
 "rustc_span",
3795
 "rustc_target",
3796
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3797
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3798
 "tracing",
3799 3800
]

3801 3802 3803 3804 3805
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3806
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3807
 "rustc_ast",
3808
 "rustc_attr",
3809 3810 3811 3812
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
3813
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3814
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3815
 "rustc_serialize",
3816
 "rustc_session",
3817 3818
 "rustc_span",
 "rustc_target",
3819
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3820
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3821
 "tracing",
3822 3823
]

3824 3825 3826 3827 3828
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
3829
 "rustc_ast",
3830
 "rustc_ast_pretty",
3831 3832
 "rustc_data_structures",
 "rustc_errors",
3833
 "rustc_feature",
3834
 "rustc_lexer",
3835
 "rustc_session",
V
Vadim Petrochenkov 已提交
3836
 "rustc_span",
M
Mark Rousskov 已提交
3837
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3838
 "tracing",
3839
 "unicode-normalization",
3840 3841
]

V
Vadim Petrochenkov 已提交
3842 3843 3844 3845 3846 3847 3848 3849
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

3850 3851 3852 3853
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3854
 "rustc_ast",
3855
 "rustc_attr",
3856 3857
 "rustc_data_structures",
 "rustc_errors",
3858
 "rustc_hir",
3859
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3860
 "rustc_middle",
3861
 "rustc_session",
V
Vadim Petrochenkov 已提交
3862
 "rustc_span",
3863
 "rustc_target",
3864
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3865
 "tracing",
3866 3867 3868
]

[[package]]
3869
name = "rustc_plugin_impl"
3870 3871
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3872
 "rustc_ast",
3873
 "rustc_errors",
3874
 "rustc_hir",
3875
 "rustc_lint",
3876
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3877
 "rustc_middle",
3878
 "rustc_session",
V
Vadim Petrochenkov 已提交
3879
 "rustc_span",
3880 3881 3882 3883 3884 3885
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3886
 "rustc_attr",
3887
 "rustc_data_structures",
3888
 "rustc_errors",
3889
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3890
 "rustc_middle",
3891
 "rustc_session",
V
Vadim Petrochenkov 已提交
3892
 "rustc_span",
3893
 "rustc_typeck",
O
Oliver Scherer 已提交
3894
 "tracing",
3895 3896
]

3897 3898 3899 3900
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
3901
 "parking_lot 0.11.0",
3902
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3903
 "rustc_arena",
3904 3905 3906
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
3907
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3908
 "rustc_serialize",
3909
 "rustc_span",
M
Mark Rousskov 已提交
3910
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3911
 "tracing",
3912 3913
]

3914 3915 3916 3917
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3918
 "bitflags",
V
Vadim Petrochenkov 已提交
3919
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3920
 "rustc_ast",
3921
 "rustc_ast_lowering",
3922
 "rustc_ast_pretty",
3923
 "rustc_attr",
3924 3925
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3926
 "rustc_expand",
3927
 "rustc_feature",
3928
 "rustc_hir",
3929
 "rustc_index",
3930
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3931
 "rustc_middle",
3932
 "rustc_session",
V
Vadim Petrochenkov 已提交
3933
 "rustc_span",
M
Mark Rousskov 已提交
3934
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3935
 "tracing",
3936 3937 3938 3939 3940 3941
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
3942 3943
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
3944
 "rustc_ast",
3945
 "rustc_ast_pretty",
3946
 "rustc_data_structures",
3947
 "rustc_hir",
3948
 "rustc_hir_pretty",
3949
 "rustc_lexer",
M
Mazdak Farrokhzad 已提交
3950
 "rustc_middle",
3951
 "rustc_session",
V
Vadim Petrochenkov 已提交
3952
 "rustc_span",
3953
 "serde_json",
O
Oliver Scherer 已提交
3954
 "tracing",
3955 3956
]

V
Vadim Petrochenkov 已提交
3957 3958 3959 3960 3961
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
3962
 "rustc_macros",
M
Mark Rousskov 已提交
3963
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3964 3965
]

M
Mark Rousskov 已提交
3966 3967 3968 3969
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
3970
 "bitflags",
L
Luca Barbieri 已提交
3971
 "getopts",
M
Mark Rousskov 已提交
3972
 "num_cpus",
V
Vadim Petrochenkov 已提交
3973
 "rustc_ast",
M
Mark Rousskov 已提交
3974 3975
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
3976 3977
 "rustc_feature",
 "rustc_fs_util",
M
Matthew Jasper 已提交
3978
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3979
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3980
 "rustc_span",
M
Mark Rousskov 已提交
3981
 "rustc_target",
O
Oliver Scherer 已提交
3982
 "tracing",
V
Vadim Petrochenkov 已提交
3983 3984 3985 3986 3987 3988 3989
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "cfg-if",
3990
 "md-5",
V
Vadim Petrochenkov 已提交
3991
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3992 3993 3994
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3995
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3996
 "scoped-tls",
3997
 "sha-1",
O
Oliver Scherer 已提交
3998
 "tracing",
V
Vadim Petrochenkov 已提交
3999
 "unicode-width",
M
Mark Rousskov 已提交
4000 4001
]

4002 4003 4004 4005 4006 4007 4008 4009 4010
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
4011
 "rustc_middle",
4012 4013 4014
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
4015
 "tracing",
4016 4017
]

4018 4019 4020 4021
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4022 4023
 "bitflags",
 "rustc_data_structures",
4024
 "rustc_index",
4025
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4026
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4027
 "rustc_span",
O
Oliver Scherer 已提交
4028
 "tracing",
4029 4030
]

M
Matthias Krüger 已提交
4031 4032
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4033
version = "0.2.0"
4034 4035 4036

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

4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052
[[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 已提交
4053
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4054
 "rustc_parse_format",
4055 4056 4057
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
4058
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4059
 "tracing",
4060 4061
]

4062 4063 4064 4065
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4066
 "chalk-engine",
J
Jack Huey 已提交
4067 4068
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4069
 "rustc_ast",
4070
 "rustc_data_structures",
4071
 "rustc_hir",
J
Jack Huey 已提交
4072
 "rustc_index",
C
Camille GILLOT 已提交
4073
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4074
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4075
 "rustc_span",
4076
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4077
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4078
 "tracing",
4079 4080
]

C
Camille GILLOT 已提交
4081 4082 4083 4084 4085
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4086
 "rustc_errors",
C
Camille GILLOT 已提交
4087
 "rustc_hir",
C
Camille GILLOT 已提交
4088
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4089
 "rustc_middle",
4090
 "rustc_session",
C
Camille GILLOT 已提交
4091
 "rustc_span",
4092
 "rustc_target",
4093
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4094
 "tracing",
C
Camille GILLOT 已提交
4095
]
4096

4097 4098 4099 4100
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4101
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4102
 "rustc_ast",
4103
 "rustc_attr",
4104 4105
 "rustc_data_structures",
 "rustc_errors",
4106
 "rustc_hir",
4107
 "rustc_hir_pretty",
4108
 "rustc_index",
C
Camille GILLOT 已提交
4109
 "rustc_infer",
J
jumbatm 已提交
4110
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
4111
 "rustc_middle",
4112
 "rustc_session",
V
Vadim Petrochenkov 已提交
4113
 "rustc_span",
4114
 "rustc_target",
4115
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4116
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4117
 "tracing",
4118 4119
]

4120 4121
[[package]]
name = "rustc_version"
4122
version = "0.2.3"
4123
source = "registry+https://github.com/rust-lang/crates.io-index"
4124
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4125
dependencies = [
E
Eric Huss 已提交
4126
 "semver 0.9.0",
4127 4128
]

4129 4130 4131 4132
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
4133
 "expect-test",
4134
 "itertools 0.9.0",
4135
 "minifier",
J
Joshua Nelson 已提交
4136
 "pulldown-cmark 0.8.0",
I
Igor Matuszewski 已提交
4137
 "rustc-rayon",
4138 4139
 "serde",
 "serde_json",
4140
 "smallvec 1.4.2",
4141
 "tempfile",
M
Mark Simulacrum 已提交
4142 4143
]

G
Guillaume Gomez 已提交
4144 4145 4146 4147
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4148 4149 4150 4151
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4152
 "rustdoc",
4153 4154
]

E
Eric Huss 已提交
4155 4156
[[package]]
name = "rustfix"
M
Mark Rousskov 已提交
4157
version = "0.5.1"
E
Eric Huss 已提交
4158
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4159
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
E
Eric Huss 已提交
4160 4161 4162 4163 4164 4165 4166
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4167 4168
[[package]]
name = "rustfmt-config_proc_macro"
4169
version = "0.2.0"
T
topecongiro 已提交
4170
dependencies = [
4171 4172
 "proc-macro2",
 "quote",
4173
 "serde",
4174
 "syn",
T
topecongiro 已提交
4175 4176
]

I
Igor Matuszewski 已提交
4177 4178
[[package]]
name = "rustfmt-nightly"
C
Caleb Cartwright 已提交
4179
version = "1.4.21"
I
Igor Matuszewski 已提交
4180
dependencies = [
4181
 "annotate-snippets 0.6.1",
I
Igor Matuszewski 已提交
4182
 "anyhow",
4183
 "bytecount",
M
Mark Rousskov 已提交
4184
 "cargo_metadata 0.8.2",
4185 4186 4187
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4188
 "env_logger 0.6.2",
4189 4190
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4191
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4192
 "lazy_static",
4193 4194
 "log",
 "regex",
4195
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4196
 "rustc-ap-rustc_ast_pretty",
4197
 "rustc-ap-rustc_attr",
I
Igor Matuszewski 已提交
4198 4199
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4200
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4201 4202 4203
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4204 4205 4206 4207
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4208
 "structopt",
M
Mark Rousskov 已提交
4209
 "term 0.6.1",
I
Igor Matuszewski 已提交
4210
 "thiserror",
E
Eric Huss 已提交
4211
 "toml",
4212 4213 4214
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4215 4216
]

A
Alex Crichton 已提交
4217 4218
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4219
version = "1.0.5"
A
Alex Crichton 已提交
4220
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4221
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4222

4223 4224
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4225
version = "1.0.6"
4226
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4227
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4228
dependencies = [
4229
 "winapi-util",
4230 4231 4232 4233
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4234
version = "0.1.19"
4235
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4236
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4237
dependencies = [
Y
Yuki Okushi 已提交
4238
 "lazy_static",
M
Mark Rousskov 已提交
4239
 "winapi 0.3.9",
4240 4241
]

M
Marcel Hellwig 已提交
4242 4243 4244 4245
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4246
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4247

R
Ralf Jung 已提交
4248 4249
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4250
version = "1.1.0"
R
Ralf Jung 已提交
4251
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4252
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4253

4254 4255 4256 4257
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4258
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4259
dependencies = [
4260 4261
 "semver-parser",
 "serde",
4262 4263
]

E
Eric Huss 已提交
4264 4265 4266 4267 4268 4269 4270 4271 4272 4273
[[package]]
name = "semver"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
dependencies = [
 "semver-parser",
 "serde",
]

4274 4275 4276 4277
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4278
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4279 4280 4281

[[package]]
name = "serde"
M
Mark Rousskov 已提交
4282
version = "1.0.115"
4283
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4284
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
E
Eric Huss 已提交
4285
dependencies = [
4286
 "serde_derive",
E
Eric Huss 已提交
4287
]
4288 4289 4290

[[package]]
name = "serde_derive"
M
Mark Rousskov 已提交
4291
version = "1.0.115"
4292
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4293
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
4294
dependencies = [
4295 4296 4297
 "proc-macro2",
 "quote",
 "syn",
4298
]
S
Steve Klabnik 已提交
4299

F
flip1995 已提交
4300 4301
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4302
version = "0.1.2"
F
flip1995 已提交
4303
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4304
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4305 4306 4307 4308
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4309 4310
[[package]]
name = "serde_json"
M
Mark Rousskov 已提交
4311
version = "1.0.57"
S
Steve Klabnik 已提交
4312
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4313
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
S
Steve Klabnik 已提交
4314
dependencies = [
4315 4316 4317
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4318 4319
]

4320 4321
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4322
version = "0.1.6"
4323
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4324
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4325
dependencies = [
4326 4327 4328
 "proc-macro2",
 "quote",
 "syn",
4329 4330
]

4331 4332
[[package]]
name = "sha-1"
4333
version = "0.8.2"
4334
source = "registry+https://github.com/rust-lang/crates.io-index"
4335
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4336
dependencies = [
4337 4338 4339
 "block-buffer",
 "digest",
 "fake-simd",
4340
 "opaque-debug",
4341 4342
]

O
Oliver Scherer 已提交
4343 4344 4345 4346 4347 4348 4349 4350 4351
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
 "lazy_static",
]

4352 4353
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4354
version = "0.1.5"
4355
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4356
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4357

S
steveklabnik 已提交
4358 4359 4360 4361
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4362
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4363

4364
[[package]]
M
Mark Rousskov 已提交
4365 4366
name = "signal-hook-registry"
version = "1.2.1"
4367
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4368
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
4369
dependencies = [
4370 4371
 "arc-swap",
 "libc",
4372 4373
]

S
steveklabnik 已提交
4374 4375
[[package]]
name = "siphasher"
4376
version = "0.3.3"
S
steveklabnik 已提交
4377
source = "registry+https://github.com/rust-lang/crates.io-index"
4378
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4379

E
Eric Huss 已提交
4380 4381
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4382
version = "0.6.2"
E
Eric Huss 已提交
4383
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4384
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
E
Eric Huss 已提交
4385
dependencies = [
E
Eric Huss 已提交
4386
 "bitmaps",
4387
 "typenum",
E
Eric Huss 已提交
4388 4389
]

4390 4391 4392 4393
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4394
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4395

4396 4397
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4398
version = "0.6.13"
4399
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4400 4401 4402 4403
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
]
4404

R
Ralf Jung 已提交
4405 4406
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4407
version = "1.4.2"
R
Ralf Jung 已提交
4408
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4409
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
R
Ralf Jung 已提交
4410

4411 4412 4413 4414 4415 4416
[[package]]
name = "snap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"

M
Mark Simulacrum 已提交
4417 4418
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4419
version = "0.3.12"
M
Mark Simulacrum 已提交
4420
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4421
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4422
dependencies = [
4423 4424 4425
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
4426
 "winapi 0.3.9",
M
Mark Simulacrum 已提交
4427 4428
]

4429 4430
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4431
version = "1.2.0"
4432
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4433
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4434

4435 4436
[[package]]
name = "stacker"
M
Mark Rousskov 已提交
4437
version = "0.1.11"
4438
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4439
checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f"
4440 4441 4442 4443 4444
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
M
Mark Rousskov 已提交
4445
 "winapi 0.3.9",
4446 4447
]

4448 4449 4450 4451
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4452
 "addr2line",
4453 4454 4455 4456 4457 4458
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4459
 "hashbrown",
4460
 "hermit-abi",
4461
 "libc",
4462 4463
 "miniz_oxide",
 "object",
4464 4465 4466
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4467
 "rand",
4468
 "rustc-demangle",
4469
 "unwind",
4470
 "wasi",
4471 4472
]

S
steveklabnik 已提交
4473 4474
[[package]]
name = "string_cache"
4475
version = "0.8.0"
S
steveklabnik 已提交
4476
source = "registry+https://github.com/rust-lang/crates.io-index"
4477
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4478
dependencies = [
Y
Yuki Okushi 已提交
4479
 "lazy_static",
4480 4481 4482 4483
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4484 4485 4486 4487
]

[[package]]
name = "string_cache_codegen"
4488
version = "0.5.1"
S
steveklabnik 已提交
4489
source = "registry+https://github.com/rust-lang/crates.io-index"
4490
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4491
dependencies = [
4492 4493
 "phf_generator",
 "phf_shared",
4494 4495
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4496 4497
]

E
Eric Huss 已提交
4498 4499 4500 4501
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4502
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4503
dependencies = [
4504
 "vte",
E
Eric Huss 已提交
4505 4506
]

4507 4508
[[package]]
name = "strsim"
4509
version = "0.8.0"
4510
source = "registry+https://github.com/rust-lang/crates.io-index"
4511
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4512

4513 4514
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4515
version = "0.3.16"
4516
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4517
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4518 4519
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4520
 "lazy_static",
E
Eric Huss 已提交
4521
 "structopt-derive",
4522 4523 4524 4525
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4526
version = "0.4.9"
4527
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4528
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4529 4530 4531
dependencies = [
 "heck",
 "proc-macro-error",
4532 4533 4534
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4535 4536
]

M
Matt Ickstadt 已提交
4537 4538
[[package]]
name = "strum"
4539
version = "0.18.0"
M
Matt Ickstadt 已提交
4540
source = "registry+https://github.com/rust-lang/crates.io-index"
4541
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4542 4543 4544

[[package]]
name = "strum_macros"
4545
version = "0.18.0"
M
Matt Ickstadt 已提交
4546
source = "registry+https://github.com/rust-lang/crates.io-index"
4547
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4548
dependencies = [
4549
 "heck",
4550 4551 4552
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4553 4554
]

4555 4556
[[package]]
name = "syn"
M
Mark Rousskov 已提交
4557
version = "1.0.38"
4558
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4559
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
4560
dependencies = [
4561 4562 4563
 "proc-macro2",
 "quote",
 "unicode-xid",
4564 4565
]

4566 4567
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4568
version = "0.12.4"
4569
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4570
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4571
dependencies = [
4572 4573 4574 4575
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4576 4577
]

4578 4579
[[package]]
name = "tar"
M
Mark Rousskov 已提交
4580
version = "0.4.29"
4581
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4582
checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
4583
dependencies = [
4584 4585 4586 4587
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4588 4589
]

A
Aleksey Kladov 已提交
4590 4591
[[package]]
name = "tempfile"
4592
version = "3.1.0"
A
Aleksey Kladov 已提交
4593
source = "registry+https://github.com/rust-lang/crates.io-index"
4594
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4595
dependencies = [
4596 4597
 "cfg-if",
 "libc",
4598
 "rand",
4599 4600
 "redox_syscall",
 "remove_dir_all",
M
Mark Rousskov 已提交
4601
 "winapi 0.3.9",
A
Aleksey Kladov 已提交
4602 4603
]

S
steveklabnik 已提交
4604 4605
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
4606
version = "0.4.1"
S
steveklabnik 已提交
4607
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4608
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
4609
dependencies = [
4610 4611 4612
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4613 4614
]

4615 4616 4617
[[package]]
name = "term"
version = "0.0.0"
4618 4619 4620 4621
dependencies = [
 "core",
 "std",
]
4622

I
Igor Matuszewski 已提交
4623 4624
[[package]]
name = "term"
M
Mark Rousskov 已提交
4625
version = "0.6.1"
I
Igor Matuszewski 已提交
4626
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4627
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
4628
dependencies = [
4629
 "dirs",
M
Mark Rousskov 已提交
4630
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
4631 4632
]

4633 4634
[[package]]
name = "termcolor"
E
Eric Huss 已提交
4635
version = "1.1.0"
4636
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4637
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4638
dependencies = [
E
Eric Huss 已提交
4639
 "winapi-util",
4640 4641
]

4642 4643 4644 4645 4646 4647 4648
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
M
Mark Rousskov 已提交
4649
 "winapi 0.3.9",
4650 4651
]

4652 4653 4654 4655
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
4656
 "cfg-if",
4657
 "core",
4658
 "getopts",
4659 4660 4661
 "libc",
 "panic_abort",
 "panic_unwind",
4662
 "proc_macro",
4663
 "std",
4664
 "term 0.0.0",
4665 4666
]

F
flip1995 已提交
4667 4668 4669 4670 4671 4672 4673 4674
[[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 已提交
4675
 "term 0.6.1",
F
flip1995 已提交
4676 4677
]

S
steveklabnik 已提交
4678 4679
[[package]]
name = "textwrap"
4680
version = "0.11.0"
S
steveklabnik 已提交
4681
source = "registry+https://github.com/rust-lang/crates.io-index"
4682
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4683
dependencies = [
4684
 "unicode-width",
S
steveklabnik 已提交
4685 4686
]

4687 4688
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
4689
version = "1.0.20"
4690
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4691
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
4692 4693 4694 4695 4696 4697
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
4698
version = "1.0.20"
4699
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4700
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
4701
dependencies = [
4702 4703 4704
 "proc-macro2",
 "quote",
 "syn",
4705 4706
]

I
Igor Matuszewski 已提交
4707 4708 4709 4710 4711 4712
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
4713
 "lazy_static",
I
Igor Matuszewski 已提交
4714 4715
]

4716 4717 4718
[[package]]
name = "tidy"
version = "0.1.0"
4719
dependencies = [
J
Jubilee Young 已提交
4720
 "cargo_metadata 0.11.1",
Y
Yuki Okushi 已提交
4721
 "lazy_static",
4722 4723
 "regex",
 "walkdir",
4724
]
4725

4726 4727 4728 4729
[[package]]
name = "tier-check"
version = "0.1.0"

A
Alex Crichton 已提交
4730 4731
[[package]]
name = "time"
M
Mark Rousskov 已提交
4732
version = "0.1.43"
A
Alex Crichton 已提交
4733
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4734
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
4735
dependencies = [
4736
 "libc",
M
Mark Rousskov 已提交
4737
 "winapi 0.3.9",
A
Alex Crichton 已提交
4738 4739
]

M
Mark Rousskov 已提交
4740 4741
[[package]]
name = "tinyvec"
4742
version = "0.3.4"
M
Mark Rousskov 已提交
4743
source = "registry+https://github.com/rust-lang/crates.io-index"
4744
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
4745

4746 4747
[[package]]
name = "tokio"
4748
version = "0.1.22"
4749
source = "registry+https://github.com/rust-lang/crates.io-index"
4750
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4751
dependencies = [
4752 4753 4754 4755 4756 4757 4758 4759 4760 4761
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4762
 "tokio-sync",
4763 4764 4765 4766 4767
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4768 4769 4770 4771
]

[[package]]
name = "tokio-codec"
M
Mark Rousskov 已提交
4772
version = "0.1.2"
4773
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4774
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
4775
dependencies = [
4776 4777 4778
 "bytes",
 "futures",
 "tokio-io",
4779 4780 4781 4782
]

[[package]]
name = "tokio-current-thread"
M
Mark Rousskov 已提交
4783
version = "0.1.7"
4784
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4785
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
4786
dependencies = [
4787 4788
 "futures",
 "tokio-executor",
4789 4790 4791 4792
]

[[package]]
name = "tokio-executor"
M
Mark Rousskov 已提交
4793
version = "0.1.10"
4794
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4795
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
4796
dependencies = [
M
Mark Rousskov 已提交
4797
 "crossbeam-utils 0.7.2",
4798
 "futures",
4799 4800 4801 4802
]

[[package]]
name = "tokio-fs"
M
Mark Rousskov 已提交
4803
version = "0.1.7"
4804
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4805
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
4806
dependencies = [
4807 4808 4809
 "futures",
 "tokio-io",
 "tokio-threadpool",
4810 4811 4812 4813
]

[[package]]
name = "tokio-io"
M
Mark Rousskov 已提交
4814
version = "0.1.13"
4815
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4816
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
4817
dependencies = [
4818 4819 4820
 "bytes",
 "futures",
 "log",
4821 4822
]

4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835
[[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",
]

4836 4837
[[package]]
name = "tokio-process"
M
Mark Rousskov 已提交
4838
version = "0.2.5"
4839
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4840
checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
4841
dependencies = [
M
Mark Rousskov 已提交
4842
 "crossbeam-queue 0.1.2",
4843
 "futures",
Y
Yuki Okushi 已提交
4844
 "lazy_static",
4845
 "libc",
4846
 "log",
4847 4848 4849 4850 4851
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
M
Mark Rousskov 已提交
4852
 "winapi 0.3.9",
4853 4854 4855 4856
]

[[package]]
name = "tokio-reactor"
M
Mark Rousskov 已提交
4857
version = "0.1.12"
4858
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4859
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
4860
dependencies = [
M
Mark Rousskov 已提交
4861
 "crossbeam-utils 0.7.2",
4862
 "futures",
Y
Yuki Okushi 已提交
4863
 "lazy_static",
4864 4865 4866
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
4867
 "parking_lot 0.9.0",
4868 4869 4870
 "slab",
 "tokio-executor",
 "tokio-io",
4871
 "tokio-sync",
4872 4873
]

4874 4875 4876 4877 4878 4879 4880 4881 4882
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4883 4884
[[package]]
name = "tokio-signal"
M
Mark Rousskov 已提交
4885
version = "0.2.9"
4886
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4887
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
4888
dependencies = [
4889 4890 4891 4892
 "futures",
 "libc",
 "mio",
 "mio-uds",
M
Mark Rousskov 已提交
4893
 "signal-hook-registry",
4894 4895 4896
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
M
Mark Rousskov 已提交
4897
 "winapi 0.3.9",
4898 4899
]

4900 4901
[[package]]
name = "tokio-sync"
M
Mark Rousskov 已提交
4902
version = "0.1.8"
4903
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4904
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
4905 4906 4907 4908 4909
dependencies = [
 "fnv",
 "futures",
]

4910 4911
[[package]]
name = "tokio-tcp"
M
Mark Rousskov 已提交
4912
version = "0.1.4"
4913
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4914
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
4915
dependencies = [
4916 4917 4918 4919 4920 4921
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
4922 4923 4924 4925
]

[[package]]
name = "tokio-threadpool"
M
Mark Rousskov 已提交
4926
version = "0.1.18"
4927
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4928
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
4929
dependencies = [
4930
 "crossbeam-deque",
M
Mark Rousskov 已提交
4931 4932
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
4933
 "futures",
Y
Yuki Okushi 已提交
4934
 "lazy_static",
4935 4936
 "log",
 "num_cpus",
4937
 "slab",
4938
 "tokio-executor",
4939 4940 4941 4942
]

[[package]]
name = "tokio-timer"
M
Mark Rousskov 已提交
4943
version = "0.2.13"
4944
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4945
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
4946
dependencies = [
M
Mark Rousskov 已提交
4947
 "crossbeam-utils 0.7.2",
4948 4949 4950
 "futures",
 "slab",
 "tokio-executor",
4951 4952 4953 4954
]

[[package]]
name = "tokio-udp"
M
Mark Rousskov 已提交
4955
version = "0.1.6"
4956
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4957
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
4958
dependencies = [
4959 4960 4961 4962 4963 4964 4965
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4966 4967 4968 4969
]

[[package]]
name = "tokio-uds"
M
Mark Rousskov 已提交
4970
version = "0.2.7"
4971
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4972
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
4973
dependencies = [
4974 4975 4976 4977 4978 4979 4980 4981 4982 4983
 "bytes",
 "futures",
 "iovec",
 "libc",
 "log",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4984 4985
]

E
Eric Huss 已提交
4986 4987
[[package]]
name = "toml"
M
Mark Rousskov 已提交
4988
version = "0.5.6"
E
Eric Huss 已提交
4989
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4990
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
E
Eric Huss 已提交
4991
dependencies = [
4992
 "serde",
E
Eric Huss 已提交
4993 4994
]

J
Jack Huey 已提交
4995 4996
[[package]]
name = "tracing"
M
Mark Rousskov 已提交
4997
version = "0.1.19"
J
Jack Huey 已提交
4998
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4999
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
J
Jack Huey 已提交
5000 5001 5002 5003 5004 5005 5006 5007
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
M
Mark Rousskov 已提交
5008
version = "0.1.11"
J
Jack Huey 已提交
5009
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5010
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
J
Jack Huey 已提交
5011
dependencies = [
5012 5013 5014
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
5015 5016 5017 5018
]

[[package]]
name = "tracing-core"
M
Mark Rousskov 已提交
5019
version = "0.1.15"
J
Jack Huey 已提交
5020
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5021
checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
J
Jack Huey 已提交
5022 5023 5024 5025
dependencies = [
 "lazy_static",
]

J
Jack Huey 已提交
5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046
[[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 已提交
5047 5048
[[package]]
name = "tracing-subscriber"
M
Mark Rousskov 已提交
5049
version = "0.2.11"
O
Oliver Scherer 已提交
5050
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5051
checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40"
O
Oliver Scherer 已提交
5052 5053
dependencies = [
 "ansi_term 0.12.1",
J
Jack Huey 已提交
5054
 "chrono",
O
Oliver Scherer 已提交
5055 5056
 "lazy_static",
 "matchers",
M
Mark Rousskov 已提交
5057
 "parking_lot 0.11.0",
O
Oliver Scherer 已提交
5058
 "regex",
J
Jack Huey 已提交
5059 5060
 "serde",
 "serde_json",
O
Oliver Scherer 已提交
5061
 "sharded-slab",
M
Mark Rousskov 已提交
5062 5063
 "smallvec 1.4.2",
 "thread_local",
O
Oliver Scherer 已提交
5064
 "tracing-core",
J
Jack Huey 已提交
5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080
 "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 已提交
5081 5082
]

E
Eric Huss 已提交
5083 5084
[[package]]
name = "typenum"
E
Eric Huss 已提交
5085
version = "1.12.0"
E
Eric Huss 已提交
5086
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5087
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5088

M
Mark Rousskov 已提交
5089 5090
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5091
version = "0.1.8"
M
Mark Rousskov 已提交
5092
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5093
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5094
dependencies = [
Y
Yuki Okushi 已提交
5095
 "lazy_static",
M
Mark Rousskov 已提交
5096 5097 5098
 "regex",
]

5099 5100
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5101
version = "0.1.3"
5102
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5103
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5104

5105 5106
[[package]]
name = "unicase"
5107
version = "2.6.0"
5108
source = "registry+https://github.com/rust-lang/crates.io-index"
5109
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5110
dependencies = [
5111
 "version_check",
5112 5113
]

M
Mark Rousskov 已提交
5114 5115 5116 5117 5118 5119 5120
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5121 5122
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5123
version = "0.3.4"
S
Steve Klabnik 已提交
5124
source = "registry+https://github.com/rust-lang/crates.io-index"
5125
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5126
dependencies = [
5127
 "matches",
5128 5129
]

5130 5131
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5132
version = "0.1.13"
5133
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5134
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5135
dependencies = [
M
Mark Rousskov 已提交
5136
 "tinyvec",
5137
]
5138

crlf0710's avatar
crlf0710 已提交
5139 5140
[[package]]
name = "unicode-script"
M
Mark Rousskov 已提交
5141
version = "0.5.2"
crlf0710's avatar
crlf0710 已提交
5142
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5143
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
crlf0710's avatar
crlf0710 已提交
5144 5145 5146

[[package]]
name = "unicode-security"
5147
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5148
source = "registry+https://github.com/rust-lang/crates.io-index"
5149
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5150
dependencies = [
crlf0710's avatar
crlf0710 已提交
5151
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5152 5153 5154
 "unicode-script",
]

5155 5156
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5157
version = "1.6.0"
5158
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5159
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5160 5161 5162

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5163
version = "0.1.8"
5164
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5165
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5166 5167 5168 5169 5170
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5171

5172 5173
[[package]]
name = "unicode-xid"
M
Mark Rousskov 已提交
5174
version = "0.2.1"
5175
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5176
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5177

F
flip1995 已提交
5178 5179 5180 5181
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5182
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5183

5184 5185 5186 5187
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5188 5189
 "num-traits",
 "tidy",
5190 5191
]

N
Nick Cameron 已提交
5192 5193 5194 5195
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5196 5197 5198 5199 5200
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5201 5202
]

5203 5204
[[package]]
name = "url"
5205
version = "1.7.2"
5206
source = "registry+https://github.com/rust-lang/crates.io-index"
5207
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5208
dependencies = [
5209 5210 5211
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5212 5213
]

E
Eric Huss 已提交
5214 5215
[[package]]
name = "url"
M
Mark Rousskov 已提交
5216
version = "2.1.1"
E
Eric Huss 已提交
5217
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5218
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
E
Eric Huss 已提交
5219
dependencies = [
5220 5221
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5222
 "percent-encoding 2.1.0",
5223
 "serde",
E
Eric Huss 已提交
5224 5225
]

S
steveklabnik 已提交
5226 5227
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5228
version = "0.7.5"
S
steveklabnik 已提交
5229
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5230
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5231

E
Eric Huss 已提交
5232 5233 5234 5235
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5236
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5237

5238 5239
[[package]]
name = "vcpkg"
M
Mark Rousskov 已提交
5240
version = "0.2.10"
5241
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5242
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5243

5244 5245
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5246
version = "0.8.2"
5247
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5248
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5249

R
Ralf Jung 已提交
5250 5251
[[package]]
name = "vergen"
5252
version = "3.1.0"
R
Ralf Jung 已提交
5253
source = "registry+https://github.com/rust-lang/crates.io-index"
5254
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
R
Ralf Jung 已提交
5255
dependencies = [
5256 5257
 "bitflags",
 "chrono",
R
Ralf Jung 已提交
5258 5259
]

E
Eric Huss 已提交
5260 5261
[[package]]
name = "version_check"
5262
version = "0.9.1"
E
Eric Huss 已提交
5263
source = "registry+https://github.com/rust-lang/crates.io-index"
5264
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
E
Eric Huss 已提交
5265

E
Eric Huss 已提交
5266 5267 5268 5269
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5270
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5271
dependencies = [
5272
 "utf8parse",
E
Eric Huss 已提交
5273 5274
]

5275 5276
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5277
version = "2.3.1"
5278
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5279
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5280
dependencies = [
5281
 "same-file",
M
Mark Rousskov 已提交
5282
 "winapi 0.3.9",
5283
 "winapi-util",
5284 5285
]

5286 5287 5288 5289 5290
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5291 5292 5293 5294 5295 5296
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5297 5298 5299 5300
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5301
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5302

5303 5304
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5305
version = "0.3.9"
5306
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5307
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5308
dependencies = [
5309 5310
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5311 5312
]

5313 5314 5315 5316
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5317
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5318

5319 5320 5321 5322
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5323
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5324

A
Alex Crichton 已提交
5325 5326
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5327
version = "0.1.5"
A
Alex Crichton 已提交
5328
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5329
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5330
dependencies = [
M
Mark Rousskov 已提交
5331
 "winapi 0.3.9",
A
Alex Crichton 已提交
5332 5333
]

5334 5335 5336 5337
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5338
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5339

5340 5341 5342 5343
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5344
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5345
dependencies = [
5346 5347
 "winapi 0.2.8",
 "winapi-build",
5348 5349
]

5350 5351
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5352
version = "0.2.2"
5353
source = "registry+https://github.com/rust-lang/crates.io-index"
5354
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5355
dependencies = [
5356
 "libc",
5357 5358
]

5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5371 5372
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5373
version = "0.1.6"
5374
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5375
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5376
dependencies = [
5377
 "lzma-sys",
5378 5379
]

5380 5381
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5382
version = "0.4.1"
5383
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5384
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5385
dependencies = [
Y
Yuki Okushi 已提交
5386
 "lazy_static",
5387
 "thiserror",
M
Mark Rousskov 已提交
5388
 "yaml-rust 0.4.4",
5389 5390
]

5391 5392 5393 5394
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5395
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5396 5397 5398

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5399
version = "0.4.4"
5400
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5401
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5402 5403 5404
dependencies = [
 "linked-hash-map",
]