Cargo.lock 113.8 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.48.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 345 346 347 348 349 350 351 352 353
[[package]]
name = "cargo-miri"
version = "0.1.0"
dependencies = [
 "cargo_metadata 0.9.1",
 "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
]

M
Manish Goregaokar 已提交
394 395
[[package]]
name = "cargo_metadata"
396
version = "0.9.1"
M
Manish Goregaokar 已提交
397
source = "registry+https://github.com/rust-lang/crates.io-index"
398
checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
M
Manish Goregaokar 已提交
399
dependencies = [
E
Eric Huss 已提交
400
 "semver 0.9.0",
M
Manish Goregaokar 已提交
401 402 403 404 405
 "serde",
 "serde_derive",
 "serde_json",
]

A
Alex Crichton 已提交
406 407 408 409
[[package]]
name = "cargotest2"
version = "0.1.0"

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

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

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

[[package]]
name = "chalk-engine"
J
Jack Huey 已提交
443
version = "0.14.0"
J
Jack Huey 已提交
444
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
445
checksum = "efaf428f5398d36284f79690cf988762b7c091249f50a6c11db613a46c057000"
J
Jack Huey 已提交
446
dependencies = [
J
Jack Huey 已提交
447 448
 "chalk-derive",
 "chalk-ir",
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.14.0"
J
Jack Huey 已提交
456
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
457
checksum = "fd3fdc1e9f68498ffe80f4a23b0b95f1ca6fb21d5a4c9b0c085fab3ca712bdbe"
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.14.0"
J
Jack Huey 已提交
466
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
467
checksum = "5b9fd4102807b7ebe8fb034fa0f488c5656e1966d3261b558b81a08d519cdb29"
J
Jack Huey 已提交
468 469 470 471
dependencies = [
 "chalk-derive",
 "chalk-engine",
 "chalk-ir",
J
Jack Huey 已提交
472
 "ena",
J
Jack Huey 已提交
473 474 475
 "itertools 0.9.0",
 "petgraph",
 "rustc-hash",
J
Jack Huey 已提交
476
 "tracing",
J
Jack Huey 已提交
477 478
]

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

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

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

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

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

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

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

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

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

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

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

605 606
[[package]]
name = "compiler_builtins"
607
version = "0.1.32"
608
source = "registry+https://github.com/rust-lang/crates.io-index"
609
checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
610
dependencies = [
611 612
 "cc",
 "rustc-std-workspace-core",
613 614
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

R
Ralf Jung 已提交
886 887
[[package]]
name = "directories"
M
Mark Rousskov 已提交
888
version = "2.0.2"
R
Ralf Jung 已提交
889
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
890
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
R
Ralf Jung 已提交
891
dependencies = [
892 893
 "cfg-if",
 "dirs-sys",
R
Ralf Jung 已提交
894 895
]

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

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

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

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

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

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

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

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

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

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

1000 1001 1002 1003 1004 1005 1006 1007 1008 1009
[[package]]
name = "expect-test"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e383741ea1982866572109d1a8c807bd36aad91fca701489fdca56ef92b3b8"
dependencies = [
 "difference",
 "once_cell",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1259 1260
[[package]]
name = "hashbrown"
A
Amanieu d'Antras 已提交
1261
version = "0.8.2"
1262
source = "registry+https://github.com/rust-lang/crates.io-index"
A
Amanieu d'Antras 已提交
1263
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
1264
dependencies = [
A
Amanieu d'Antras 已提交
1265
 "autocfg",
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"
1403
version = "1.5.1"
1404
source = "registry+https://github.com/rust-lang/crates.io-index"
1405 1406 1407 1408 1409
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
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"
P
Paul Sajna 已提交
1613
version = "0.2.74"
1614
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Paul Sajna 已提交
1615
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
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

1680 1681
[[package]]
name = "lock_api"
1682
version = "0.3.4"
1683
source = "registry+https://github.com/rust-lang/crates.io-index"
1684
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1685
dependencies = [
1686
 "scopeguard",
1687 1688
]

M
Mark Rousskov 已提交
1689 1690 1691 1692 1693 1694 1695 1696 1697
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
]

1698 1699
[[package]]
name = "log"
M
Mark Rousskov 已提交
1700
version = "0.4.11"
1701
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1702
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
1703
dependencies = [
1704
 "cfg-if",
1705
]
1706

1707 1708
[[package]]
name = "log_settings"
A
Alex Crichton 已提交
1709
version = "0.1.2"
1710
source = "registry+https://github.com/rust-lang/crates.io-index"
1711
checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1712
dependencies = [
Y
Yuki Okushi 已提交
1713
 "lazy_static",
1714 1715
]

1716 1717
[[package]]
name = "lsp-codec"
E
Eric Huss 已提交
1718
version = "0.1.2"
1719
source = "registry+https://github.com/rust-lang/crates.io-index"
1720
checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1721
dependencies = [
1722 1723 1724
 "bytes",
 "serde_json",
 "tokio-codec",
1725 1726 1727 1728
]

[[package]]
name = "lsp-types"
1729
version = "0.60.0"
1730
source = "registry+https://github.com/rust-lang/crates.io-index"
1731
checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1732
dependencies = [
1733 1734 1735
 "bitflags",
 "serde",
 "serde_json",
1736
 "serde_repr",
M
Mark Rousskov 已提交
1737
 "url 2.1.1",
1738 1739
]

1740 1741
[[package]]
name = "lzma-sys"
M
Mark Rousskov 已提交
1742
version = "0.1.16"
1743
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1744
checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
1745
dependencies = [
1746 1747 1748
 "cc",
 "libc",
 "pkg-config",
1749 1750
]

S
steveklabnik 已提交
1751 1752 1753 1754
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1755
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
S
steveklabnik 已提交
1756

G
Guillaume Gomez 已提交
1757 1758
[[package]]
name = "macro-utils"
M
Mark Rousskov 已提交
1759
version = "0.1.3"
G
Guillaume Gomez 已提交
1760
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1761
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
G
Guillaume Gomez 已提交
1762

S
steveklabnik 已提交
1763 1764
[[package]]
name = "maplit"
M
Mark Rousskov 已提交
1765
version = "1.0.2"
S
steveklabnik 已提交
1766
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1767
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
S
steveklabnik 已提交
1768

E
Eric Huss 已提交
1769 1770
[[package]]
name = "markup5ever"
1771
version = "0.10.0"
E
Eric Huss 已提交
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
E
Eric Huss 已提交
1774
dependencies = [
1775 1776 1777 1778 1779 1780 1781 1782 1783
 "log",
 "phf",
 "phf_codegen",
 "serde",
 "serde_derive",
 "serde_json",
 "string_cache",
 "string_cache_codegen",
 "tendril",
E
Eric Huss 已提交
1784 1785
]

1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797
[[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 已提交
1798 1799 1800 1801 1802 1803 1804 1805 1806
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

1807 1808
[[package]]
name = "matches"
A
Alex Crichton 已提交
1809
version = "0.1.8"
1810
source = "registry+https://github.com/rust-lang/crates.io-index"
1811
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1812

M
Mark Rousskov 已提交
1813 1814 1815 1816 1817 1818
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829
[[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",
]

1830 1831
[[package]]
name = "mdbook"
M
Mark Rousskov 已提交
1832
version = "0.4.2"
1833
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1834
checksum = "b75e31ae4eaa0e45e17ee2b6b9e3ed969c3c6ff12bb4c2e352c42493f4ebb706"
1835 1836
dependencies = [
 "ammonia",
E
Eric Huss 已提交
1837
 "anyhow",
1838 1839 1840
 "chrono",
 "clap",
 "elasticlunr-rs",
E
Eric Huss 已提交
1841
 "env_logger 0.7.1",
1842
 "handlebars",
Y
Yuki Okushi 已提交
1843
 "lazy_static",
1844 1845 1846
 "log",
 "memchr",
 "open",
E
Eric Huss 已提交
1847
 "pulldown-cmark",
1848 1849 1850 1851 1852 1853
 "regex",
 "serde",
 "serde_derive",
 "serde_json",
 "shlex",
 "tempfile",
E
Eric Huss 已提交
1854
 "toml",
1855 1856
]

W
Wesley Wiser 已提交
1857 1858
[[package]]
name = "measureme"
1859
version = "0.7.1"
W
Wesley Wiser 已提交
1860
source = "registry+https://github.com/rust-lang/crates.io-index"
1861
checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
W
Wesley Wiser 已提交
1862
dependencies = [
1863 1864
 "byteorder",
 "memmap",
I
Igor Matuszewski 已提交
1865
 "parking_lot 0.9.0",
1866
 "rustc-hash",
W
Wesley Wiser 已提交
1867 1868
]

O
Oliver Schneider 已提交
1869 1870
[[package]]
name = "memchr"
Y
Yuki Okushi 已提交
1871
version = "2.3.3"
O
Oliver Schneider 已提交
1872
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
1873
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1874

1875 1876
[[package]]
name = "memmap"
1877
version = "0.7.0"
1878
source = "registry+https://github.com/rust-lang/crates.io-index"
1879
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1880
dependencies = [
1881
 "libc",
M
Mark Rousskov 已提交
1882
 "winapi 0.3.9",
1883 1884
]

R
Ralf Jung 已提交
1885 1886
[[package]]
name = "memoffset"
M
Mark Rousskov 已提交
1887
version = "0.5.5"
R
Ralf Jung 已提交
1888
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1889
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
R
Ralf Jung 已提交
1890
dependencies = [
M
Mark Rousskov 已提交
1891
 "autocfg",
R
Ralf Jung 已提交
1892 1893
]

G
Guillaume Gomez 已提交
1894 1895
[[package]]
name = "minifier"
G
Guillaume Gomez 已提交
1896
version = "0.0.33"
G
Guillaume Gomez 已提交
1897
source = "registry+https://github.com/rust-lang/crates.io-index"
1898
checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
G
Guillaume Gomez 已提交
1899
dependencies = [
1900
 "macro-utils",
G
Guillaume Gomez 已提交
1901 1902
]

1903 1904
[[package]]
name = "miniz_oxide"
1905
version = "0.4.0"
1906
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1908
dependencies = [
1909 1910 1911 1912
 "adler",
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
1913 1914
]

1915 1916
[[package]]
name = "mio"
M
Mark Rousskov 已提交
1917
version = "0.6.22"
1918
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1919
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
1920
dependencies = [
M
Mark Rousskov 已提交
1921
 "cfg-if",
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log",
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
1932 1933 1934 1935
]

[[package]]
name = "mio-named-pipes"
M
Mark Rousskov 已提交
1936
version = "0.1.7"
1937
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1938
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
1939
dependencies = [
1940 1941
 "log",
 "mio",
M
Mark Rousskov 已提交
1942 1943
 "miow 0.3.5",
 "winapi 0.3.9",
1944 1945 1946 1947
]

[[package]]
name = "mio-uds"
M
Mark Rousskov 已提交
1948
version = "0.6.8"
1949
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1950
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
1951
dependencies = [
1952 1953 1954
 "iovec",
 "libc",
 "mio",
1955 1956 1957 1958 1959 1960
]

[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
1961
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1962
dependencies = [
1963 1964 1965 1966
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
1967 1968
]

A
Alex Crichton 已提交
1969 1970
[[package]]
name = "miow"
M
Mark Rousskov 已提交
1971
version = "0.3.5"
A
Alex Crichton 已提交
1972
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
1973
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
A
Alex Crichton 已提交
1974
dependencies = [
1975
 "socket2",
M
Mark Rousskov 已提交
1976
 "winapi 0.3.9",
A
Alex Crichton 已提交
1977 1978
]

1979 1980 1981 1982
[[package]]
name = "miri"
version = "0.1.0"
dependencies = [
1983 1984
 "byteorder",
 "colored",
R
Ralf Jung 已提交
1985
 "compiletest_rs",
R
Ralf Jung 已提交
1986
 "env_logger 0.7.1",
R
Ralf Jung 已提交
1987
 "getrandom",
M
Mark Rousskov 已提交
1988
 "hex 0.4.2",
1989
 "libc",
1990
 "log",
1991
 "rand",
1992 1993 1994
 "rustc-workspace-hack",
 "rustc_version",
 "shell-escape",
1995 1996
]

1997 1998
[[package]]
name = "net2"
M
Mark Rousskov 已提交
1999
version = "0.2.34"
2000
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2001
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2002
dependencies = [
2003 2004
 "cfg-if",
 "libc",
M
Mark Rousskov 已提交
2005
 "winapi 0.3.9",
2006 2007
]

A
Alex Crichton 已提交
2008 2009
[[package]]
name = "new_debug_unreachable"
M
Mark Rousskov 已提交
2010
version = "1.0.4"
N
Nick Cameron 已提交
2011
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2012
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
N
Nick Cameron 已提交
2013

2014
[[package]]
O
Oliver Schneider 已提交
2015
name = "num-integer"
M
Mark Rousskov 已提交
2016
version = "0.1.43"
2017
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2018
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2019
dependencies = [
M
Mark Rousskov 已提交
2020
 "autocfg",
2021
 "num-traits",
2022 2023
]

S
Steve Klabnik 已提交
2024 2025
[[package]]
name = "num-traits"
M
Mark Rousskov 已提交
2026
version = "0.2.12"
S
Steve Klabnik 已提交
2027
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2028 2029 2030 2031
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]
S
Steve Klabnik 已提交
2032

2033 2034
[[package]]
name = "num_cpus"
M
Mark Rousskov 已提交
2035
version = "1.13.0"
2036
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2037
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2038
dependencies = [
M
Mark Rousskov 已提交
2039
 "hermit-abi",
2040
 "libc",
2041 2042
]

2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053
[[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",
]

2054 2055
[[package]]
name = "once_cell"
M
Mark Rousskov 已提交
2056
version = "1.4.1"
2057
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2058
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2059
dependencies = [
M
Mark Rousskov 已提交
2060
 "parking_lot 0.11.0",
2061
]
2062

2063 2064 2065 2066 2067 2068
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

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

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

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

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

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

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

2130 2131 2132 2133
[[package]]
name = "ordslice"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2135

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

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

2154 2155 2156 2157
[[package]]
name = "panic_abort"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
2158
 "cfg-if",
2159 2160 2161
 "compiler_builtins",
 "core",
 "libc",
2162 2163 2164 2165 2166 2167
]

[[package]]
name = "panic_unwind"
version = "0.0.0"
dependencies = [
2168 2169 2170 2171 2172 2173
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
 "unwind",
2174 2175
]

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

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

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

2226 2227 2228 2229 2230 2231 2232
[[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 已提交
2233
 "cloudabi 0.0.3",
2234 2235 2236
 "libc",
 "redox_syscall",
 "rustc_version",
M
Mark Rousskov 已提交
2237 2238
 "smallvec 0.6.13",
 "winapi 0.3.9",
2239 2240
]

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

2270 2271 2272 2273 2274 2275
[[package]]
name = "pathdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"

2276 2277
[[package]]
name = "percent-encoding"
O
Oliver Schneider 已提交
2278
version = "1.0.1"
2279
source = "registry+https://github.com/rust-lang/crates.io-index"
2280
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2281

E
Eric Huss 已提交
2282 2283
[[package]]
name = "percent-encoding"
E
Eric Huss 已提交
2284
version = "2.1.0"
E
Eric Huss 已提交
2285
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2286
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
E
Eric Huss 已提交
2287

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

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2301
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2302
dependencies = [
2303 2304
 "pest",
 "pest_generator",
2305 2306 2307 2308
]

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

[[package]]
name = "pest_meta"
2322
version = "2.1.3"
2323
source = "registry+https://github.com/rust-lang/crates.io-index"
2324
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2325
dependencies = [
2326 2327 2328
 "maplit",
 "pest",
 "sha-1",
2329 2330
]

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

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

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

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

[[package]]
name = "phf_shared"
2372
version = "0.8.0"
S
steveklabnik 已提交
2373
source = "registry+https://github.com/rust-lang/crates.io-index"
2374
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
S
steveklabnik 已提交
2375
dependencies = [
2376
 "siphasher",
S
steveklabnik 已提交
2377 2378
]

2379 2380
[[package]]
name = "pkg-config"
M
Mark Rousskov 已提交
2381
version = "0.3.18"
2382
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2383
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2384

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

G
gnzlbg 已提交
2396 2397
[[package]]
name = "ppv-lite86"
Y
Yuki Okushi 已提交
2398
version = "0.2.8"
G
gnzlbg 已提交
2399
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2400
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
G
gnzlbg 已提交
2401

S
steveklabnik 已提交
2402 2403 2404 2405
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2406
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
S
steveklabnik 已提交
2407

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

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

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

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

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

2472 2473 2474
[[package]]
name = "proc_macro"
version = "0.0.0"
2475 2476 2477
dependencies = [
 "std",
]
2478

2479 2480 2481 2482
[[package]]
name = "profiler_builtins"
version = "0.0.0"
dependencies = [
2483 2484 2485
 "cc",
 "compiler_builtins",
 "core",
2486 2487
]

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

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

2509 2510
[[package]]
name = "punycode"
M
Mark Rousskov 已提交
2511
version = "0.4.1"
2512
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2513
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
2514

2515 2516
[[package]]
name = "quick-error"
2517
version = "1.2.3"
2518
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2520

M
Mark Rousskov 已提交
2521 2522 2523 2524 2525 2526
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

2527
[[package]]
O
Oliver Schneider 已提交
2528 2529
name = "quine-mc_cluskey"
version = "0.2.4"
2530
source = "registry+https://github.com/rust-lang/crates.io-index"
2531
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2532

2533 2534
[[package]]
name = "quote"
M
Mark Rousskov 已提交
2535
version = "1.0.7"
2536
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2537
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2538
dependencies = [
2539
 "proc-macro2",
A
Alex Crichton 已提交
2540 2541
]

2542 2543
[[package]]
name = "racer"
I
Igor Matuszewski 已提交
2544
version = "2.1.37"
2545
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2546
checksum = "db975752fc2c2430b4159d262585f7e45eb9aa43d733bf02c5f2fde512b00bfb"
2547
dependencies = [
2548 2549 2550
 "bitflags",
 "clap",
 "derive_more",
I
Igor Matuszewski 已提交
2551
 "env_logger 0.7.1",
M
Mark Rousskov 已提交
2552
 "humantime 2.0.1",
Y
Yuki Okushi 已提交
2553
 "lazy_static",
2554 2555
 "log",
 "rls-span",
2556
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2557 2558 2559 2560 2561 2562
 "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",
2563
]
2564

G
gnzlbg 已提交
2565 2566
[[package]]
name = "rand"
2567
version = "0.7.3"
G
gnzlbg 已提交
2568
source = "registry+https://github.com/rust-lang/crates.io-index"
2569
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
G
gnzlbg 已提交
2570
dependencies = [
2571 2572
 "getrandom",
 "libc",
2573
 "rand_chacha",
M
Mark Rousskov 已提交
2574
 "rand_core",
2575 2576
 "rand_hc",
 "rand_pcg",
2577 2578
]

G
gnzlbg 已提交
2579 2580
[[package]]
name = "rand_chacha"
Y
Yuki Okushi 已提交
2581
version = "0.2.2"
G
gnzlbg 已提交
2582
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2583
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
G
gnzlbg 已提交
2584
dependencies = [
Y
Yuki Okushi 已提交
2585
 "ppv-lite86",
M
Mark Rousskov 已提交
2586
 "rand_core",
G
gnzlbg 已提交
2587 2588 2589 2590
]

[[package]]
name = "rand_core"
E
Eric Huss 已提交
2591
version = "0.5.1"
G
gnzlbg 已提交
2592
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
2593
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
G
gnzlbg 已提交
2594
dependencies = [
2595
 "getrandom",
G
gnzlbg 已提交
2596 2597 2598 2599 2600 2601
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2602
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
G
gnzlbg 已提交
2603
dependencies = [
M
Mark Rousskov 已提交
2604
 "rand_core",
2605 2606
]

2607 2608
[[package]]
name = "rand_pcg"
2609
version = "0.2.1"
2610
source = "registry+https://github.com/rust-lang/crates.io-index"
2611
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2612
dependencies = [
M
Mark Rousskov 已提交
2613
 "rand_core",
2614
]
K
kennytm 已提交
2615

R
Ralf Jung 已提交
2616 2617 2618 2619
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2620
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
R
Ralf Jung 已提交
2621
dependencies = [
M
Mark Rousskov 已提交
2622
 "rand_core",
E
Eric Huss 已提交
2623 2624 2625 2626 2627 2628 2629 2630
]

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

N
Nick Cameron 已提交
2634 2635
[[package]]
name = "rayon"
M
Mark Rousskov 已提交
2636
version = "1.3.1"
N
Nick Cameron 已提交
2637
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2638
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
N
Nick Cameron 已提交
2639
dependencies = [
M
Mark Rousskov 已提交
2640
 "autocfg",
2641
 "crossbeam-deque",
2642 2643
 "either",
 "rayon-core",
O
Oliver Schneider 已提交
2644 2645 2646 2647
]

[[package]]
name = "rayon-core"
M
Mark Rousskov 已提交
2648
version = "1.7.1"
O
Oliver Schneider 已提交
2649
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2650
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
O
Oliver Schneider 已提交
2651
dependencies = [
2652
 "crossbeam-deque",
M
Mark Rousskov 已提交
2653 2654
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
Y
Yuki Okushi 已提交
2655
 "lazy_static",
2656
 "num_cpus",
2657 2658
]

N
Nick Cameron 已提交
2659 2660
[[package]]
name = "redox_syscall"
M
Mark Rousskov 已提交
2661
version = "0.1.57"
O
Oliver Schneider 已提交
2662
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2663
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
O
Oliver Schneider 已提交
2664

F
flip1995 已提交
2665 2666
[[package]]
name = "redox_users"
M
Mark Rousskov 已提交
2667
version = "0.3.4"
F
flip1995 已提交
2668
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2669
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
F
flip1995 已提交
2670
dependencies = [
M
Mark Rousskov 已提交
2671
 "getrandom",
2672
 "redox_syscall",
M
Mark Rousskov 已提交
2673
 "rust-argon2",
F
flip1995 已提交
2674 2675
]

2676 2677
[[package]]
name = "regex"
M
Mark Rousskov 已提交
2678
version = "1.3.9"
2679
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2680
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2681
dependencies = [
2682 2683 2684
 "aho-corasick",
 "memchr",
 "regex-syntax",
Y
Yuki Okushi 已提交
2685
 "thread_local",
2686 2687
]

O
Oliver Scherer 已提交
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
 "regex-syntax",
]

2698 2699
[[package]]
name = "regex-syntax"
M
Mark Rousskov 已提交
2700
version = "0.6.18"
2701
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2702
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2703

2704 2705 2706 2707 2708 2709 2710 2711
[[package]]
name = "remote-test-client"
version = "0.1.0"

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

A
Alex Crichton 已提交
2712 2713
[[package]]
name = "remove_dir_all"
M
Mark Rousskov 已提交
2714
version = "0.5.3"
A
Alex Crichton 已提交
2715
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
2716
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
A
Alex Crichton 已提交
2717
dependencies = [
M
Mark Rousskov 已提交
2718
 "winapi 0.3.9",
A
Alex Crichton 已提交
2719 2720
]

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

[[package]]
name = "rls-analysis"
Y
Yuki Okushi 已提交
2771
version = "0.18.1"
2772
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2773
checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2774
dependencies = [
2775 2776
 "derive-new",
 "fst",
M
Mark Rousskov 已提交
2777
 "itertools 0.8.2",
2778 2779 2780 2781 2782 2783
 "json",
 "log",
 "rls-data",
 "rls-span",
 "serde",
 "serde_json",
A
Alex Crichton 已提交
2784 2785
]

2786 2787
[[package]]
name = "rls-data"
2788
version = "0.19.0"
2789
source = "registry+https://github.com/rust-lang/crates.io-index"
2790
checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2791
dependencies = [
2792 2793
 "rls-span",
 "serde",
2794 2795
]

2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807
[[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 已提交
2808 2809
[[package]]
name = "rls-rustc"
I
Igor Matuszewski 已提交
2810
version = "0.6.0"
2811 2812
dependencies = [
 "clippy_lints",
R
Ralf Jung 已提交
2813
 "env_logger 0.7.1",
2814 2815
 "futures",
 "log",
2816
 "rand",
2817 2818 2819 2820 2821
 "rls-data",
 "rls-ipc",
 "serde",
 "tokio",
]
N
Nick Cameron 已提交
2822

2823 2824
[[package]]
name = "rls-span"
Y
Yuki Okushi 已提交
2825
version = "0.5.2"
2826
source = "registry+https://github.com/rust-lang/crates.io-index"
Y
Yuki Okushi 已提交
2827
checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2828
dependencies = [
2829
 "serde",
2830 2831 2832 2833
]

[[package]]
name = "rls-vfs"
2834
version = "0.8.0"
2835
source = "registry+https://github.com/rust-lang/crates.io-index"
2836
checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2837
dependencies = [
2838 2839
 "log",
 "rls-span",
2840 2841
]

M
Mark Rousskov 已提交
2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853
[[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 已提交
2854 2855 2856 2857 2858 2859 2860
[[package]]
name = "rust-demangler"
version = "0.0.0"
dependencies = [
 "rustc-demangle",
]

2861 2862
[[package]]
name = "rustbook"
2863 2864
version = "0.1.0"
dependencies = [
2865 2866
 "clap",
 "mdbook",
2867
]
2868

I
Igor Matuszewski 已提交
2869
[[package]]
I
Igor Matuszewski 已提交
2870
name = "rustc-ap-rustc_arena"
I
Igor Matuszewski 已提交
2871
version = "671.0.0"
I
Igor Matuszewski 已提交
2872
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2873
checksum = "4a3941333c39ffa778611a34692244052fc9ba0f6b02dcf019c8d24925707dd6"
I
Igor Matuszewski 已提交
2874
dependencies = [
2875
 "rustc-ap-rustc_data_structures",
M
Mark Rousskov 已提交
2876
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
2877 2878
]

2879 2880
[[package]]
name = "rustc-ap-rustc_ast"
I
Igor Matuszewski 已提交
2881
version = "671.0.0"
2882
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2883
checksum = "27c579f7d89e6fc971b433e92bb2b8c65b716d7c797b21de8685945be9455610"
2884
dependencies = [
I
Igor Matuszewski 已提交
2885
 "bitflags",
2886 2887 2888 2889 2890
 "log",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2891
 "rustc-ap-rustc_serialize",
2892 2893
 "rustc-ap-rustc_span",
 "scoped-tls",
M
Mark Rousskov 已提交
2894
 "smallvec 1.4.2",
2895 2896 2897 2898
]

[[package]]
name = "rustc-ap-rustc_ast_passes"
I
Igor Matuszewski 已提交
2899
version = "671.0.0"
I
Igor Matuszewski 已提交
2900
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2901
checksum = "f9914fadee461568d19ca2ebaec8699ff898f8ffec9928154659a57ee018e5fd"
2902
dependencies = [
M
Mark Rousskov 已提交
2903
 "itertools 0.8.2",
2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914
 "log",
 "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",
]
I
Igor Matuszewski 已提交
2915 2916 2917

[[package]]
name = "rustc-ap-rustc_ast_pretty"
I
Igor Matuszewski 已提交
2918
version = "671.0.0"
I
Igor Matuszewski 已提交
2919
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2920
checksum = "2a78c5cc50a2f294d3c4e9131a15676724c9f136d3ed54e9ba419850b6025cb3"
I
Igor Matuszewski 已提交
2921 2922
dependencies = [
 "log",
2923
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2924
 "rustc-ap-rustc_span",
I
Igor Matuszewski 已提交
2925
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
2926 2927 2928 2929
]

[[package]]
name = "rustc-ap-rustc_attr"
I
Igor Matuszewski 已提交
2930
version = "671.0.0"
I
Igor Matuszewski 已提交
2931
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2932
checksum = "a78ce08227d146949755175c0cf710280a4b5bf6ee504c0e3f7ccc30d66fbfd9"
I
Igor Matuszewski 已提交
2933
dependencies = [
2934
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
2935 2936 2937 2938 2939
 "rustc-ap-rustc_ast_pretty",
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
2940
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2941 2942
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
2943
 "version_check",
I
Igor Matuszewski 已提交
2944
]
I
Igor Matuszewski 已提交
2945 2946 2947

[[package]]
name = "rustc-ap-rustc_data_structures"
I
Igor Matuszewski 已提交
2948
version = "671.0.0"
I
Igor Matuszewski 已提交
2949
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2950
checksum = "9d5ac3735c38d2d0e95991ebcd7eb1618b60e784194a738e0ce2e8d39c39b809"
I
Igor Matuszewski 已提交
2951
dependencies = [
I
Igor Matuszewski 已提交
2952
 "bitflags",
2953
 "cfg-if",
2954
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
2955
 "ena",
2956 2957
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
2958
 "lazy_static",
T
topecongiro 已提交
2959
 "libc",
2960
 "log",
I
Igor Matuszewski 已提交
2961
 "measureme",
I
Igor Matuszewski 已提交
2962
 "once_cell",
2963
 "parking_lot 0.10.2",
I
Igor Matuszewski 已提交
2964
 "rustc-ap-rustc_graphviz",
I
Igor Matuszewski 已提交
2965
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
2966
 "rustc-ap-rustc_serialize",
2967
 "rustc-hash",
I
Igor Matuszewski 已提交
2968 2969
 "rustc-rayon",
 "rustc-rayon-core",
M
Mark Rousskov 已提交
2970
 "smallvec 1.4.2",
2971
 "stable_deref_trait",
2972
 "stacker",
M
Mark Rousskov 已提交
2973
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2974 2975 2976 2977
]

[[package]]
name = "rustc-ap-rustc_errors"
I
Igor Matuszewski 已提交
2978
version = "671.0.0"
I
Igor Matuszewski 已提交
2979
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2980
checksum = "5166a95afa6e3b78ccbece4c2f1e163634854297f1147c6fd90e2712ed3fede5"
I
Igor Matuszewski 已提交
2981
dependencies = [
I
Igor Matuszewski 已提交
2982
 "annotate-snippets 0.8.0",
2983 2984 2985
 "atty",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
2986
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
2987
 "rustc-ap-rustc_span",
2988
 "termcolor",
I
Igor Matuszewski 已提交
2989
 "termize",
2990
 "unicode-width",
M
Mark Rousskov 已提交
2991
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
2992 2993
]

2994 2995
[[package]]
name = "rustc-ap-rustc_expand"
I
Igor Matuszewski 已提交
2996
version = "671.0.0"
2997
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
2998
checksum = "1a0586e83bdfe70eda8393429a8a38ecb529525dd252d787e479af075d3cab08"
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009
dependencies = [
 "log",
 "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",
 "rustc-ap-rustc_parse",
I
Igor Matuszewski 已提交
3010
 "rustc-ap-rustc_serialize",
3011 3012
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
M
Mark Rousskov 已提交
3013
 "smallvec 1.4.2",
3014 3015
]

I
Igor Matuszewski 已提交
3016 3017
[[package]]
name = "rustc-ap-rustc_feature"
I
Igor Matuszewski 已提交
3018
version = "671.0.0"
I
Igor Matuszewski 已提交
3019
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3020
checksum = "48fc3aa8de0737a8c5a4353e6948548f469150d2b5d3eac391843de32c6c6ca2"
I
Igor Matuszewski 已提交
3021
dependencies = [
Y
Yuki Okushi 已提交
3022
 "lazy_static",
I
Igor Matuszewski 已提交
3023 3024 3025 3026 3027 3028
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_span",
]

[[package]]
name = "rustc-ap-rustc_fs_util"
I
Igor Matuszewski 已提交
3029
version = "671.0.0"
I
Igor Matuszewski 已提交
3030
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3031
checksum = "59fd3380f4029020b693bbfd5a14ec8c893ec33c5c0063ad2e68e46d3fbd6a1f"
I
Igor Matuszewski 已提交
3032 3033 3034

[[package]]
name = "rustc-ap-rustc_graphviz"
I
Igor Matuszewski 已提交
3035
version = "671.0.0"
I
Igor Matuszewski 已提交
3036
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3037
checksum = "b54bd98f70e04291bf611151d1fcd4d7770b35f7ec603d301c4aee0d1979cca4"
I
Igor Matuszewski 已提交
3038

I
Igor Matuszewski 已提交
3039 3040
[[package]]
name = "rustc-ap-rustc_index"
I
Igor Matuszewski 已提交
3041
version = "671.0.0"
I
Igor Matuszewski 已提交
3042
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3043
checksum = "335bfb187a2489a59ee8c67fcf5d1760e9dcdbe0f02025c199a74caa05096b15"
I
Igor Matuszewski 已提交
3044
dependencies = [
M
Mark Rousskov 已提交
3045
 "arrayvec",
I
Igor Matuszewski 已提交
3046
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3047 3048
]

I
Igor Matuszewski 已提交
3049 3050
[[package]]
name = "rustc-ap-rustc_lexer"
I
Igor Matuszewski 已提交
3051
version = "671.0.0"
I
Igor Matuszewski 已提交
3052
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3053
checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f"
3054
dependencies = [
3055
 "unicode-xid",
3056
]
I
Igor Matuszewski 已提交
3057 3058 3059

[[package]]
name = "rustc-ap-rustc_macros"
I
Igor Matuszewski 已提交
3060
version = "671.0.0"
I
Igor Matuszewski 已提交
3061
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3062
checksum = "8b774df26c4ef513555b3a303cb209f44cf68a9e6a5481b41ac832301c6487cb"
I
Igor Matuszewski 已提交
3063
dependencies = [
3064 3065 3066
 "proc-macro2",
 "quote",
 "syn",
3067
 "synstructure",
I
Igor Matuszewski 已提交
3068 3069 3070
]

[[package]]
I
Igor Matuszewski 已提交
3071
name = "rustc-ap-rustc_parse"
I
Igor Matuszewski 已提交
3072
version = "671.0.0"
I
Igor Matuszewski 已提交
3073
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3074
checksum = "065e632101bdd57a271f38ee7a4d72b5a3d0467ec845104346c284b2c6c69960"
I
Igor Matuszewski 已提交
3075
dependencies = [
3076 3077
 "bitflags",
 "log",
3078
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3079
 "rustc-ap-rustc_ast_pretty",
3080
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3081 3082 3083 3084 3085 3086 3087 3088
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_lexer",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
 "unicode-normalization",
]

I
Igor Matuszewski 已提交
3089 3090
[[package]]
name = "rustc-ap-rustc_serialize"
I
Igor Matuszewski 已提交
3091
version = "671.0.0"
I
Igor Matuszewski 已提交
3092
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3093
checksum = "0e8c0b704e3dedb97cbb1ac566bbc0ab397ec4a4743098326a8f2230463fd9f9"
I
Igor Matuszewski 已提交
3094 3095
dependencies = [
 "indexmap",
M
Mark Rousskov 已提交
3096
 "smallvec 1.4.2",
I
Igor Matuszewski 已提交
3097 3098
]

I
Igor Matuszewski 已提交
3099 3100
[[package]]
name = "rustc-ap-rustc_session"
I
Igor Matuszewski 已提交
3101
version = "671.0.0"
I
Igor Matuszewski 已提交
3102
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3103
checksum = "dda99ede4e6e260712754f8548b0a175b615686ad393653a3bd11f6c5e41a04e"
I
Igor Matuszewski 已提交
3104
dependencies = [
T
Tyler Mandry 已提交
3105
 "bitflags",
T
topecongiro 已提交
3106
 "getopts",
I
Igor Matuszewski 已提交
3107 3108
 "log",
 "num_cpus",
3109
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
3110 3111 3112 3113
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
 "rustc-ap-rustc_feature",
 "rustc-ap-rustc_fs_util",
I
Igor Matuszewski 已提交
3114
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3115 3116
 "rustc-ap-rustc_span",
 "rustc-ap-rustc_target",
I
Igor Matuszewski 已提交
3117 3118 3119
]

[[package]]
I
Igor Matuszewski 已提交
3120
name = "rustc-ap-rustc_span"
I
Igor Matuszewski 已提交
3121
version = "671.0.0"
I
Igor Matuszewski 已提交
3122
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3123
checksum = "53453791c2c0b501a921927ce8e305a801eef130920873f8da92d83dad595236"
I
Igor Matuszewski 已提交
3124
dependencies = [
I
Igor Matuszewski 已提交
3125 3126
 "cfg-if",
 "log",
T
topecongiro 已提交
3127
 "md-5",
I
Igor Matuszewski 已提交
3128
 "rustc-ap-rustc_arena",
I
Igor Matuszewski 已提交
3129 3130 3131
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_index",
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3132
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3133
 "scoped-tls",
T
topecongiro 已提交
3134
 "sha-1",
I
Igor Matuszewski 已提交
3135
 "unicode-width",
I
Igor Matuszewski 已提交
3136 3137 3138
]

[[package]]
I
Igor Matuszewski 已提交
3139
name = "rustc-ap-rustc_target"
I
Igor Matuszewski 已提交
3140
version = "671.0.0"
I
Igor Matuszewski 已提交
3141
source = "registry+https://github.com/rust-lang/crates.io-index"
I
Igor Matuszewski 已提交
3142
checksum = "ac82006fdb31ef44e24e1623f8b72ac2b404ef15ba20b7ebec0df35e5d20bbef"
I
Igor Matuszewski 已提交
3143
dependencies = [
3144 3145 3146
 "bitflags",
 "log",
 "rustc-ap-rustc_data_structures",
I
Igor Matuszewski 已提交
3147
 "rustc-ap-rustc_index",
I
Igor Matuszewski 已提交
3148
 "rustc-ap-rustc_macros",
I
Igor Matuszewski 已提交
3149
 "rustc-ap-rustc_serialize",
I
Igor Matuszewski 已提交
3150 3151 3152
 "rustc-ap-rustc_span",
]

3153 3154
[[package]]
name = "rustc-demangle"
3155
version = "0.1.16"
3156
source = "registry+https://github.com/rust-lang/crates.io-index"
3157
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3158
dependencies = [
3159 3160
 "compiler_builtins",
 "rustc-std-workspace-core",
3161
]
3162

3163 3164
[[package]]
name = "rustc-hash"
J
Jack Huey 已提交
3165
version = "1.1.0"
3166
source = "registry+https://github.com/rust-lang/crates.io-index"
J
Jack Huey 已提交
3167
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3168

3169 3170 3171 3172
[[package]]
name = "rustc-main"
version = "0.0.0"
dependencies = [
3173 3174 3175
 "jemalloc-sys",
 "rustc_codegen_ssa",
 "rustc_driver",
3176 3177
]

J
Josh Stone 已提交
3178 3179 3180 3181 3182 3183
[[package]]
name = "rustc-rayon"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
dependencies = [
3184
 "crossbeam-deque",
J
Josh Stone 已提交
3185
 "either",
I
Igor Matuszewski 已提交
3186
 "rustc-rayon-core",
J
John Kåre Alsaker 已提交
3187 3188
]

J
Josh Stone 已提交
3189 3190 3191 3192 3193 3194
[[package]]
name = "rustc-rayon-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
dependencies = [
3195
 "crossbeam-deque",
M
Mark Rousskov 已提交
3196 3197
 "crossbeam-queue 0.1.2",
 "crossbeam-utils 0.6.6",
Y
Yuki Okushi 已提交
3198
 "lazy_static",
J
Josh Stone 已提交
3199 3200 3201
 "num_cpus",
]

3202 3203
[[package]]
name = "rustc-std-workspace-alloc"
3204
version = "1.99.0"
3205
dependencies = [
3206
 "alloc",
3207 3208
]

3209 3210
[[package]]
name = "rustc-std-workspace-core"
3211
version = "1.99.0"
3212
dependencies = [
3213
 "core",
3214 3215
]

3216 3217
[[package]]
name = "rustc-std-workspace-std"
3218
version = "1.99.0"
3219 3220 3221 3222
dependencies = [
 "std",
]

A
Alex Crichton 已提交
3223 3224 3225 3226
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
3227
 "crossbeam-utils 0.7.2",
3228 3229
 "proc-macro2",
 "quote",
3230 3231
 "serde",
 "serde_json",
M
Mark Rousskov 已提交
3232 3233
 "smallvec 0.6.13",
 "smallvec 1.4.2",
3234
 "syn",
M
Mark Rousskov 已提交
3235 3236
 "url 2.1.1",
 "winapi 0.3.9",
A
Alex Crichton 已提交
3237 3238
]

3239 3240 3241 3242
[[package]]
name = "rustc_apfloat"
version = "0.0.0"
dependencies = [
3243
 "bitflags",
M
Mark Rousskov 已提交
3244
 "smallvec 1.4.2",
3245 3246
]

V
Vadim Petrochenkov 已提交
3247 3248 3249 3250 3251
[[package]]
name = "rustc_arena"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
M
Mark Rousskov 已提交
3252
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3253 3254
]

V
Vadim Petrochenkov 已提交
3255 3256 3257 3258
[[package]]
name = "rustc_ast"
version = "0.0.0"
dependencies = [
3259
 "bitflags",
V
Vadim Petrochenkov 已提交
3260 3261 3262 3263
 "rustc_data_structures",
 "rustc_index",
 "rustc_lexer",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3264
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3265
 "rustc_span",
M
Mark Rousskov 已提交
3266
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3267
 "tracing",
V
Vadim Petrochenkov 已提交
3268 3269
]

3270 3271 3272 3273
[[package]]
name = "rustc_ast_lowering"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3274
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3275
 "rustc_ast",
3276
 "rustc_ast_pretty",
3277 3278
 "rustc_data_structures",
 "rustc_errors",
3279
 "rustc_hir",
3280
 "rustc_index",
3281
 "rustc_session",
3282 3283
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3284
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3285
 "tracing",
3286 3287
]

3288 3289 3290 3291
[[package]]
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
3292
 "itertools 0.8.2",
V
Vadim Petrochenkov 已提交
3293
 "rustc_ast",
3294
 "rustc_ast_pretty",
3295
 "rustc_attr",
3296 3297
 "rustc_data_structures",
 "rustc_errors",
3298
 "rustc_feature",
3299 3300 3301
 "rustc_parse",
 "rustc_session",
 "rustc_span",
O
Oliver Scherer 已提交
3302
 "tracing",
3303 3304
]

3305 3306 3307 3308
[[package]]
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3309
 "rustc_ast",
3310
 "rustc_span",
A
Amanieu d'Antras 已提交
3311
 "rustc_target",
O
Oliver Scherer 已提交
3312
 "tracing",
3313 3314
]

3315 3316 3317 3318
[[package]]
name = "rustc_attr"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3319
 "rustc_ast",
3320
 "rustc_ast_pretty",
3321 3322 3323
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
3324
 "rustc_lexer",
3325
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3326
 "rustc_serialize",
3327 3328
 "rustc_session",
 "rustc_span",
3329
 "version_check",
3330 3331
]

V
Vadim Petrochenkov 已提交
3332 3333 3334 3335
[[package]]
name = "rustc_builtin_macros"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3336
 "rustc_ast",
3337
 "rustc_ast_pretty",
3338
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3339 3340 3341 3342 3343
 "rustc_data_structures",
 "rustc_errors",
 "rustc_expand",
 "rustc_feature",
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3344
 "rustc_parse_format",
3345
 "rustc_session",
V
Vadim Petrochenkov 已提交
3346 3347
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3348
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3349
 "tracing",
V
Vadim Petrochenkov 已提交
3350 3351
]

I
Irina Popa 已提交
3352 3353 3354 3355
[[package]]
name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
3356 3357 3358
 "bitflags",
 "flate2",
 "libc",
3359
 "measureme",
3360
 "rustc-demangle",
V
Vadim Petrochenkov 已提交
3361
 "rustc_ast",
3362
 "rustc_attr",
3363 3364 3365
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
A
Aaron Hill 已提交
3366
 "rustc_feature",
3367
 "rustc_fs_util",
3368
 "rustc_hir",
3369 3370
 "rustc_incremental",
 "rustc_index",
3371
 "rustc_llvm",
M
Mazdak Farrokhzad 已提交
3372
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3373
 "rustc_serialize",
A
Aaron Hill 已提交
3374
 "rustc_session",
V
Vadim Petrochenkov 已提交
3375
 "rustc_span",
3376
 "rustc_target",
M
Mark Rousskov 已提交
3377
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3378
 "tracing",
I
Irina Popa 已提交
3379 3380
]

3381 3382 3383
[[package]]
name = "rustc_codegen_ssa"
version = "0.0.0"
3384
dependencies = [
3385 3386 3387 3388 3389 3390
 "bitflags",
 "cc",
 "jobserver",
 "libc",
 "memmap",
 "num_cpus",
3391
 "pathdiff",
3392
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3393
 "rustc_ast",
3394
 "rustc_attr",
3395 3396 3397
 "rustc_data_structures",
 "rustc_errors",
 "rustc_fs_util",
3398
 "rustc_hir",
3399
 "rustc_incremental",
3400
 "rustc_index",
M
Matthew Jasper 已提交
3401
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3402
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3403
 "rustc_serialize",
3404
 "rustc_session",
V
Vadim Petrochenkov 已提交
3405
 "rustc_span",
3406
 "rustc_symbol_mangling",
3407 3408
 "rustc_target",
 "tempfile",
O
Oliver Scherer 已提交
3409
 "tracing",
3410
]
3411

3412 3413 3414 3415
[[package]]
name = "rustc_data_structures"
version = "0.0.0"
dependencies = [
3416
 "bitflags",
3417
 "cfg-if",
3418
 "crossbeam-utils 0.7.2",
J
Jack Huey 已提交
3419
 "ena",
3420 3421
 "indexmap",
 "jobserver",
Y
Yuki Okushi 已提交
3422
 "lazy_static",
L
Luca Barbieri 已提交
3423
 "libc",
3424
 "measureme",
3425
 "once_cell",
3426
 "parking_lot 0.10.2",
3427
 "rustc-hash",
I
Igor Matuszewski 已提交
3428 3429
 "rustc-rayon",
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3430
 "rustc_graphviz",
C
csmoe 已提交
3431
 "rustc_index",
M
Matthew Jasper 已提交
3432
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3433
 "rustc_serialize",
M
Mark Rousskov 已提交
3434
 "smallvec 1.4.2",
3435
 "stable_deref_trait",
3436
 "stacker",
3437
 "tempfile",
O
Oliver Scherer 已提交
3438
 "tracing",
M
Mark Rousskov 已提交
3439
 "winapi 0.3.9",
3440 3441 3442 3443 3444 3445
]

[[package]]
name = "rustc_driver"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3446
 "lazy_static",
L
Luca Barbieri 已提交
3447
 "libc",
V
Vadim Petrochenkov 已提交
3448
 "rustc_ast",
3449
 "rustc_ast_pretty",
V
Victor Ding 已提交
3450
 "rustc_codegen_ssa",
3451
 "rustc_data_structures",
3452
 "rustc_error_codes",
3453
 "rustc_errors",
3454
 "rustc_feature",
3455
 "rustc_hir",
3456
 "rustc_hir_pretty",
3457
 "rustc_interface",
3458
 "rustc_lint",
3459
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3460
 "rustc_middle",
3461
 "rustc_mir",
3462
 "rustc_parse",
3463
 "rustc_plugin_impl",
3464
 "rustc_save_analysis",
V
Vadim Petrochenkov 已提交
3465
 "rustc_serialize",
3466
 "rustc_session",
V
Vadim Petrochenkov 已提交
3467
 "rustc_span",
3468
 "rustc_target",
O
Oliver Scherer 已提交
3469 3470
 "tracing",
 "tracing-subscriber",
M
Mark Rousskov 已提交
3471
 "winapi 0.3.9",
3472 3473
]

G
regen  
Guillaume Gomez 已提交
3474 3475 3476 3477
[[package]]
name = "rustc_error_codes"
version = "0.0.0"

3478 3479 3480 3481
[[package]]
name = "rustc_errors"
version = "0.0.0"
dependencies = [
3482
 "annotate-snippets 0.8.0",
3483 3484
 "atty",
 "rustc_data_structures",
M
Matthew Jasper 已提交
3485
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3486
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3487
 "rustc_span",
3488
 "termcolor",
3489
 "termize",
O
Oliver Scherer 已提交
3490
 "tracing",
3491
 "unicode-width",
M
Mark Rousskov 已提交
3492
 "winapi 0.3.9",
3493 3494
]

V
Vadim Petrochenkov 已提交
3495 3496 3497 3498
[[package]]
name = "rustc_expand"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3499
 "rustc_ast",
3500
 "rustc_ast_passes",
3501
 "rustc_ast_pretty",
3502
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3503 3504 3505 3506
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_lexer",
M
Matthew Jasper 已提交
3507
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3508
 "rustc_parse",
V
Vadim Petrochenkov 已提交
3509
 "rustc_serialize",
3510
 "rustc_session",
V
Vadim Petrochenkov 已提交
3511
 "rustc_span",
M
Mark Rousskov 已提交
3512
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3513
 "tracing",
V
Vadim Petrochenkov 已提交
3514 3515
]

3516 3517 3518 3519
[[package]]
name = "rustc_feature"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3520
 "lazy_static",
3521
 "rustc_data_structures",
V
Vadim Petrochenkov 已提交
3522
 "rustc_span",
3523 3524
]

