]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov
[rust.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "addr2line"
5 version = "0.13.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
8 dependencies = [
9  "compiler_builtins",
10  "gimli",
11  "rustc-std-workspace-alloc",
12  "rustc-std-workspace-core",
13 ]
14
15 [[package]]
16 name = "adler"
17 version = "0.2.3"
18 source = "registry+https://github.com/rust-lang/crates.io-index"
19 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
20 dependencies = [
21  "compiler_builtins",
22  "rustc-std-workspace-core",
23 ]
24
25 [[package]]
26 name = "aho-corasick"
27 version = "0.7.10"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
30 dependencies = [
31  "memchr",
32 ]
33
34 [[package]]
35 name = "alloc"
36 version = "0.0.0"
37 dependencies = [
38  "compiler_builtins",
39  "core",
40  "rand 0.7.3",
41  "rand_xorshift 0.2.0",
42 ]
43
44 [[package]]
45 name = "ammonia"
46 version = "3.0.0"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "9e266e1f4be5ffa05309f650e2586fe1d3ae6034eb24025a7ae1dfecc330823a"
49 dependencies = [
50  "html5ever",
51  "lazy_static",
52  "maplit",
53  "matches",
54  "tendril",
55  "url 2.1.0",
56 ]
57
58 [[package]]
59 name = "annotate-snippets"
60 version = "0.6.1"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7"
63 dependencies = [
64  "ansi_term 0.11.0",
65 ]
66
67 [[package]]
68 name = "annotate-snippets"
69 version = "0.8.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
72
73 [[package]]
74 name = "ansi_term"
75 version = "0.11.0"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
78 dependencies = [
79  "winapi 0.3.8",
80 ]
81
82 [[package]]
83 name = "ansi_term"
84 version = "0.12.1"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
87 dependencies = [
88  "winapi 0.3.8",
89 ]
90
91 [[package]]
92 name = "anyhow"
93 version = "1.0.31"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
96
97 [[package]]
98 name = "arc-swap"
99 version = "0.3.7"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
102
103 [[package]]
104 name = "argon2rs"
105 version = "0.2.5"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
108 dependencies = [
109  "blake2-rfc",
110  "scoped_threadpool",
111 ]
112
113 [[package]]
114 name = "arrayvec"
115 version = "0.4.7"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
118 dependencies = [
119  "nodrop",
120 ]
121
122 [[package]]
123 name = "arrayvec"
124 version = "0.5.1"
125 source = "registry+https://github.com/rust-lang/crates.io-index"
126 checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
127
128 [[package]]
129 name = "atty"
130 version = "0.2.14"
131 source = "registry+https://github.com/rust-lang/crates.io-index"
132 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
133 dependencies = [
134  "hermit-abi",
135  "libc",
136  "winapi 0.3.8",
137 ]
138
139 [[package]]
140 name = "autocfg"
141 version = "0.1.7"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
144
145 [[package]]
146 name = "autocfg"
147 version = "1.0.0"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
150
151 [[package]]
152 name = "backtrace"
153 version = "0.3.50"
154 dependencies = [
155  "addr2line",
156  "cfg-if",
157  "libc",
158  "miniz_oxide",
159  "object",
160  "rustc-demangle",
161 ]
162
163 [[package]]
164 name = "bitflags"
165 version = "1.2.1"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
168
169 [[package]]
170 name = "bitmaps"
171 version = "2.0.0"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
174 dependencies = [
175  "typenum",
176 ]
177
178 [[package]]
179 name = "blake2-rfc"
180 version = "0.2.18"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
183 dependencies = [
184  "arrayvec 0.4.7",
185  "constant_time_eq",
186 ]
187
188 [[package]]
189 name = "block-buffer"
190 version = "0.7.3"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
193 dependencies = [
194  "block-padding",
195  "byte-tools",
196  "byteorder",
197  "generic-array",
198 ]
199
200 [[package]]
201 name = "block-padding"
202 version = "0.1.5"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
205 dependencies = [
206  "byte-tools",
207 ]
208
209 [[package]]
210 name = "bootstrap"
211 version = "0.0.0"
212 dependencies = [
213  "build_helper",
214  "cc",
215  "cmake",
216  "filetime",
217  "getopts",
218  "ignore",
219  "lazy_static",
220  "libc",
221  "num_cpus",
222  "opener",
223  "pretty_assertions",
224  "serde",
225  "serde_json",
226  "time",
227  "toml",
228  "winapi 0.3.8",
229 ]
230
231 [[package]]
232 name = "bstr"
233 version = "0.1.3"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "853b090ce0f45d0265902666bf88039ea3da825e33796716c511a1ec9c170036"
236 dependencies = [
237  "memchr",
238 ]
239
240 [[package]]
241 name = "build-manifest"
242 version = "0.1.0"
243 dependencies = [
244  "serde",
245  "serde_json",
246  "toml",
247 ]
248
249 [[package]]
250 name = "build_helper"
251 version = "0.1.0"
252
253 [[package]]
254 name = "byte-tools"
255 version = "0.3.1"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
258
259 [[package]]
260 name = "bytecount"
261 version = "0.6.0"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
264 dependencies = [
265  "packed_simd",
266 ]
267
268 [[package]]
269 name = "byteorder"
270 version = "1.3.2"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
273
274 [[package]]
275 name = "bytes"
276 version = "0.4.11"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
279 dependencies = [
280  "byteorder",
281  "iovec",
282 ]
283
284 [[package]]
285 name = "bytesize"
286 version = "1.0.0"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
289
290 [[package]]
291 name = "cargo"
292 version = "0.48.0"
293 dependencies = [
294  "anyhow",
295  "atty",
296  "bytesize",
297  "cargo-platform",
298  "cargo-test-macro",
299  "cargo-test-support",
300  "clap",
301  "core-foundation",
302  "crates-io",
303  "crossbeam-utils 0.7.2",
304  "crypto-hash",
305  "curl",
306  "curl-sys",
307  "env_logger 0.7.1",
308  "filetime",
309  "flate2",
310  "fwdansi",
311  "git2",
312  "git2-curl",
313  "glob",
314  "hex 0.4.0",
315  "home",
316  "humantime 2.0.0",
317  "ignore",
318  "im-rc",
319  "jobserver",
320  "lazy_static",
321  "lazycell",
322  "libc",
323  "libgit2-sys",
324  "log",
325  "memchr",
326  "miow 0.3.3",
327  "num_cpus",
328  "opener",
329  "openssl",
330  "percent-encoding 2.1.0",
331  "pretty_env_logger",
332  "rustc-workspace-hack",
333  "rustfix",
334  "same-file",
335  "semver 0.10.0",
336  "serde",
337  "serde_ignored",
338  "serde_json",
339  "shell-escape",
340  "strip-ansi-escapes",
341  "tar",
342  "tempfile",
343  "termcolor",
344  "toml",
345  "unicode-width",
346  "unicode-xid 0.2.0",
347  "url 2.1.0",
348  "walkdir",
349  "winapi 0.3.8",
350 ]
351
352 [[package]]
353 name = "cargo-miri"
354 version = "0.1.0"
355 dependencies = [
356  "cargo_metadata 0.9.1",
357  "directories",
358  "rustc-workspace-hack",
359  "rustc_version",
360  "serde",
361  "serde_json",
362  "vergen",
363 ]
364
365 [[package]]
366 name = "cargo-platform"
367 version = "0.1.1"
368 dependencies = [
369  "serde",
370 ]
371
372 [[package]]
373 name = "cargo-test-macro"
374 version = "0.1.0"
375
376 [[package]]
377 name = "cargo-test-support"
378 version = "0.1.0"
379 dependencies = [
380  "cargo",
381  "cargo-test-macro",
382  "filetime",
383  "flate2",
384  "git2",
385  "glob",
386  "lazy_static",
387  "remove_dir_all",
388  "serde_json",
389  "tar",
390  "url 2.1.0",
391 ]
392
393 [[package]]
394 name = "cargo_metadata"
395 version = "0.8.0"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
398 dependencies = [
399  "failure",
400  "semver 0.9.0",
401  "serde",
402  "serde_derive",
403  "serde_json",
404 ]
405
406 [[package]]
407 name = "cargo_metadata"
408 version = "0.9.1"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
411 dependencies = [
412  "semver 0.9.0",
413  "serde",
414  "serde_derive",
415  "serde_json",
416 ]
417
418 [[package]]
419 name = "cargotest2"
420 version = "0.1.0"
421
422 [[package]]
423 name = "cc"
424 version = "1.0.58"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
427 dependencies = [
428  "jobserver",
429 ]
430
431 [[package]]
432 name = "cfg-if"
433 version = "0.1.10"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
436 dependencies = [
437  "compiler_builtins",
438  "rustc-std-workspace-core",
439 ]
440
441 [[package]]
442 name = "chalk-derive"
443 version = "0.14.0"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
445 checksum = "d463e01905d607e181de72e8608721d3269f29176c9a14ce037011316ae7131d"
446 dependencies = [
447  "proc-macro2 1.0.3",
448  "quote 1.0.2",
449  "syn 1.0.11",
450  "synstructure",
451 ]
452
453 [[package]]
454 name = "chalk-engine"
455 version = "0.14.0"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "efaf428f5398d36284f79690cf988762b7c091249f50a6c11db613a46c057000"
458 dependencies = [
459  "chalk-derive",
460  "chalk-ir",
461  "rustc-hash",
462  "tracing",
463 ]
464
465 [[package]]
466 name = "chalk-ir"
467 version = "0.14.0"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "fd3fdc1e9f68498ffe80f4a23b0b95f1ca6fb21d5a4c9b0c085fab3ca712bdbe"
470 dependencies = [
471  "chalk-derive",
472  "lazy_static",
473 ]
474
475 [[package]]
476 name = "chalk-solve"
477 version = "0.14.0"
478 source = "registry+https://github.com/rust-lang/crates.io-index"
479 checksum = "5b9fd4102807b7ebe8fb034fa0f488c5656e1966d3261b558b81a08d519cdb29"
480 dependencies = [
481  "chalk-derive",
482  "chalk-engine",
483  "chalk-ir",
484  "ena",
485  "itertools 0.9.0",
486  "petgraph",
487  "rustc-hash",
488  "tracing",
489 ]
490
491 [[package]]
492 name = "chrono"
493 version = "0.4.6"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
496 dependencies = [
497  "num-integer",
498  "num-traits",
499  "time",
500 ]
501
502 [[package]]
503 name = "clap"
504 version = "2.33.0"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
507 dependencies = [
508  "ansi_term 0.11.0",
509  "atty",
510  "bitflags",
511  "strsim",
512  "textwrap",
513  "unicode-width",
514  "vec_map",
515  "yaml-rust 0.3.5",
516 ]
517
518 [[package]]
519 name = "clippy"
520 version = "0.0.212"
521 dependencies = [
522  "cargo_metadata 0.9.1",
523  "clippy-mini-macro-test",
524  "clippy_lints",
525  "compiletest_rs",
526  "derive-new",
527  "lazy_static",
528  "rustc-workspace-hack",
529  "rustc_tools_util 0.2.0",
530  "semver 0.9.0",
531  "serde",
532  "tempfile",
533  "tester",
534 ]
535
536 [[package]]
537 name = "clippy-mini-macro-test"
538 version = "0.2.0"
539
540 [[package]]
541 name = "clippy_lints"
542 version = "0.0.212"
543 dependencies = [
544  "cargo_metadata 0.9.1",
545  "if_chain",
546  "itertools 0.9.0",
547  "lazy_static",
548  "pulldown-cmark",
549  "quine-mc_cluskey",
550  "quote 1.0.2",
551  "regex-syntax",
552  "semver 0.9.0",
553  "serde",
554  "smallvec 1.4.0",
555  "syn 1.0.11",
556  "toml",
557  "unicode-normalization",
558  "url 2.1.0",
559 ]
560
561 [[package]]
562 name = "cloudabi"
563 version = "0.0.3"
564 source = "registry+https://github.com/rust-lang/crates.io-index"
565 checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
566 dependencies = [
567  "bitflags",
568 ]
569
570 [[package]]
571 name = "cmake"
572 version = "0.1.42"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
575 dependencies = [
576  "cc",
577 ]
578
579 [[package]]
580 name = "colored"
581 version = "1.9.3"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
584 dependencies = [
585  "atty",
586  "lazy_static",
587  "winapi 0.3.8",
588 ]
589
590 [[package]]
591 name = "commoncrypto"
592 version = "0.2.0"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
595 dependencies = [
596  "commoncrypto-sys",
597 ]
598
599 [[package]]
600 name = "commoncrypto-sys"
601 version = "0.2.0"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
604 dependencies = [
605  "libc",
606 ]
607
608 [[package]]
609 name = "compiler_builtins"
610 version = "0.1.32"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
612 checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
613 dependencies = [
614  "cc",
615  "rustc-std-workspace-core",
616 ]
617
618 [[package]]
619 name = "compiletest"
620 version = "0.0.0"
621 dependencies = [
622  "diff",
623  "env_logger 0.7.1",
624  "getopts",
625  "glob",
626  "lazy_static",
627  "libc",
628  "miow 0.3.3",
629  "regex",
630  "rustfix",
631  "serde",
632  "serde_json",
633  "tracing",
634  "walkdir",
635  "winapi 0.3.8",
636 ]
637
638 [[package]]
639 name = "compiletest_rs"
640 version = "0.5.0"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
643 dependencies = [
644  "diff",
645  "filetime",
646  "getopts",
647  "libc",
648  "log",
649  "miow 0.3.3",
650  "regex",
651  "rustfix",
652  "serde",
653  "serde_derive",
654  "serde_json",
655  "tempfile",
656  "tester",
657  "winapi 0.3.8",
658 ]
659
660 [[package]]
661 name = "constant_time_eq"
662 version = "0.1.3"
663 source = "registry+https://github.com/rust-lang/crates.io-index"
664 checksum = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
665
666 [[package]]
667 name = "core"
668 version = "0.0.0"
669 dependencies = [
670  "rand 0.7.3",
671 ]
672
673 [[package]]
674 name = "core-foundation"
675 version = "0.9.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
678 dependencies = [
679  "core-foundation-sys",
680  "libc",
681 ]
682
683 [[package]]
684 name = "core-foundation-sys"
685 version = "0.8.0"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
688
689 [[package]]
690 name = "crates-io"
691 version = "0.31.1"
692 dependencies = [
693  "anyhow",
694  "curl",
695  "percent-encoding 2.1.0",
696  "serde",
697  "serde_json",
698  "url 2.1.0",
699 ]
700
701 [[package]]
702 name = "crc32fast"
703 version = "1.2.0"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
706 dependencies = [
707  "cfg-if",
708 ]
709
710 [[package]]
711 name = "crossbeam-channel"
712 version = "0.4.0"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
714 checksum = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c"
715 dependencies = [
716  "crossbeam-utils 0.7.2",
717 ]
718
719 [[package]]
720 name = "crossbeam-deque"
721 version = "0.7.1"
722 source = "registry+https://github.com/rust-lang/crates.io-index"
723 checksum = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
724 dependencies = [
725  "crossbeam-epoch",
726  "crossbeam-utils 0.6.5",
727 ]
728
729 [[package]]
730 name = "crossbeam-epoch"
731 version = "0.7.2"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
734 dependencies = [
735  "arrayvec 0.4.7",
736  "cfg-if",
737  "crossbeam-utils 0.6.5",
738  "lazy_static",
739  "memoffset",
740  "scopeguard",
741 ]
742
743 [[package]]
744 name = "crossbeam-queue"
745 version = "0.1.2"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
748 dependencies = [
749  "crossbeam-utils 0.6.5",
750 ]
751
752 [[package]]
753 name = "crossbeam-utils"
754 version = "0.6.5"
755 source = "registry+https://github.com/rust-lang/crates.io-index"
756 checksum = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
757 dependencies = [
758  "cfg-if",
759  "lazy_static",
760 ]
761
762 [[package]]
763 name = "crossbeam-utils"
764 version = "0.7.2"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
767 dependencies = [
768  "autocfg 1.0.0",
769  "cfg-if",
770  "lazy_static",
771 ]
772
773 [[package]]
774 name = "crypto-hash"
775 version = "0.3.1"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
778 dependencies = [
779  "commoncrypto",
780  "hex 0.3.2",
781  "openssl",
782  "winapi 0.3.8",
783 ]
784
785 [[package]]
786 name = "ctor"
787 version = "0.1.13"
788 source = "registry+https://github.com/rust-lang/crates.io-index"
789 checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
790 dependencies = [
791  "quote 1.0.2",
792  "syn 1.0.11",
793 ]
794
795 [[package]]
796 name = "curl"
797 version = "0.4.25"
798 source = "registry+https://github.com/rust-lang/crates.io-index"
799 checksum = "06aa71e9208a54def20792d877bc663d6aae0732b9852e612c4a933177c31283"
800 dependencies = [
801  "curl-sys",
802  "libc",
803  "openssl-probe",
804  "openssl-sys",
805  "schannel",
806  "socket2",
807  "winapi 0.3.8",
808 ]
809
810 [[package]]
811 name = "curl-sys"
812 version = "0.4.25"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "0c38ca47d60b86d0cc9d42caa90a0885669c2abc9791f871c81f58cdf39e979b"
815 dependencies = [
816  "cc",
817  "libc",
818  "libnghttp2-sys",
819  "libz-sys",
820  "openssl-sys",
821  "pkg-config",
822  "vcpkg",
823  "winapi 0.3.8",
824 ]
825
826 [[package]]
827 name = "datafrog"
828 version = "2.0.1"
829 source = "registry+https://github.com/rust-lang/crates.io-index"
830 checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
831
832 [[package]]
833 name = "derive-new"
834 version = "0.5.8"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
837 dependencies = [
838  "proc-macro2 1.0.3",
839  "quote 1.0.2",
840  "syn 1.0.11",
841 ]
842
843 [[package]]
844 name = "derive_more"
845 version = "0.99.2"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "2159be042979966de68315bce7034bb000c775f22e3e834e1c52ff78f041cae8"
848 dependencies = [
849  "proc-macro2 1.0.3",
850  "quote 1.0.2",
851  "syn 1.0.11",
852 ]
853
854 [[package]]
855 name = "diff"
856 version = "0.1.11"
857 source = "registry+https://github.com/rust-lang/crates.io-index"
858 checksum = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
859
860 [[package]]
861 name = "difference"
862 version = "2.0.0"
863 source = "registry+https://github.com/rust-lang/crates.io-index"
864 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
865
866 [[package]]
867 name = "digest"
868 version = "0.8.1"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
871 dependencies = [
872  "generic-array",
873 ]
874
875 [[package]]
876 name = "directories"
877 version = "2.0.1"
878 source = "registry+https://github.com/rust-lang/crates.io-index"
879 checksum = "2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
880 dependencies = [
881  "cfg-if",
882  "dirs-sys",
883 ]
884
885 [[package]]
886 name = "dirs"
887 version = "2.0.1"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1"
890 dependencies = [
891  "cfg-if",
892  "dirs-sys",
893 ]
894
895 [[package]]
896 name = "dirs-sys"
897 version = "0.3.3"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
899 checksum = "937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
900 dependencies = [
901  "cfg-if",
902  "libc",
903  "redox_users",
904  "winapi 0.3.8",
905 ]
906
907 [[package]]
908 name = "dlmalloc"
909 version = "0.1.4"
910 source = "registry+https://github.com/rust-lang/crates.io-index"
911 checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
912 dependencies = [
913  "compiler_builtins",
914  "libc",
915  "rustc-std-workspace-core",
916 ]
917
918 [[package]]
919 name = "either"
920 version = "1.5.0"
921 source = "registry+https://github.com/rust-lang/crates.io-index"
922 checksum = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
923
924 [[package]]
925 name = "elasticlunr-rs"
926 version = "2.3.4"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
928 checksum = "a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
929 dependencies = [
930  "lazy_static",
931  "regex",
932  "serde",
933  "serde_derive",
934  "serde_json",
935  "strum",
936  "strum_macros",
937 ]
938
939 [[package]]
940 name = "ena"
941 version = "0.14.0"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
943 checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
944 dependencies = [
945  "log",
946 ]
947
948 [[package]]
949 name = "env_logger"
950 version = "0.6.2"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
953 dependencies = [
954  "atty",
955  "humantime 1.3.0",
956  "log",
957  "regex",
958  "termcolor",
959 ]
960
961 [[package]]
962 name = "env_logger"
963 version = "0.7.1"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
966 dependencies = [
967  "atty",
968  "humantime 1.3.0",
969  "log",
970  "regex",
971  "termcolor",
972 ]
973
974 [[package]]
975 name = "error_index_generator"
976 version = "0.0.0"
977 dependencies = [
978  "rustdoc",
979  "walkdir",
980 ]
981
982 [[package]]
983 name = "expand-yaml-anchors"
984 version = "0.1.0"
985 dependencies = [
986  "yaml-merge-keys",
987  "yaml-rust 0.4.3",
988 ]
989
990 [[package]]
991 name = "failure"
992 version = "0.1.5"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
994 checksum = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
995 dependencies = [
996  "backtrace",
997  "failure_derive",
998 ]
999
1000 [[package]]
1001 name = "failure_derive"
1002 version = "0.1.8"
1003 source = "registry+https://github.com/rust-lang/crates.io-index"
1004 checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
1005 dependencies = [
1006  "proc-macro2 1.0.3",
1007  "quote 1.0.2",
1008  "syn 1.0.11",
1009  "synstructure",
1010 ]
1011
1012 [[package]]
1013 name = "fake-simd"
1014 version = "0.1.2"
1015 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1017
1018 [[package]]
1019 name = "filetime"
1020 version = "0.2.9"
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
1023 dependencies = [
1024  "cfg-if",
1025  "libc",
1026  "redox_syscall",
1027  "winapi 0.3.8",
1028 ]
1029
1030 [[package]]
1031 name = "fixedbitset"
1032 version = "0.2.0"
1033 source = "registry+https://github.com/rust-lang/crates.io-index"
1034 checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1035
1036 [[package]]
1037 name = "flate2"
1038 version = "1.0.16"
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
1041 dependencies = [
1042  "cfg-if",
1043  "crc32fast",
1044  "libc",
1045  "libz-sys",
1046  "miniz_oxide",
1047 ]
1048
1049 [[package]]
1050 name = "fnv"
1051 version = "1.0.6"
1052 source = "registry+https://github.com/rust-lang/crates.io-index"
1053 checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1054
1055 [[package]]
1056 name = "foreign-types"
1057 version = "0.3.2"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1060 dependencies = [
1061  "foreign-types-shared",
1062 ]
1063
1064 [[package]]
1065 name = "foreign-types-shared"
1066 version = "0.1.1"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1069
1070 [[package]]
1071 name = "fortanix-sgx-abi"
1072 version = "0.3.2"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1074 checksum = "3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
1075 dependencies = [
1076  "compiler_builtins",
1077  "rustc-std-workspace-core",
1078 ]
1079
1080 [[package]]
1081 name = "fs_extra"
1082 version = "1.1.0"
1083 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1085
1086 [[package]]
1087 name = "fst"
1088 version = "0.3.0"
1089 source = "registry+https://github.com/rust-lang/crates.io-index"
1090 checksum = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
1091 dependencies = [
1092  "byteorder",
1093 ]
1094
1095 [[package]]
1096 name = "fuchsia-cprng"
1097 version = "0.1.1"
1098 source = "registry+https://github.com/rust-lang/crates.io-index"
1099 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1100
1101 [[package]]
1102 name = "fuchsia-zircon"
1103 version = "0.3.3"
1104 source = "registry+https://github.com/rust-lang/crates.io-index"
1105 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1106 dependencies = [
1107  "bitflags",
1108  "fuchsia-zircon-sys",
1109 ]
1110
1111 [[package]]
1112 name = "fuchsia-zircon-sys"
1113 version = "0.3.3"
1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1116
1117 [[package]]
1118 name = "futf"
1119 version = "0.1.4"
1120 source = "registry+https://github.com/rust-lang/crates.io-index"
1121 checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
1122 dependencies = [
1123  "mac",
1124  "new_debug_unreachable",
1125 ]
1126
1127 [[package]]
1128 name = "futures"
1129 version = "0.1.28"
1130 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 checksum = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
1132
1133 [[package]]
1134 name = "fwdansi"
1135 version = "1.1.0"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
1138 dependencies = [
1139  "memchr",
1140  "termcolor",
1141 ]
1142
1143 [[package]]
1144 name = "generic-array"
1145 version = "0.12.3"
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
1147 checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1148 dependencies = [
1149  "typenum",
1150 ]
1151
1152 [[package]]
1153 name = "getopts"
1154 version = "0.2.21"
1155 source = "registry+https://github.com/rust-lang/crates.io-index"
1156 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
1157 dependencies = [
1158  "rustc-std-workspace-core",
1159  "rustc-std-workspace-std",
1160  "unicode-width",
1161 ]
1162
1163 [[package]]
1164 name = "getrandom"
1165 version = "0.1.14"
1166 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
1168 dependencies = [
1169  "cfg-if",
1170  "libc",
1171  "wasi",
1172 ]
1173
1174 [[package]]
1175 name = "gimli"
1176 version = "0.22.0"
1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
1179 dependencies = [
1180  "compiler_builtins",
1181  "rustc-std-workspace-alloc",
1182  "rustc-std-workspace-core",
1183 ]
1184
1185 [[package]]
1186 name = "git2"
1187 version = "0.13.5"
1188 source = "registry+https://github.com/rust-lang/crates.io-index"
1189 checksum = "e1e02a51cd90229028c9bd8be0a0364f85b6b3199cccaa0ef39005ddbd5ac165"
1190 dependencies = [
1191  "bitflags",
1192  "libc",
1193  "libgit2-sys",
1194  "log",
1195  "openssl-probe",
1196  "openssl-sys",
1197  "url 2.1.0",
1198 ]
1199
1200 [[package]]
1201 name = "git2-curl"
1202 version = "0.14.0"
1203 source = "registry+https://github.com/rust-lang/crates.io-index"
1204 checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
1205 dependencies = [
1206  "curl",
1207  "git2",
1208  "log",
1209  "url 2.1.0",
1210 ]
1211
1212 [[package]]
1213 name = "glob"
1214 version = "0.3.0"
1215 source = "registry+https://github.com/rust-lang/crates.io-index"
1216 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1217
1218 [[package]]
1219 name = "globset"
1220 version = "0.4.3"
1221 source = "registry+https://github.com/rust-lang/crates.io-index"
1222 checksum = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
1223 dependencies = [
1224  "aho-corasick",
1225  "bstr",
1226  "fnv",
1227  "log",
1228  "regex",
1229 ]
1230
1231 [[package]]
1232 name = "handlebars"
1233 version = "3.0.1"
1234 source = "registry+https://github.com/rust-lang/crates.io-index"
1235 checksum = "ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900"
1236 dependencies = [
1237  "log",
1238  "pest",
1239  "pest_derive",
1240  "quick-error",
1241  "serde",
1242  "serde_json",
1243 ]
1244
1245 [[package]]
1246 name = "hashbrown"
1247 version = "0.6.2"
1248 source = "registry+https://github.com/rust-lang/crates.io-index"
1249 checksum = "3cd9867f119b19fecb08cd5c326ad4488d7a1da4bf75b4d95d71db742525aaab"
1250 dependencies = [
1251  "autocfg 0.1.7",
1252  "compiler_builtins",
1253  "rustc-std-workspace-alloc",
1254  "rustc-std-workspace-core",
1255 ]
1256
1257 [[package]]
1258 name = "heck"
1259 version = "0.3.0"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
1262 dependencies = [
1263  "unicode-segmentation",
1264 ]
1265
1266 [[package]]
1267 name = "hermit-abi"
1268 version = "0.1.15"
1269 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1271 dependencies = [
1272  "compiler_builtins",
1273  "libc",
1274  "rustc-std-workspace-core",
1275 ]
1276
1277 [[package]]
1278 name = "hex"
1279 version = "0.3.2"
1280 source = "registry+https://github.com/rust-lang/crates.io-index"
1281 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1282
1283 [[package]]
1284 name = "hex"
1285 version = "0.4.0"
1286 source = "registry+https://github.com/rust-lang/crates.io-index"
1287 checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
1288
1289 [[package]]
1290 name = "home"
1291 version = "0.5.1"
1292 source = "registry+https://github.com/rust-lang/crates.io-index"
1293 checksum = "a3753954f7bd71f0e671afb8b5a992d1724cf43b7f95a563cd4a0bde94659ca8"
1294 dependencies = [
1295  "scopeguard",
1296  "winapi 0.3.8",
1297 ]
1298
1299 [[package]]
1300 name = "html5ever"
1301 version = "0.24.1"
1302 source = "registry+https://github.com/rust-lang/crates.io-index"
1303 checksum = "025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb"
1304 dependencies = [
1305  "log",
1306  "mac",
1307  "markup5ever",
1308  "proc-macro2 1.0.3",
1309  "quote 1.0.2",
1310  "syn 1.0.11",
1311 ]
1312
1313 [[package]]
1314 name = "humantime"
1315 version = "1.3.0"
1316 source = "registry+https://github.com/rust-lang/crates.io-index"
1317 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1318 dependencies = [
1319  "quick-error",
1320 ]
1321
1322 [[package]]
1323 name = "humantime"
1324 version = "2.0.0"
1325 source = "registry+https://github.com/rust-lang/crates.io-index"
1326 checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
1327
1328 [[package]]
1329 name = "idna"
1330 version = "0.1.5"
1331 source = "registry+https://github.com/rust-lang/crates.io-index"
1332 checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1333 dependencies = [
1334  "matches",
1335  "unicode-bidi",
1336  "unicode-normalization",
1337 ]
1338
1339 [[package]]
1340 name = "idna"
1341 version = "0.2.0"
1342 source = "registry+https://github.com/rust-lang/crates.io-index"
1343 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1344 dependencies = [
1345  "matches",
1346  "unicode-bidi",
1347  "unicode-normalization",
1348 ]
1349
1350 [[package]]
1351 name = "if_chain"
1352 version = "1.0.0"
1353 source = "registry+https://github.com/rust-lang/crates.io-index"
1354 checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
1355
1356 [[package]]
1357 name = "ignore"
1358 version = "0.4.11"
1359 source = "registry+https://github.com/rust-lang/crates.io-index"
1360 checksum = "522daefc3b69036f80c7d2990b28ff9e0471c683bad05ca258e0a01dd22c5a1e"
1361 dependencies = [
1362  "crossbeam-channel",
1363  "globset",
1364  "lazy_static",
1365  "log",
1366  "memchr",
1367  "regex",
1368  "same-file",
1369  "thread_local",
1370  "walkdir",
1371  "winapi-util",
1372 ]
1373
1374 [[package]]
1375 name = "im-rc"
1376 version = "15.0.0"
1377 source = "registry+https://github.com/rust-lang/crates.io-index"
1378 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
1379 dependencies = [
1380  "bitmaps",
1381  "rand_core 0.5.1",
1382  "rand_xoshiro",
1383  "sized-chunks",
1384  "typenum",
1385  "version_check",
1386 ]
1387
1388 [[package]]
1389 name = "indexmap"
1390 version = "1.0.2"
1391 source = "registry+https://github.com/rust-lang/crates.io-index"
1392 checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1393
1394 [[package]]
1395 name = "installer"
1396 version = "0.0.0"
1397 dependencies = [
1398  "anyhow",
1399  "clap",
1400  "flate2",
1401  "lazy_static",
1402  "num_cpus",
1403  "rayon",
1404  "remove_dir_all",
1405  "tar",
1406  "walkdir",
1407  "winapi 0.3.8",
1408  "xz2",
1409 ]
1410
1411 [[package]]
1412 name = "iovec"
1413 version = "0.1.4"
1414 source = "registry+https://github.com/rust-lang/crates.io-index"
1415 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1416 dependencies = [
1417  "libc",
1418 ]
1419
1420 [[package]]
1421 name = "itertools"
1422 version = "0.8.0"
1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1425 dependencies = [
1426  "either",
1427 ]
1428
1429 [[package]]
1430 name = "itertools"
1431 version = "0.9.0"
1432 source = "registry+https://github.com/rust-lang/crates.io-index"
1433 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1434 dependencies = [
1435  "either",
1436 ]
1437
1438 [[package]]
1439 name = "itoa"
1440 version = "0.4.4"
1441 source = "registry+https://github.com/rust-lang/crates.io-index"
1442 checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1443
1444 [[package]]
1445 name = "jemalloc-sys"
1446 version = "0.3.0"
1447 source = "registry+https://github.com/rust-lang/crates.io-index"
1448 checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1449 dependencies = [
1450  "cc",
1451  "fs_extra",
1452  "libc",
1453 ]
1454
1455 [[package]]
1456 name = "jobserver"
1457 version = "0.1.21"
1458 source = "registry+https://github.com/rust-lang/crates.io-index"
1459 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
1460 dependencies = [
1461  "libc",
1462 ]
1463
1464 [[package]]
1465 name = "json"
1466 version = "0.11.13"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1469
1470 [[package]]
1471 name = "jsonrpc-client-transports"
1472 version = "14.0.5"
1473 source = "registry+https://github.com/rust-lang/crates.io-index"
1474 checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
1475 dependencies = [
1476  "failure",
1477  "futures",
1478  "jsonrpc-core",
1479  "jsonrpc-pubsub",
1480  "jsonrpc-server-utils",
1481  "log",
1482  "parity-tokio-ipc",
1483  "serde",
1484  "serde_json",
1485  "tokio",
1486  "url 1.7.2",
1487 ]
1488
1489 [[package]]
1490 name = "jsonrpc-core"
1491 version = "14.0.5"
1492 source = "registry+https://github.com/rust-lang/crates.io-index"
1493 checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
1494 dependencies = [
1495  "futures",
1496  "log",
1497  "serde",
1498  "serde_derive",
1499  "serde_json",
1500 ]
1501
1502 [[package]]
1503 name = "jsonrpc-core-client"
1504 version = "14.0.5"
1505 source = "registry+https://github.com/rust-lang/crates.io-index"
1506 checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
1507 dependencies = [
1508  "jsonrpc-client-transports",
1509 ]
1510
1511 [[package]]
1512 name = "jsonrpc-derive"
1513 version = "14.0.5"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
1516 dependencies = [
1517  "proc-macro-crate",
1518  "proc-macro2 1.0.3",
1519  "quote 1.0.2",
1520  "syn 1.0.11",
1521 ]
1522
1523 [[package]]
1524 name = "jsonrpc-ipc-server"
1525 version = "14.0.3"
1526 source = "registry+https://github.com/rust-lang/crates.io-index"
1527 checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1528 dependencies = [
1529  "jsonrpc-core",
1530  "jsonrpc-server-utils",
1531  "log",
1532  "parity-tokio-ipc",
1533  "parking_lot 0.9.0",
1534  "tokio-service",
1535 ]
1536
1537 [[package]]
1538 name = "jsonrpc-pubsub"
1539 version = "14.0.6"
1540 source = "registry+https://github.com/rust-lang/crates.io-index"
1541 checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
1542 dependencies = [
1543  "jsonrpc-core",
1544  "log",
1545  "parking_lot 0.10.2",
1546  "serde",
1547 ]
1548
1549 [[package]]
1550 name = "jsonrpc-server-utils"
1551 version = "14.0.5"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
1554 dependencies = [
1555  "bytes",
1556  "globset",
1557  "jsonrpc-core",
1558  "lazy_static",
1559  "log",
1560  "tokio",
1561  "tokio-codec",
1562  "unicase",
1563 ]
1564
1565 [[package]]
1566 name = "kernel32-sys"
1567 version = "0.2.2"
1568 source = "registry+https://github.com/rust-lang/crates.io-index"
1569 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1570 dependencies = [
1571  "winapi 0.2.8",
1572  "winapi-build",
1573 ]
1574
1575 [[package]]
1576 name = "lazy_static"
1577 version = "1.4.0"
1578 source = "registry+https://github.com/rust-lang/crates.io-index"
1579 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1580
1581 [[package]]
1582 name = "lazycell"
1583 version = "1.2.1"
1584 source = "registry+https://github.com/rust-lang/crates.io-index"
1585 checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
1586
1587 [[package]]
1588 name = "libc"
1589 version = "0.2.73"
1590 source = "registry+https://github.com/rust-lang/crates.io-index"
1591 checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
1592 dependencies = [
1593  "rustc-std-workspace-core",
1594 ]
1595
1596 [[package]]
1597 name = "libgit2-sys"
1598 version = "0.12.7+1.0.0"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0"
1601 dependencies = [
1602  "cc",
1603  "libc",
1604  "libssh2-sys",
1605  "libz-sys",
1606  "openssl-sys",
1607  "pkg-config",
1608 ]
1609
1610 [[package]]
1611 name = "libnghttp2-sys"
1612 version = "0.1.2"
1613 source = "registry+https://github.com/rust-lang/crates.io-index"
1614 checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
1615 dependencies = [
1616  "cc",
1617  "libc",
1618 ]
1619
1620 [[package]]
1621 name = "libssh2-sys"
1622 version = "0.2.14"
1623 source = "registry+https://github.com/rust-lang/crates.io-index"
1624 checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
1625 dependencies = [
1626  "cc",
1627  "libc",
1628  "libz-sys",
1629  "openssl-sys",
1630  "pkg-config",
1631  "vcpkg",
1632 ]
1633
1634 [[package]]
1635 name = "libz-sys"
1636 version = "1.0.25"
1637 source = "registry+https://github.com/rust-lang/crates.io-index"
1638 checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1639 dependencies = [
1640  "cc",
1641  "libc",
1642  "pkg-config",
1643  "vcpkg",
1644 ]
1645
1646 [[package]]
1647 name = "linkchecker"
1648 version = "0.1.0"
1649
1650 [[package]]
1651 name = "linked-hash-map"
1652 version = "0.5.2"
1653 source = "registry+https://github.com/rust-lang/crates.io-index"
1654 checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1655
1656 [[package]]
1657 name = "lock_api"
1658 version = "0.3.4"
1659 source = "registry+https://github.com/rust-lang/crates.io-index"
1660 checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1661 dependencies = [
1662  "scopeguard",
1663 ]
1664
1665 [[package]]
1666 name = "log"
1667 version = "0.4.8"
1668 source = "registry+https://github.com/rust-lang/crates.io-index"
1669 checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1670 dependencies = [
1671  "cfg-if",
1672 ]
1673
1674 [[package]]
1675 name = "log_settings"
1676 version = "0.1.2"
1677 source = "registry+https://github.com/rust-lang/crates.io-index"
1678 checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1679 dependencies = [
1680  "lazy_static",
1681 ]
1682
1683 [[package]]
1684 name = "lsp-codec"
1685 version = "0.1.2"
1686 source = "registry+https://github.com/rust-lang/crates.io-index"
1687 checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1688 dependencies = [
1689  "bytes",
1690  "serde_json",
1691  "tokio-codec",
1692 ]
1693
1694 [[package]]
1695 name = "lsp-types"
1696 version = "0.60.0"
1697 source = "registry+https://github.com/rust-lang/crates.io-index"
1698 checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1699 dependencies = [
1700  "bitflags",
1701  "serde",
1702  "serde_json",
1703  "serde_repr",
1704  "url 2.1.0",
1705 ]
1706
1707 [[package]]
1708 name = "lzma-sys"
1709 version = "0.1.14"
1710 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1712 dependencies = [
1713  "cc",
1714  "libc",
1715  "pkg-config",
1716 ]
1717
1718 [[package]]
1719 name = "mac"
1720 version = "0.1.1"
1721 source = "registry+https://github.com/rust-lang/crates.io-index"
1722 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1723
1724 [[package]]
1725 name = "macro-utils"
1726 version = "0.1.2"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
1729
1730 [[package]]
1731 name = "maplit"
1732 version = "1.0.1"
1733 source = "registry+https://github.com/rust-lang/crates.io-index"
1734 checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
1735
1736 [[package]]
1737 name = "markup5ever"
1738 version = "0.9.0"
1739 source = "registry+https://github.com/rust-lang/crates.io-index"
1740 checksum = "65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03"
1741 dependencies = [
1742  "log",
1743  "phf",
1744  "phf_codegen",
1745  "serde",
1746  "serde_derive",
1747  "serde_json",
1748  "string_cache",
1749  "string_cache_codegen",
1750  "tendril",
1751 ]
1752
1753 [[package]]
1754 name = "matchers"
1755 version = "0.0.1"
1756 source = "registry+https://github.com/rust-lang/crates.io-index"
1757 checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
1758 dependencies = [
1759  "regex-automata",
1760 ]
1761
1762 [[package]]
1763 name = "matches"
1764 version = "0.1.8"
1765 source = "registry+https://github.com/rust-lang/crates.io-index"
1766 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1767
1768 [[package]]
1769 name = "md-5"
1770 version = "0.8.0"
1771 source = "registry+https://github.com/rust-lang/crates.io-index"
1772 checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
1773 dependencies = [
1774  "block-buffer",
1775  "digest",
1776  "opaque-debug",
1777 ]
1778
1779 [[package]]
1780 name = "mdbook"
1781 version = "0.4.0"
1782 source = "registry+https://github.com/rust-lang/crates.io-index"
1783 checksum = "2567ffadc0fd26fe15d6f6e0a80639f19f6a50082fdb460d0ae5d1f7298181be"
1784 dependencies = [
1785  "ammonia",
1786  "anyhow",
1787  "chrono",
1788  "clap",
1789  "elasticlunr-rs",
1790  "env_logger 0.7.1",
1791  "handlebars",
1792  "lazy_static",
1793  "log",
1794  "memchr",
1795  "open",
1796  "pulldown-cmark",
1797  "regex",
1798  "serde",
1799  "serde_derive",
1800  "serde_json",
1801  "shlex",
1802  "tempfile",
1803  "toml",
1804 ]
1805
1806 [[package]]
1807 name = "measureme"
1808 version = "0.7.1"
1809 source = "registry+https://github.com/rust-lang/crates.io-index"
1810 checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
1811 dependencies = [
1812  "byteorder",
1813  "memmap",
1814  "parking_lot 0.9.0",
1815  "rustc-hash",
1816 ]
1817
1818 [[package]]
1819 name = "memchr"
1820 version = "2.3.3"
1821 source = "registry+https://github.com/rust-lang/crates.io-index"
1822 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1823
1824 [[package]]
1825 name = "memmap"
1826 version = "0.7.0"
1827 source = "registry+https://github.com/rust-lang/crates.io-index"
1828 checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1829 dependencies = [
1830  "libc",
1831  "winapi 0.3.8",
1832 ]
1833
1834 [[package]]
1835 name = "memoffset"
1836 version = "0.5.1"
1837 source = "registry+https://github.com/rust-lang/crates.io-index"
1838 checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
1839 dependencies = [
1840  "rustc_version",
1841 ]
1842
1843 [[package]]
1844 name = "minifier"
1845 version = "0.0.33"
1846 source = "registry+https://github.com/rust-lang/crates.io-index"
1847 checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
1848 dependencies = [
1849  "macro-utils",
1850 ]
1851
1852 [[package]]
1853 name = "miniz_oxide"
1854 version = "0.4.0"
1855 source = "registry+https://github.com/rust-lang/crates.io-index"
1856 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1857 dependencies = [
1858  "adler",
1859  "compiler_builtins",
1860  "rustc-std-workspace-alloc",
1861  "rustc-std-workspace-core",
1862 ]
1863
1864 [[package]]
1865 name = "mio"
1866 version = "0.6.16"
1867 source = "registry+https://github.com/rust-lang/crates.io-index"
1868 checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
1869 dependencies = [
1870  "fuchsia-zircon",
1871  "fuchsia-zircon-sys",
1872  "iovec",
1873  "kernel32-sys",
1874  "lazycell",
1875  "libc",
1876  "log",
1877  "miow 0.2.1",
1878  "net2",
1879  "slab",
1880  "winapi 0.2.8",
1881 ]
1882
1883 [[package]]
1884 name = "mio-named-pipes"
1885 version = "0.1.6"
1886 source = "registry+https://github.com/rust-lang/crates.io-index"
1887 checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
1888 dependencies = [
1889  "log",
1890  "mio",
1891  "miow 0.3.3",
1892  "winapi 0.3.8",
1893 ]
1894
1895 [[package]]
1896 name = "mio-uds"
1897 version = "0.6.7"
1898 source = "registry+https://github.com/rust-lang/crates.io-index"
1899 checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
1900 dependencies = [
1901  "iovec",
1902  "libc",
1903  "mio",
1904 ]
1905
1906 [[package]]
1907 name = "miow"
1908 version = "0.2.1"
1909 source = "registry+https://github.com/rust-lang/crates.io-index"
1910 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1911 dependencies = [
1912  "kernel32-sys",
1913  "net2",
1914  "winapi 0.2.8",
1915  "ws2_32-sys",
1916 ]
1917
1918 [[package]]
1919 name = "miow"
1920 version = "0.3.3"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
1923 dependencies = [
1924  "socket2",
1925  "winapi 0.3.8",
1926 ]
1927
1928 [[package]]
1929 name = "miri"
1930 version = "0.1.0"
1931 dependencies = [
1932  "byteorder",
1933  "colored",
1934  "compiletest_rs",
1935  "env_logger 0.7.1",
1936  "getrandom",
1937  "hex 0.4.0",
1938  "libc",
1939  "log",
1940  "rand 0.7.3",
1941  "rustc-workspace-hack",
1942  "rustc_version",
1943  "shell-escape",
1944 ]
1945
1946 [[package]]
1947 name = "net2"
1948 version = "0.2.33"
1949 source = "registry+https://github.com/rust-lang/crates.io-index"
1950 checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1951 dependencies = [
1952  "cfg-if",
1953  "libc",
1954  "winapi 0.3.8",
1955 ]
1956
1957 [[package]]
1958 name = "new_debug_unreachable"
1959 version = "1.0.3"
1960 source = "registry+https://github.com/rust-lang/crates.io-index"
1961 checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
1962
1963 [[package]]
1964 name = "nodrop"
1965 version = "0.1.12"
1966 source = "registry+https://github.com/rust-lang/crates.io-index"
1967 checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
1968
1969 [[package]]
1970 name = "num-integer"
1971 version = "0.1.39"
1972 source = "registry+https://github.com/rust-lang/crates.io-index"
1973 checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1974 dependencies = [
1975  "num-traits",
1976 ]
1977
1978 [[package]]
1979 name = "num-traits"
1980 version = "0.2.6"
1981 source = "registry+https://github.com/rust-lang/crates.io-index"
1982 checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
1983
1984 [[package]]
1985 name = "num_cpus"
1986 version = "1.10.1"
1987 source = "registry+https://github.com/rust-lang/crates.io-index"
1988 checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1989 dependencies = [
1990  "libc",
1991 ]
1992
1993 [[package]]
1994 name = "object"
1995 version = "0.20.0"
1996 source = "registry+https://github.com/rust-lang/crates.io-index"
1997 checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
1998 dependencies = [
1999  "compiler_builtins",
2000  "rustc-std-workspace-alloc",
2001  "rustc-std-workspace-core",
2002 ]
2003
2004 [[package]]
2005 name = "once_cell"
2006 version = "1.1.0"
2007 source = "registry+https://github.com/rust-lang/crates.io-index"
2008 checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"
2009 dependencies = [
2010  "parking_lot 0.9.0",
2011 ]
2012
2013 [[package]]
2014 name = "opaque-debug"
2015 version = "0.2.3"
2016 source = "registry+https://github.com/rust-lang/crates.io-index"
2017 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2018
2019 [[package]]
2020 name = "open"
2021 version = "1.2.1"
2022 source = "registry+https://github.com/rust-lang/crates.io-index"
2023 checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
2024
2025 [[package]]
2026 name = "opener"
2027 version = "0.4.0"
2028 source = "registry+https://github.com/rust-lang/crates.io-index"
2029 checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
2030 dependencies = [
2031  "winapi 0.3.8",
2032 ]
2033
2034 [[package]]
2035 name = "openssl"
2036 version = "0.10.25"
2037 source = "registry+https://github.com/rust-lang/crates.io-index"
2038 checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2039 dependencies = [
2040  "bitflags",
2041  "cfg-if",
2042  "foreign-types",
2043  "lazy_static",
2044  "libc",
2045  "openssl-sys",
2046 ]
2047
2048 [[package]]
2049 name = "openssl-probe"
2050 version = "0.1.2"
2051 source = "registry+https://github.com/rust-lang/crates.io-index"
2052 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2053
2054 [[package]]
2055 name = "openssl-src"
2056 version = "111.9.0+1.1.1g"
2057 source = "registry+https://github.com/rust-lang/crates.io-index"
2058 checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
2059 dependencies = [
2060  "cc",
2061 ]
2062
2063 [[package]]
2064 name = "openssl-sys"
2065 version = "0.9.54"
2066 source = "registry+https://github.com/rust-lang/crates.io-index"
2067 checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2068 dependencies = [
2069  "autocfg 1.0.0",
2070  "cc",
2071  "libc",
2072  "openssl-src",
2073  "pkg-config",
2074  "vcpkg",
2075 ]
2076
2077 [[package]]
2078 name = "ordslice"
2079 version = "0.3.0"
2080 source = "registry+https://github.com/rust-lang/crates.io-index"
2081 checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2082
2083 [[package]]
2084 name = "output_vt100"
2085 version = "0.1.2"
2086 source = "registry+https://github.com/rust-lang/crates.io-index"
2087 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2088 dependencies = [
2089  "winapi 0.3.8",
2090 ]
2091
2092 [[package]]
2093 name = "packed_simd"
2094 version = "0.3.1"
2095 source = "registry+https://github.com/rust-lang/crates.io-index"
2096 checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
2097 dependencies = [
2098  "cfg-if",
2099 ]
2100
2101 [[package]]
2102 name = "panic_abort"
2103 version = "0.0.0"
2104 dependencies = [
2105  "cfg-if",
2106  "compiler_builtins",
2107  "core",
2108  "libc",
2109 ]
2110
2111 [[package]]
2112 name = "panic_unwind"
2113 version = "0.0.0"
2114 dependencies = [
2115  "alloc",
2116  "cfg-if",
2117  "compiler_builtins",
2118  "core",
2119  "libc",
2120  "unwind",
2121 ]
2122
2123 [[package]]
2124 name = "parity-tokio-ipc"
2125 version = "0.2.0"
2126 source = "registry+https://github.com/rust-lang/crates.io-index"
2127 checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
2128 dependencies = [
2129  "bytes",
2130  "futures",
2131  "log",
2132  "mio-named-pipes",
2133  "miow 0.3.3",
2134  "rand 0.7.3",
2135  "tokio",
2136  "tokio-named-pipes",
2137  "tokio-uds",
2138  "winapi 0.3.8",
2139 ]
2140
2141 [[package]]
2142 name = "parking_lot"
2143 version = "0.9.0"
2144 source = "registry+https://github.com/rust-lang/crates.io-index"
2145 checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2146 dependencies = [
2147  "lock_api",
2148  "parking_lot_core 0.6.2",
2149  "rustc_version",
2150 ]
2151
2152 [[package]]
2153 name = "parking_lot"
2154 version = "0.10.2"
2155 source = "registry+https://github.com/rust-lang/crates.io-index"
2156 checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2157 dependencies = [
2158  "lock_api",
2159  "parking_lot_core 0.7.1",
2160 ]
2161
2162 [[package]]
2163 name = "parking_lot_core"
2164 version = "0.6.2"
2165 source = "registry+https://github.com/rust-lang/crates.io-index"
2166 checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2167 dependencies = [
2168  "cfg-if",
2169  "cloudabi",
2170  "libc",
2171  "redox_syscall",
2172  "rustc_version",
2173  "smallvec 0.6.10",
2174  "winapi 0.3.8",
2175 ]
2176
2177 [[package]]
2178 name = "parking_lot_core"
2179 version = "0.7.1"
2180 source = "registry+https://github.com/rust-lang/crates.io-index"
2181 checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
2182 dependencies = [
2183  "cfg-if",
2184  "cloudabi",
2185  "libc",
2186  "redox_syscall",
2187  "smallvec 1.4.0",
2188  "winapi 0.3.8",
2189 ]
2190
2191 [[package]]
2192 name = "pathdiff"
2193 version = "0.2.0"
2194 source = "registry+https://github.com/rust-lang/crates.io-index"
2195 checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2196
2197 [[package]]
2198 name = "percent-encoding"
2199 version = "1.0.1"
2200 source = "registry+https://github.com/rust-lang/crates.io-index"
2201 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2202
2203 [[package]]
2204 name = "percent-encoding"
2205 version = "2.1.0"
2206 source = "registry+https://github.com/rust-lang/crates.io-index"
2207 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2208
2209 [[package]]
2210 name = "pest"
2211 version = "2.1.0"
2212 source = "registry+https://github.com/rust-lang/crates.io-index"
2213 checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2214 dependencies = [
2215  "ucd-trie",
2216 ]
2217
2218 [[package]]
2219 name = "pest_derive"
2220 version = "2.1.0"
2221 source = "registry+https://github.com/rust-lang/crates.io-index"
2222 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2223 dependencies = [
2224  "pest",
2225  "pest_generator",
2226 ]
2227
2228 [[package]]
2229 name = "pest_generator"
2230 version = "2.1.3"
2231 source = "registry+https://github.com/rust-lang/crates.io-index"
2232 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2233 dependencies = [
2234  "pest",
2235  "pest_meta",
2236  "proc-macro2 1.0.3",
2237  "quote 1.0.2",
2238  "syn 1.0.11",
2239 ]
2240
2241 [[package]]
2242 name = "pest_meta"
2243 version = "2.1.3"
2244 source = "registry+https://github.com/rust-lang/crates.io-index"
2245 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2246 dependencies = [
2247  "maplit",
2248  "pest",
2249  "sha-1",
2250 ]
2251
2252 [[package]]
2253 name = "petgraph"
2254 version = "0.5.1"
2255 source = "registry+https://github.com/rust-lang/crates.io-index"
2256 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
2257 dependencies = [
2258  "fixedbitset",
2259  "indexmap",
2260 ]
2261
2262 [[package]]
2263 name = "phf"
2264 version = "0.7.24"
2265 source = "registry+https://github.com/rust-lang/crates.io-index"
2266 checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
2267 dependencies = [
2268  "phf_shared",
2269 ]
2270
2271 [[package]]
2272 name = "phf_codegen"
2273 version = "0.7.24"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
2276 dependencies = [
2277  "phf_generator",
2278  "phf_shared",
2279 ]
2280
2281 [[package]]
2282 name = "phf_generator"
2283 version = "0.7.24"
2284 source = "registry+https://github.com/rust-lang/crates.io-index"
2285 checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
2286 dependencies = [
2287  "phf_shared",
2288  "rand 0.6.1",
2289 ]
2290
2291 [[package]]
2292 name = "phf_shared"
2293 version = "0.7.24"
2294 source = "registry+https://github.com/rust-lang/crates.io-index"
2295 checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
2296 dependencies = [
2297  "siphasher",
2298 ]
2299
2300 [[package]]
2301 name = "pkg-config"
2302 version = "0.3.17"
2303 source = "registry+https://github.com/rust-lang/crates.io-index"
2304 checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2305
2306 [[package]]
2307 name = "polonius-engine"
2308 version = "0.12.1"
2309 source = "registry+https://github.com/rust-lang/crates.io-index"
2310 checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
2311 dependencies = [
2312  "datafrog",
2313  "log",
2314  "rustc-hash",
2315 ]
2316
2317 [[package]]
2318 name = "ppv-lite86"
2319 version = "0.2.8"
2320 source = "registry+https://github.com/rust-lang/crates.io-index"
2321 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2322
2323 [[package]]
2324 name = "precomputed-hash"
2325 version = "0.1.1"
2326 source = "registry+https://github.com/rust-lang/crates.io-index"
2327 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2328
2329 [[package]]
2330 name = "pretty_assertions"
2331 version = "0.6.1"
2332 source = "registry+https://github.com/rust-lang/crates.io-index"
2333 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2334 dependencies = [
2335  "ansi_term 0.11.0",
2336  "ctor",
2337  "difference",
2338  "output_vt100",
2339 ]
2340
2341 [[package]]
2342 name = "pretty_env_logger"
2343 version = "0.4.0"
2344 source = "registry+https://github.com/rust-lang/crates.io-index"
2345 checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2346 dependencies = [
2347  "env_logger 0.7.1",
2348  "log",
2349 ]
2350
2351 [[package]]
2352 name = "proc-macro-crate"
2353 version = "0.1.4"
2354 source = "registry+https://github.com/rust-lang/crates.io-index"
2355 checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
2356 dependencies = [
2357  "toml",
2358 ]
2359
2360 [[package]]
2361 name = "proc-macro-error"
2362 version = "0.2.6"
2363 source = "registry+https://github.com/rust-lang/crates.io-index"
2364 checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
2365 dependencies = [
2366  "proc-macro2 1.0.3",
2367  "quote 1.0.2",
2368  "syn 1.0.11",
2369 ]
2370
2371 [[package]]
2372 name = "proc-macro2"
2373 version = "0.4.30"
2374 source = "registry+https://github.com/rust-lang/crates.io-index"
2375 checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2376 dependencies = [
2377  "unicode-xid 0.1.0",
2378 ]
2379
2380 [[package]]
2381 name = "proc-macro2"
2382 version = "1.0.3"
2383 source = "registry+https://github.com/rust-lang/crates.io-index"
2384 checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
2385 dependencies = [
2386  "unicode-xid 0.2.0",
2387 ]
2388
2389 [[package]]
2390 name = "proc_macro"
2391 version = "0.0.0"
2392 dependencies = [
2393  "std",
2394 ]
2395
2396 [[package]]
2397 name = "profiler_builtins"
2398 version = "0.0.0"
2399 dependencies = [
2400  "cc",
2401  "compiler_builtins",
2402  "core",
2403 ]
2404
2405 [[package]]
2406 name = "psm"
2407 version = "0.1.10"
2408 source = "registry+https://github.com/rust-lang/crates.io-index"
2409 checksum = "092d385624a084892d07374caa7b0994956692cf40650419a1f1a787a8d229cf"
2410 dependencies = [
2411  "cc",
2412 ]
2413
2414 [[package]]
2415 name = "pulldown-cmark"
2416 version = "0.7.1"
2417 source = "registry+https://github.com/rust-lang/crates.io-index"
2418 checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
2419 dependencies = [
2420  "bitflags",
2421  "getopts",
2422  "memchr",
2423  "unicase",
2424 ]
2425
2426 [[package]]
2427 name = "punycode"
2428 version = "0.4.0"
2429 source = "registry+https://github.com/rust-lang/crates.io-index"
2430 checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2431
2432 [[package]]
2433 name = "quick-error"
2434 version = "1.2.3"
2435 source = "registry+https://github.com/rust-lang/crates.io-index"
2436 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2437
2438 [[package]]
2439 name = "quine-mc_cluskey"
2440 version = "0.2.4"
2441 source = "registry+https://github.com/rust-lang/crates.io-index"
2442 checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2443
2444 [[package]]
2445 name = "quote"
2446 version = "0.6.12"
2447 source = "registry+https://github.com/rust-lang/crates.io-index"
2448 checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
2449 dependencies = [
2450  "proc-macro2 0.4.30",
2451 ]
2452
2453 [[package]]
2454 name = "quote"
2455 version = "1.0.2"
2456 source = "registry+https://github.com/rust-lang/crates.io-index"
2457 checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2458 dependencies = [
2459  "proc-macro2 1.0.3",
2460 ]
2461
2462 [[package]]
2463 name = "racer"
2464 version = "2.1.36"
2465 source = "registry+https://github.com/rust-lang/crates.io-index"
2466 checksum = "09ba6cca9fcd8ae086b842b1bd9e3f19f104a4c30e0e8927b2befc06d375e7e0"
2467 dependencies = [
2468  "bitflags",
2469  "clap",
2470  "derive_more",
2471  "env_logger 0.7.1",
2472  "humantime 2.0.0",
2473  "lazy_static",
2474  "log",
2475  "rls-span",
2476  "rustc-ap-rustc_ast",
2477  "rustc-ap-rustc_ast_pretty",
2478  "rustc-ap-rustc_data_structures",
2479  "rustc-ap-rustc_errors",
2480  "rustc-ap-rustc_parse",
2481  "rustc-ap-rustc_session",
2482  "rustc-ap-rustc_span",
2483 ]
2484
2485 [[package]]
2486 name = "rand"
2487 version = "0.6.1"
2488 source = "registry+https://github.com/rust-lang/crates.io-index"
2489 checksum = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
2490 dependencies = [
2491  "cloudabi",
2492  "fuchsia-zircon",
2493  "libc",
2494  "rand_chacha 0.1.0",
2495  "rand_core 0.3.0",
2496  "rand_hc 0.1.0",
2497  "rand_isaac",
2498  "rand_pcg",
2499  "rand_xorshift 0.1.0",
2500  "rustc_version",
2501  "winapi 0.3.8",
2502 ]
2503
2504 [[package]]
2505 name = "rand"
2506 version = "0.7.3"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2509 dependencies = [
2510  "getrandom",
2511  "libc",
2512  "rand_chacha 0.2.2",
2513  "rand_core 0.5.1",
2514  "rand_hc 0.2.0",
2515 ]
2516
2517 [[package]]
2518 name = "rand_chacha"
2519 version = "0.1.0"
2520 source = "registry+https://github.com/rust-lang/crates.io-index"
2521 checksum = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
2522 dependencies = [
2523  "rand_core 0.3.0",
2524  "rustc_version",
2525 ]
2526
2527 [[package]]
2528 name = "rand_chacha"
2529 version = "0.2.2"
2530 source = "registry+https://github.com/rust-lang/crates.io-index"
2531 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2532 dependencies = [
2533  "ppv-lite86",
2534  "rand_core 0.5.1",
2535 ]
2536
2537 [[package]]
2538 name = "rand_core"
2539 version = "0.3.0"
2540 source = "registry+https://github.com/rust-lang/crates.io-index"
2541 checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2542
2543 [[package]]
2544 name = "rand_core"
2545 version = "0.4.0"
2546 source = "registry+https://github.com/rust-lang/crates.io-index"
2547 checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2548
2549 [[package]]
2550 name = "rand_core"
2551 version = "0.5.1"
2552 source = "registry+https://github.com/rust-lang/crates.io-index"
2553 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2554 dependencies = [
2555  "getrandom",
2556 ]
2557
2558 [[package]]
2559 name = "rand_hc"
2560 version = "0.1.0"
2561 source = "registry+https://github.com/rust-lang/crates.io-index"
2562 checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2563 dependencies = [
2564  "rand_core 0.3.0",
2565 ]
2566
2567 [[package]]
2568 name = "rand_hc"
2569 version = "0.2.0"
2570 source = "registry+https://github.com/rust-lang/crates.io-index"
2571 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2572 dependencies = [
2573  "rand_core 0.5.1",
2574 ]
2575
2576 [[package]]
2577 name = "rand_isaac"
2578 version = "0.1.1"
2579 source = "registry+https://github.com/rust-lang/crates.io-index"
2580 checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2581 dependencies = [
2582  "rand_core 0.3.0",
2583 ]
2584
2585 [[package]]
2586 name = "rand_os"
2587 version = "0.1.3"
2588 source = "registry+https://github.com/rust-lang/crates.io-index"
2589 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2590 dependencies = [
2591  "cloudabi",
2592  "fuchsia-cprng",
2593  "libc",
2594  "rand_core 0.4.0",
2595  "rdrand",
2596  "winapi 0.3.8",
2597 ]
2598
2599 [[package]]
2600 name = "rand_pcg"
2601 version = "0.1.1"
2602 source = "registry+https://github.com/rust-lang/crates.io-index"
2603 checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
2604 dependencies = [
2605  "rand_core 0.3.0",
2606  "rustc_version",
2607 ]
2608
2609 [[package]]
2610 name = "rand_xorshift"
2611 version = "0.1.0"
2612 source = "registry+https://github.com/rust-lang/crates.io-index"
2613 checksum = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3"
2614 dependencies = [
2615  "rand_core 0.3.0",
2616 ]
2617
2618 [[package]]
2619 name = "rand_xorshift"
2620 version = "0.2.0"
2621 source = "registry+https://github.com/rust-lang/crates.io-index"
2622 checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
2623 dependencies = [
2624  "rand_core 0.5.1",
2625 ]
2626
2627 [[package]]
2628 name = "rand_xoshiro"
2629 version = "0.4.0"
2630 source = "registry+https://github.com/rust-lang/crates.io-index"
2631 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2632 dependencies = [
2633  "rand_core 0.5.1",
2634 ]
2635
2636 [[package]]
2637 name = "rayon"
2638 version = "1.2.0"
2639 source = "registry+https://github.com/rust-lang/crates.io-index"
2640 checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
2641 dependencies = [
2642  "crossbeam-deque",
2643  "either",
2644  "rayon-core",
2645 ]
2646
2647 [[package]]
2648 name = "rayon-core"
2649 version = "1.6.0"
2650 source = "registry+https://github.com/rust-lang/crates.io-index"
2651 checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
2652 dependencies = [
2653  "crossbeam-deque",
2654  "crossbeam-queue",
2655  "crossbeam-utils 0.6.5",
2656  "lazy_static",
2657  "num_cpus",
2658 ]
2659
2660 [[package]]
2661 name = "rdrand"
2662 version = "0.4.0"
2663 source = "registry+https://github.com/rust-lang/crates.io-index"
2664 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2665 dependencies = [
2666  "rand_core 0.3.0",
2667 ]
2668
2669 [[package]]
2670 name = "redox_syscall"
2671 version = "0.1.56"
2672 source = "registry+https://github.com/rust-lang/crates.io-index"
2673 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2674
2675 [[package]]
2676 name = "redox_users"
2677 version = "0.3.0"
2678 source = "registry+https://github.com/rust-lang/crates.io-index"
2679 checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
2680 dependencies = [
2681  "argon2rs",
2682  "failure",
2683  "rand_os",
2684  "redox_syscall",
2685 ]
2686
2687 [[package]]
2688 name = "regex"
2689 version = "1.3.7"
2690 source = "registry+https://github.com/rust-lang/crates.io-index"
2691 checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2692 dependencies = [
2693  "aho-corasick",
2694  "memchr",
2695  "regex-syntax",
2696  "thread_local",
2697 ]
2698
2699 [[package]]
2700 name = "regex-automata"
2701 version = "0.1.9"
2702 source = "registry+https://github.com/rust-lang/crates.io-index"
2703 checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2704 dependencies = [
2705  "byteorder",
2706  "regex-syntax",
2707 ]
2708
2709 [[package]]
2710 name = "regex-syntax"
2711 version = "0.6.17"
2712 source = "registry+https://github.com/rust-lang/crates.io-index"
2713 checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2714
2715 [[package]]
2716 name = "remote-test-client"
2717 version = "0.1.0"
2718
2719 [[package]]
2720 name = "remote-test-server"
2721 version = "0.1.0"
2722
2723 [[package]]
2724 name = "remove_dir_all"
2725 version = "0.5.2"
2726 source = "registry+https://github.com/rust-lang/crates.io-index"
2727 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2728 dependencies = [
2729  "winapi 0.3.8",
2730 ]
2731
2732 [[package]]
2733 name = "rls"
2734 version = "1.41.0"
2735 dependencies = [
2736  "anyhow",
2737  "cargo",
2738  "cargo_metadata 0.8.0",
2739  "clippy_lints",
2740  "crossbeam-channel",
2741  "difference",
2742  "env_logger 0.7.1",
2743  "futures",
2744  "heck",
2745  "home",
2746  "itertools 0.8.0",
2747  "jsonrpc-core",
2748  "lazy_static",
2749  "log",
2750  "lsp-codec",
2751  "lsp-types",
2752  "num_cpus",
2753  "ordslice",
2754  "racer",
2755  "rand 0.7.3",
2756  "rayon",
2757  "regex",
2758  "rls-analysis",
2759  "rls-data",
2760  "rls-ipc",
2761  "rls-rustc",
2762  "rls-span",
2763  "rls-vfs",
2764  "rustc-workspace-hack",
2765  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2766  "rustfmt-nightly",
2767  "serde",
2768  "serde_derive",
2769  "serde_ignored",
2770  "serde_json",
2771  "tempfile",
2772  "tokio",
2773  "tokio-process",
2774  "tokio-timer",
2775  "toml",
2776  "url 2.1.0",
2777  "walkdir",
2778 ]
2779
2780 [[package]]
2781 name = "rls-analysis"
2782 version = "0.18.1"
2783 source = "registry+https://github.com/rust-lang/crates.io-index"
2784 checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2785 dependencies = [
2786  "derive-new",
2787  "fst",
2788  "itertools 0.8.0",
2789  "json",
2790  "log",
2791  "rls-data",
2792  "rls-span",
2793  "serde",
2794  "serde_json",
2795 ]
2796
2797 [[package]]
2798 name = "rls-data"
2799 version = "0.19.0"
2800 source = "registry+https://github.com/rust-lang/crates.io-index"
2801 checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2802 dependencies = [
2803  "rls-span",
2804  "serde",
2805 ]
2806
2807 [[package]]
2808 name = "rls-ipc"
2809 version = "0.1.0"
2810 dependencies = [
2811  "jsonrpc-core",
2812  "jsonrpc-core-client",
2813  "jsonrpc-derive",
2814  "jsonrpc-ipc-server",
2815  "rls-data",
2816  "serde",
2817 ]
2818
2819 [[package]]
2820 name = "rls-rustc"
2821 version = "0.6.0"
2822 dependencies = [
2823  "clippy_lints",
2824  "env_logger 0.7.1",
2825  "futures",
2826  "log",
2827  "rand 0.7.3",
2828  "rls-data",
2829  "rls-ipc",
2830  "serde",
2831  "tokio",
2832 ]
2833
2834 [[package]]
2835 name = "rls-span"
2836 version = "0.5.2"
2837 source = "registry+https://github.com/rust-lang/crates.io-index"
2838 checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2839 dependencies = [
2840  "serde",
2841 ]
2842
2843 [[package]]
2844 name = "rls-vfs"
2845 version = "0.8.0"
2846 source = "registry+https://github.com/rust-lang/crates.io-index"
2847 checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2848 dependencies = [
2849  "log",
2850  "rls-span",
2851 ]
2852
2853 [[package]]
2854 name = "rust-demangler"
2855 version = "0.0.0"
2856 dependencies = [
2857  "rustc-demangle",
2858 ]
2859
2860 [[package]]
2861 name = "rustbook"
2862 version = "0.1.0"
2863 dependencies = [
2864  "clap",
2865  "mdbook",
2866 ]
2867
2868 [[package]]
2869 name = "rustc-ap-rustc_arena"
2870 version = "669.0.0"
2871 source = "registry+https://github.com/rust-lang/crates.io-index"
2872 checksum = "c9cdd301e9dcb15ead384fc07196c850fd22829fae81d296b2ed6b4b10bf3278"
2873 dependencies = [
2874  "rustc-ap-rustc_data_structures",
2875  "smallvec 1.4.0",
2876 ]
2877
2878 [[package]]
2879 name = "rustc-ap-rustc_ast"
2880 version = "669.0.0"
2881 source = "registry+https://github.com/rust-lang/crates.io-index"
2882 checksum = "3f7c0d0537ca69dfe4a49212035295dfb37a235b5df01aa877d50b247f4775b8"
2883 dependencies = [
2884  "bitflags",
2885  "log",
2886  "rustc-ap-rustc_data_structures",
2887  "rustc-ap-rustc_index",
2888  "rustc-ap-rustc_lexer",
2889  "rustc-ap-rustc_macros",
2890  "rustc-ap-rustc_serialize",
2891  "rustc-ap-rustc_span",
2892  "scoped-tls",
2893  "smallvec 1.4.0",
2894 ]
2895
2896 [[package]]
2897 name = "rustc-ap-rustc_ast_passes"
2898 version = "669.0.0"
2899 source = "registry+https://github.com/rust-lang/crates.io-index"
2900 checksum = "d4cf4dca95f55f70eeb193fb08554026d79d0628de771fd726bb609e36887b82"
2901 dependencies = [
2902  "itertools 0.8.0",
2903  "log",
2904  "rustc-ap-rustc_ast",
2905  "rustc-ap-rustc_ast_pretty",
2906  "rustc-ap-rustc_attr",
2907  "rustc-ap-rustc_data_structures",
2908  "rustc-ap-rustc_errors",
2909  "rustc-ap-rustc_feature",
2910  "rustc-ap-rustc_parse",
2911  "rustc-ap-rustc_session",
2912  "rustc-ap-rustc_span",
2913 ]
2914
2915 [[package]]
2916 name = "rustc-ap-rustc_ast_pretty"
2917 version = "669.0.0"
2918 source = "registry+https://github.com/rust-lang/crates.io-index"
2919 checksum = "202bd2886d0cfa48baa3711042c14843f1b4852555b7ee7e5376bf66b276cb8d"
2920 dependencies = [
2921  "log",
2922  "rustc-ap-rustc_ast",
2923  "rustc-ap-rustc_span",
2924  "rustc-ap-rustc_target",
2925 ]
2926
2927 [[package]]
2928 name = "rustc-ap-rustc_attr"
2929 version = "669.0.0"
2930 source = "registry+https://github.com/rust-lang/crates.io-index"
2931 checksum = "b11ee1d92b3214e8a8c7829eff84cc1b03925da0ea5c6900cefe05b99edb4682"
2932 dependencies = [
2933  "rustc-ap-rustc_ast",
2934  "rustc-ap-rustc_ast_pretty",
2935  "rustc-ap-rustc_data_structures",
2936  "rustc-ap-rustc_errors",
2937  "rustc-ap-rustc_feature",
2938  "rustc-ap-rustc_macros",
2939  "rustc-ap-rustc_serialize",
2940  "rustc-ap-rustc_session",
2941  "rustc-ap-rustc_span",
2942  "version_check",
2943 ]
2944
2945 [[package]]
2946 name = "rustc-ap-rustc_data_structures"
2947 version = "669.0.0"
2948 source = "registry+https://github.com/rust-lang/crates.io-index"
2949 checksum = "7a45d43b974d4cb9e32e5a15119c5eb7672c306ef09b064f2125b6a0399f6656"
2950 dependencies = [
2951  "bitflags",
2952  "cfg-if",
2953  "crossbeam-utils 0.7.2",
2954  "ena",
2955  "indexmap",
2956  "jobserver",
2957  "lazy_static",
2958  "libc",
2959  "log",
2960  "measureme",
2961  "once_cell",
2962  "parking_lot 0.10.2",
2963  "rustc-ap-rustc_graphviz",
2964  "rustc-ap-rustc_index",
2965  "rustc-ap-rustc_serialize",
2966  "rustc-hash",
2967  "rustc-rayon",
2968  "rustc-rayon-core",
2969  "smallvec 1.4.0",
2970  "stable_deref_trait",
2971  "stacker",
2972  "winapi 0.3.8",
2973 ]
2974
2975 [[package]]
2976 name = "rustc-ap-rustc_errors"
2977 version = "669.0.0"
2978 source = "registry+https://github.com/rust-lang/crates.io-index"
2979 checksum = "8cd895d440820aaa04e6dc5486105494920a1e9779b9b051e8dba4ca5c182f94"
2980 dependencies = [
2981  "annotate-snippets 0.8.0",
2982  "atty",
2983  "log",
2984  "rustc-ap-rustc_data_structures",
2985  "rustc-ap-rustc_serialize",
2986  "rustc-ap-rustc_span",
2987  "termcolor",
2988  "termize",
2989  "unicode-width",
2990  "winapi 0.3.8",
2991 ]
2992
2993 [[package]]
2994 name = "rustc-ap-rustc_expand"
2995 version = "669.0.0"
2996 source = "registry+https://github.com/rust-lang/crates.io-index"
2997 checksum = "71a0cc7820860d6691bf0aa7a95cdbc60f6587b495c18e0fa15a888fdabbf171"
2998 dependencies = [
2999  "log",
3000  "rustc-ap-rustc_ast",
3001  "rustc-ap-rustc_ast_passes",
3002  "rustc-ap-rustc_ast_pretty",
3003  "rustc-ap-rustc_attr",
3004  "rustc-ap-rustc_data_structures",
3005  "rustc-ap-rustc_errors",
3006  "rustc-ap-rustc_feature",
3007  "rustc-ap-rustc_lexer",
3008  "rustc-ap-rustc_parse",
3009  "rustc-ap-rustc_serialize",
3010  "rustc-ap-rustc_session",
3011  "rustc-ap-rustc_span",
3012  "smallvec 1.4.0",
3013 ]
3014
3015 [[package]]
3016 name = "rustc-ap-rustc_feature"
3017 version = "669.0.0"
3018 source = "registry+https://github.com/rust-lang/crates.io-index"
3019 checksum = "5473d5106401aa46f881eb91772f0a41fd5f28ae6134cf4b450eb1370ea6af22"
3020 dependencies = [
3021  "lazy_static",
3022  "rustc-ap-rustc_data_structures",
3023  "rustc-ap-rustc_span",
3024 ]
3025
3026 [[package]]
3027 name = "rustc-ap-rustc_fs_util"
3028 version = "669.0.0"
3029 source = "registry+https://github.com/rust-lang/crates.io-index"
3030 checksum = "8da1d57ee7a7ef55f31a97d99c7f919f02fc9a60ab96faa8cf45a7ae3ab1ccbf"
3031
3032 [[package]]
3033 name = "rustc-ap-rustc_graphviz"
3034 version = "669.0.0"
3035 source = "registry+https://github.com/rust-lang/crates.io-index"
3036 checksum = "e3af62b20460908378cd1d354917acd9553376c5363bbb4e465f949bd82bdef9"
3037
3038 [[package]]
3039 name = "rustc-ap-rustc_index"
3040 version = "669.0.0"
3041 source = "registry+https://github.com/rust-lang/crates.io-index"
3042 checksum = "3af7d4c456fe7647453d3fcd58335c9d512d1ff9a239a370b7ebdd353d69f66f"
3043 dependencies = [
3044  "rustc-ap-rustc_serialize",
3045  "smallvec 1.4.0",
3046 ]
3047
3048 [[package]]
3049 name = "rustc-ap-rustc_lexer"
3050 version = "669.0.0"
3051 source = "registry+https://github.com/rust-lang/crates.io-index"
3052 checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63"
3053 dependencies = [
3054  "unicode-xid 0.2.0",
3055 ]
3056
3057 [[package]]
3058 name = "rustc-ap-rustc_macros"
3059 version = "669.0.0"
3060 source = "registry+https://github.com/rust-lang/crates.io-index"
3061 checksum = "64f6acd192f313047759a346b892998b626466b93fe04f415da5f38906bb3b4c"
3062 dependencies = [
3063  "proc-macro2 1.0.3",
3064  "quote 1.0.2",
3065  "syn 1.0.11",
3066  "synstructure",
3067 ]
3068
3069 [[package]]
3070 name = "rustc-ap-rustc_parse"
3071 version = "669.0.0"
3072 source = "registry+https://github.com/rust-lang/crates.io-index"
3073 checksum = "c006e8117c1c55e42bb56386c86ce6f7e4b47349e0bec7888c1d24784272e61b"
3074 dependencies = [
3075  "bitflags",
3076  "log",
3077  "rustc-ap-rustc_ast",
3078  "rustc-ap-rustc_ast_pretty",
3079  "rustc-ap-rustc_data_structures",
3080  "rustc-ap-rustc_errors",
3081  "rustc-ap-rustc_feature",
3082  "rustc-ap-rustc_lexer",
3083  "rustc-ap-rustc_session",
3084  "rustc-ap-rustc_span",
3085  "unicode-normalization",
3086 ]
3087
3088 [[package]]
3089 name = "rustc-ap-rustc_serialize"
3090 version = "669.0.0"
3091 source = "registry+https://github.com/rust-lang/crates.io-index"
3092 checksum = "306ced69beaeebe4de9552ee751eb54ea25b5f34a73fe80f5f9cbbe15ccebc48"
3093 dependencies = [
3094  "indexmap",
3095  "smallvec 1.4.0",
3096 ]
3097
3098 [[package]]
3099 name = "rustc-ap-rustc_session"
3100 version = "669.0.0"
3101 source = "registry+https://github.com/rust-lang/crates.io-index"
3102 checksum = "dbff48435f5a476365e3ab5f49e07f98715cecb2d8c5bbcafeaf3aec638407be"
3103 dependencies = [
3104  "bitflags",
3105  "getopts",
3106  "log",
3107  "num_cpus",
3108  "rustc-ap-rustc_ast",
3109  "rustc-ap-rustc_data_structures",
3110  "rustc-ap-rustc_errors",
3111  "rustc-ap-rustc_feature",
3112  "rustc-ap-rustc_fs_util",
3113  "rustc-ap-rustc_serialize",
3114  "rustc-ap-rustc_span",
3115  "rustc-ap-rustc_target",
3116 ]
3117
3118 [[package]]
3119 name = "rustc-ap-rustc_span"
3120 version = "669.0.0"
3121 source = "registry+https://github.com/rust-lang/crates.io-index"
3122 checksum = "ec4273af0abbe78fc4585316ab193445c848c555e9203ddc28af02330918bf30"
3123 dependencies = [
3124  "cfg-if",
3125  "log",
3126  "md-5",
3127  "rustc-ap-rustc_arena",
3128  "rustc-ap-rustc_data_structures",
3129  "rustc-ap-rustc_index",
3130  "rustc-ap-rustc_macros",
3131  "rustc-ap-rustc_serialize",
3132  "scoped-tls",
3133  "sha-1",
3134  "unicode-width",
3135 ]
3136
3137 [[package]]
3138 name = "rustc-ap-rustc_target"
3139 version = "669.0.0"
3140 source = "registry+https://github.com/rust-lang/crates.io-index"
3141 checksum = "6f9a2d6004ce6ad492a8eeacc2569b1c008169434b8828996d8dade4e5c6b6ee"
3142 dependencies = [
3143  "bitflags",
3144  "log",
3145  "rustc-ap-rustc_data_structures",
3146  "rustc-ap-rustc_index",
3147  "rustc-ap-rustc_macros",
3148  "rustc-ap-rustc_serialize",
3149  "rustc-ap-rustc_span",
3150 ]
3151
3152 [[package]]
3153 name = "rustc-demangle"
3154 version = "0.1.16"
3155 source = "registry+https://github.com/rust-lang/crates.io-index"
3156 checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3157 dependencies = [
3158  "compiler_builtins",
3159  "rustc-std-workspace-core",
3160 ]
3161
3162 [[package]]
3163 name = "rustc-hash"
3164 version = "1.1.0"
3165 source = "registry+https://github.com/rust-lang/crates.io-index"
3166 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3167
3168 [[package]]
3169 name = "rustc-main"
3170 version = "0.0.0"
3171 dependencies = [
3172  "jemalloc-sys",
3173  "rustc_codegen_ssa",
3174  "rustc_driver",
3175 ]
3176
3177 [[package]]
3178 name = "rustc-rayon"
3179 version = "0.3.0"
3180 source = "registry+https://github.com/rust-lang/crates.io-index"
3181 checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3182 dependencies = [
3183  "crossbeam-deque",
3184  "either",
3185  "rustc-rayon-core",
3186 ]
3187
3188 [[package]]
3189 name = "rustc-rayon-core"
3190 version = "0.3.0"
3191 source = "registry+https://github.com/rust-lang/crates.io-index"
3192 checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3193 dependencies = [
3194  "crossbeam-deque",
3195  "crossbeam-queue",
3196  "crossbeam-utils 0.6.5",
3197  "lazy_static",
3198  "num_cpus",
3199 ]
3200
3201 [[package]]
3202 name = "rustc-std-workspace-alloc"
3203 version = "1.99.0"
3204 dependencies = [
3205  "alloc",
3206 ]
3207
3208 [[package]]
3209 name = "rustc-std-workspace-core"
3210 version = "1.99.0"
3211 dependencies = [
3212  "core",
3213 ]
3214
3215 [[package]]
3216 name = "rustc-std-workspace-std"
3217 version = "1.99.0"
3218 dependencies = [
3219  "std",
3220 ]
3221
3222 [[package]]
3223 name = "rustc-workspace-hack"
3224 version = "1.0.0"
3225 dependencies = [
3226  "crossbeam-utils 0.7.2",
3227  "proc-macro2 1.0.3",
3228  "quote 1.0.2",
3229  "serde",
3230  "serde_json",
3231  "smallvec 0.6.10",
3232  "smallvec 1.4.0",
3233  "syn 1.0.11",
3234  "url 2.1.0",
3235  "winapi 0.3.8",
3236 ]
3237
3238 [[package]]
3239 name = "rustc_apfloat"
3240 version = "0.0.0"
3241 dependencies = [
3242  "bitflags",
3243  "smallvec 1.4.0",
3244 ]
3245
3246 [[package]]
3247 name = "rustc_arena"
3248 version = "0.0.0"
3249 dependencies = [
3250  "rustc_data_structures",
3251  "smallvec 1.4.0",
3252 ]
3253
3254 [[package]]
3255 name = "rustc_ast"
3256 version = "0.0.0"
3257 dependencies = [
3258  "bitflags",
3259  "rustc_data_structures",
3260  "rustc_index",
3261  "rustc_lexer",
3262  "rustc_macros",
3263  "rustc_serialize",
3264  "rustc_span",
3265  "scoped-tls",
3266  "smallvec 1.4.0",
3267  "tracing",
3268 ]
3269
3270 [[package]]
3271 name = "rustc_ast_lowering"
3272 version = "0.0.0"
3273 dependencies = [
3274  "rustc_arena",
3275  "rustc_ast",
3276  "rustc_ast_pretty",
3277  "rustc_data_structures",
3278  "rustc_errors",
3279  "rustc_hir",
3280  "rustc_index",
3281  "rustc_session",
3282  "rustc_span",
3283  "rustc_target",
3284  "smallvec 1.4.0",
3285  "tracing",
3286 ]
3287
3288 [[package]]
3289 name = "rustc_ast_passes"
3290 version = "0.0.0"
3291 dependencies = [
3292  "itertools 0.8.0",
3293  "rustc_ast",
3294  "rustc_ast_pretty",
3295  "rustc_attr",
3296  "rustc_data_structures",
3297  "rustc_errors",
3298  "rustc_feature",
3299  "rustc_parse",
3300  "rustc_session",
3301  "rustc_span",
3302  "tracing",
3303 ]
3304
3305 [[package]]
3306 name = "rustc_ast_pretty"
3307 version = "0.0.0"
3308 dependencies = [
3309  "rustc_ast",
3310  "rustc_span",
3311  "rustc_target",
3312  "tracing",
3313 ]
3314
3315 [[package]]
3316 name = "rustc_attr"
3317 version = "0.0.0"
3318 dependencies = [
3319  "rustc_ast",
3320  "rustc_ast_pretty",
3321  "rustc_data_structures",
3322  "rustc_errors",
3323  "rustc_feature",
3324  "rustc_macros",
3325  "rustc_serialize",
3326  "rustc_session",
3327  "rustc_span",
3328  "version_check",
3329 ]
3330
3331 [[package]]
3332 name = "rustc_builtin_macros"
3333 version = "0.0.0"
3334 dependencies = [
3335  "rustc_ast",
3336  "rustc_ast_pretty",
3337  "rustc_attr",
3338  "rustc_data_structures",
3339  "rustc_errors",
3340  "rustc_expand",
3341  "rustc_feature",
3342  "rustc_parse",
3343  "rustc_parse_format",
3344  "rustc_session",
3345  "rustc_span",
3346  "rustc_target",
3347  "smallvec 1.4.0",
3348  "tracing",
3349 ]
3350
3351 [[package]]
3352 name = "rustc_codegen_llvm"
3353 version = "0.0.0"
3354 dependencies = [
3355  "bitflags",
3356  "flate2",
3357  "libc",
3358  "measureme",
3359  "rustc-demangle",
3360  "rustc_ast",
3361  "rustc_attr",
3362  "rustc_codegen_ssa",
3363  "rustc_data_structures",
3364  "rustc_errors",
3365  "rustc_feature",
3366  "rustc_fs_util",
3367  "rustc_hir",
3368  "rustc_incremental",
3369  "rustc_index",
3370  "rustc_llvm",
3371  "rustc_middle",
3372  "rustc_serialize",
3373  "rustc_session",
3374  "rustc_span",
3375  "rustc_target",
3376  "smallvec 1.4.0",
3377  "tracing",
3378 ]
3379
3380 [[package]]
3381 name = "rustc_codegen_ssa"
3382 version = "0.0.0"
3383 dependencies = [
3384  "bitflags",
3385  "cc",
3386  "jobserver",
3387  "libc",
3388  "memmap",
3389  "num_cpus",
3390  "pathdiff",
3391  "rustc_apfloat",
3392  "rustc_ast",
3393  "rustc_attr",
3394  "rustc_data_structures",
3395  "rustc_errors",
3396  "rustc_fs_util",
3397  "rustc_hir",
3398  "rustc_incremental",
3399  "rustc_index",
3400  "rustc_middle",
3401  "rustc_serialize",
3402  "rustc_session",
3403  "rustc_span",
3404  "rustc_symbol_mangling",
3405  "rustc_target",
3406  "tempfile",
3407  "tracing",
3408 ]
3409
3410 [[package]]
3411 name = "rustc_data_structures"
3412 version = "0.0.0"
3413 dependencies = [
3414  "bitflags",
3415  "cfg-if",
3416  "crossbeam-utils 0.7.2",
3417  "ena",
3418  "indexmap",
3419  "jobserver",
3420  "lazy_static",
3421  "libc",
3422  "measureme",
3423  "once_cell",
3424  "parking_lot 0.10.2",
3425  "rustc-hash",
3426  "rustc-rayon",
3427  "rustc-rayon-core",
3428  "rustc_graphviz",
3429  "rustc_index",
3430  "rustc_serialize",
3431  "smallvec 1.4.0",
3432  "stable_deref_trait",
3433  "stacker",
3434  "tracing",
3435  "winapi 0.3.8",
3436 ]
3437
3438 [[package]]
3439 name = "rustc_driver"
3440 version = "0.0.0"
3441 dependencies = [
3442  "lazy_static",
3443  "libc",
3444  "rustc_ast",
3445  "rustc_ast_pretty",
3446  "rustc_codegen_ssa",
3447  "rustc_data_structures",
3448  "rustc_error_codes",
3449  "rustc_errors",
3450  "rustc_feature",
3451  "rustc_hir",
3452  "rustc_hir_pretty",
3453  "rustc_interface",
3454  "rustc_lint",
3455  "rustc_metadata",
3456  "rustc_middle",
3457  "rustc_mir",
3458  "rustc_parse",
3459  "rustc_plugin_impl",
3460  "rustc_save_analysis",
3461  "rustc_serialize",
3462  "rustc_session",
3463  "rustc_span",
3464  "rustc_target",
3465  "tracing",
3466  "tracing-subscriber",
3467  "winapi 0.3.8",
3468 ]
3469
3470 [[package]]
3471 name = "rustc_error_codes"
3472 version = "0.0.0"
3473
3474 [[package]]
3475 name = "rustc_errors"
3476 version = "0.0.0"
3477 dependencies = [
3478  "annotate-snippets 0.8.0",
3479  "atty",
3480  "rustc_data_structures",
3481  "rustc_serialize",
3482  "rustc_span",
3483  "termcolor",
3484  "termize",
3485  "tracing",
3486  "unicode-width",
3487  "winapi 0.3.8",
3488 ]
3489
3490 [[package]]
3491 name = "rustc_expand"
3492 version = "0.0.0"
3493 dependencies = [
3494  "rustc_ast",
3495  "rustc_ast_passes",
3496  "rustc_ast_pretty",
3497  "rustc_attr",
3498  "rustc_data_structures",
3499  "rustc_errors",
3500  "rustc_feature",
3501  "rustc_lexer",
3502  "rustc_parse",
3503  "rustc_serialize",
3504  "rustc_session",
3505  "rustc_span",
3506  "smallvec 1.4.0",
3507  "tracing",
3508 ]
3509
3510 [[package]]
3511 name = "rustc_feature"
3512 version = "0.0.0"
3513 dependencies = [
3514  "lazy_static",
3515  "rustc_data_structures",
3516  "rustc_span",
3517 ]
3518
3519 [[package]]
3520 name = "rustc_fs_util"
3521 version = "0.0.0"
3522
3523 [[package]]
3524 name = "rustc_graphviz"
3525 version = "0.0.0"
3526
3527 [[package]]
3528 name = "rustc_hir"
3529 version = "0.0.0"
3530 dependencies = [
3531  "lazy_static",
3532  "rustc_ast",
3533  "rustc_data_structures",
3534  "rustc_index",
3535  "rustc_macros",
3536  "rustc_serialize",
3537  "rustc_span",
3538  "rustc_target",
3539  "smallvec 1.4.0",
3540  "tracing",
3541 ]
3542
3543 [[package]]
3544 name = "rustc_hir_pretty"
3545 version = "0.0.0"
3546 dependencies = [
3547  "rustc_ast",
3548  "rustc_ast_pretty",
3549  "rustc_hir",
3550  "rustc_span",
3551  "rustc_target",
3552 ]
3553
3554 [[package]]
3555 name = "rustc_incremental"
3556 version = "0.0.0"
3557 dependencies = [
3558  "rand 0.7.3",
3559  "rustc_ast",
3560  "rustc_data_structures",
3561  "rustc_fs_util",
3562  "rustc_graphviz",
3563  "rustc_hir",
3564  "rustc_middle",
3565  "rustc_serialize",
3566  "rustc_session",
3567  "rustc_span",
3568  "tracing",
3569 ]
3570
3571 [[package]]
3572 name = "rustc_index"
3573 version = "0.0.0"
3574 dependencies = [
3575  "arrayvec 0.5.1",
3576  "rustc_serialize",
3577 ]
3578
3579 [[package]]
3580 name = "rustc_infer"
3581 version = "0.0.0"
3582 dependencies = [
3583  "rustc_ast",
3584  "rustc_data_structures",
3585  "rustc_errors",
3586  "rustc_graphviz",
3587  "rustc_hir",
3588  "rustc_index",
3589  "rustc_macros",
3590  "rustc_middle",
3591  "rustc_serialize",
3592  "rustc_session",
3593  "rustc_span",
3594  "rustc_target",
3595  "smallvec 1.4.0",
3596  "tracing",
3597 ]
3598
3599 [[package]]
3600 name = "rustc_interface"
3601 version = "0.0.0"
3602 dependencies = [
3603  "libc",
3604  "once_cell",
3605  "rustc-rayon",
3606  "rustc_ast",
3607  "rustc_ast_lowering",
3608  "rustc_ast_passes",
3609  "rustc_attr",
3610  "rustc_builtin_macros",
3611  "rustc_codegen_llvm",
3612  "rustc_codegen_ssa",
3613  "rustc_data_structures",
3614  "rustc_errors",
3615  "rustc_expand",
3616  "rustc_hir",
3617  "rustc_incremental",
3618  "rustc_lint",
3619  "rustc_metadata",
3620  "rustc_middle",
3621  "rustc_mir",
3622  "rustc_mir_build",
3623  "rustc_parse",
3624  "rustc_passes",
3625  "rustc_plugin_impl",
3626  "rustc_privacy",
3627  "rustc_resolve",
3628  "rustc_serialize",
3629  "rustc_session",
3630  "rustc_span",
3631  "rustc_symbol_mangling",
3632  "rustc_target",
3633  "rustc_trait_selection",
3634  "rustc_traits",
3635  "rustc_ty",
3636  "rustc_typeck",
3637  "smallvec 1.4.0",
3638  "tempfile",
3639  "tracing",
3640  "winapi 0.3.8",
3641 ]
3642
3643 [[package]]
3644 name = "rustc_lexer"
3645 version = "0.1.0"
3646 dependencies = [
3647  "unicode-xid 0.2.0",
3648 ]
3649
3650 [[package]]
3651 name = "rustc_lint"
3652 version = "0.0.0"
3653 dependencies = [
3654  "rustc_ast",
3655  "rustc_ast_pretty",
3656  "rustc_attr",
3657  "rustc_data_structures",
3658  "rustc_errors",
3659  "rustc_feature",
3660  "rustc_hir",
3661  "rustc_index",
3662  "rustc_middle",
3663  "rustc_session",
3664  "rustc_span",
3665  "rustc_target",
3666  "rustc_trait_selection",
3667  "tracing",
3668  "unicode-security",
3669 ]
3670
3671 [[package]]
3672 name = "rustc_llvm"
3673 version = "0.0.0"
3674 dependencies = [
3675  "build_helper",
3676  "cc",
3677  "libc",
3678 ]
3679
3680 [[package]]
3681 name = "rustc_macros"
3682 version = "0.1.0"
3683 dependencies = [
3684  "proc-macro2 1.0.3",
3685  "quote 1.0.2",
3686  "syn 1.0.11",
3687  "synstructure",
3688 ]
3689
3690 [[package]]
3691 name = "rustc_metadata"
3692 version = "0.0.0"
3693 dependencies = [
3694  "flate2",
3695  "libc",
3696  "memmap",
3697  "rustc_ast",
3698  "rustc_attr",
3699  "rustc_data_structures",
3700  "rustc_errors",
3701  "rustc_expand",
3702  "rustc_hir",
3703  "rustc_hir_pretty",
3704  "rustc_index",
3705  "rustc_middle",
3706  "rustc_serialize",
3707  "rustc_session",
3708  "rustc_span",
3709  "rustc_target",
3710  "smallvec 1.4.0",
3711  "stable_deref_trait",
3712  "tracing",
3713  "winapi 0.3.8",
3714 ]
3715
3716 [[package]]
3717 name = "rustc_middle"
3718 version = "0.0.0"
3719 dependencies = [
3720  "bitflags",
3721  "byteorder",
3722  "chalk-ir",
3723  "measureme",
3724  "polonius-engine",
3725  "rustc-rayon-core",
3726  "rustc_apfloat",
3727  "rustc_arena",
3728  "rustc_ast",
3729  "rustc_attr",
3730  "rustc_data_structures",
3731  "rustc_errors",
3732  "rustc_feature",
3733  "rustc_hir",
3734  "rustc_index",
3735  "rustc_macros",
3736  "rustc_query_system",
3737  "rustc_serialize",
3738  "rustc_session",
3739  "rustc_span",
3740  "rustc_target",
3741  "scoped-tls",
3742  "smallvec 1.4.0",
3743  "tracing",
3744 ]
3745
3746 [[package]]
3747 name = "rustc_mir"
3748 version = "0.0.0"
3749 dependencies = [
3750  "either",
3751  "itertools 0.8.0",
3752  "log_settings",
3753  "polonius-engine",
3754  "rustc_apfloat",
3755  "rustc_ast",
3756  "rustc_attr",
3757  "rustc_data_structures",
3758  "rustc_errors",
3759  "rustc_graphviz",
3760  "rustc_hir",
3761  "rustc_index",
3762  "rustc_infer",
3763  "rustc_lexer",
3764  "rustc_macros",
3765  "rustc_middle",
3766  "rustc_serialize",
3767  "rustc_session",
3768  "rustc_span",
3769  "rustc_target",
3770  "rustc_trait_selection",
3771  "smallvec 1.4.0",
3772  "tracing",
3773 ]
3774
3775 [[package]]
3776 name = "rustc_mir_build"
3777 version = "0.0.0"
3778 dependencies = [
3779  "rustc_apfloat",
3780  "rustc_arena",
3781  "rustc_ast",
3782  "rustc_attr",
3783  "rustc_data_structures",
3784  "rustc_errors",
3785  "rustc_hir",
3786  "rustc_index",
3787  "rustc_infer",
3788  "rustc_middle",
3789  "rustc_serialize",
3790  "rustc_session",
3791  "rustc_span",
3792  "rustc_target",
3793  "rustc_trait_selection",
3794  "smallvec 1.4.0",
3795  "tracing",
3796 ]
3797
3798 [[package]]
3799 name = "rustc_parse"
3800 version = "0.0.0"
3801 dependencies = [
3802  "bitflags",
3803  "rustc_ast",
3804  "rustc_ast_pretty",
3805  "rustc_data_structures",
3806  "rustc_errors",
3807  "rustc_feature",
3808  "rustc_lexer",
3809  "rustc_session",
3810  "rustc_span",
3811  "tracing",
3812  "unicode-normalization",
3813 ]
3814
3815 [[package]]
3816 name = "rustc_parse_format"
3817 version = "0.0.0"
3818 dependencies = [
3819  "rustc_lexer",
3820  "rustc_span",
3821 ]
3822
3823 [[package]]
3824 name = "rustc_passes"
3825 version = "0.0.0"
3826 dependencies = [
3827  "rustc_ast",
3828  "rustc_attr",
3829  "rustc_data_structures",
3830  "rustc_errors",
3831  "rustc_hir",
3832  "rustc_index",
3833  "rustc_middle",
3834  "rustc_session",
3835  "rustc_span",
3836  "rustc_target",
3837  "rustc_trait_selection",
3838  "tracing",
3839 ]
3840
3841 [[package]]
3842 name = "rustc_plugin_impl"
3843 version = "0.0.0"
3844 dependencies = [
3845  "rustc_ast",
3846  "rustc_errors",
3847  "rustc_hir",
3848  "rustc_lint",
3849  "rustc_metadata",
3850  "rustc_middle",
3851  "rustc_session",
3852  "rustc_span",
3853 ]
3854
3855 [[package]]
3856 name = "rustc_privacy"
3857 version = "0.0.0"
3858 dependencies = [
3859  "rustc_attr",
3860  "rustc_data_structures",
3861  "rustc_errors",
3862  "rustc_hir",
3863  "rustc_middle",
3864  "rustc_session",
3865  "rustc_span",
3866  "rustc_typeck",
3867  "tracing",
3868 ]
3869
3870 [[package]]
3871 name = "rustc_query_system"
3872 version = "0.0.0"
3873 dependencies = [
3874  "parking_lot 0.10.2",
3875  "rustc-rayon-core",
3876  "rustc_arena",
3877  "rustc_data_structures",
3878  "rustc_errors",
3879  "rustc_index",
3880  "rustc_serialize",
3881  "rustc_span",
3882  "smallvec 1.4.0",
3883  "tracing",
3884 ]
3885
3886 [[package]]
3887 name = "rustc_resolve"
3888 version = "0.0.0"
3889 dependencies = [
3890  "bitflags",
3891  "rustc_arena",
3892  "rustc_ast",
3893  "rustc_ast_lowering",
3894  "rustc_ast_pretty",
3895  "rustc_attr",
3896  "rustc_data_structures",
3897  "rustc_errors",
3898  "rustc_expand",
3899  "rustc_feature",
3900  "rustc_hir",
3901  "rustc_index",
3902  "rustc_metadata",
3903  "rustc_middle",
3904  "rustc_session",
3905  "rustc_span",
3906  "smallvec 1.4.0",
3907  "tracing",
3908 ]
3909
3910 [[package]]
3911 name = "rustc_save_analysis"
3912 version = "0.0.0"
3913 dependencies = [
3914  "rls-data",
3915  "rls-span",
3916  "rustc_ast",
3917  "rustc_ast_pretty",
3918  "rustc_data_structures",
3919  "rustc_hir",
3920  "rustc_hir_pretty",
3921  "rustc_middle",
3922  "rustc_parse",
3923  "rustc_session",
3924  "rustc_span",
3925  "serde_json",
3926  "tracing",
3927 ]
3928
3929 [[package]]
3930 name = "rustc_serialize"
3931 version = "0.0.0"
3932 dependencies = [
3933  "indexmap",
3934  "smallvec 1.4.0",
3935 ]
3936
3937 [[package]]
3938 name = "rustc_session"
3939 version = "0.0.0"
3940 dependencies = [
3941  "bitflags",
3942  "getopts",
3943  "num_cpus",
3944  "rustc_ast",
3945  "rustc_data_structures",
3946  "rustc_errors",
3947  "rustc_feature",
3948  "rustc_fs_util",
3949  "rustc_serialize",
3950  "rustc_span",
3951  "rustc_target",
3952  "tracing",
3953 ]
3954
3955 [[package]]
3956 name = "rustc_span"
3957 version = "0.0.0"
3958 dependencies = [
3959  "cfg-if",
3960  "md-5",
3961  "rustc_arena",
3962  "rustc_data_structures",
3963  "rustc_index",
3964  "rustc_macros",
3965  "rustc_serialize",
3966  "scoped-tls",
3967  "sha-1",
3968  "tracing",
3969  "unicode-width",
3970 ]
3971
3972 [[package]]
3973 name = "rustc_symbol_mangling"
3974 version = "0.0.0"
3975 dependencies = [
3976  "punycode",
3977  "rustc-demangle",
3978  "rustc_ast",
3979  "rustc_data_structures",
3980  "rustc_hir",
3981  "rustc_middle",
3982  "rustc_session",
3983  "rustc_span",
3984  "rustc_target",
3985  "tracing",
3986 ]
3987
3988 [[package]]
3989 name = "rustc_target"
3990 version = "0.0.0"
3991 dependencies = [
3992  "bitflags",
3993  "rustc_data_structures",
3994  "rustc_index",
3995  "rustc_macros",
3996  "rustc_serialize",
3997  "rustc_span",
3998  "tracing",
3999 ]
4000
4001 [[package]]
4002 name = "rustc_tools_util"
4003 version = "0.2.0"
4004
4005 [[package]]
4006 name = "rustc_tools_util"
4007 version = "0.2.0"
4008 source = "registry+https://github.com/rust-lang/crates.io-index"
4009 checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
4010
4011 [[package]]
4012 name = "rustc_trait_selection"
4013 version = "0.0.0"
4014 dependencies = [
4015  "rustc_ast",
4016  "rustc_attr",
4017  "rustc_data_structures",
4018  "rustc_errors",
4019  "rustc_hir",
4020  "rustc_index",
4021  "rustc_infer",
4022  "rustc_macros",
4023  "rustc_middle",
4024  "rustc_parse_format",
4025  "rustc_session",
4026  "rustc_span",
4027  "rustc_target",
4028  "smallvec 1.4.0",
4029  "tracing",
4030 ]
4031
4032 [[package]]
4033 name = "rustc_traits"
4034 version = "0.0.0"
4035 dependencies = [
4036  "chalk-ir",
4037  "chalk-solve",
4038  "rustc_ast",
4039  "rustc_data_structures",
4040  "rustc_hir",
4041  "rustc_index",
4042  "rustc_infer",
4043  "rustc_middle",
4044  "rustc_span",
4045  "rustc_trait_selection",
4046  "smallvec 1.4.0",
4047  "tracing",
4048 ]
4049
4050 [[package]]
4051 name = "rustc_ty"
4052 version = "0.0.0"
4053 dependencies = [
4054  "rustc_data_structures",
4055  "rustc_errors",
4056  "rustc_hir",
4057  "rustc_infer",
4058  "rustc_middle",
4059  "rustc_session",
4060  "rustc_span",
4061  "rustc_target",
4062  "rustc_trait_selection",
4063  "tracing",
4064 ]
4065
4066 [[package]]
4067 name = "rustc_typeck"
4068 version = "0.0.0"
4069 dependencies = [
4070  "rustc_arena",
4071  "rustc_ast",
4072  "rustc_attr",
4073  "rustc_data_structures",
4074  "rustc_errors",
4075  "rustc_hir",
4076  "rustc_hir_pretty",
4077  "rustc_index",
4078  "rustc_infer",
4079  "rustc_middle",
4080  "rustc_session",
4081  "rustc_span",
4082  "rustc_target",
4083  "rustc_trait_selection",
4084  "smallvec 1.4.0",
4085  "tracing",
4086 ]
4087
4088 [[package]]
4089 name = "rustc_version"
4090 version = "0.2.3"
4091 source = "registry+https://github.com/rust-lang/crates.io-index"
4092 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4093 dependencies = [
4094  "semver 0.9.0",
4095 ]
4096
4097 [[package]]
4098 name = "rustdoc"
4099 version = "0.0.0"
4100 dependencies = [
4101  "itertools 0.8.0",
4102  "minifier",
4103  "pulldown-cmark",
4104  "rustc-rayon",
4105  "serde",
4106  "serde_json",
4107  "tempfile",
4108 ]
4109
4110 [[package]]
4111 name = "rustdoc-themes"
4112 version = "0.1.0"
4113
4114 [[package]]
4115 name = "rustdoc-tool"
4116 version = "0.0.0"
4117 dependencies = [
4118  "rustdoc",
4119 ]
4120
4121 [[package]]
4122 name = "rustfix"
4123 version = "0.5.0"
4124 source = "registry+https://github.com/rust-lang/crates.io-index"
4125 checksum = "804b11883a5ce0ad0378fbf95a8dea59ee6b51c331a73b8f471b6bdaa3bd40c1"
4126 dependencies = [
4127  "anyhow",
4128  "log",
4129  "serde",
4130  "serde_json",
4131 ]
4132
4133 [[package]]
4134 name = "rustfmt-config_proc_macro"
4135 version = "0.2.0"
4136 dependencies = [
4137  "proc-macro2 1.0.3",
4138  "quote 1.0.2",
4139  "serde",
4140  "syn 1.0.11",
4141 ]
4142
4143 [[package]]
4144 name = "rustfmt-nightly"
4145 version = "1.4.19"
4146 dependencies = [
4147  "annotate-snippets 0.6.1",
4148  "anyhow",
4149  "bytecount",
4150  "cargo_metadata 0.8.0",
4151  "derive-new",
4152  "diff",
4153  "dirs",
4154  "env_logger 0.6.2",
4155  "getopts",
4156  "ignore",
4157  "itertools 0.8.0",
4158  "lazy_static",
4159  "log",
4160  "regex",
4161  "rustc-ap-rustc_ast",
4162  "rustc-ap-rustc_ast_pretty",
4163  "rustc-ap-rustc_attr",
4164  "rustc-ap-rustc_data_structures",
4165  "rustc-ap-rustc_errors",
4166  "rustc-ap-rustc_expand",
4167  "rustc-ap-rustc_parse",
4168  "rustc-ap-rustc_session",
4169  "rustc-ap-rustc_span",
4170  "rustc-workspace-hack",
4171  "rustfmt-config_proc_macro",
4172  "serde",
4173  "serde_json",
4174  "structopt",
4175  "term 0.6.0",
4176  "thiserror",
4177  "toml",
4178  "unicode-segmentation",
4179  "unicode-width",
4180  "unicode_categories",
4181 ]
4182
4183 [[package]]
4184 name = "ryu"
4185 version = "1.0.0"
4186 source = "registry+https://github.com/rust-lang/crates.io-index"
4187 checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
4188
4189 [[package]]
4190 name = "same-file"
4191 version = "1.0.4"
4192 source = "registry+https://github.com/rust-lang/crates.io-index"
4193 checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4194 dependencies = [
4195  "winapi-util",
4196 ]
4197
4198 [[package]]
4199 name = "schannel"
4200 version = "0.1.16"
4201 source = "registry+https://github.com/rust-lang/crates.io-index"
4202 checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
4203 dependencies = [
4204  "lazy_static",
4205  "winapi 0.3.8",
4206 ]
4207
4208 [[package]]
4209 name = "scoped-tls"
4210 version = "1.0.0"
4211 source = "registry+https://github.com/rust-lang/crates.io-index"
4212 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4213
4214 [[package]]
4215 name = "scoped_threadpool"
4216 version = "0.1.9"
4217 source = "registry+https://github.com/rust-lang/crates.io-index"
4218 checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
4219
4220 [[package]]
4221 name = "scopeguard"
4222 version = "1.0.0"
4223 source = "registry+https://github.com/rust-lang/crates.io-index"
4224 checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
4225
4226 [[package]]
4227 name = "semver"
4228 version = "0.9.0"
4229 source = "registry+https://github.com/rust-lang/crates.io-index"
4230 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4231 dependencies = [
4232  "semver-parser",
4233  "serde",
4234 ]
4235
4236 [[package]]
4237 name = "semver"
4238 version = "0.10.0"
4239 source = "registry+https://github.com/rust-lang/crates.io-index"
4240 checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4241 dependencies = [
4242  "semver-parser",
4243  "serde",
4244 ]
4245
4246 [[package]]
4247 name = "semver-parser"
4248 version = "0.7.0"
4249 source = "registry+https://github.com/rust-lang/crates.io-index"
4250 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4251
4252 [[package]]
4253 name = "serde"
4254 version = "1.0.99"
4255 source = "registry+https://github.com/rust-lang/crates.io-index"
4256 checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
4257 dependencies = [
4258  "serde_derive",
4259 ]
4260
4261 [[package]]
4262 name = "serde_derive"
4263 version = "1.0.106"
4264 source = "registry+https://github.com/rust-lang/crates.io-index"
4265 checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
4266 dependencies = [
4267  "proc-macro2 1.0.3",
4268  "quote 1.0.2",
4269  "syn 1.0.11",
4270 ]
4271
4272 [[package]]
4273 name = "serde_ignored"
4274 version = "0.1.0"
4275 source = "registry+https://github.com/rust-lang/crates.io-index"
4276 checksum = "3c24bbb8f4b81834f618cd3e28698235c2fba06ddf7f4fbe30519dd081364e59"
4277 dependencies = [
4278  "serde",
4279 ]
4280
4281 [[package]]
4282 name = "serde_json"
4283 version = "1.0.40"
4284 source = "registry+https://github.com/rust-lang/crates.io-index"
4285 checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
4286 dependencies = [
4287  "itoa",
4288  "ryu",
4289  "serde",
4290 ]
4291
4292 [[package]]
4293 name = "serde_repr"
4294 version = "0.1.5"
4295 source = "registry+https://github.com/rust-lang/crates.io-index"
4296 checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
4297 dependencies = [
4298  "proc-macro2 1.0.3",
4299  "quote 1.0.2",
4300  "syn 1.0.11",
4301 ]
4302
4303 [[package]]
4304 name = "sha-1"
4305 version = "0.8.2"
4306 source = "registry+https://github.com/rust-lang/crates.io-index"
4307 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4308 dependencies = [
4309  "block-buffer",
4310  "digest",
4311  "fake-simd",
4312  "opaque-debug",
4313 ]
4314
4315 [[package]]
4316 name = "sharded-slab"
4317 version = "0.0.9"
4318 source = "registry+https://github.com/rust-lang/crates.io-index"
4319 checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
4320 dependencies = [
4321  "lazy_static",
4322 ]
4323
4324 [[package]]
4325 name = "shell-escape"
4326 version = "0.1.4"
4327 source = "registry+https://github.com/rust-lang/crates.io-index"
4328 checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4329
4330 [[package]]
4331 name = "shlex"
4332 version = "0.1.1"
4333 source = "registry+https://github.com/rust-lang/crates.io-index"
4334 checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
4335
4336 [[package]]
4337 name = "signal-hook"
4338 version = "0.1.7"
4339 source = "registry+https://github.com/rust-lang/crates.io-index"
4340 checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4341 dependencies = [
4342  "arc-swap",
4343  "libc",
4344 ]
4345
4346 [[package]]
4347 name = "siphasher"
4348 version = "0.2.2"
4349 source = "registry+https://github.com/rust-lang/crates.io-index"
4350 checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
4351
4352 [[package]]
4353 name = "sized-chunks"
4354 version = "0.6.2"
4355 source = "registry+https://github.com/rust-lang/crates.io-index"
4356 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
4357 dependencies = [
4358  "bitmaps",
4359  "typenum",
4360 ]
4361
4362 [[package]]
4363 name = "slab"
4364 version = "0.4.2"
4365 source = "registry+https://github.com/rust-lang/crates.io-index"
4366 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4367
4368 [[package]]
4369 name = "smallvec"
4370 version = "0.6.10"
4371 source = "registry+https://github.com/rust-lang/crates.io-index"
4372 checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4373
4374 [[package]]
4375 name = "smallvec"
4376 version = "1.4.0"
4377 source = "registry+https://github.com/rust-lang/crates.io-index"
4378 checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
4379
4380 [[package]]
4381 name = "socket2"
4382 version = "0.3.12"
4383 source = "registry+https://github.com/rust-lang/crates.io-index"
4384 checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
4385 dependencies = [
4386  "cfg-if",
4387  "libc",
4388  "redox_syscall",
4389  "winapi 0.3.8",
4390 ]
4391
4392 [[package]]
4393 name = "stable_deref_trait"
4394 version = "1.1.0"
4395 source = "registry+https://github.com/rust-lang/crates.io-index"
4396 checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4397
4398 [[package]]
4399 name = "stacker"
4400 version = "0.1.9"
4401 source = "registry+https://github.com/rust-lang/crates.io-index"
4402 checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
4403 dependencies = [
4404  "cc",
4405  "cfg-if",
4406  "libc",
4407  "psm",
4408  "winapi 0.3.8",
4409 ]
4410
4411 [[package]]
4412 name = "std"
4413 version = "0.0.0"
4414 dependencies = [
4415  "addr2line",
4416  "alloc",
4417  "cfg-if",
4418  "compiler_builtins",
4419  "core",
4420  "dlmalloc",
4421  "fortanix-sgx-abi",
4422  "hashbrown",
4423  "hermit-abi",
4424  "libc",
4425  "miniz_oxide",
4426  "object",
4427  "panic_abort",
4428  "panic_unwind",
4429  "profiler_builtins",
4430  "rand 0.7.3",
4431  "rustc-demangle",
4432  "unwind",
4433  "wasi",
4434 ]
4435
4436 [[package]]
4437 name = "string_cache"
4438 version = "0.7.3"
4439 source = "registry+https://github.com/rust-lang/crates.io-index"
4440 checksum = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
4441 dependencies = [
4442  "lazy_static",
4443  "new_debug_unreachable",
4444  "phf_shared",
4445  "precomputed-hash",
4446  "serde",
4447  "string_cache_codegen",
4448  "string_cache_shared",
4449 ]
4450
4451 [[package]]
4452 name = "string_cache_codegen"
4453 version = "0.4.2"
4454 source = "registry+https://github.com/rust-lang/crates.io-index"
4455 checksum = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
4456 dependencies = [
4457  "phf_generator",
4458  "phf_shared",
4459  "proc-macro2 0.4.30",
4460  "quote 0.6.12",
4461  "string_cache_shared",
4462 ]
4463
4464 [[package]]
4465 name = "string_cache_shared"
4466 version = "0.3.0"
4467 source = "registry+https://github.com/rust-lang/crates.io-index"
4468 checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
4469
4470 [[package]]
4471 name = "strip-ansi-escapes"
4472 version = "0.1.0"
4473 source = "registry+https://github.com/rust-lang/crates.io-index"
4474 checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
4475 dependencies = [
4476  "vte",
4477 ]
4478
4479 [[package]]
4480 name = "strsim"
4481 version = "0.8.0"
4482 source = "registry+https://github.com/rust-lang/crates.io-index"
4483 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4484
4485 [[package]]
4486 name = "structopt"
4487 version = "0.3.1"
4488 source = "registry+https://github.com/rust-lang/crates.io-index"
4489 checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
4490 dependencies = [
4491  "clap",
4492  "structopt-derive",
4493 ]
4494
4495 [[package]]
4496 name = "structopt-derive"
4497 version = "0.3.1"
4498 source = "registry+https://github.com/rust-lang/crates.io-index"
4499 checksum = "2ae9e5165d463a0dea76967d021f8d0f9316057bf5163aa2a4843790e842ff37"
4500 dependencies = [
4501  "heck",
4502  "proc-macro-error",
4503  "proc-macro2 1.0.3",
4504  "quote 1.0.2",
4505  "syn 1.0.11",
4506 ]
4507
4508 [[package]]
4509 name = "strum"
4510 version = "0.11.0"
4511 source = "registry+https://github.com/rust-lang/crates.io-index"
4512 checksum = "f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
4513
4514 [[package]]
4515 name = "strum_macros"
4516 version = "0.11.0"
4517 source = "registry+https://github.com/rust-lang/crates.io-index"
4518 checksum = "8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
4519 dependencies = [
4520  "heck",
4521  "proc-macro2 0.4.30",
4522  "quote 0.6.12",
4523  "syn 0.15.35",
4524 ]
4525
4526 [[package]]
4527 name = "syn"
4528 version = "0.15.35"
4529 source = "registry+https://github.com/rust-lang/crates.io-index"
4530 checksum = "641e117d55514d6d918490e47102f7e08d096fdde360247e4a10f7a91a8478d3"
4531 dependencies = [
4532  "proc-macro2 0.4.30",
4533  "quote 0.6.12",
4534  "unicode-xid 0.1.0",
4535 ]
4536
4537 [[package]]
4538 name = "syn"
4539 version = "1.0.11"
4540 source = "registry+https://github.com/rust-lang/crates.io-index"
4541 checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4542 dependencies = [
4543  "proc-macro2 1.0.3",
4544  "quote 1.0.2",
4545  "unicode-xid 0.2.0",
4546 ]
4547
4548 [[package]]
4549 name = "synstructure"
4550 version = "0.12.1"
4551 source = "registry+https://github.com/rust-lang/crates.io-index"
4552 checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
4553 dependencies = [
4554  "proc-macro2 1.0.3",
4555  "quote 1.0.2",
4556  "syn 1.0.11",
4557  "unicode-xid 0.2.0",
4558 ]
4559
4560 [[package]]
4561 name = "tar"
4562 version = "0.4.26"
4563 source = "registry+https://github.com/rust-lang/crates.io-index"
4564 checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
4565 dependencies = [
4566  "filetime",
4567  "libc",
4568  "redox_syscall",
4569  "xattr",
4570 ]
4571
4572 [[package]]
4573 name = "tempfile"
4574 version = "3.1.0"
4575 source = "registry+https://github.com/rust-lang/crates.io-index"
4576 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
4577 dependencies = [
4578  "cfg-if",
4579  "libc",
4580  "rand 0.7.3",
4581  "redox_syscall",
4582  "remove_dir_all",
4583  "winapi 0.3.8",
4584 ]
4585
4586 [[package]]
4587 name = "tendril"
4588 version = "0.4.0"
4589 source = "registry+https://github.com/rust-lang/crates.io-index"
4590 checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
4591 dependencies = [
4592  "futf",
4593  "mac",
4594  "utf-8",
4595 ]
4596
4597 [[package]]
4598 name = "term"
4599 version = "0.0.0"
4600 dependencies = [
4601  "core",
4602  "std",
4603 ]
4604
4605 [[package]]
4606 name = "term"
4607 version = "0.6.0"
4608 source = "registry+https://github.com/rust-lang/crates.io-index"
4609 checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
4610 dependencies = [
4611  "byteorder",
4612  "dirs",
4613  "winapi 0.3.8",
4614 ]
4615
4616 [[package]]
4617 name = "termcolor"
4618 version = "1.1.0"
4619 source = "registry+https://github.com/rust-lang/crates.io-index"
4620 checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4621 dependencies = [
4622  "winapi-util",
4623 ]
4624
4625 [[package]]
4626 name = "termize"
4627 version = "0.1.1"
4628 source = "registry+https://github.com/rust-lang/crates.io-index"
4629 checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4630 dependencies = [
4631  "libc",
4632  "winapi 0.3.8",
4633 ]
4634
4635 [[package]]
4636 name = "test"
4637 version = "0.0.0"
4638 dependencies = [
4639  "cfg-if",
4640  "core",
4641  "getopts",
4642  "libc",
4643  "panic_abort",
4644  "panic_unwind",
4645  "proc_macro",
4646  "std",
4647  "term 0.0.0",
4648 ]
4649
4650 [[package]]
4651 name = "tester"
4652 version = "0.7.0"
4653 source = "registry+https://github.com/rust-lang/crates.io-index"
4654 checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
4655 dependencies = [
4656  "getopts",
4657  "libc",
4658  "term 0.6.0",
4659 ]
4660
4661 [[package]]
4662 name = "textwrap"
4663 version = "0.11.0"
4664 source = "registry+https://github.com/rust-lang/crates.io-index"
4665 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
4666 dependencies = [
4667  "unicode-width",
4668 ]
4669
4670 [[package]]
4671 name = "thiserror"
4672 version = "1.0.5"
4673 source = "registry+https://github.com/rust-lang/crates.io-index"
4674 checksum = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824"
4675 dependencies = [
4676  "thiserror-impl",
4677 ]
4678
4679 [[package]]
4680 name = "thiserror-impl"
4681 version = "1.0.5"
4682 source = "registry+https://github.com/rust-lang/crates.io-index"
4683 checksum = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d"
4684 dependencies = [
4685  "proc-macro2 1.0.3",
4686  "quote 1.0.2",
4687  "syn 1.0.11",
4688 ]
4689
4690 [[package]]
4691 name = "thread_local"
4692 version = "1.0.1"
4693 source = "registry+https://github.com/rust-lang/crates.io-index"
4694 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
4695 dependencies = [
4696  "lazy_static",
4697 ]
4698
4699 [[package]]
4700 name = "tidy"
4701 version = "0.1.0"
4702 dependencies = [
4703  "cargo_metadata 0.9.1",
4704  "lazy_static",
4705  "regex",
4706  "walkdir",
4707 ]
4708
4709 [[package]]
4710 name = "time"
4711 version = "0.1.42"
4712 source = "registry+https://github.com/rust-lang/crates.io-index"
4713 checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
4714 dependencies = [
4715  "libc",
4716  "redox_syscall",
4717  "winapi 0.3.8",
4718 ]
4719
4720 [[package]]
4721 name = "tokio"
4722 version = "0.1.22"
4723 source = "registry+https://github.com/rust-lang/crates.io-index"
4724 checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4725 dependencies = [
4726  "bytes",
4727  "futures",
4728  "mio",
4729  "num_cpus",
4730  "tokio-codec",
4731  "tokio-current-thread",
4732  "tokio-executor",
4733  "tokio-fs",
4734  "tokio-io",
4735  "tokio-reactor",
4736  "tokio-sync",
4737  "tokio-tcp",
4738  "tokio-threadpool",
4739  "tokio-timer",
4740  "tokio-udp",
4741  "tokio-uds",
4742 ]
4743
4744 [[package]]
4745 name = "tokio-codec"
4746 version = "0.1.1"
4747 source = "registry+https://github.com/rust-lang/crates.io-index"
4748 checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
4749 dependencies = [
4750  "bytes",
4751  "futures",
4752  "tokio-io",
4753 ]
4754
4755 [[package]]
4756 name = "tokio-current-thread"
4757 version = "0.1.6"
4758 source = "registry+https://github.com/rust-lang/crates.io-index"
4759 checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
4760 dependencies = [
4761  "futures",
4762  "tokio-executor",
4763 ]
4764
4765 [[package]]
4766 name = "tokio-executor"
4767 version = "0.1.9"
4768 source = "registry+https://github.com/rust-lang/crates.io-index"
4769 checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
4770 dependencies = [
4771  "crossbeam-utils 0.6.5",
4772  "futures",
4773 ]
4774
4775 [[package]]
4776 name = "tokio-fs"
4777 version = "0.1.6"
4778 source = "registry+https://github.com/rust-lang/crates.io-index"
4779 checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
4780 dependencies = [
4781  "futures",
4782  "tokio-io",
4783  "tokio-threadpool",
4784 ]
4785
4786 [[package]]
4787 name = "tokio-io"
4788 version = "0.1.12"
4789 source = "registry+https://github.com/rust-lang/crates.io-index"
4790 checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
4791 dependencies = [
4792  "bytes",
4793  "futures",
4794  "log",
4795 ]
4796
4797 [[package]]
4798 name = "tokio-named-pipes"
4799 version = "0.1.0"
4800 source = "registry+https://github.com/rust-lang/crates.io-index"
4801 checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
4802 dependencies = [
4803  "bytes",
4804  "futures",
4805  "mio",
4806  "mio-named-pipes",
4807  "tokio",
4808 ]
4809
4810 [[package]]
4811 name = "tokio-process"
4812 version = "0.2.4"
4813 source = "registry+https://github.com/rust-lang/crates.io-index"
4814 checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
4815 dependencies = [
4816  "crossbeam-queue",
4817  "futures",
4818  "lazy_static",
4819  "libc",
4820  "log",
4821  "mio",
4822  "mio-named-pipes",
4823  "tokio-io",
4824  "tokio-reactor",
4825  "tokio-signal",
4826  "winapi 0.3.8",
4827 ]
4828
4829 [[package]]
4830 name = "tokio-reactor"
4831 version = "0.1.11"
4832 source = "registry+https://github.com/rust-lang/crates.io-index"
4833 checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
4834 dependencies = [
4835  "crossbeam-utils 0.6.5",
4836  "futures",
4837  "lazy_static",
4838  "log",
4839  "mio",
4840  "num_cpus",
4841  "parking_lot 0.9.0",
4842  "slab",
4843  "tokio-executor",
4844  "tokio-io",
4845  "tokio-sync",
4846 ]
4847
4848 [[package]]
4849 name = "tokio-service"
4850 version = "0.1.0"
4851 source = "registry+https://github.com/rust-lang/crates.io-index"
4852 checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
4853 dependencies = [
4854  "futures",
4855 ]
4856
4857 [[package]]
4858 name = "tokio-signal"
4859 version = "0.2.7"
4860 source = "registry+https://github.com/rust-lang/crates.io-index"
4861 checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
4862 dependencies = [
4863  "futures",
4864  "libc",
4865  "mio",
4866  "mio-uds",
4867  "signal-hook",
4868  "tokio-executor",
4869  "tokio-io",
4870  "tokio-reactor",
4871  "winapi 0.3.8",
4872 ]
4873
4874 [[package]]
4875 name = "tokio-sync"
4876 version = "0.1.7"
4877 source = "registry+https://github.com/rust-lang/crates.io-index"
4878 checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
4879 dependencies = [
4880  "fnv",
4881  "futures",
4882 ]
4883
4884 [[package]]
4885 name = "tokio-tcp"
4886 version = "0.1.3"
4887 source = "registry+https://github.com/rust-lang/crates.io-index"
4888 checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
4889 dependencies = [
4890  "bytes",
4891  "futures",
4892  "iovec",
4893  "mio",
4894  "tokio-io",
4895  "tokio-reactor",
4896 ]
4897
4898 [[package]]
4899 name = "tokio-threadpool"
4900 version = "0.1.17"
4901 source = "registry+https://github.com/rust-lang/crates.io-index"
4902 checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
4903 dependencies = [
4904  "crossbeam-deque",
4905  "crossbeam-queue",
4906  "crossbeam-utils 0.6.5",
4907  "futures",
4908  "lazy_static",
4909  "log",
4910  "num_cpus",
4911  "slab",
4912  "tokio-executor",
4913 ]
4914
4915 [[package]]
4916 name = "tokio-timer"
4917 version = "0.2.12"
4918 source = "registry+https://github.com/rust-lang/crates.io-index"
4919 checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
4920 dependencies = [
4921  "crossbeam-utils 0.6.5",
4922  "futures",
4923  "slab",
4924  "tokio-executor",
4925 ]
4926
4927 [[package]]
4928 name = "tokio-udp"
4929 version = "0.1.5"
4930 source = "registry+https://github.com/rust-lang/crates.io-index"
4931 checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
4932 dependencies = [
4933  "bytes",
4934  "futures",
4935  "log",
4936  "mio",
4937  "tokio-codec",
4938  "tokio-io",
4939  "tokio-reactor",
4940 ]
4941
4942 [[package]]
4943 name = "tokio-uds"
4944 version = "0.2.5"
4945 source = "registry+https://github.com/rust-lang/crates.io-index"
4946 checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4947 dependencies = [
4948  "bytes",
4949  "futures",
4950  "iovec",
4951  "libc",
4952  "log",
4953  "mio",
4954  "mio-uds",
4955  "tokio-codec",
4956  "tokio-io",
4957  "tokio-reactor",
4958 ]
4959
4960 [[package]]
4961 name = "toml"
4962 version = "0.5.3"
4963 source = "registry+https://github.com/rust-lang/crates.io-index"
4964 checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
4965 dependencies = [
4966  "serde",
4967 ]
4968
4969 [[package]]
4970 name = "tracing"
4971 version = "0.1.18"
4972 source = "registry+https://github.com/rust-lang/crates.io-index"
4973 checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
4974 dependencies = [
4975  "cfg-if",
4976  "tracing-attributes",
4977  "tracing-core",
4978 ]
4979
4980 [[package]]
4981 name = "tracing-attributes"
4982 version = "0.1.9"
4983 source = "registry+https://github.com/rust-lang/crates.io-index"
4984 checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
4985 dependencies = [
4986  "proc-macro2 1.0.3",
4987  "quote 1.0.2",
4988  "syn 1.0.11",
4989 ]
4990
4991 [[package]]
4992 name = "tracing-core"
4993 version = "0.1.12"
4994 source = "registry+https://github.com/rust-lang/crates.io-index"
4995 checksum = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7"
4996 dependencies = [
4997  "lazy_static",
4998 ]
4999
5000 [[package]]
5001 name = "tracing-subscriber"
5002 version = "0.2.10"
5003 source = "registry+https://github.com/rust-lang/crates.io-index"
5004 checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
5005 dependencies = [
5006  "ansi_term 0.12.1",
5007  "lazy_static",
5008  "matchers",
5009  "parking_lot 0.9.0",
5010  "regex",
5011  "sharded-slab",
5012  "smallvec 1.4.0",
5013  "tracing-core",
5014 ]
5015
5016 [[package]]
5017 name = "typenum"
5018 version = "1.12.0"
5019 source = "registry+https://github.com/rust-lang/crates.io-index"
5020 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
5021
5022 [[package]]
5023 name = "ucd-parse"
5024 version = "0.1.4"
5025 source = "registry+https://github.com/rust-lang/crates.io-index"
5026 checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
5027 dependencies = [
5028  "lazy_static",
5029  "regex",
5030 ]
5031
5032 [[package]]
5033 name = "ucd-trie"
5034 version = "0.1.1"
5035 source = "registry+https://github.com/rust-lang/crates.io-index"
5036 checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
5037
5038 [[package]]
5039 name = "unicase"
5040 version = "2.6.0"
5041 source = "registry+https://github.com/rust-lang/crates.io-index"
5042 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5043 dependencies = [
5044  "version_check",
5045 ]
5046
5047 [[package]]
5048 name = "unicode-bdd"
5049 version = "0.1.0"
5050 dependencies = [
5051  "ucd-parse",
5052 ]
5053
5054 [[package]]
5055 name = "unicode-bidi"
5056 version = "0.3.4"
5057 source = "registry+https://github.com/rust-lang/crates.io-index"
5058 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5059 dependencies = [
5060  "matches",
5061 ]
5062
5063 [[package]]
5064 name = "unicode-normalization"
5065 version = "0.1.12"
5066 source = "registry+https://github.com/rust-lang/crates.io-index"
5067 checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
5068 dependencies = [
5069  "smallvec 1.4.0",
5070 ]
5071
5072 [[package]]
5073 name = "unicode-script"
5074 version = "0.5.1"
5075 source = "registry+https://github.com/rust-lang/crates.io-index"
5076 checksum = "58b33414ea8db4b7ea0343548dbdc31d27aef06beacf7044a87e564d9b0feb7d"
5077
5078 [[package]]
5079 name = "unicode-security"
5080 version = "0.0.5"
5081 source = "registry+https://github.com/rust-lang/crates.io-index"
5082 checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
5083 dependencies = [
5084  "unicode-normalization",
5085  "unicode-script",
5086 ]
5087
5088 [[package]]
5089 name = "unicode-segmentation"
5090 version = "1.6.0"
5091 source = "registry+https://github.com/rust-lang/crates.io-index"
5092 checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5093
5094 [[package]]
5095 name = "unicode-width"
5096 version = "0.1.6"
5097 source = "registry+https://github.com/rust-lang/crates.io-index"
5098 checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
5099 dependencies = [
5100  "compiler_builtins",
5101  "rustc-std-workspace-core",
5102  "rustc-std-workspace-std",
5103 ]
5104
5105 [[package]]
5106 name = "unicode-xid"
5107 version = "0.1.0"
5108 source = "registry+https://github.com/rust-lang/crates.io-index"
5109 checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
5110
5111 [[package]]
5112 name = "unicode-xid"
5113 version = "0.2.0"
5114 source = "registry+https://github.com/rust-lang/crates.io-index"
5115 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
5116
5117 [[package]]
5118 name = "unicode_categories"
5119 version = "0.1.1"
5120 source = "registry+https://github.com/rust-lang/crates.io-index"
5121 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5122
5123 [[package]]
5124 name = "unstable-book-gen"
5125 version = "0.1.0"
5126 dependencies = [
5127  "num-traits",
5128  "tidy",
5129 ]
5130
5131 [[package]]
5132 name = "unwind"
5133 version = "0.0.0"
5134 dependencies = [
5135  "cc",
5136  "cfg-if",
5137  "compiler_builtins",
5138  "core",
5139  "libc",
5140 ]
5141
5142 [[package]]
5143 name = "url"
5144 version = "1.7.2"
5145 source = "registry+https://github.com/rust-lang/crates.io-index"
5146 checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5147 dependencies = [
5148  "idna 0.1.5",
5149  "matches",
5150  "percent-encoding 1.0.1",
5151 ]
5152
5153 [[package]]
5154 name = "url"
5155 version = "2.1.0"
5156 source = "registry+https://github.com/rust-lang/crates.io-index"
5157 checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
5158 dependencies = [
5159  "idna 0.2.0",
5160  "matches",
5161  "percent-encoding 2.1.0",
5162  "serde",
5163 ]
5164
5165 [[package]]
5166 name = "utf-8"
5167 version = "0.7.2"
5168 source = "registry+https://github.com/rust-lang/crates.io-index"
5169 checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
5170
5171 [[package]]
5172 name = "utf8parse"
5173 version = "0.1.1"
5174 source = "registry+https://github.com/rust-lang/crates.io-index"
5175 checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
5176
5177 [[package]]
5178 name = "vcpkg"
5179 version = "0.2.8"
5180 source = "registry+https://github.com/rust-lang/crates.io-index"
5181 checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
5182
5183 [[package]]
5184 name = "vec_map"
5185 version = "0.8.1"
5186 source = "registry+https://github.com/rust-lang/crates.io-index"
5187 checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5188
5189 [[package]]
5190 name = "vergen"
5191 version = "3.1.0"
5192 source = "registry+https://github.com/rust-lang/crates.io-index"
5193 checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
5194 dependencies = [
5195  "bitflags",
5196  "chrono",
5197 ]
5198
5199 [[package]]
5200 name = "version_check"
5201 version = "0.9.1"
5202 source = "registry+https://github.com/rust-lang/crates.io-index"
5203 checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
5204
5205 [[package]]
5206 name = "vte"
5207 version = "0.3.3"
5208 source = "registry+https://github.com/rust-lang/crates.io-index"
5209 checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
5210 dependencies = [
5211  "utf8parse",
5212 ]
5213
5214 [[package]]
5215 name = "walkdir"
5216 version = "2.2.7"
5217 source = "registry+https://github.com/rust-lang/crates.io-index"
5218 checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5219 dependencies = [
5220  "same-file",
5221  "winapi 0.3.8",
5222  "winapi-util",
5223 ]
5224
5225 [[package]]
5226 name = "wasi"
5227 version = "0.9.0+wasi-snapshot-preview1"
5228 source = "registry+https://github.com/rust-lang/crates.io-index"
5229 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5230 dependencies = [
5231  "compiler_builtins",
5232  "rustc-std-workspace-alloc",
5233  "rustc-std-workspace-core",
5234 ]
5235
5236 [[package]]
5237 name = "winapi"
5238 version = "0.2.8"
5239 source = "registry+https://github.com/rust-lang/crates.io-index"
5240 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5241
5242 [[package]]
5243 name = "winapi"
5244 version = "0.3.8"
5245 source = "registry+https://github.com/rust-lang/crates.io-index"
5246 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5247 dependencies = [
5248  "winapi-i686-pc-windows-gnu",
5249  "winapi-x86_64-pc-windows-gnu",
5250 ]
5251
5252 [[package]]
5253 name = "winapi-build"
5254 version = "0.1.1"
5255 source = "registry+https://github.com/rust-lang/crates.io-index"
5256 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5257
5258 [[package]]
5259 name = "winapi-i686-pc-windows-gnu"
5260 version = "0.4.0"
5261 source = "registry+https://github.com/rust-lang/crates.io-index"
5262 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5263
5264 [[package]]
5265 name = "winapi-util"
5266 version = "0.1.5"
5267 source = "registry+https://github.com/rust-lang/crates.io-index"
5268 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5269 dependencies = [
5270  "winapi 0.3.8",
5271 ]
5272
5273 [[package]]
5274 name = "winapi-x86_64-pc-windows-gnu"
5275 version = "0.4.0"
5276 source = "registry+https://github.com/rust-lang/crates.io-index"
5277 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5278
5279 [[package]]
5280 name = "ws2_32-sys"
5281 version = "0.2.1"
5282 source = "registry+https://github.com/rust-lang/crates.io-index"
5283 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5284 dependencies = [
5285  "winapi 0.2.8",
5286  "winapi-build",
5287 ]
5288
5289 [[package]]
5290 name = "xattr"
5291 version = "0.2.2"
5292 source = "registry+https://github.com/rust-lang/crates.io-index"
5293 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5294 dependencies = [
5295  "libc",
5296 ]
5297
5298 [[package]]
5299 name = "xz2"
5300 version = "0.1.5"
5301 source = "registry+https://github.com/rust-lang/crates.io-index"
5302 checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5303 dependencies = [
5304  "lzma-sys",
5305 ]
5306
5307 [[package]]
5308 name = "yaml-merge-keys"
5309 version = "0.4.0"
5310 source = "registry+https://github.com/rust-lang/crates.io-index"
5311 checksum = "59893318ba3ad2b704498c7761214a10eaf42c5f838bce9fc0145bf2ba658cfa"
5312 dependencies = [
5313  "lazy_static",
5314  "thiserror",
5315  "yaml-rust 0.4.3",
5316 ]
5317
5318 [[package]]
5319 name = "yaml-rust"
5320 version = "0.3.5"
5321 source = "registry+https://github.com/rust-lang/crates.io-index"
5322 checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5323
5324 [[package]]
5325 name = "yaml-rust"
5326 version = "0.4.3"
5327 source = "registry+https://github.com/rust-lang/crates.io-index"
5328 checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
5329 dependencies = [
5330  "linked-hash-map",
5331 ]