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