3525 3526 3527 3528
[[package]]
name = "rustc_fs_util"
version = "0.0.0"

V
Vadim Petrochenkov 已提交
3529 3530 3531 3532
[[package]]
name = "rustc_graphviz"
version = "0.0.0"

3533 3534 3535 3536
[[package]]
name = "rustc_hir"
version = "0.0.0"
dependencies = [
Y
Yuki Okushi 已提交
3537
 "lazy_static",
V
Vadim Petrochenkov 已提交
3538
 "rustc_ast",
3539 3540 3541
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3542
 "rustc_serialize",
3543 3544
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3545
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3546
 "tracing",
3547 3548
]

3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559
[[package]]
name = "rustc_hir_pretty"
version = "0.0.0"
dependencies = [
 "rustc_ast",
 "rustc_ast_pretty",
 "rustc_hir",
 "rustc_span",
 "rustc_target",
]

3560 3561 3562 3563
[[package]]
name = "rustc_incremental"
version = "0.0.0"
dependencies = [
3564
 "rand",
V
Vadim Petrochenkov 已提交
3565
 "rustc_ast",
3566 3567
 "rustc_data_structures",
 "rustc_fs_util",
V
Vadim Petrochenkov 已提交
3568
 "rustc_graphviz",
3569
 "rustc_hir",
M
Matthew Jasper 已提交
3570
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3571
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3572
 "rustc_serialize",
3573
 "rustc_session",
V
Vadim Petrochenkov 已提交
3574
 "rustc_span",
O
Oliver Scherer 已提交
3575
 "tracing",
3576 3577
]

