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