C
csmoe 已提交
3578 3579 3580 3581
[[package]]
name = "rustc_index"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
3582
 "arrayvec",
M
Matthew Jasper 已提交
3583
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3584
 "rustc_serialize",
C
csmoe 已提交
3585 3586
]

C
Camille GILLOT 已提交
3587 3588 3589 3590
[[package]]
name = "rustc_infer"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3591
 "rustc_ast",
C
Camille GILLOT 已提交
3592 3593
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3594
 "rustc_graphviz",
C
Camille GILLOT 已提交
3595 3596 3597
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3598
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3599
 "rustc_serialize",
3600
 "rustc_session",
C
Camille GILLOT 已提交
3601 3602
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3603
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3604
 "tracing",
C
Camille GILLOT 已提交
3605 3606
]

3607 3608 3609 3610
[[package]]
name = "rustc_interface"
version = "0.0.0"
dependencies = [
L
Luca Barbieri 已提交
3611
 "libc",
3612
 "once_cell",
I
Igor Matuszewski 已提交
3613
 "rustc-rayon",
V
Vadim Petrochenkov 已提交
3614
 "rustc_ast",
3615
 "rustc_ast_lowering",
3616
 "rustc_ast_passes",
3617
 "rustc_attr",
V
Vadim Petrochenkov 已提交
3618
 "rustc_builtin_macros",
3619
 "rustc_codegen_llvm",
3620 3621 3622
 "rustc_codegen_ssa",
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3623
 "rustc_expand",
3624
 "rustc_hir",
3625 3626 3627
 "rustc_incremental",
 "rustc_lint",
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3628
 "rustc_middle",
3629
 "rustc_mir",
3630
 "rustc_mir_build",
3631
 "rustc_parse",
3632
 "rustc_passes",
3633
 "rustc_plugin_impl",
3634 3635
 "rustc_privacy",
 "rustc_resolve",
V
Vadim Petrochenkov 已提交
3636
 "rustc_serialize",
3637
 "rustc_session",
V
Vadim Petrochenkov 已提交
3638
 "rustc_span",
3639
 "rustc_symbol_mangling",
3640
 "rustc_target",
3641
 "rustc_trait_selection",
3642
 "rustc_traits",
C
Camille GILLOT 已提交
3643
 "rustc_ty",
3644
 "rustc_typeck",
M
Mark Rousskov 已提交
3645
 "smallvec 1.4.2",
3646
 "tempfile",
O
Oliver Scherer 已提交
3647
 "tracing",
M
Mark Rousskov 已提交
3648
 "winapi 0.3.9",
3649 3650
]

A
Aleksey Kladov 已提交
3651 3652 3653 3654
[[package]]
name = "rustc_lexer"
version = "0.1.0"
dependencies = [
3655
 "expect-test",
3656
 "unicode-xid",
A
Aleksey Kladov 已提交
3657 3658
]

3659 3660 3661 3662
[[package]]
name = "rustc_lint"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3663
 "rustc_ast",
3664
 "rustc_ast_pretty",
3665
 "rustc_attr",
3666
 "rustc_data_structures",
3667
 "rustc_errors",
3668
 "rustc_feature",
3669
 "rustc_hir",
3670
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3671
 "rustc_middle",
3672
 "rustc_session",
V
Vadim Petrochenkov 已提交
3673
 "rustc_span",
3674
 "rustc_target",
3675
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3676
 "tracing",
crlf0710's avatar
crlf0710 已提交
3677
 "unicode-security",
3678 3679 3680 3681 3682 3683
]

[[package]]
name = "rustc_llvm"
version = "0.0.0"
dependencies = [
3684 3685
 "build_helper",
 "cc",
3686
 "libc",
3687 3688
]

J
John Kåre Alsaker 已提交
3689 3690 3691 3692
[[package]]
name = "rustc_macros"
version = "0.1.0"
dependencies = [
3693 3694 3695
 "proc-macro2",
 "quote",
 "syn",
3696
 "synstructure",
J
John Kåre Alsaker 已提交
3697 3698
]

3699 3700 3701 3702
[[package]]
name = "rustc_metadata"
version = "0.0.0"
dependencies = [
3703
 "flate2",
L
Luca Barbieri 已提交
3704
 "libc",
3705
 "memmap",
V
Vadim Petrochenkov 已提交
3706
 "rustc_ast",
3707
 "rustc_attr",
3708 3709
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3710
 "rustc_expand",
3711
 "rustc_hir",
3712
 "rustc_hir_pretty",
3713
 "rustc_index",
M
Matthew Jasper 已提交
3714
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3715
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3716
 "rustc_serialize",
3717
 "rustc_session",
V
Vadim Petrochenkov 已提交
3718
 "rustc_span",
3719
 "rustc_target",
M
Mark Rousskov 已提交
3720
 "smallvec 1.4.2",
3721
 "stable_deref_trait",
O
Oliver Scherer 已提交
3722
 "tracing",
M
Mark Rousskov 已提交
3723
 "winapi 0.3.9",
3724 3725
]

M
Mazdak Farrokhzad 已提交
3726 3727 3728 3729 3730 3731
[[package]]
name = "rustc_middle"
version = "0.0.0"
dependencies = [
 "bitflags",
 "byteorder",
J
Jack Huey 已提交
3732
 "chalk-ir",
M
Mazdak Farrokhzad 已提交
3733 3734 3735 3736
 "measureme",
 "polonius-engine",
 "rustc-rayon-core",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3737
 "rustc_arena",
M
Mazdak Farrokhzad 已提交
3738 3739 3740 3741 3742 3743 3744 3745 3746
 "rustc_ast",
 "rustc_attr",
 "rustc_data_structures",
 "rustc_errors",
 "rustc_feature",
 "rustc_hir",
 "rustc_index",
 "rustc_macros",
 "rustc_query_system",
V
Vadim Petrochenkov 已提交
3747
 "rustc_serialize",
M
Mazdak Farrokhzad 已提交
3748 3749 3750
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
3751
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3752
 "tracing",
M
Mazdak Farrokhzad 已提交
3753 3754
]

3755 3756 3757 3758
[[package]]
name = "rustc_mir"
version = "0.0.0"
dependencies = [
3759
 "either",
M
Mark Rousskov 已提交
3760
 "itertools 0.8.2",
3761 3762 3763
 "log_settings",
 "polonius-engine",
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3764
 "rustc_ast",
3765
 "rustc_attr",
3766 3767
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3768
 "rustc_graphviz",
3769
 "rustc_hir",
3770
 "rustc_index",
C
Camille GILLOT 已提交
3771
 "rustc_infer",
3772
 "rustc_lexer",
3773
 "rustc_macros",
M
Mazdak Farrokhzad 已提交
3774
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3775
 "rustc_serialize",
3776
 "rustc_session",
V
Vadim Petrochenkov 已提交
3777
 "rustc_span",
3778
 "rustc_target",
3779
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3780
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3781
 "tracing",
3782 3783
]

3784 3785 3786 3787 3788
[[package]]
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
 "rustc_apfloat",
V
Vadim Petrochenkov 已提交
3789
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3790
 "rustc_ast",
3791
 "rustc_attr",
3792 3793 3794 3795
 "rustc_data_structures",
 "rustc_errors",
 "rustc_hir",
 "rustc_index",
C
Camille GILLOT 已提交
3796
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
3797
 "rustc_middle",
V
Vadim Petrochenkov 已提交
3798
 "rustc_serialize",
3799
 "rustc_session",
3800 3801
 "rustc_span",
 "rustc_target",
3802
 "rustc_trait_selection",
M
Mark Rousskov 已提交
3803
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3804
 "tracing",
3805 3806
]

3807 3808 3809 3810 3811
[[package]]
name = "rustc_parse"
version = "0.0.0"
dependencies = [
 "bitflags",
V
Vadim Petrochenkov 已提交
3812
 "rustc_ast",
3813
 "rustc_ast_pretty",
3814 3815
 "rustc_data_structures",
 "rustc_errors",
3816
 "rustc_feature",
3817
 "rustc_lexer",
3818
 "rustc_session",
V
Vadim Petrochenkov 已提交
3819
 "rustc_span",
M
Mark Rousskov 已提交
3820
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3821
 "tracing",
3822
 "unicode-normalization",
3823 3824
]

V
Vadim Petrochenkov 已提交
3825 3826 3827 3828 3829 3830 3831 3832
[[package]]
name = "rustc_parse_format"
version = "0.0.0"
dependencies = [
 "rustc_lexer",
 "rustc_span",
]

3833 3834 3835 3836
[[package]]
name = "rustc_passes"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3837
 "rustc_ast",
3838
 "rustc_attr",
3839 3840
 "rustc_data_structures",
 "rustc_errors",
3841
 "rustc_hir",
3842
 "rustc_index",
M
Mazdak Farrokhzad 已提交
3843
 "rustc_middle",
3844
 "rustc_session",
V
Vadim Petrochenkov 已提交
3845
 "rustc_span",
3846
 "rustc_target",
3847
 "rustc_trait_selection",
O
Oliver Scherer 已提交
3848
 "tracing",
3849 3850 3851
]

[[package]]
3852
name = "rustc_plugin_impl"
3853 3854
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
3855
 "rustc_ast",
3856
 "rustc_errors",
3857
 "rustc_hir",
3858
 "rustc_lint",
3859
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3860
 "rustc_middle",
3861
 "rustc_session",
V
Vadim Petrochenkov 已提交
3862
 "rustc_span",
3863 3864 3865 3866 3867 3868
]

[[package]]
name = "rustc_privacy"
version = "0.0.0"
dependencies = [
3869
 "rustc_attr",
3870
 "rustc_data_structures",
3871
 "rustc_errors",
3872
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3873
 "rustc_middle",
3874
 "rustc_session",
V
Vadim Petrochenkov 已提交
3875
 "rustc_span",
3876
 "rustc_typeck",
O
Oliver Scherer 已提交
3877
 "tracing",
3878 3879
]

3880 3881 3882 3883
[[package]]
name = "rustc_query_system"
version = "0.0.0"
dependencies = [
3884
 "parking_lot 0.10.2",
3885
 "rustc-rayon-core",
V
Vadim Petrochenkov 已提交
3886
 "rustc_arena",
3887 3888 3889
 "rustc_data_structures",
 "rustc_errors",
 "rustc_index",
M
Matthew Jasper 已提交
3890
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3891
 "rustc_serialize",
3892
 "rustc_span",
M
Mark Rousskov 已提交
3893
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3894
 "tracing",
3895 3896
]

3897 3898 3899 3900
[[package]]
name = "rustc_resolve"
version = "0.0.0"
dependencies = [
3901
 "bitflags",
V
Vadim Petrochenkov 已提交
3902
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3903
 "rustc_ast",
3904
 "rustc_ast_lowering",
3905
 "rustc_ast_pretty",
3906
 "rustc_attr",
3907 3908
 "rustc_data_structures",
 "rustc_errors",
V
Vadim Petrochenkov 已提交
3909
 "rustc_expand",
3910
 "rustc_feature",
3911
 "rustc_hir",
3912
 "rustc_index",
3913
 "rustc_metadata",
M
Mazdak Farrokhzad 已提交
3914
 "rustc_middle",
3915
 "rustc_session",
V
Vadim Petrochenkov 已提交
3916
 "rustc_span",
M
Mark Rousskov 已提交
3917
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
3918
 "tracing",
3919 3920 3921 3922 3923 3924
]

[[package]]
name = "rustc_save_analysis"
version = "0.0.0"
dependencies = [
3925 3926
 "rls-data",
 "rls-span",
V
Vadim Petrochenkov 已提交
3927
 "rustc_ast",
3928
 "rustc_ast_pretty",
3929
 "rustc_data_structures",
3930
 "rustc_hir",
3931
 "rustc_hir_pretty",
M
Mazdak Farrokhzad 已提交
3932
 "rustc_middle",
3933
 "rustc_parse",
3934
 "rustc_session",
V
Vadim Petrochenkov 已提交
3935
 "rustc_span",
3936
 "serde_json",
O
Oliver Scherer 已提交
3937
 "tracing",
3938 3939
]

V
Vadim Petrochenkov 已提交
3940 3941 3942 3943 3944
[[package]]
name = "rustc_serialize"
version = "0.0.0"
dependencies = [
 "indexmap",
M
Matthew Jasper 已提交
3945
 "rustc_macros",
M
Mark Rousskov 已提交
3946
 "smallvec 1.4.2",
V
Vadim Petrochenkov 已提交
3947 3948
]

M
Mark Rousskov 已提交
3949 3950 3951 3952
[[package]]
name = "rustc_session"
version = "0.0.0"
dependencies = [
3953
 "bitflags",
L
Luca Barbieri 已提交
3954
 "getopts",
M
Mark Rousskov 已提交
3955
 "num_cpus",
V
Vadim Petrochenkov 已提交
3956
 "rustc_ast",
M
Mark Rousskov 已提交
3957 3958
 "rustc_data_structures",
 "rustc_errors",
M
Mark Rousskov 已提交
3959 3960
 "rustc_feature",
 "rustc_fs_util",
M
Matthew Jasper 已提交
3961
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3962
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3963
 "rustc_span",
M
Mark Rousskov 已提交
3964
 "rustc_target",
O
Oliver Scherer 已提交
3965
 "tracing",
V
Vadim Petrochenkov 已提交
3966 3967 3968 3969 3970 3971 3972
]

[[package]]
name = "rustc_span"
version = "0.0.0"
dependencies = [
 "cfg-if",
3973
 "md-5",
V
Vadim Petrochenkov 已提交
3974
 "rustc_arena",
V
Vadim Petrochenkov 已提交
3975 3976 3977
 "rustc_data_structures",
 "rustc_index",
 "rustc_macros",
V
Vadim Petrochenkov 已提交
3978
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
3979
 "scoped-tls",
3980
 "sha-1",
O
Oliver Scherer 已提交
3981
 "tracing",
V
Vadim Petrochenkov 已提交
3982
 "unicode-width",
M
Mark Rousskov 已提交
3983 3984
]

3985 3986 3987 3988 3989 3990 3991 3992 3993
[[package]]
name = "rustc_symbol_mangling"
version = "0.0.0"
dependencies = [
 "punycode",
 "rustc-demangle",
 "rustc_ast",
 "rustc_data_structures",
 "rustc_hir",
M
Mazdak Farrokhzad 已提交
3994
 "rustc_middle",
3995 3996 3997
 "rustc_session",
 "rustc_span",
 "rustc_target",
O
Oliver Scherer 已提交
3998
 "tracing",
3999 4000
]

4001 4002 4003 4004
[[package]]
name = "rustc_target"
version = "0.0.0"
dependencies = [
4005 4006
 "bitflags",
 "rustc_data_structures",
4007
 "rustc_index",
4008
 "rustc_macros",
V
Vadim Petrochenkov 已提交
4009
 "rustc_serialize",
V
Vadim Petrochenkov 已提交
4010
 "rustc_span",
O
Oliver Scherer 已提交
4011
 "tracing",
4012 4013
]

M
Matthias Krüger 已提交
4014 4015
[[package]]
name = "rustc_tools_util"
I
Igor Matuszewski 已提交
4016
version = "0.2.0"
4017 4018 4019

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

4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035
[[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 已提交
4036
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4037
 "rustc_parse_format",
4038 4039 4040
 "rustc_session",
 "rustc_span",
 "rustc_target",
M
Mark Rousskov 已提交
4041
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4042
 "tracing",
4043 4044
]

4045 4046 4047 4048
[[package]]
name = "rustc_traits"
version = "0.0.0"
dependencies = [
J
Jack Huey 已提交
4049 4050
 "chalk-ir",
 "chalk-solve",
V
Vadim Petrochenkov 已提交
4051
 "rustc_ast",
4052
 "rustc_data_structures",
4053
 "rustc_hir",
J
Jack Huey 已提交
4054
 "rustc_index",
C
Camille GILLOT 已提交
4055
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4056
 "rustc_middle",
V
Vadim Petrochenkov 已提交
4057
 "rustc_span",
4058
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4059
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4060
 "tracing",
4061 4062
]

C
Camille GILLOT 已提交
4063 4064 4065 4066 4067
[[package]]
name = "rustc_ty"
version = "0.0.0"
dependencies = [
 "rustc_data_structures",
4068
 "rustc_errors",
C
Camille GILLOT 已提交
4069
 "rustc_hir",
C
Camille GILLOT 已提交
4070
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4071
 "rustc_middle",
4072
 "rustc_session",
C
Camille GILLOT 已提交
4073
 "rustc_span",
4074
 "rustc_target",
4075
 "rustc_trait_selection",
O
Oliver Scherer 已提交
4076
 "tracing",
C
Camille GILLOT 已提交
4077
]
4078

4079 4080 4081 4082
[[package]]
name = "rustc_typeck"
version = "0.0.0"
dependencies = [
V
Vadim Petrochenkov 已提交
4083
 "rustc_arena",
V
Vadim Petrochenkov 已提交
4084
 "rustc_ast",
4085
 "rustc_attr",
4086 4087
 "rustc_data_structures",
 "rustc_errors",
4088
 "rustc_hir",
4089
 "rustc_hir_pretty",
4090
 "rustc_index",
C
Camille GILLOT 已提交
4091
 "rustc_infer",
M
Mazdak Farrokhzad 已提交
4092
 "rustc_middle",
4093
 "rustc_session",
V
Vadim Petrochenkov 已提交
4094
 "rustc_span",
4095
 "rustc_target",
4096
 "rustc_trait_selection",
M
Mark Rousskov 已提交
4097
 "smallvec 1.4.2",
O
Oliver Scherer 已提交
4098
 "tracing",
4099 4100
]

4101 4102
[[package]]
name = "rustc_version"
4103
version = "0.2.3"
4104
source = "registry+https://github.com/rust-lang/crates.io-index"
4105
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4106
dependencies = [
E
Eric Huss 已提交
4107
 "semver 0.9.0",
4108 4109
]

4110 4111 4112 4113
[[package]]
name = "rustdoc"
version = "0.0.0"
dependencies = [
M
Mark Rousskov 已提交
4114
 "itertools 0.8.2",
4115
 "minifier",
E
Eric Huss 已提交
4116
 "pulldown-cmark",
I
Igor Matuszewski 已提交
4117
 "rustc-rayon",
4118 4119
 "serde",
 "serde_json",
4120
 "smallvec 1.4.2",
4121
 "tempfile",
M
Mark Simulacrum 已提交
4122 4123
]

G
Guillaume Gomez 已提交
4124 4125 4126 4127
[[package]]
name = "rustdoc-themes"
version = "0.1.0"

M
Mark Simulacrum 已提交
4128 4129 4130 4131
[[package]]
name = "rustdoc-tool"
version = "0.0.0"
dependencies = [
4132
 "rustdoc",
4133 4134
]

E
Eric Huss 已提交
4135 4136
[[package]]
name = "rustfix"
M
Mark Rousskov 已提交
4137
version = "0.5.1"
E
Eric Huss 已提交
4138
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4139
checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
E
Eric Huss 已提交
4140 4141 4142 4143 4144 4145 4146
dependencies = [
 "anyhow",
 "log",
 "serde",
 "serde_json",
]

T
topecongiro 已提交
4147 4148
[[package]]
name = "rustfmt-config_proc_macro"
4149
version = "0.2.0"
T
topecongiro 已提交
4150
dependencies = [
4151 4152
 "proc-macro2",
 "quote",
4153
 "serde",
4154
 "syn",
T
topecongiro 已提交
4155 4156
]

I
Igor Matuszewski 已提交
4157 4158
[[package]]
name = "rustfmt-nightly"
I
Igor Matuszewski 已提交
4159
version = "1.4.20"
I
Igor Matuszewski 已提交
4160
dependencies = [
4161
 "annotate-snippets 0.6.1",
I
Igor Matuszewski 已提交
4162
 "anyhow",
4163
 "bytecount",
M
Mark Rousskov 已提交
4164
 "cargo_metadata 0.8.2",
4165 4166 4167
 "derive-new",
 "diff",
 "dirs",
A
Alex Crichton 已提交
4168
 "env_logger 0.6.2",
4169 4170
 "getopts",
 "ignore",
M
Mark Rousskov 已提交
4171
 "itertools 0.8.2",
Y
Yuki Okushi 已提交
4172
 "lazy_static",
4173 4174
 "log",
 "regex",
4175
 "rustc-ap-rustc_ast",
I
Igor Matuszewski 已提交
4176
 "rustc-ap-rustc_ast_pretty",
4177
 "rustc-ap-rustc_attr",
I
Igor Matuszewski 已提交
4178 4179
 "rustc-ap-rustc_data_structures",
 "rustc-ap-rustc_errors",
4180
 "rustc-ap-rustc_expand",
I
Igor Matuszewski 已提交
4181 4182 4183
 "rustc-ap-rustc_parse",
 "rustc-ap-rustc_session",
 "rustc-ap-rustc_span",
4184 4185 4186 4187
 "rustc-workspace-hack",
 "rustfmt-config_proc_macro",
 "serde",
 "serde_json",
E
Eric Huss 已提交
4188
 "structopt",
M
Mark Rousskov 已提交
4189
 "term 0.6.1",
I
Igor Matuszewski 已提交
4190
 "thiserror",
E
Eric Huss 已提交
4191
 "toml",
4192 4193 4194
 "unicode-segmentation",
 "unicode-width",
 "unicode_categories",
I
Igor Matuszewski 已提交
4195 4196
]

A
Alex Crichton 已提交
4197 4198
[[package]]
name = "ryu"
M
Mark Rousskov 已提交
4199
version = "1.0.5"
A
Alex Crichton 已提交
4200
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4201
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
A
Alex Crichton 已提交
4202

4203 4204
[[package]]
name = "same-file"
M
Mark Rousskov 已提交
4205
version = "1.0.6"
4206
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4207
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4208
dependencies = [
4209
 "winapi-util",
4210 4211 4212 4213
]

[[package]]
name = "schannel"
M
Mark Rousskov 已提交
4214
version = "0.1.19"
4215
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4216
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4217
dependencies = [
Y
Yuki Okushi 已提交
4218
 "lazy_static",
M
Mark Rousskov 已提交
4219
 "winapi 0.3.9",
4220 4221
]

M
Marcel Hellwig 已提交
4222 4223 4224 4225
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4226
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
M
Marcel Hellwig 已提交
4227

R
Ralf Jung 已提交
4228 4229
[[package]]
name = "scopeguard"
M
Mark Rousskov 已提交
4230
version = "1.1.0"
R
Ralf Jung 已提交
4231
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4232
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
R
Ralf Jung 已提交
4233

4234 4235 4236 4237
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4238
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4239
dependencies = [
4240 4241
 "semver-parser",
 "serde",
4242 4243
]

E
Eric Huss 已提交
4244 4245 4246 4247 4248 4249 4250 4251 4252 4253
[[package]]
name = "semver"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
dependencies = [
 "semver-parser",
 "serde",
]

4254 4255 4256 4257
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4258
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4259 4260 4261

[[package]]
name = "serde"
M
Mark Rousskov 已提交
4262
version = "1.0.115"
4263
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4264
checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
E
Eric Huss 已提交
4265
dependencies = [
4266
 "serde_derive",
E
Eric Huss 已提交
4267
]
4268 4269 4270

[[package]]
name = "serde_derive"
M
Mark Rousskov 已提交
4271
version = "1.0.115"
4272
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4273
checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
4274
dependencies = [
4275 4276 4277
 "proc-macro2",
 "quote",
 "syn",
4278
]
S
Steve Klabnik 已提交
4279

F
flip1995 已提交
4280 4281
[[package]]
name = "serde_ignored"
M
Mark Rousskov 已提交
4282
version = "0.1.2"
F
flip1995 已提交
4283
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4284
checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
F
flip1995 已提交
4285 4286 4287 4288
dependencies = [
 "serde",
]

S
Steve Klabnik 已提交
4289 4290
[[package]]
name = "serde_json"
M
Mark Rousskov 已提交
4291
version = "1.0.57"
S
Steve Klabnik 已提交
4292
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4293
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
S
Steve Klabnik 已提交
4294
dependencies = [
4295 4296 4297
 "itoa",
 "ryu",
 "serde",
S
Steve Klabnik 已提交
4298 4299
]

4300 4301
[[package]]
name = "serde_repr"
M
Mark Rousskov 已提交
4302
version = "0.1.6"
4303
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4304
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4305
dependencies = [
4306 4307 4308
 "proc-macro2",
 "quote",
 "syn",
4309 4310
]

4311 4312
[[package]]
name = "sha-1"
4313
version = "0.8.2"
4314
source = "registry+https://github.com/rust-lang/crates.io-index"
4315
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4316
dependencies = [
4317 4318 4319
 "block-buffer",
 "digest",
 "fake-simd",
4320
 "opaque-debug",
4321 4322
]

O
Oliver Scherer 已提交
4323 4324 4325 4326 4327 4328 4329 4330 4331
[[package]]
name = "sharded-slab"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
dependencies = [
 "lazy_static",
]

4332 4333
[[package]]
name = "shell-escape"
M
Mark Rousskov 已提交
4334
version = "0.1.5"
4335
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4336
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4337

S
steveklabnik 已提交
4338 4339 4340 4341
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
4342
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
S
steveklabnik 已提交
4343

4344
[[package]]
M
Mark Rousskov 已提交
4345 4346
name = "signal-hook-registry"
version = "1.2.1"
4347
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4348
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
4349
dependencies = [
4350 4351
 "arc-swap",
 "libc",
4352 4353
]

S
steveklabnik 已提交
4354 4355
[[package]]
name = "siphasher"
4356
version = "0.3.3"
S
steveklabnik 已提交
4357
source = "registry+https://github.com/rust-lang/crates.io-index"
4358
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
S
steveklabnik 已提交
4359

E
Eric Huss 已提交
4360 4361
[[package]]
name = "sized-chunks"
E
Eric Huss 已提交
4362
version = "0.6.2"
E
Eric Huss 已提交
4363
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4364
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
E
Eric Huss 已提交
4365
dependencies = [
E
Eric Huss 已提交
4366
 "bitmaps",
4367
 "typenum",
E
Eric Huss 已提交
4368 4369
]

4370 4371 4372 4373
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
4374
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4375

4376 4377
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4378
version = "0.6.13"
4379
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4380 4381 4382 4383
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
]
4384

R
Ralf Jung 已提交
4385 4386
[[package]]
name = "smallvec"
M
Mark Rousskov 已提交
4387
version = "1.4.2"
R
Ralf Jung 已提交
4388
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4389
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
R
Ralf Jung 已提交
4390

M
Mark Simulacrum 已提交
4391 4392
[[package]]
name = "socket2"
P
Patrick Mooney 已提交
4393
version = "0.3.12"
M
Mark Simulacrum 已提交
4394
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Patrick Mooney 已提交
4395
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
M
Mark Simulacrum 已提交
4396
dependencies = [
4397 4398 4399
 "cfg-if",
 "libc",
 "redox_syscall",
M
Mark Rousskov 已提交
4400
 "winapi 0.3.9",
M
Mark Simulacrum 已提交
4401 4402
]

4403 4404
[[package]]
name = "stable_deref_trait"
M
Mark Rousskov 已提交
4405
version = "1.2.0"
4406
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4407
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4408

4409 4410
[[package]]
name = "stacker"
M
Mark Rousskov 已提交
4411
version = "0.1.11"
4412
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4413
checksum = "a92bc346006ae78c539d6ab2cf1a1532bc657b8339c464877a990ec82073c66f"
4414 4415 4416 4417 4418
dependencies = [
 "cc",
 "cfg-if",
 "libc",
 "psm",
M
Mark Rousskov 已提交
4419
 "winapi 0.3.9",
4420 4421
]

4422 4423 4424 4425
[[package]]
name = "std"
version = "0.0.0"
dependencies = [
4426
 "addr2line",
4427 4428 4429 4430 4431 4432
 "alloc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "dlmalloc",
 "fortanix-sgx-abi",
4433
 "hashbrown",
4434
 "hermit-abi",
4435
 "libc",
4436 4437
 "miniz_oxide",
 "object",
4438 4439 4440
 "panic_abort",
 "panic_unwind",
 "profiler_builtins",
4441
 "rand",
4442
 "rustc-demangle",
4443
 "unwind",
4444
 "wasi",
4445 4446
]

S
steveklabnik 已提交
4447 4448
[[package]]
name = "string_cache"
4449
version = "0.8.0"
S
steveklabnik 已提交
4450
source = "registry+https://github.com/rust-lang/crates.io-index"
4451
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
S
steveklabnik 已提交
4452
dependencies = [
Y
Yuki Okushi 已提交
4453
 "lazy_static",
4454 4455 4456 4457
 "new_debug_unreachable",
 "phf_shared",
 "precomputed-hash",
 "serde",
S
steveklabnik 已提交
4458 4459 4460 4461
]

[[package]]
name = "string_cache_codegen"
4462
version = "0.5.1"
S
steveklabnik 已提交
4463
source = "registry+https://github.com/rust-lang/crates.io-index"
4464
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
S
steveklabnik 已提交
4465
dependencies = [
4466 4467
 "phf_generator",
 "phf_shared",
4468 4469
 "proc-macro2",
 "quote",
S
steveklabnik 已提交
4470 4471
]

E
Eric Huss 已提交
4472 4473 4474 4475
[[package]]
name = "strip-ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
4476
checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
E
Eric Huss 已提交
4477
dependencies = [
4478
 "vte",
E
Eric Huss 已提交
4479 4480
]

4481 4482
[[package]]
name = "strsim"
4483
version = "0.8.0"
4484
source = "registry+https://github.com/rust-lang/crates.io-index"
4485
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4486

4487 4488
[[package]]
name = "structopt"
M
Mark Rousskov 已提交
4489
version = "0.3.16"
4490
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4491
checksum = "de5472fb24d7e80ae84a7801b7978f95a19ec32cb1876faea59ab711eb901976"
4492 4493
dependencies = [
 "clap",
M
Mark Rousskov 已提交
4494
 "lazy_static",
E
Eric Huss 已提交
4495
 "structopt-derive",
4496 4497 4498 4499
]

[[package]]
name = "structopt-derive"
M
Mark Rousskov 已提交
4500
version = "0.4.9"
4501
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4502
checksum = "1e0eb37335aeeebe51be42e2dc07f031163fbabfa6ac67d7ea68b5c2f68d5f99"
4503 4504 4505
dependencies = [
 "heck",
 "proc-macro-error",
4506 4507 4508
 "proc-macro2",
 "quote",
 "syn",
T
topecongiro 已提交
4509 4510
]

M
Matt Ickstadt 已提交
4511 4512
[[package]]
name = "strum"
4513
version = "0.18.0"
M
Matt Ickstadt 已提交
4514
source = "registry+https://github.com/rust-lang/crates.io-index"
4515
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
M
Matt Ickstadt 已提交
4516 4517 4518

[[package]]
name = "strum_macros"
4519
version = "0.18.0"
M
Matt Ickstadt 已提交
4520
source = "registry+https://github.com/rust-lang/crates.io-index"
4521
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
M
Matt Ickstadt 已提交
4522
dependencies = [
4523
 "heck",
4524 4525 4526
 "proc-macro2",
 "quote",
 "syn",
A
Alex Crichton 已提交
4527 4528
]

4529 4530
[[package]]
name = "syn"
M
Mark Rousskov 已提交
4531
version = "1.0.38"
4532
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4533
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
4534
dependencies = [
4535 4536 4537
 "proc-macro2",
 "quote",
 "unicode-xid",
4538 4539
]

4540 4541
[[package]]
name = "synstructure"
M
Mark Rousskov 已提交
4542
version = "0.12.4"
4543
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4544
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4545
dependencies = [
4546 4547 4548 4549
 "proc-macro2",
 "quote",
 "syn",
 "unicode-xid",
4550 4551
]

4552 4553
[[package]]
name = "tar"
M
Mark Rousskov 已提交
4554
version = "0.4.29"
4555
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4556
checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
4557
dependencies = [
4558 4559 4560 4561
 "filetime",
 "libc",
 "redox_syscall",
 "xattr",
4562 4563
]

A
Aleksey Kladov 已提交
4564 4565
[[package]]
name = "tempfile"
4566
version = "3.1.0"
A
Aleksey Kladov 已提交
4567
source = "registry+https://github.com/rust-lang/crates.io-index"
4568
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
A
Aleksey Kladov 已提交
4569
dependencies = [
4570 4571
 "cfg-if",
 "libc",
4572
 "rand",
4573 4574
 "redox_syscall",
 "remove_dir_all",
M
Mark Rousskov 已提交
4575
 "winapi 0.3.9",
A
Aleksey Kladov 已提交
4576 4577
]

S
steveklabnik 已提交
4578 4579
[[package]]
name = "tendril"
M
Mark Rousskov 已提交
4580
version = "0.4.1"
S
steveklabnik 已提交
4581
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4582
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
S
steveklabnik 已提交
4583
dependencies = [
4584 4585 4586
 "futf",
 "mac",
 "utf-8",
S
steveklabnik 已提交
4587 4588
]

4589 4590 4591
[[package]]
name = "term"
version = "0.0.0"
4592 4593 4594 4595
dependencies = [
 "core",
 "std",
]
4596

I
Igor Matuszewski 已提交
4597 4598
[[package]]
name = "term"
M
Mark Rousskov 已提交
4599
version = "0.6.1"
I
Igor Matuszewski 已提交
4600
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4601
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
I
Igor Matuszewski 已提交
4602
dependencies = [
4603
 "dirs",
M
Mark Rousskov 已提交
4604
 "winapi 0.3.9",
I
Igor Matuszewski 已提交
4605 4606
]

4607 4608
[[package]]
name = "termcolor"
E
Eric Huss 已提交
4609
version = "1.1.0"
4610
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
4611
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4612
dependencies = [
E
Eric Huss 已提交
4613
 "winapi-util",
4614 4615
]

4616 4617 4618 4619 4620 4621 4622
[[package]]
name = "termize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
dependencies = [
 "libc",
M
Mark Rousskov 已提交
4623
 "winapi 0.3.9",
4624 4625
]

4626 4627 4628 4629
[[package]]
name = "test"
version = "0.0.0"
dependencies = [
E
Eric Huss 已提交
4630
 "cfg-if",
4631
 "core",
4632
 "getopts",
4633 4634 4635
 "libc",
 "panic_abort",
 "panic_unwind",
4636
 "proc_macro",
4637
 "std",
4638
 "term 0.0.0",
4639 4640
]

F
flip1995 已提交
4641 4642 4643 4644 4645 4646 4647 4648
[[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 已提交
4649
 "term 0.6.1",
F
flip1995 已提交
4650 4651
]

S
steveklabnik 已提交
4652 4653
[[package]]
name = "textwrap"
4654
version = "0.11.0"
S
steveklabnik 已提交
4655
source = "registry+https://github.com/rust-lang/crates.io-index"
4656
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
S
steveklabnik 已提交
4657
dependencies = [
4658
 "unicode-width",
S
steveklabnik 已提交
4659 4660
]

4661 4662
[[package]]
name = "thiserror"
M
Mark Rousskov 已提交
4663
version = "1.0.20"
4664
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4665
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
4666 4667 4668 4669 4670 4671
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
M
Mark Rousskov 已提交
4672
version = "1.0.20"
4673
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4674
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
4675
dependencies = [
4676 4677 4678
 "proc-macro2",
 "quote",
 "syn",
4679 4680
]

I
Igor Matuszewski 已提交
4681 4682 4683 4684 4685 4686
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
Y
Yuki Okushi 已提交
4687
 "lazy_static",
I
Igor Matuszewski 已提交
4688 4689
]

4690 4691 4692
[[package]]
name = "tidy"
version = "0.1.0"
4693
dependencies = [
4694
 "cargo_metadata 0.9.1",
Y
Yuki Okushi 已提交
4695
 "lazy_static",
4696 4697
 "regex",
 "walkdir",
4698
]
4699

4700 4701 4702 4703
[[package]]
name = "tier-check"
version = "0.1.0"

A
Alex Crichton 已提交
4704 4705
[[package]]
name = "time"
M
Mark Rousskov 已提交
4706
version = "0.1.43"
A
Alex Crichton 已提交
4707
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4708
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
A
Alex Crichton 已提交
4709
dependencies = [
4710
 "libc",
M
Mark Rousskov 已提交
4711
 "winapi 0.3.9",
A
Alex Crichton 已提交
4712 4713
]

M
Mark Rousskov 已提交
4714 4715
[[package]]
name = "tinyvec"
4716
version = "0.3.4"
M
Mark Rousskov 已提交
4717
source = "registry+https://github.com/rust-lang/crates.io-index"
4718
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
M
Mark Rousskov 已提交
4719

4720 4721
[[package]]
name = "tokio"
4722
version = "0.1.22"
4723
source = "registry+https://github.com/rust-lang/crates.io-index"
4724
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4725
dependencies = [
4726 4727 4728 4729 4730 4731 4732 4733 4734 4735
 "bytes",
 "futures",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
4736
 "tokio-sync",
4737 4738 4739 4740 4741
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
4742 4743 4744 4745
]

[[package]]
name = "tokio-codec"
M
Mark Rousskov 已提交
4746
version = "0.1.2"
4747
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4748
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
4749
dependencies = [
4750 4751 4752
 "bytes",
 "futures",
 "tokio-io",
4753 4754 4755 4756
]

[[package]]
name = "tokio-current-thread"
M
Mark Rousskov 已提交
4757
version = "0.1.7"
4758
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4759
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
4760
dependencies = [
4761 4762
 "futures",
 "tokio-executor",
4763 4764 4765 4766
]

[[package]]
name = "tokio-executor"
M
Mark Rousskov 已提交
4767
version = "0.1.10"
4768
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4769
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
4770
dependencies = [
M
Mark Rousskov 已提交
4771
 "crossbeam-utils 0.7.2",
4772
 "futures",
4773 4774 4775 4776
]

[[package]]
name = "tokio-fs"
M
Mark Rousskov 已提交
4777
version = "0.1.7"
4778
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4779
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
4780
dependencies = [
4781 4782 4783
 "futures",
 "tokio-io",
 "tokio-threadpool",
4784 4785 4786 4787
]

[[package]]
name = "tokio-io"
M
Mark Rousskov 已提交
4788
version = "0.1.13"
4789
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4790
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
4791
dependencies = [
4792 4793 4794
 "bytes",
 "futures",
 "log",
4795 4796
]

4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809
[[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",
]

4810 4811
[[package]]
name = "tokio-process"
M
Mark Rousskov 已提交
4812
version = "0.2.5"
4813
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4814
checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
4815
dependencies = [
M
Mark Rousskov 已提交
4816
 "crossbeam-queue 0.1.2",
4817
 "futures",
Y
Yuki Okushi 已提交
4818
 "lazy_static",
4819
 "libc",
4820
 "log",
4821 4822 4823 4824 4825
 "mio",
 "mio-named-pipes",
 "tokio-io",
 "tokio-reactor",
 "tokio-signal",
M
Mark Rousskov 已提交
4826
 "winapi 0.3.9",
4827 4828 4829 4830
]

[[package]]
name = "tokio-reactor"
M
Mark Rousskov 已提交
4831
version = "0.1.12"
4832
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4833
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
4834
dependencies = [
M
Mark Rousskov 已提交
4835
 "crossbeam-utils 0.7.2",
4836
 "futures",
Y
Yuki Okushi 已提交
4837
 "lazy_static",
4838 4839 4840
 "log",
 "mio",
 "num_cpus",
I
Igor Matuszewski 已提交
4841
 "parking_lot 0.9.0",
4842 4843 4844
 "slab",
 "tokio-executor",
 "tokio-io",
4845
 "tokio-sync",
4846 4847
]

4848 4849 4850 4851 4852 4853 4854 4855 4856
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
 "futures",
]

4857 4858
[[package]]
name = "tokio-signal"
M
Mark Rousskov 已提交
4859
version = "0.2.9"
4860
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4861
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
4862
dependencies = [
4863 4864 4865 4866
 "futures",
 "libc",
 "mio",
 "mio-uds",
M
Mark Rousskov 已提交
4867
 "signal-hook-registry",
4868 4869 4870
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
M
Mark Rousskov 已提交
4871
 "winapi 0.3.9",
4872 4873
]

4874 4875
[[package]]
name = "tokio-sync"
M
Mark Rousskov 已提交
4876
version = "0.1.8"
4877
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4878
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
4879 4880 4881 4882 4883
dependencies = [
 "fnv",
 "futures",
]

4884 4885
[[package]]
name = "tokio-tcp"
M
Mark Rousskov 已提交
4886
version = "0.1.4"
4887
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4888
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
4889
dependencies = [
4890 4891 4892 4893 4894 4895
 "bytes",
 "futures",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
4896 4897 4898 4899
]

[[package]]
name = "tokio-threadpool"
M
Mark Rousskov 已提交
4900
version = "0.1.18"
4901
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4902
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
4903
dependencies = [
4904
 "crossbeam-deque",
M
Mark Rousskov 已提交
4905 4906
 "crossbeam-queue 0.2.3",
 "crossbeam-utils 0.7.2",
4907
 "futures",
Y
Yuki Okushi 已提交
4908
 "lazy_static",
4909 4910
 "log",
 "num_cpus",
4911
 "slab",
4912
 "tokio-executor",
4913 4914 4915 4916
]

[[package]]
name = "tokio-timer"
M
Mark Rousskov 已提交
4917
version = "0.2.13"
4918
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4919
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
4920
dependencies = [
M
Mark Rousskov 已提交
4921
 "crossbeam-utils 0.7.2",
4922 4923 4924
 "futures",
 "slab",
 "tokio-executor",
4925 4926 4927 4928
]

[[package]]
name = "tokio-udp"
M
Mark Rousskov 已提交
4929
version = "0.1.6"
4930
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4931
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
4932
dependencies = [
4933 4934 4935 4936 4937 4938 4939
 "bytes",
 "futures",
 "log",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
4940 4941 4942 4943
]

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

E
Eric Huss 已提交
4960 4961
[[package]]
name = "toml"
M
Mark Rousskov 已提交
4962
version = "0.5.6"
E
Eric Huss 已提交
4963
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4964
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
E
Eric Huss 已提交
4965
dependencies = [
4966
 "serde",
E
Eric Huss 已提交
4967 4968
]

J
Jack Huey 已提交
4969 4970
[[package]]
name = "tracing"
M
Mark Rousskov 已提交
4971
version = "0.1.19"
J
Jack Huey 已提交
4972
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4973
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
J
Jack Huey 已提交
4974 4975 4976 4977 4978 4979 4980 4981
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
M
Mark Rousskov 已提交
4982
version = "0.1.10"
J
Jack Huey 已提交
4983
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4984
checksum = "1fe233f4227389ab7df5b32649239da7ebe0b281824b4e84b342d04d3fd8c25e"
J
Jack Huey 已提交
4985
dependencies = [
4986 4987 4988
 "proc-macro2",
 "quote",
 "syn",
J
Jack Huey 已提交
4989 4990 4991 4992
]

[[package]]
name = "tracing-core"
M
Mark Rousskov 已提交
4993
version = "0.1.14"
J
Jack Huey 已提交
4994
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
4995
checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545"
J
Jack Huey 已提交
4996 4997 4998 4999
dependencies = [
 "lazy_static",
]

O
Oliver Scherer 已提交
5000 5001
[[package]]
name = "tracing-subscriber"
M
Mark Rousskov 已提交
5002
version = "0.2.11"
O
Oliver Scherer 已提交
5003
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5004
checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40"
O
Oliver Scherer 已提交
5005 5006 5007 5008
dependencies = [
 "ansi_term 0.12.1",
 "lazy_static",
 "matchers",
M
Mark Rousskov 已提交
5009
 "parking_lot 0.11.0",
O
Oliver Scherer 已提交
5010 5011
 "regex",
 "sharded-slab",
M
Mark Rousskov 已提交
5012 5013
 "smallvec 1.4.2",
 "thread_local",
O
Oliver Scherer 已提交
5014 5015 5016
 "tracing-core",
]

E
Eric Huss 已提交
5017 5018
[[package]]
name = "typenum"
E
Eric Huss 已提交
5019
version = "1.12.0"
E
Eric Huss 已提交
5020
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5021
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
E
Eric Huss 已提交
5022

M
Mark Rousskov 已提交
5023 5024
[[package]]
name = "ucd-parse"
M
Mark Rousskov 已提交
5025
version = "0.1.8"
M
Mark Rousskov 已提交
5026
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5027
checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
M
Mark Rousskov 已提交
5028
dependencies = [
Y
Yuki Okushi 已提交
5029
 "lazy_static",
M
Mark Rousskov 已提交
5030 5031 5032
 "regex",
]

5033 5034
[[package]]
name = "ucd-trie"
M
Mark Rousskov 已提交
5035
version = "0.1.3"
5036
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5037
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5038

5039 5040
[[package]]
name = "unicase"
5041
version = "2.6.0"
5042
source = "registry+https://github.com/rust-lang/crates.io-index"
5043
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5044
dependencies = [
5045
 "version_check",
5046 5047
]

M
Mark Rousskov 已提交
5048 5049 5050 5051 5052 5053 5054
[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
 "ucd-parse",
]

5055 5056
[[package]]
name = "unicode-bidi"
S
steveklabnik 已提交
5057
version = "0.3.4"
S
Steve Klabnik 已提交
5058
source = "registry+https://github.com/rust-lang/crates.io-index"
5059
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
S
Steve Klabnik 已提交
5060
dependencies = [
5061
 "matches",
5062 5063
]

5064 5065
[[package]]
name = "unicode-normalization"
M
Mark Rousskov 已提交
5066
version = "0.1.13"
5067
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5068
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5069
dependencies = [
M
Mark Rousskov 已提交
5070
 "tinyvec",
5071
]
5072

crlf0710's avatar
crlf0710 已提交
5073 5074
[[package]]
name = "unicode-script"
M
Mark Rousskov 已提交
5075
version = "0.5.2"
crlf0710's avatar
crlf0710 已提交
5076
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5077
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
crlf0710's avatar
crlf0710 已提交
5078 5079 5080

[[package]]
name = "unicode-security"
5081
version = "0.0.5"
crlf0710's avatar
crlf0710 已提交
5082
source = "registry+https://github.com/rust-lang/crates.io-index"
5083
checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
crlf0710's avatar
crlf0710 已提交
5084
dependencies = [
crlf0710's avatar
crlf0710 已提交
5085
 "unicode-normalization",
crlf0710's avatar
crlf0710 已提交
5086 5087 5088
 "unicode-script",
]

5089 5090
[[package]]
name = "unicode-segmentation"
E
Eric Huss 已提交
5091
version = "1.6.0"
5092
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5093
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5094 5095 5096

[[package]]
name = "unicode-width"
M
Mark Rousskov 已提交
5097
version = "0.1.8"
5098
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5099
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5100 5101 5102 5103 5104
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-core",
 "rustc-std-workspace-std",
]
5105

5106 5107
[[package]]
name = "unicode-xid"
M
Mark Rousskov 已提交
5108
version = "0.2.1"
5109
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5110
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5111

F
flip1995 已提交
5112 5113 5114 5115
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5116
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
F
flip1995 已提交
5117

5118 5119 5120 5121
[[package]]
name = "unstable-book-gen"
version = "0.1.0"
dependencies = [
5122 5123
 "num-traits",
 "tidy",
5124 5125
]

N
Nick Cameron 已提交
5126 5127 5128 5129
[[package]]
name = "unwind"
version = "0.0.0"
dependencies = [
5130 5131 5132 5133 5134
 "cc",
 "cfg-if",
 "compiler_builtins",
 "core",
 "libc",
N
Nick Cameron 已提交
5135 5136
]

5137 5138
[[package]]
name = "url"
5139
version = "1.7.2"
5140
source = "registry+https://github.com/rust-lang/crates.io-index"
5141
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5142
dependencies = [
5143 5144 5145
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
5146 5147
]

E
Eric Huss 已提交
5148 5149
[[package]]
name = "url"
M
Mark Rousskov 已提交
5150
version = "2.1.1"
E
Eric Huss 已提交
5151
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5152
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
E
Eric Huss 已提交
5153
dependencies = [
5154 5155
 "idna 0.2.0",
 "matches",
E
Eric Huss 已提交
5156
 "percent-encoding 2.1.0",
5157
 "serde",
E
Eric Huss 已提交
5158 5159
]

S
steveklabnik 已提交
5160 5161
[[package]]
name = "utf-8"
M
Mark Rousskov 已提交
5162
version = "0.7.5"
S
steveklabnik 已提交
5163
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5164
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
S
steveklabnik 已提交
5165

E
Eric Huss 已提交
5166 5167 5168 5169
[[package]]
name = "utf8parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5170
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
E
Eric Huss 已提交
5171

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

5178 5179
[[package]]
name = "vec_map"
M
Mark Rousskov 已提交
5180
version = "0.8.2"
5181
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5182
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5183

R
Ralf Jung 已提交
5184 5185
[[package]]
name = "vergen"
5186
version = "3.1.0"
R
Ralf Jung 已提交
5187
source = "registry+https://github.com/rust-lang/crates.io-index"
5188
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
R
Ralf Jung 已提交
5189
dependencies = [
5190 5191
 "bitflags",
 "chrono",
R
Ralf Jung 已提交
5192 5193
]

E
Eric Huss 已提交
5194 5195
[[package]]
name = "version_check"
5196
version = "0.9.1"
E
Eric Huss 已提交
5197
source = "registry+https://github.com/rust-lang/crates.io-index"
5198
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
E
Eric Huss 已提交
5199

E
Eric Huss 已提交
5200 5201 5202 5203
[[package]]
name = "vte"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
5204
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
E
Eric Huss 已提交
5205
dependencies = [
5206
 "utf8parse",
E
Eric Huss 已提交
5207 5208
]

5209 5210
[[package]]
name = "walkdir"
M
Mark Rousskov 已提交
5211
version = "2.3.1"
5212
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5213
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5214
dependencies = [
5215
 "same-file",
M
Mark Rousskov 已提交
5216
 "winapi 0.3.9",
5217
 "winapi-util",
5218 5219
]

5220 5221 5222 5223 5224
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
N
newpavlov 已提交
5225 5226 5227 5228 5229 5230
dependencies = [
 "compiler_builtins",
 "rustc-std-workspace-alloc",
 "rustc-std-workspace-core",
]

5231 5232 5233 5234
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
5235
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5236

5237 5238
[[package]]
name = "winapi"
M
Mark Rousskov 已提交
5239
version = "0.3.9"
5240
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5241
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5242
dependencies = [
5243 5244
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
5245 5246
]

5247 5248 5249 5250
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5251
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5252

5253 5254 5255 5256
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5257
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5258

A
Alex Crichton 已提交
5259 5260
[[package]]
name = "winapi-util"
E
Eric Huss 已提交
5261
version = "0.1.5"
A
Alex Crichton 已提交
5262
source = "registry+https://github.com/rust-lang/crates.io-index"
E
Eric Huss 已提交
5263
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
A
Alex Crichton 已提交
5264
dependencies = [
M
Mark Rousskov 已提交
5265
 "winapi 0.3.9",
A
Alex Crichton 已提交
5266 5267
]

5268 5269 5270 5271
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
5272
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5273

5274 5275 5276 5277
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
5278
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5279
dependencies = [
5280 5281
 "winapi 0.2.8",
 "winapi-build",
5282 5283
]

5284 5285
[[package]]
name = "xattr"
A
Alex Crichton 已提交
5286
version = "0.2.2"
5287
source = "registry+https://github.com/rust-lang/crates.io-index"
5288
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5289
dependencies = [
5290
 "libc",
5291 5292
]

5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
 "log",
 "mac",
 "markup5ever",
 "time",
]

5305 5306
[[package]]
name = "xz2"
M
Mark Rousskov 已提交
5307
version = "0.1.6"
5308
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5309
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5310
dependencies = [
5311
 "lzma-sys",
5312 5313
]

5314 5315
[[package]]
name = "yaml-merge-keys"
M
Mark Rousskov 已提交
5316
version = "0.4.1"
5317
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5318
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5319
dependencies = [
Y
Yuki Okushi 已提交
5320
 "lazy_static",
5321
 "thiserror",
M
Mark Rousskov 已提交
5322
 "yaml-rust 0.4.4",
5323 5324
]

5325 5326 5327 5328
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
5329
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5330 5331 5332

[[package]]
name = "yaml-rust"
M
Mark Rousskov 已提交
5333
version = "0.4.4"
5334
source = "registry+https://github.com/rust-lang/crates.io-index"
M
Mark Rousskov 已提交
5335
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5336 5337 5338
dependencies = [
 "linked-hash-map",
]