]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Auto merge of #75071 - ssomers:btree_cleanup_5, r=Mark-Simulacrum
[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.1"
1243 source = "registry+https://github.com/rust-lang/crates.io-index"
1244 checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"
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.0.2"
1386 source = "registry+https://github.com/rust-lang/crates.io-index"
1387 checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1388
1389 [[package]]
1390 name = "installer"
1391 version = "0.0.0"
1392 dependencies = [
1393  "anyhow",
1394  "clap",
1395  "flate2",
1396  "lazy_static",
1397  "num_cpus",
1398  "rayon",
1399  "remove_dir_all",
1400  "tar",
1401  "walkdir",
1402  "winapi 0.3.8",
1403  "xz2",
1404 ]
1405
1406 [[package]]
1407 name = "iovec"
1408 version = "0.1.4"
1409 source = "registry+https://github.com/rust-lang/crates.io-index"
1410 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1411 dependencies = [
1412  "libc",
1413 ]
1414
1415 [[package]]
1416 name = "itertools"
1417 version = "0.8.0"
1418 source = "registry+https://github.com/rust-lang/crates.io-index"
1419 checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
1420 dependencies = [
1421  "either",
1422 ]
1423
1424 [[package]]
1425 name = "itertools"
1426 version = "0.9.0"
1427 source = "registry+https://github.com/rust-lang/crates.io-index"
1428 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1429 dependencies = [
1430  "either",
1431 ]
1432
1433 [[package]]
1434 name = "itoa"
1435 version = "0.4.4"
1436 source = "registry+https://github.com/rust-lang/crates.io-index"
1437 checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1438
1439 [[package]]
1440 name = "jemalloc-sys"
1441 version = "0.3.0"
1442 source = "registry+https://github.com/rust-lang/crates.io-index"
1443 checksum = "7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
1444 dependencies = [
1445  "cc",
1446  "fs_extra",
1447  "libc",
1448 ]
1449
1450 [[package]]
1451 name = "jobserver"
1452 version = "0.1.21"
1453 source = "registry+https://github.com/rust-lang/crates.io-index"
1454 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
1455 dependencies = [
1456  "libc",
1457 ]
1458
1459 [[package]]
1460 name = "json"
1461 version = "0.11.13"
1462 source = "registry+https://github.com/rust-lang/crates.io-index"
1463 checksum = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
1464
1465 [[package]]
1466 name = "jsonrpc-client-transports"
1467 version = "14.0.5"
1468 source = "registry+https://github.com/rust-lang/crates.io-index"
1469 checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
1470 dependencies = [
1471  "failure",
1472  "futures",
1473  "jsonrpc-core",
1474  "jsonrpc-pubsub",
1475  "jsonrpc-server-utils",
1476  "log",
1477  "parity-tokio-ipc",
1478  "serde",
1479  "serde_json",
1480  "tokio",
1481  "url 1.7.2",
1482 ]
1483
1484 [[package]]
1485 name = "jsonrpc-core"
1486 version = "14.0.5"
1487 source = "registry+https://github.com/rust-lang/crates.io-index"
1488 checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
1489 dependencies = [
1490  "futures",
1491  "log",
1492  "serde",
1493  "serde_derive",
1494  "serde_json",
1495 ]
1496
1497 [[package]]
1498 name = "jsonrpc-core-client"
1499 version = "14.0.5"
1500 source = "registry+https://github.com/rust-lang/crates.io-index"
1501 checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
1502 dependencies = [
1503  "jsonrpc-client-transports",
1504 ]
1505
1506 [[package]]
1507 name = "jsonrpc-derive"
1508 version = "14.0.5"
1509 source = "registry+https://github.com/rust-lang/crates.io-index"
1510 checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
1511 dependencies = [
1512  "proc-macro-crate",
1513  "proc-macro2",
1514  "quote",
1515  "syn",
1516 ]
1517
1518 [[package]]
1519 name = "jsonrpc-ipc-server"
1520 version = "14.0.3"
1521 source = "registry+https://github.com/rust-lang/crates.io-index"
1522 checksum = "b579cd0840d7db3ebaadf52f6f31ec601a260e78d610e44f68634f919e34497a"
1523 dependencies = [
1524  "jsonrpc-core",
1525  "jsonrpc-server-utils",
1526  "log",
1527  "parity-tokio-ipc",
1528  "parking_lot 0.9.0",
1529  "tokio-service",
1530 ]
1531
1532 [[package]]
1533 name = "jsonrpc-pubsub"
1534 version = "14.0.6"
1535 source = "registry+https://github.com/rust-lang/crates.io-index"
1536 checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
1537 dependencies = [
1538  "jsonrpc-core",
1539  "log",
1540  "parking_lot 0.10.2",
1541  "serde",
1542 ]
1543
1544 [[package]]
1545 name = "jsonrpc-server-utils"
1546 version = "14.0.5"
1547 source = "registry+https://github.com/rust-lang/crates.io-index"
1548 checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
1549 dependencies = [
1550  "bytes",
1551  "globset",
1552  "jsonrpc-core",
1553  "lazy_static",
1554  "log",
1555  "tokio",
1556  "tokio-codec",
1557  "unicase",
1558 ]
1559
1560 [[package]]
1561 name = "kernel32-sys"
1562 version = "0.2.2"
1563 source = "registry+https://github.com/rust-lang/crates.io-index"
1564 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1565 dependencies = [
1566  "winapi 0.2.8",
1567  "winapi-build",
1568 ]
1569
1570 [[package]]
1571 name = "lazy_static"
1572 version = "1.4.0"
1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1575
1576 [[package]]
1577 name = "lazycell"
1578 version = "1.2.1"
1579 source = "registry+https://github.com/rust-lang/crates.io-index"
1580 checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
1581
1582 [[package]]
1583 name = "libc"
1584 version = "0.2.74"
1585 source = "registry+https://github.com/rust-lang/crates.io-index"
1586 checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"
1587 dependencies = [
1588  "rustc-std-workspace-core",
1589 ]
1590
1591 [[package]]
1592 name = "libgit2-sys"
1593 version = "0.12.7+1.0.0"
1594 source = "registry+https://github.com/rust-lang/crates.io-index"
1595 checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0"
1596 dependencies = [
1597  "cc",
1598  "libc",
1599  "libssh2-sys",
1600  "libz-sys",
1601  "openssl-sys",
1602  "pkg-config",
1603 ]
1604
1605 [[package]]
1606 name = "libnghttp2-sys"
1607 version = "0.1.2"
1608 source = "registry+https://github.com/rust-lang/crates.io-index"
1609 checksum = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463"
1610 dependencies = [
1611  "cc",
1612  "libc",
1613 ]
1614
1615 [[package]]
1616 name = "libssh2-sys"
1617 version = "0.2.14"
1618 source = "registry+https://github.com/rust-lang/crates.io-index"
1619 checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
1620 dependencies = [
1621  "cc",
1622  "libc",
1623  "libz-sys",
1624  "openssl-sys",
1625  "pkg-config",
1626  "vcpkg",
1627 ]
1628
1629 [[package]]
1630 name = "libz-sys"
1631 version = "1.0.25"
1632 source = "registry+https://github.com/rust-lang/crates.io-index"
1633 checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
1634 dependencies = [
1635  "cc",
1636  "libc",
1637  "pkg-config",
1638  "vcpkg",
1639 ]
1640
1641 [[package]]
1642 name = "linkchecker"
1643 version = "0.1.0"
1644
1645 [[package]]
1646 name = "linked-hash-map"
1647 version = "0.5.2"
1648 source = "registry+https://github.com/rust-lang/crates.io-index"
1649 checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1650
1651 [[package]]
1652 name = "lock_api"
1653 version = "0.3.4"
1654 source = "registry+https://github.com/rust-lang/crates.io-index"
1655 checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
1656 dependencies = [
1657  "scopeguard",
1658 ]
1659
1660 [[package]]
1661 name = "log"
1662 version = "0.4.8"
1663 source = "registry+https://github.com/rust-lang/crates.io-index"
1664 checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1665 dependencies = [
1666  "cfg-if",
1667 ]
1668
1669 [[package]]
1670 name = "log_settings"
1671 version = "0.1.2"
1672 source = "registry+https://github.com/rust-lang/crates.io-index"
1673 checksum = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
1674 dependencies = [
1675  "lazy_static",
1676 ]
1677
1678 [[package]]
1679 name = "lsp-codec"
1680 version = "0.1.2"
1681 source = "registry+https://github.com/rust-lang/crates.io-index"
1682 checksum = "169d737ad89cf8ddd82d1804d9122f54568c49377665157277cc90d747b1d31a"
1683 dependencies = [
1684  "bytes",
1685  "serde_json",
1686  "tokio-codec",
1687 ]
1688
1689 [[package]]
1690 name = "lsp-types"
1691 version = "0.60.0"
1692 source = "registry+https://github.com/rust-lang/crates.io-index"
1693 checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
1694 dependencies = [
1695  "bitflags",
1696  "serde",
1697  "serde_json",
1698  "serde_repr",
1699  "url 2.1.0",
1700 ]
1701
1702 [[package]]
1703 name = "lzma-sys"
1704 version = "0.1.14"
1705 source = "registry+https://github.com/rust-lang/crates.io-index"
1706 checksum = "16b5c59c57cc4d39e7999f50431aa312ea78af7c93b23fbb0c3567bd672e7f35"
1707 dependencies = [
1708  "cc",
1709  "libc",
1710  "pkg-config",
1711 ]
1712
1713 [[package]]
1714 name = "mac"
1715 version = "0.1.1"
1716 source = "registry+https://github.com/rust-lang/crates.io-index"
1717 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1718
1719 [[package]]
1720 name = "macro-utils"
1721 version = "0.1.2"
1722 source = "registry+https://github.com/rust-lang/crates.io-index"
1723 checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
1724
1725 [[package]]
1726 name = "maplit"
1727 version = "1.0.1"
1728 source = "registry+https://github.com/rust-lang/crates.io-index"
1729 checksum = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
1730
1731 [[package]]
1732 name = "markup5ever"
1733 version = "0.10.0"
1734 source = "registry+https://github.com/rust-lang/crates.io-index"
1735 checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
1736 dependencies = [
1737  "log",
1738  "phf",
1739  "phf_codegen",
1740  "serde",
1741  "serde_derive",
1742  "serde_json",
1743  "string_cache",
1744  "string_cache_codegen",
1745  "tendril",
1746 ]
1747
1748 [[package]]
1749 name = "markup5ever_rcdom"
1750 version = "0.1.0"
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
1752 checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
1753 dependencies = [
1754  "html5ever",
1755  "markup5ever",
1756  "tendril",
1757  "xml5ever",
1758 ]
1759
1760 [[package]]
1761 name = "matchers"
1762 version = "0.0.1"
1763 source = "registry+https://github.com/rust-lang/crates.io-index"
1764 checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
1765 dependencies = [
1766  "regex-automata",
1767 ]
1768
1769 [[package]]
1770 name = "matches"
1771 version = "0.1.8"
1772 source = "registry+https://github.com/rust-lang/crates.io-index"
1773 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1774
1775 [[package]]
1776 name = "md-5"
1777 version = "0.8.0"
1778 source = "registry+https://github.com/rust-lang/crates.io-index"
1779 checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
1780 dependencies = [
1781  "block-buffer",
1782  "digest",
1783  "opaque-debug",
1784 ]
1785
1786 [[package]]
1787 name = "mdbook"
1788 version = "0.4.0"
1789 source = "registry+https://github.com/rust-lang/crates.io-index"
1790 checksum = "2567ffadc0fd26fe15d6f6e0a80639f19f6a50082fdb460d0ae5d1f7298181be"
1791 dependencies = [
1792  "ammonia",
1793  "anyhow",
1794  "chrono",
1795  "clap",
1796  "elasticlunr-rs",
1797  "env_logger 0.7.1",
1798  "handlebars",
1799  "lazy_static",
1800  "log",
1801  "memchr",
1802  "open",
1803  "pulldown-cmark",
1804  "regex",
1805  "serde",
1806  "serde_derive",
1807  "serde_json",
1808  "shlex",
1809  "tempfile",
1810  "toml",
1811 ]
1812
1813 [[package]]
1814 name = "measureme"
1815 version = "0.7.1"
1816 source = "registry+https://github.com/rust-lang/crates.io-index"
1817 checksum = "fef709d3257013bba7cff14fc504e07e80631d3fe0f6d38ce63b8f6510ccb932"
1818 dependencies = [
1819  "byteorder",
1820  "memmap",
1821  "parking_lot 0.9.0",
1822  "rustc-hash",
1823 ]
1824
1825 [[package]]
1826 name = "memchr"
1827 version = "2.3.3"
1828 source = "registry+https://github.com/rust-lang/crates.io-index"
1829 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1830
1831 [[package]]
1832 name = "memmap"
1833 version = "0.7.0"
1834 source = "registry+https://github.com/rust-lang/crates.io-index"
1835 checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1836 dependencies = [
1837  "libc",
1838  "winapi 0.3.8",
1839 ]
1840
1841 [[package]]
1842 name = "memoffset"
1843 version = "0.5.1"
1844 source = "registry+https://github.com/rust-lang/crates.io-index"
1845 checksum = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
1846 dependencies = [
1847  "rustc_version",
1848 ]
1849
1850 [[package]]
1851 name = "minifier"
1852 version = "0.0.33"
1853 source = "registry+https://github.com/rust-lang/crates.io-index"
1854 checksum = "70bf0db2475f5e627787da77ca52fe33c294063f49f4134b8bc662eedb5e7332"
1855 dependencies = [
1856  "macro-utils",
1857 ]
1858
1859 [[package]]
1860 name = "miniz_oxide"
1861 version = "0.4.0"
1862 source = "registry+https://github.com/rust-lang/crates.io-index"
1863 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
1864 dependencies = [
1865  "adler",
1866  "compiler_builtins",
1867  "rustc-std-workspace-alloc",
1868  "rustc-std-workspace-core",
1869 ]
1870
1871 [[package]]
1872 name = "mio"
1873 version = "0.6.16"
1874 source = "registry+https://github.com/rust-lang/crates.io-index"
1875 checksum = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
1876 dependencies = [
1877  "fuchsia-zircon",
1878  "fuchsia-zircon-sys",
1879  "iovec",
1880  "kernel32-sys",
1881  "lazycell",
1882  "libc",
1883  "log",
1884  "miow 0.2.1",
1885  "net2",
1886  "slab",
1887  "winapi 0.2.8",
1888 ]
1889
1890 [[package]]
1891 name = "mio-named-pipes"
1892 version = "0.1.6"
1893 source = "registry+https://github.com/rust-lang/crates.io-index"
1894 checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
1895 dependencies = [
1896  "log",
1897  "mio",
1898  "miow 0.3.3",
1899  "winapi 0.3.8",
1900 ]
1901
1902 [[package]]
1903 name = "mio-uds"
1904 version = "0.6.7"
1905 source = "registry+https://github.com/rust-lang/crates.io-index"
1906 checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
1907 dependencies = [
1908  "iovec",
1909  "libc",
1910  "mio",
1911 ]
1912
1913 [[package]]
1914 name = "miow"
1915 version = "0.2.1"
1916 source = "registry+https://github.com/rust-lang/crates.io-index"
1917 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1918 dependencies = [
1919  "kernel32-sys",
1920  "net2",
1921  "winapi 0.2.8",
1922  "ws2_32-sys",
1923 ]
1924
1925 [[package]]
1926 name = "miow"
1927 version = "0.3.3"
1928 source = "registry+https://github.com/rust-lang/crates.io-index"
1929 checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
1930 dependencies = [
1931  "socket2",
1932  "winapi 0.3.8",
1933 ]
1934
1935 [[package]]
1936 name = "miri"
1937 version = "0.1.0"
1938 dependencies = [
1939  "byteorder",
1940  "colored",
1941  "compiletest_rs",
1942  "env_logger 0.7.1",
1943  "getrandom",
1944  "hex 0.4.0",
1945  "libc",
1946  "log",
1947  "rand",
1948  "rustc-workspace-hack",
1949  "rustc_version",
1950  "shell-escape",
1951 ]
1952
1953 [[package]]
1954 name = "net2"
1955 version = "0.2.33"
1956 source = "registry+https://github.com/rust-lang/crates.io-index"
1957 checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1958 dependencies = [
1959  "cfg-if",
1960  "libc",
1961  "winapi 0.3.8",
1962 ]
1963
1964 [[package]]
1965 name = "new_debug_unreachable"
1966 version = "1.0.3"
1967 source = "registry+https://github.com/rust-lang/crates.io-index"
1968 checksum = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30"
1969
1970 [[package]]
1971 name = "nodrop"
1972 version = "0.1.12"
1973 source = "registry+https://github.com/rust-lang/crates.io-index"
1974 checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
1975
1976 [[package]]
1977 name = "num-integer"
1978 version = "0.1.39"
1979 source = "registry+https://github.com/rust-lang/crates.io-index"
1980 checksum = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1981 dependencies = [
1982  "num-traits",
1983 ]
1984
1985 [[package]]
1986 name = "num-traits"
1987 version = "0.2.6"
1988 source = "registry+https://github.com/rust-lang/crates.io-index"
1989 checksum = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
1990
1991 [[package]]
1992 name = "num_cpus"
1993 version = "1.10.1"
1994 source = "registry+https://github.com/rust-lang/crates.io-index"
1995 checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
1996 dependencies = [
1997  "libc",
1998 ]
1999
2000 [[package]]
2001 name = "object"
2002 version = "0.20.0"
2003 source = "registry+https://github.com/rust-lang/crates.io-index"
2004 checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
2005 dependencies = [
2006  "compiler_builtins",
2007  "rustc-std-workspace-alloc",
2008  "rustc-std-workspace-core",
2009 ]
2010
2011 [[package]]
2012 name = "once_cell"
2013 version = "1.1.0"
2014 source = "registry+https://github.com/rust-lang/crates.io-index"
2015 checksum = "d6a04cb71e910d0034815600180f62a95bf6e67942d7ab52a166a68c7d7e9cd0"
2016 dependencies = [
2017  "parking_lot 0.9.0",
2018 ]
2019
2020 [[package]]
2021 name = "opaque-debug"
2022 version = "0.2.3"
2023 source = "registry+https://github.com/rust-lang/crates.io-index"
2024 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2025
2026 [[package]]
2027 name = "open"
2028 version = "1.2.1"
2029 source = "registry+https://github.com/rust-lang/crates.io-index"
2030 checksum = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
2031
2032 [[package]]
2033 name = "opener"
2034 version = "0.4.0"
2035 source = "registry+https://github.com/rust-lang/crates.io-index"
2036 checksum = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
2037 dependencies = [
2038  "winapi 0.3.8",
2039 ]
2040
2041 [[package]]
2042 name = "openssl"
2043 version = "0.10.25"
2044 source = "registry+https://github.com/rust-lang/crates.io-index"
2045 checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
2046 dependencies = [
2047  "bitflags",
2048  "cfg-if",
2049  "foreign-types",
2050  "lazy_static",
2051  "libc",
2052  "openssl-sys",
2053 ]
2054
2055 [[package]]
2056 name = "openssl-probe"
2057 version = "0.1.2"
2058 source = "registry+https://github.com/rust-lang/crates.io-index"
2059 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2060
2061 [[package]]
2062 name = "openssl-src"
2063 version = "111.9.0+1.1.1g"
2064 source = "registry+https://github.com/rust-lang/crates.io-index"
2065 checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
2066 dependencies = [
2067  "cc",
2068 ]
2069
2070 [[package]]
2071 name = "openssl-sys"
2072 version = "0.9.54"
2073 source = "registry+https://github.com/rust-lang/crates.io-index"
2074 checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2075 dependencies = [
2076  "autocfg",
2077  "cc",
2078  "libc",
2079  "openssl-src",
2080  "pkg-config",
2081  "vcpkg",
2082 ]
2083
2084 [[package]]
2085 name = "ordslice"
2086 version = "0.3.0"
2087 source = "registry+https://github.com/rust-lang/crates.io-index"
2088 checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2089
2090 [[package]]
2091 name = "output_vt100"
2092 version = "0.1.2"
2093 source = "registry+https://github.com/rust-lang/crates.io-index"
2094 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2095 dependencies = [
2096  "winapi 0.3.8",
2097 ]
2098
2099 [[package]]
2100 name = "packed_simd"
2101 version = "0.3.1"
2102 source = "registry+https://github.com/rust-lang/crates.io-index"
2103 checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
2104 dependencies = [
2105  "cfg-if",
2106 ]
2107
2108 [[package]]
2109 name = "panic_abort"
2110 version = "0.0.0"
2111 dependencies = [
2112  "cfg-if",
2113  "compiler_builtins",
2114  "core",
2115  "libc",
2116 ]
2117
2118 [[package]]
2119 name = "panic_unwind"
2120 version = "0.0.0"
2121 dependencies = [
2122  "alloc",
2123  "cfg-if",
2124  "compiler_builtins",
2125  "core",
2126  "libc",
2127  "unwind",
2128 ]
2129
2130 [[package]]
2131 name = "parity-tokio-ipc"
2132 version = "0.2.0"
2133 source = "registry+https://github.com/rust-lang/crates.io-index"
2134 checksum = "8281bf4f1d6429573f89589bf68d89451c46750977a8264f8ea3edbabeba7947"
2135 dependencies = [
2136  "bytes",
2137  "futures",
2138  "log",
2139  "mio-named-pipes",
2140  "miow 0.3.3",
2141  "rand",
2142  "tokio",
2143  "tokio-named-pipes",
2144  "tokio-uds",
2145  "winapi 0.3.8",
2146 ]
2147
2148 [[package]]
2149 name = "parking_lot"
2150 version = "0.9.0"
2151 source = "registry+https://github.com/rust-lang/crates.io-index"
2152 checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2153 dependencies = [
2154  "lock_api",
2155  "parking_lot_core 0.6.2",
2156  "rustc_version",
2157 ]
2158
2159 [[package]]
2160 name = "parking_lot"
2161 version = "0.10.2"
2162 source = "registry+https://github.com/rust-lang/crates.io-index"
2163 checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2164 dependencies = [
2165  "lock_api",
2166  "parking_lot_core 0.7.1",
2167 ]
2168
2169 [[package]]
2170 name = "parking_lot_core"
2171 version = "0.6.2"
2172 source = "registry+https://github.com/rust-lang/crates.io-index"
2173 checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2174 dependencies = [
2175  "cfg-if",
2176  "cloudabi",
2177  "libc",
2178  "redox_syscall",
2179  "rustc_version",
2180  "smallvec 0.6.10",
2181  "winapi 0.3.8",
2182 ]
2183
2184 [[package]]
2185 name = "parking_lot_core"
2186 version = "0.7.1"
2187 source = "registry+https://github.com/rust-lang/crates.io-index"
2188 checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
2189 dependencies = [
2190  "cfg-if",
2191  "cloudabi",
2192  "libc",
2193  "redox_syscall",
2194  "smallvec 1.4.0",
2195  "winapi 0.3.8",
2196 ]
2197
2198 [[package]]
2199 name = "pathdiff"
2200 version = "0.2.0"
2201 source = "registry+https://github.com/rust-lang/crates.io-index"
2202 checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2203
2204 [[package]]
2205 name = "percent-encoding"
2206 version = "1.0.1"
2207 source = "registry+https://github.com/rust-lang/crates.io-index"
2208 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2209
2210 [[package]]
2211 name = "percent-encoding"
2212 version = "2.1.0"
2213 source = "registry+https://github.com/rust-lang/crates.io-index"
2214 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2215
2216 [[package]]
2217 name = "pest"
2218 version = "2.1.0"
2219 source = "registry+https://github.com/rust-lang/crates.io-index"
2220 checksum = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3"
2221 dependencies = [
2222  "ucd-trie",
2223 ]
2224
2225 [[package]]
2226 name = "pest_derive"
2227 version = "2.1.0"
2228 source = "registry+https://github.com/rust-lang/crates.io-index"
2229 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2230 dependencies = [
2231  "pest",
2232  "pest_generator",
2233 ]
2234
2235 [[package]]
2236 name = "pest_generator"
2237 version = "2.1.3"
2238 source = "registry+https://github.com/rust-lang/crates.io-index"
2239 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2240 dependencies = [
2241  "pest",
2242  "pest_meta",
2243  "proc-macro2",
2244  "quote",
2245  "syn",
2246 ]
2247
2248 [[package]]
2249 name = "pest_meta"
2250 version = "2.1.3"
2251 source = "registry+https://github.com/rust-lang/crates.io-index"
2252 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2253 dependencies = [
2254  "maplit",
2255  "pest",
2256  "sha-1",
2257 ]
2258
2259 [[package]]
2260 name = "petgraph"
2261 version = "0.5.1"
2262 source = "registry+https://github.com/rust-lang/crates.io-index"
2263 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
2264 dependencies = [
2265  "fixedbitset",
2266  "indexmap",
2267 ]
2268
2269 [[package]]
2270 name = "phf"
2271 version = "0.8.0"
2272 source = "registry+https://github.com/rust-lang/crates.io-index"
2273 checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2274 dependencies = [
2275  "phf_shared",
2276 ]
2277
2278 [[package]]
2279 name = "phf_codegen"
2280 version = "0.8.0"
2281 source = "registry+https://github.com/rust-lang/crates.io-index"
2282 checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2283 dependencies = [
2284  "phf_generator",
2285  "phf_shared",
2286 ]
2287
2288 [[package]]
2289 name = "phf_generator"
2290 version = "0.8.0"
2291 source = "registry+https://github.com/rust-lang/crates.io-index"
2292 checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2293 dependencies = [
2294  "phf_shared",
2295  "rand",
2296 ]
2297
2298 [[package]]
2299 name = "phf_shared"
2300 version = "0.8.0"
2301 source = "registry+https://github.com/rust-lang/crates.io-index"
2302 checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2303 dependencies = [
2304  "siphasher",
2305 ]
2306
2307 [[package]]
2308 name = "pkg-config"
2309 version = "0.3.17"
2310 source = "registry+https://github.com/rust-lang/crates.io-index"
2311 checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2312
2313 [[package]]
2314 name = "polonius-engine"
2315 version = "0.12.1"
2316 source = "registry+https://github.com/rust-lang/crates.io-index"
2317 checksum = "ef2558a4b464e185b36ee08a2937ebb62ea5464c38856cfb1465c97cb38db52d"
2318 dependencies = [
2319  "datafrog",
2320  "log",
2321  "rustc-hash",
2322 ]
2323
2324 [[package]]
2325 name = "ppv-lite86"
2326 version = "0.2.8"
2327 source = "registry+https://github.com/rust-lang/crates.io-index"
2328 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2329
2330 [[package]]
2331 name = "precomputed-hash"
2332 version = "0.1.1"
2333 source = "registry+https://github.com/rust-lang/crates.io-index"
2334 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2335
2336 [[package]]
2337 name = "pretty_assertions"
2338 version = "0.6.1"
2339 source = "registry+https://github.com/rust-lang/crates.io-index"
2340 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2341 dependencies = [
2342  "ansi_term 0.11.0",
2343  "ctor",
2344  "difference",
2345  "output_vt100",
2346 ]
2347
2348 [[package]]
2349 name = "pretty_env_logger"
2350 version = "0.4.0"
2351 source = "registry+https://github.com/rust-lang/crates.io-index"
2352 checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2353 dependencies = [
2354  "env_logger 0.7.1",
2355  "log",
2356 ]
2357
2358 [[package]]
2359 name = "proc-macro-crate"
2360 version = "0.1.4"
2361 source = "registry+https://github.com/rust-lang/crates.io-index"
2362 checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
2363 dependencies = [
2364  "toml",
2365 ]
2366
2367 [[package]]
2368 name = "proc-macro-error"
2369 version = "0.2.6"
2370 source = "registry+https://github.com/rust-lang/crates.io-index"
2371 checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
2372 dependencies = [
2373  "proc-macro2",
2374  "quote",
2375  "syn",
2376 ]
2377
2378 [[package]]
2379 name = "proc-macro2"
2380 version = "1.0.3"
2381 source = "registry+https://github.com/rust-lang/crates.io-index"
2382 checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8"
2383 dependencies = [
2384  "unicode-xid",
2385 ]
2386
2387 [[package]]
2388 name = "proc_macro"
2389 version = "0.0.0"
2390 dependencies = [
2391  "std",
2392 ]
2393
2394 [[package]]
2395 name = "profiler_builtins"
2396 version = "0.0.0"
2397 dependencies = [
2398  "cc",
2399  "compiler_builtins",
2400  "core",
2401 ]
2402
2403 [[package]]
2404 name = "psm"
2405 version = "0.1.10"
2406 source = "registry+https://github.com/rust-lang/crates.io-index"
2407 checksum = "092d385624a084892d07374caa7b0994956692cf40650419a1f1a787a8d229cf"
2408 dependencies = [
2409  "cc",
2410 ]
2411
2412 [[package]]
2413 name = "pulldown-cmark"
2414 version = "0.7.1"
2415 source = "registry+https://github.com/rust-lang/crates.io-index"
2416 checksum = "3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
2417 dependencies = [
2418  "bitflags",
2419  "getopts",
2420  "memchr",
2421  "unicase",
2422 ]
2423
2424 [[package]]
2425 name = "punycode"
2426 version = "0.4.0"
2427 source = "registry+https://github.com/rust-lang/crates.io-index"
2428 checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
2429
2430 [[package]]
2431 name = "quick-error"
2432 version = "1.2.3"
2433 source = "registry+https://github.com/rust-lang/crates.io-index"
2434 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2435
2436 [[package]]
2437 name = "quine-mc_cluskey"
2438 version = "0.2.4"
2439 source = "registry+https://github.com/rust-lang/crates.io-index"
2440 checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
2441
2442 [[package]]
2443 name = "quote"
2444 version = "1.0.2"
2445 source = "registry+https://github.com/rust-lang/crates.io-index"
2446 checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2447 dependencies = [
2448  "proc-macro2",
2449 ]
2450
2451 [[package]]
2452 name = "racer"
2453 version = "2.1.36"
2454 source = "registry+https://github.com/rust-lang/crates.io-index"
2455 checksum = "09ba6cca9fcd8ae086b842b1bd9e3f19f104a4c30e0e8927b2befc06d375e7e0"
2456 dependencies = [
2457  "bitflags",
2458  "clap",
2459  "derive_more",
2460  "env_logger 0.7.1",
2461  "humantime 2.0.0",
2462  "lazy_static",
2463  "log",
2464  "rls-span",
2465  "rustc-ap-rustc_ast",
2466  "rustc-ap-rustc_ast_pretty",
2467  "rustc-ap-rustc_data_structures",
2468  "rustc-ap-rustc_errors",
2469  "rustc-ap-rustc_parse",
2470  "rustc-ap-rustc_session",
2471  "rustc-ap-rustc_span",
2472 ]
2473
2474 [[package]]
2475 name = "rand"
2476 version = "0.7.3"
2477 source = "registry+https://github.com/rust-lang/crates.io-index"
2478 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2479 dependencies = [
2480  "getrandom",
2481  "libc",
2482  "rand_chacha",
2483  "rand_core 0.5.1",
2484  "rand_hc",
2485  "rand_pcg",
2486 ]
2487
2488 [[package]]
2489 name = "rand_chacha"
2490 version = "0.2.2"
2491 source = "registry+https://github.com/rust-lang/crates.io-index"
2492 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2493 dependencies = [
2494  "ppv-lite86",
2495  "rand_core 0.5.1",
2496 ]
2497
2498 [[package]]
2499 name = "rand_core"
2500 version = "0.3.0"
2501 source = "registry+https://github.com/rust-lang/crates.io-index"
2502 checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
2503
2504 [[package]]
2505 name = "rand_core"
2506 version = "0.4.0"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2509
2510 [[package]]
2511 name = "rand_core"
2512 version = "0.5.1"
2513 source = "registry+https://github.com/rust-lang/crates.io-index"
2514 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2515 dependencies = [
2516  "getrandom",
2517 ]
2518
2519 [[package]]
2520 name = "rand_hc"
2521 version = "0.2.0"
2522 source = "registry+https://github.com/rust-lang/crates.io-index"
2523 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2524 dependencies = [
2525  "rand_core 0.5.1",
2526 ]
2527
2528 [[package]]
2529 name = "rand_os"
2530 version = "0.1.3"
2531 source = "registry+https://github.com/rust-lang/crates.io-index"
2532 checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2533 dependencies = [
2534  "cloudabi",
2535  "fuchsia-cprng",
2536  "libc",
2537  "rand_core 0.4.0",
2538  "rdrand",
2539  "winapi 0.3.8",
2540 ]
2541
2542 [[package]]
2543 name = "rand_pcg"
2544 version = "0.2.1"
2545 source = "registry+https://github.com/rust-lang/crates.io-index"
2546 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2547 dependencies = [
2548  "rand_core 0.5.1",
2549 ]
2550
2551 [[package]]
2552 name = "rand_xorshift"
2553 version = "0.2.0"
2554 source = "registry+https://github.com/rust-lang/crates.io-index"
2555 checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
2556 dependencies = [
2557  "rand_core 0.5.1",
2558 ]
2559
2560 [[package]]
2561 name = "rand_xoshiro"
2562 version = "0.4.0"
2563 source = "registry+https://github.com/rust-lang/crates.io-index"
2564 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2565 dependencies = [
2566  "rand_core 0.5.1",
2567 ]
2568
2569 [[package]]
2570 name = "rayon"
2571 version = "1.2.0"
2572 source = "registry+https://github.com/rust-lang/crates.io-index"
2573 checksum = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
2574 dependencies = [
2575  "crossbeam-deque",
2576  "either",
2577  "rayon-core",
2578 ]
2579
2580 [[package]]
2581 name = "rayon-core"
2582 version = "1.6.0"
2583 source = "registry+https://github.com/rust-lang/crates.io-index"
2584 checksum = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
2585 dependencies = [
2586  "crossbeam-deque",
2587  "crossbeam-queue",
2588  "crossbeam-utils 0.6.5",
2589  "lazy_static",
2590  "num_cpus",
2591 ]
2592
2593 [[package]]
2594 name = "rdrand"
2595 version = "0.4.0"
2596 source = "registry+https://github.com/rust-lang/crates.io-index"
2597 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2598 dependencies = [
2599  "rand_core 0.3.0",
2600 ]
2601
2602 [[package]]
2603 name = "redox_syscall"
2604 version = "0.1.56"
2605 source = "registry+https://github.com/rust-lang/crates.io-index"
2606 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2607
2608 [[package]]
2609 name = "redox_users"
2610 version = "0.3.0"
2611 source = "registry+https://github.com/rust-lang/crates.io-index"
2612 checksum = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
2613 dependencies = [
2614  "argon2rs",
2615  "failure",
2616  "rand_os",
2617  "redox_syscall",
2618 ]
2619
2620 [[package]]
2621 name = "regex"
2622 version = "1.3.7"
2623 source = "registry+https://github.com/rust-lang/crates.io-index"
2624 checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2625 dependencies = [
2626  "aho-corasick",
2627  "memchr",
2628  "regex-syntax",
2629  "thread_local",
2630 ]
2631
2632 [[package]]
2633 name = "regex-automata"
2634 version = "0.1.9"
2635 source = "registry+https://github.com/rust-lang/crates.io-index"
2636 checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2637 dependencies = [
2638  "byteorder",
2639  "regex-syntax",
2640 ]
2641
2642 [[package]]
2643 name = "regex-syntax"
2644 version = "0.6.17"
2645 source = "registry+https://github.com/rust-lang/crates.io-index"
2646 checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2647
2648 [[package]]
2649 name = "remote-test-client"
2650 version = "0.1.0"
2651
2652 [[package]]
2653 name = "remote-test-server"
2654 version = "0.1.0"
2655
2656 [[package]]
2657 name = "remove_dir_all"
2658 version = "0.5.2"
2659 source = "registry+https://github.com/rust-lang/crates.io-index"
2660 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2661 dependencies = [
2662  "winapi 0.3.8",
2663 ]
2664
2665 [[package]]
2666 name = "rls"
2667 version = "1.41.0"
2668 dependencies = [
2669  "anyhow",
2670  "cargo",
2671  "cargo_metadata 0.8.0",
2672  "clippy_lints",
2673  "crossbeam-channel",
2674  "difference",
2675  "env_logger 0.7.1",
2676  "futures",
2677  "heck",
2678  "home",
2679  "itertools 0.8.0",
2680  "jsonrpc-core",
2681  "lazy_static",
2682  "log",
2683  "lsp-codec",
2684  "lsp-types",
2685  "num_cpus",
2686  "ordslice",
2687  "racer",
2688  "rand",
2689  "rayon",
2690  "regex",
2691  "rls-analysis",
2692  "rls-data",
2693  "rls-ipc",
2694  "rls-rustc",
2695  "rls-span",
2696  "rls-vfs",
2697  "rustc-workspace-hack",
2698  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2699  "rustfmt-nightly",
2700  "serde",
2701  "serde_derive",
2702  "serde_ignored",
2703  "serde_json",
2704  "tempfile",
2705  "tokio",
2706  "tokio-process",
2707  "tokio-timer",
2708  "toml",
2709  "url 2.1.0",
2710  "walkdir",
2711 ]
2712
2713 [[package]]
2714 name = "rls-analysis"
2715 version = "0.18.1"
2716 source = "registry+https://github.com/rust-lang/crates.io-index"
2717 checksum = "534032993e1b60e5db934eab2dde54da7afd1e46c3465fddb2b29eb47cb1ed3a"
2718 dependencies = [
2719  "derive-new",
2720  "fst",
2721  "itertools 0.8.0",
2722  "json",
2723  "log",
2724  "rls-data",
2725  "rls-span",
2726  "serde",
2727  "serde_json",
2728 ]
2729
2730 [[package]]
2731 name = "rls-data"
2732 version = "0.19.0"
2733 source = "registry+https://github.com/rust-lang/crates.io-index"
2734 checksum = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
2735 dependencies = [
2736  "rls-span",
2737  "serde",
2738 ]
2739
2740 [[package]]
2741 name = "rls-ipc"
2742 version = "0.1.0"
2743 dependencies = [
2744  "jsonrpc-core",
2745  "jsonrpc-core-client",
2746  "jsonrpc-derive",
2747  "jsonrpc-ipc-server",
2748  "rls-data",
2749  "serde",
2750 ]
2751
2752 [[package]]
2753 name = "rls-rustc"
2754 version = "0.6.0"
2755 dependencies = [
2756  "clippy_lints",
2757  "env_logger 0.7.1",
2758  "futures",
2759  "log",
2760  "rand",
2761  "rls-data",
2762  "rls-ipc",
2763  "serde",
2764  "tokio",
2765 ]
2766
2767 [[package]]
2768 name = "rls-span"
2769 version = "0.5.2"
2770 source = "registry+https://github.com/rust-lang/crates.io-index"
2771 checksum = "f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934"
2772 dependencies = [
2773  "serde",
2774 ]
2775
2776 [[package]]
2777 name = "rls-vfs"
2778 version = "0.8.0"
2779 source = "registry+https://github.com/rust-lang/crates.io-index"
2780 checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
2781 dependencies = [
2782  "log",
2783  "rls-span",
2784 ]
2785
2786 [[package]]
2787 name = "rust-demangler"
2788 version = "0.0.0"
2789 dependencies = [
2790  "rustc-demangle",
2791 ]
2792
2793 [[package]]
2794 name = "rustbook"
2795 version = "0.1.0"
2796 dependencies = [
2797  "clap",
2798  "mdbook",
2799 ]
2800
2801 [[package]]
2802 name = "rustc-ap-rustc_arena"
2803 version = "669.0.0"
2804 source = "registry+https://github.com/rust-lang/crates.io-index"
2805 checksum = "c9cdd301e9dcb15ead384fc07196c850fd22829fae81d296b2ed6b4b10bf3278"
2806 dependencies = [
2807  "rustc-ap-rustc_data_structures",
2808  "smallvec 1.4.0",
2809 ]
2810
2811 [[package]]
2812 name = "rustc-ap-rustc_ast"
2813 version = "669.0.0"
2814 source = "registry+https://github.com/rust-lang/crates.io-index"
2815 checksum = "3f7c0d0537ca69dfe4a49212035295dfb37a235b5df01aa877d50b247f4775b8"
2816 dependencies = [
2817  "bitflags",
2818  "log",
2819  "rustc-ap-rustc_data_structures",
2820  "rustc-ap-rustc_index",
2821  "rustc-ap-rustc_lexer",
2822  "rustc-ap-rustc_macros",
2823  "rustc-ap-rustc_serialize",
2824  "rustc-ap-rustc_span",
2825  "scoped-tls",
2826  "smallvec 1.4.0",
2827 ]
2828
2829 [[package]]
2830 name = "rustc-ap-rustc_ast_passes"
2831 version = "669.0.0"
2832 source = "registry+https://github.com/rust-lang/crates.io-index"
2833 checksum = "d4cf4dca95f55f70eeb193fb08554026d79d0628de771fd726bb609e36887b82"
2834 dependencies = [
2835  "itertools 0.8.0",
2836  "log",
2837  "rustc-ap-rustc_ast",
2838  "rustc-ap-rustc_ast_pretty",
2839  "rustc-ap-rustc_attr",
2840  "rustc-ap-rustc_data_structures",
2841  "rustc-ap-rustc_errors",
2842  "rustc-ap-rustc_feature",
2843  "rustc-ap-rustc_parse",
2844  "rustc-ap-rustc_session",
2845  "rustc-ap-rustc_span",
2846 ]
2847
2848 [[package]]
2849 name = "rustc-ap-rustc_ast_pretty"
2850 version = "669.0.0"
2851 source = "registry+https://github.com/rust-lang/crates.io-index"
2852 checksum = "202bd2886d0cfa48baa3711042c14843f1b4852555b7ee7e5376bf66b276cb8d"
2853 dependencies = [
2854  "log",
2855  "rustc-ap-rustc_ast",
2856  "rustc-ap-rustc_span",
2857  "rustc-ap-rustc_target",
2858 ]
2859
2860 [[package]]
2861 name = "rustc-ap-rustc_attr"
2862 version = "669.0.0"
2863 source = "registry+https://github.com/rust-lang/crates.io-index"
2864 checksum = "b11ee1d92b3214e8a8c7829eff84cc1b03925da0ea5c6900cefe05b99edb4682"
2865 dependencies = [
2866  "rustc-ap-rustc_ast",
2867  "rustc-ap-rustc_ast_pretty",
2868  "rustc-ap-rustc_data_structures",
2869  "rustc-ap-rustc_errors",
2870  "rustc-ap-rustc_feature",
2871  "rustc-ap-rustc_macros",
2872  "rustc-ap-rustc_serialize",
2873  "rustc-ap-rustc_session",
2874  "rustc-ap-rustc_span",
2875  "version_check",
2876 ]
2877
2878 [[package]]
2879 name = "rustc-ap-rustc_data_structures"
2880 version = "669.0.0"
2881 source = "registry+https://github.com/rust-lang/crates.io-index"
2882 checksum = "7a45d43b974d4cb9e32e5a15119c5eb7672c306ef09b064f2125b6a0399f6656"
2883 dependencies = [
2884  "bitflags",
2885  "cfg-if",
2886  "crossbeam-utils 0.7.2",
2887  "ena",
2888  "indexmap",
2889  "jobserver",
2890  "lazy_static",
2891  "libc",
2892  "log",
2893  "measureme",
2894  "once_cell",
2895  "parking_lot 0.10.2",
2896  "rustc-ap-rustc_graphviz",
2897  "rustc-ap-rustc_index",
2898  "rustc-ap-rustc_serialize",
2899  "rustc-hash",
2900  "rustc-rayon",
2901  "rustc-rayon-core",
2902  "smallvec 1.4.0",
2903  "stable_deref_trait",
2904  "stacker",
2905  "winapi 0.3.8",
2906 ]
2907
2908 [[package]]
2909 name = "rustc-ap-rustc_errors"
2910 version = "669.0.0"
2911 source = "registry+https://github.com/rust-lang/crates.io-index"
2912 checksum = "8cd895d440820aaa04e6dc5486105494920a1e9779b9b051e8dba4ca5c182f94"
2913 dependencies = [
2914  "annotate-snippets 0.8.0",
2915  "atty",
2916  "log",
2917  "rustc-ap-rustc_data_structures",
2918  "rustc-ap-rustc_serialize",
2919  "rustc-ap-rustc_span",
2920  "termcolor",
2921  "termize",
2922  "unicode-width",
2923  "winapi 0.3.8",
2924 ]
2925
2926 [[package]]
2927 name = "rustc-ap-rustc_expand"
2928 version = "669.0.0"
2929 source = "registry+https://github.com/rust-lang/crates.io-index"
2930 checksum = "71a0cc7820860d6691bf0aa7a95cdbc60f6587b495c18e0fa15a888fdabbf171"
2931 dependencies = [
2932  "log",
2933  "rustc-ap-rustc_ast",
2934  "rustc-ap-rustc_ast_passes",
2935  "rustc-ap-rustc_ast_pretty",
2936  "rustc-ap-rustc_attr",
2937  "rustc-ap-rustc_data_structures",
2938  "rustc-ap-rustc_errors",
2939  "rustc-ap-rustc_feature",
2940  "rustc-ap-rustc_lexer",
2941  "rustc-ap-rustc_parse",
2942  "rustc-ap-rustc_serialize",
2943  "rustc-ap-rustc_session",
2944  "rustc-ap-rustc_span",
2945  "smallvec 1.4.0",
2946 ]
2947
2948 [[package]]
2949 name = "rustc-ap-rustc_feature"
2950 version = "669.0.0"
2951 source = "registry+https://github.com/rust-lang/crates.io-index"
2952 checksum = "5473d5106401aa46f881eb91772f0a41fd5f28ae6134cf4b450eb1370ea6af22"
2953 dependencies = [
2954  "lazy_static",
2955  "rustc-ap-rustc_data_structures",
2956  "rustc-ap-rustc_span",
2957 ]
2958
2959 [[package]]
2960 name = "rustc-ap-rustc_fs_util"
2961 version = "669.0.0"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "8da1d57ee7a7ef55f31a97d99c7f919f02fc9a60ab96faa8cf45a7ae3ab1ccbf"
2964
2965 [[package]]
2966 name = "rustc-ap-rustc_graphviz"
2967 version = "669.0.0"
2968 source = "registry+https://github.com/rust-lang/crates.io-index"
2969 checksum = "e3af62b20460908378cd1d354917acd9553376c5363bbb4e465f949bd82bdef9"
2970
2971 [[package]]
2972 name = "rustc-ap-rustc_index"
2973 version = "669.0.0"
2974 source = "registry+https://github.com/rust-lang/crates.io-index"
2975 checksum = "3af7d4c456fe7647453d3fcd58335c9d512d1ff9a239a370b7ebdd353d69f66f"
2976 dependencies = [
2977  "rustc-ap-rustc_serialize",
2978  "smallvec 1.4.0",
2979 ]
2980
2981 [[package]]
2982 name = "rustc-ap-rustc_lexer"
2983 version = "669.0.0"
2984 source = "registry+https://github.com/rust-lang/crates.io-index"
2985 checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63"
2986 dependencies = [
2987  "unicode-xid",
2988 ]
2989
2990 [[package]]
2991 name = "rustc-ap-rustc_macros"
2992 version = "669.0.0"
2993 source = "registry+https://github.com/rust-lang/crates.io-index"
2994 checksum = "64f6acd192f313047759a346b892998b626466b93fe04f415da5f38906bb3b4c"
2995 dependencies = [
2996  "proc-macro2",
2997  "quote",
2998  "syn",
2999  "synstructure",
3000 ]
3001
3002 [[package]]
3003 name = "rustc-ap-rustc_parse"
3004 version = "669.0.0"
3005 source = "registry+https://github.com/rust-lang/crates.io-index"
3006 checksum = "c006e8117c1c55e42bb56386c86ce6f7e4b47349e0bec7888c1d24784272e61b"
3007 dependencies = [
3008  "bitflags",
3009  "log",
3010  "rustc-ap-rustc_ast",
3011  "rustc-ap-rustc_ast_pretty",
3012  "rustc-ap-rustc_data_structures",
3013  "rustc-ap-rustc_errors",
3014  "rustc-ap-rustc_feature",
3015  "rustc-ap-rustc_lexer",
3016  "rustc-ap-rustc_session",
3017  "rustc-ap-rustc_span",
3018  "unicode-normalization",
3019 ]
3020
3021 [[package]]
3022 name = "rustc-ap-rustc_serialize"
3023 version = "669.0.0"
3024 source = "registry+https://github.com/rust-lang/crates.io-index"
3025 checksum = "306ced69beaeebe4de9552ee751eb54ea25b5f34a73fe80f5f9cbbe15ccebc48"
3026 dependencies = [
3027  "indexmap",
3028  "smallvec 1.4.0",
3029 ]
3030
3031 [[package]]
3032 name = "rustc-ap-rustc_session"
3033 version = "669.0.0"
3034 source = "registry+https://github.com/rust-lang/crates.io-index"
3035 checksum = "dbff48435f5a476365e3ab5f49e07f98715cecb2d8c5bbcafeaf3aec638407be"
3036 dependencies = [
3037  "bitflags",
3038  "getopts",
3039  "log",
3040  "num_cpus",
3041  "rustc-ap-rustc_ast",
3042  "rustc-ap-rustc_data_structures",
3043  "rustc-ap-rustc_errors",
3044  "rustc-ap-rustc_feature",
3045  "rustc-ap-rustc_fs_util",
3046  "rustc-ap-rustc_serialize",
3047  "rustc-ap-rustc_span",
3048  "rustc-ap-rustc_target",
3049 ]
3050
3051 [[package]]
3052 name = "rustc-ap-rustc_span"
3053 version = "669.0.0"
3054 source = "registry+https://github.com/rust-lang/crates.io-index"
3055 checksum = "ec4273af0abbe78fc4585316ab193445c848c555e9203ddc28af02330918bf30"
3056 dependencies = [
3057  "cfg-if",
3058  "log",
3059  "md-5",
3060  "rustc-ap-rustc_arena",
3061  "rustc-ap-rustc_data_structures",
3062  "rustc-ap-rustc_index",
3063  "rustc-ap-rustc_macros",
3064  "rustc-ap-rustc_serialize",
3065  "scoped-tls",
3066  "sha-1",
3067  "unicode-width",
3068 ]
3069
3070 [[package]]
3071 name = "rustc-ap-rustc_target"
3072 version = "669.0.0"
3073 source = "registry+https://github.com/rust-lang/crates.io-index"
3074 checksum = "6f9a2d6004ce6ad492a8eeacc2569b1c008169434b8828996d8dade4e5c6b6ee"
3075 dependencies = [
3076  "bitflags",
3077  "log",
3078  "rustc-ap-rustc_data_structures",
3079  "rustc-ap-rustc_index",
3080  "rustc-ap-rustc_macros",
3081  "rustc-ap-rustc_serialize",
3082  "rustc-ap-rustc_span",
3083 ]
3084
3085 [[package]]
3086 name = "rustc-demangle"
3087 version = "0.1.16"
3088 source = "registry+https://github.com/rust-lang/crates.io-index"
3089 checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
3090 dependencies = [
3091  "compiler_builtins",
3092  "rustc-std-workspace-core",
3093 ]
3094
3095 [[package]]
3096 name = "rustc-hash"
3097 version = "1.1.0"
3098 source = "registry+https://github.com/rust-lang/crates.io-index"
3099 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3100
3101 [[package]]
3102 name = "rustc-main"
3103 version = "0.0.0"
3104 dependencies = [
3105  "jemalloc-sys",
3106  "rustc_codegen_ssa",
3107  "rustc_driver",
3108 ]
3109
3110 [[package]]
3111 name = "rustc-rayon"
3112 version = "0.3.0"
3113 source = "registry+https://github.com/rust-lang/crates.io-index"
3114 checksum = "f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3115 dependencies = [
3116  "crossbeam-deque",
3117  "either",
3118  "rustc-rayon-core",
3119 ]
3120
3121 [[package]]
3122 name = "rustc-rayon-core"
3123 version = "0.3.0"
3124 source = "registry+https://github.com/rust-lang/crates.io-index"
3125 checksum = "ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3126 dependencies = [
3127  "crossbeam-deque",
3128  "crossbeam-queue",
3129  "crossbeam-utils 0.6.5",
3130  "lazy_static",
3131  "num_cpus",
3132 ]
3133
3134 [[package]]
3135 name = "rustc-std-workspace-alloc"
3136 version = "1.99.0"
3137 dependencies = [
3138  "alloc",
3139 ]
3140
3141 [[package]]
3142 name = "rustc-std-workspace-core"
3143 version = "1.99.0"
3144 dependencies = [
3145  "core",
3146 ]
3147
3148 [[package]]
3149 name = "rustc-std-workspace-std"
3150 version = "1.99.0"
3151 dependencies = [
3152  "std",
3153 ]
3154
3155 [[package]]
3156 name = "rustc-workspace-hack"
3157 version = "1.0.0"
3158 dependencies = [
3159  "crossbeam-utils 0.7.2",
3160  "proc-macro2",
3161  "quote",
3162  "serde",
3163  "serde_json",
3164  "smallvec 0.6.10",
3165  "smallvec 1.4.0",
3166  "syn",
3167  "url 2.1.0",
3168  "winapi 0.3.8",
3169 ]
3170
3171 [[package]]
3172 name = "rustc_apfloat"
3173 version = "0.0.0"
3174 dependencies = [
3175  "bitflags",
3176  "smallvec 1.4.0",
3177 ]
3178
3179 [[package]]
3180 name = "rustc_arena"
3181 version = "0.0.0"
3182 dependencies = [
3183  "rustc_data_structures",
3184  "smallvec 1.4.0",
3185 ]
3186
3187 [[package]]
3188 name = "rustc_ast"
3189 version = "0.0.0"
3190 dependencies = [
3191  "bitflags",
3192  "rustc_data_structures",
3193  "rustc_index",
3194  "rustc_lexer",
3195  "rustc_macros",
3196  "rustc_serialize",
3197  "rustc_span",
3198  "scoped-tls",
3199  "smallvec 1.4.0",
3200  "tracing",
3201 ]
3202
3203 [[package]]
3204 name = "rustc_ast_lowering"
3205 version = "0.0.0"
3206 dependencies = [
3207  "rustc_arena",
3208  "rustc_ast",
3209  "rustc_ast_pretty",
3210  "rustc_data_structures",
3211  "rustc_errors",
3212  "rustc_hir",
3213  "rustc_index",
3214  "rustc_session",
3215  "rustc_span",
3216  "rustc_target",
3217  "smallvec 1.4.0",
3218  "tracing",
3219 ]
3220
3221 [[package]]
3222 name = "rustc_ast_passes"
3223 version = "0.0.0"
3224 dependencies = [
3225  "itertools 0.8.0",
3226  "rustc_ast",
3227  "rustc_ast_pretty",
3228  "rustc_attr",
3229  "rustc_data_structures",
3230  "rustc_errors",
3231  "rustc_feature",
3232  "rustc_parse",
3233  "rustc_session",
3234  "rustc_span",
3235  "tracing",
3236 ]
3237
3238 [[package]]
3239 name = "rustc_ast_pretty"
3240 version = "0.0.0"
3241 dependencies = [
3242  "rustc_ast",
3243  "rustc_span",
3244  "rustc_target",
3245  "tracing",
3246 ]
3247
3248 [[package]]
3249 name = "rustc_attr"
3250 version = "0.0.0"
3251 dependencies = [
3252  "rustc_ast",
3253  "rustc_ast_pretty",
3254  "rustc_data_structures",
3255  "rustc_errors",
3256  "rustc_feature",
3257  "rustc_macros",
3258  "rustc_serialize",
3259  "rustc_session",
3260  "rustc_span",
3261  "version_check",
3262 ]
3263
3264 [[package]]
3265 name = "rustc_builtin_macros"
3266 version = "0.0.0"
3267 dependencies = [
3268  "rustc_ast",
3269  "rustc_ast_pretty",
3270  "rustc_attr",
3271  "rustc_data_structures",
3272  "rustc_errors",
3273  "rustc_expand",
3274  "rustc_feature",
3275  "rustc_parse",
3276  "rustc_parse_format",
3277  "rustc_session",
3278  "rustc_span",
3279  "rustc_target",
3280  "smallvec 1.4.0",
3281  "tracing",
3282 ]
3283
3284 [[package]]
3285 name = "rustc_codegen_llvm"
3286 version = "0.0.0"
3287 dependencies = [
3288  "bitflags",
3289  "flate2",
3290  "libc",
3291  "measureme",
3292  "rustc-demangle",
3293  "rustc_ast",
3294  "rustc_attr",
3295  "rustc_codegen_ssa",
3296  "rustc_data_structures",
3297  "rustc_errors",
3298  "rustc_feature",
3299  "rustc_fs_util",
3300  "rustc_hir",
3301  "rustc_incremental",
3302  "rustc_index",
3303  "rustc_llvm",
3304  "rustc_middle",
3305  "rustc_serialize",
3306  "rustc_session",
3307  "rustc_span",
3308  "rustc_target",
3309  "smallvec 1.4.0",
3310  "tracing",
3311 ]
3312
3313 [[package]]
3314 name = "rustc_codegen_ssa"
3315 version = "0.0.0"
3316 dependencies = [
3317  "bitflags",
3318  "cc",
3319  "jobserver",
3320  "libc",
3321  "memmap",
3322  "num_cpus",
3323  "pathdiff",
3324  "rustc_apfloat",
3325  "rustc_ast",
3326  "rustc_attr",
3327  "rustc_data_structures",
3328  "rustc_errors",
3329  "rustc_fs_util",
3330  "rustc_hir",
3331  "rustc_incremental",
3332  "rustc_index",
3333  "rustc_middle",
3334  "rustc_serialize",
3335  "rustc_session",
3336  "rustc_span",
3337  "rustc_symbol_mangling",
3338  "rustc_target",
3339  "tempfile",
3340  "tracing",
3341 ]
3342
3343 [[package]]
3344 name = "rustc_data_structures"
3345 version = "0.0.0"
3346 dependencies = [
3347  "bitflags",
3348  "cfg-if",
3349  "crossbeam-utils 0.7.2",
3350  "ena",
3351  "indexmap",
3352  "jobserver",
3353  "lazy_static",
3354  "libc",
3355  "measureme",
3356  "once_cell",
3357  "parking_lot 0.10.2",
3358  "rustc-hash",
3359  "rustc-rayon",
3360  "rustc-rayon-core",
3361  "rustc_graphviz",
3362  "rustc_index",
3363  "rustc_serialize",
3364  "smallvec 1.4.0",
3365  "stable_deref_trait",
3366  "stacker",
3367  "tracing",
3368  "winapi 0.3.8",
3369 ]
3370
3371 [[package]]
3372 name = "rustc_driver"
3373 version = "0.0.0"
3374 dependencies = [
3375  "lazy_static",
3376  "libc",
3377  "rustc_ast",
3378  "rustc_ast_pretty",
3379  "rustc_codegen_ssa",
3380  "rustc_data_structures",
3381  "rustc_error_codes",
3382  "rustc_errors",
3383  "rustc_feature",
3384  "rustc_hir",
3385  "rustc_hir_pretty",
3386  "rustc_interface",
3387  "rustc_lint",
3388  "rustc_metadata",
3389  "rustc_middle",
3390  "rustc_mir",
3391  "rustc_parse",
3392  "rustc_plugin_impl",
3393  "rustc_save_analysis",
3394  "rustc_serialize",
3395  "rustc_session",
3396  "rustc_span",
3397  "rustc_target",
3398  "tracing",
3399  "tracing-subscriber",
3400  "winapi 0.3.8",
3401 ]
3402
3403 [[package]]
3404 name = "rustc_error_codes"
3405 version = "0.0.0"
3406
3407 [[package]]
3408 name = "rustc_errors"
3409 version = "0.0.0"
3410 dependencies = [
3411  "annotate-snippets 0.8.0",
3412  "atty",
3413  "rustc_data_structures",
3414  "rustc_serialize",
3415  "rustc_span",
3416  "termcolor",
3417  "termize",
3418  "tracing",
3419  "unicode-width",
3420  "winapi 0.3.8",
3421 ]
3422
3423 [[package]]
3424 name = "rustc_expand"
3425 version = "0.0.0"
3426 dependencies = [
3427  "rustc_ast",
3428  "rustc_ast_passes",
3429  "rustc_ast_pretty",
3430  "rustc_attr",
3431  "rustc_data_structures",
3432  "rustc_errors",
3433  "rustc_feature",
3434  "rustc_lexer",
3435  "rustc_parse",
3436  "rustc_serialize",
3437  "rustc_session",
3438  "rustc_span",
3439  "smallvec 1.4.0",
3440  "tracing",
3441 ]
3442
3443 [[package]]
3444 name = "rustc_feature"
3445 version = "0.0.0"
3446 dependencies = [
3447  "lazy_static",
3448  "rustc_data_structures",
3449  "rustc_span",
3450 ]
3451
3452 [[package]]
3453 name = "rustc_fs_util"
3454 version = "0.0.0"
3455
3456 [[package]]
3457 name = "rustc_graphviz"
3458 version = "0.0.0"
3459
3460 [[package]]
3461 name = "rustc_hir"
3462 version = "0.0.0"
3463 dependencies = [
3464  "lazy_static",
3465  "rustc_ast",
3466  "rustc_data_structures",
3467  "rustc_index",
3468  "rustc_macros",
3469  "rustc_serialize",
3470  "rustc_span",
3471  "rustc_target",
3472  "smallvec 1.4.0",
3473  "tracing",
3474 ]
3475
3476 [[package]]
3477 name = "rustc_hir_pretty"
3478 version = "0.0.0"
3479 dependencies = [
3480  "rustc_ast",
3481  "rustc_ast_pretty",
3482  "rustc_hir",
3483  "rustc_span",
3484  "rustc_target",
3485 ]
3486
3487 [[package]]
3488 name = "rustc_incremental"
3489 version = "0.0.0"
3490 dependencies = [
3491  "rand",
3492  "rustc_ast",
3493  "rustc_data_structures",
3494  "rustc_fs_util",
3495  "rustc_graphviz",
3496  "rustc_hir",
3497  "rustc_middle",
3498  "rustc_serialize",
3499  "rustc_session",
3500  "rustc_span",
3501  "tracing",
3502 ]
3503
3504 [[package]]
3505 name = "rustc_index"
3506 version = "0.0.0"
3507 dependencies = [
3508  "arrayvec 0.5.1",
3509  "rustc_serialize",
3510 ]
3511
3512 [[package]]
3513 name = "rustc_infer"
3514 version = "0.0.0"
3515 dependencies = [
3516  "rustc_ast",
3517  "rustc_data_structures",
3518  "rustc_errors",
3519  "rustc_graphviz",
3520  "rustc_hir",
3521  "rustc_index",
3522  "rustc_macros",
3523  "rustc_middle",
3524  "rustc_serialize",
3525  "rustc_session",
3526  "rustc_span",
3527  "rustc_target",
3528  "smallvec 1.4.0",
3529  "tracing",
3530 ]
3531
3532 [[package]]
3533 name = "rustc_interface"
3534 version = "0.0.0"
3535 dependencies = [
3536  "libc",
3537  "once_cell",
3538  "rustc-rayon",
3539  "rustc_ast",
3540  "rustc_ast_lowering",
3541  "rustc_ast_passes",
3542  "rustc_attr",
3543  "rustc_builtin_macros",
3544  "rustc_codegen_llvm",
3545  "rustc_codegen_ssa",
3546  "rustc_data_structures",
3547  "rustc_errors",
3548  "rustc_expand",
3549  "rustc_hir",
3550  "rustc_incremental",
3551  "rustc_lint",
3552  "rustc_metadata",
3553  "rustc_middle",
3554  "rustc_mir",
3555  "rustc_mir_build",
3556  "rustc_parse",
3557  "rustc_passes",
3558  "rustc_plugin_impl",
3559  "rustc_privacy",
3560  "rustc_resolve",
3561  "rustc_serialize",
3562  "rustc_session",
3563  "rustc_span",
3564  "rustc_symbol_mangling",
3565  "rustc_target",
3566  "rustc_trait_selection",
3567  "rustc_traits",
3568  "rustc_ty",
3569  "rustc_typeck",
3570  "smallvec 1.4.0",
3571  "tempfile",
3572  "tracing",
3573  "winapi 0.3.8",
3574 ]
3575
3576 [[package]]
3577 name = "rustc_lexer"
3578 version = "0.1.0"
3579 dependencies = [
3580  "unicode-xid",
3581 ]
3582
3583 [[package]]
3584 name = "rustc_lint"
3585 version = "0.0.0"
3586 dependencies = [
3587  "rustc_ast",
3588  "rustc_ast_pretty",
3589  "rustc_attr",
3590  "rustc_data_structures",
3591  "rustc_errors",
3592  "rustc_feature",
3593  "rustc_hir",
3594  "rustc_index",
3595  "rustc_middle",
3596  "rustc_session",
3597  "rustc_span",
3598  "rustc_target",
3599  "rustc_trait_selection",
3600  "tracing",
3601  "unicode-security",
3602 ]
3603
3604 [[package]]
3605 name = "rustc_llvm"
3606 version = "0.0.0"
3607 dependencies = [
3608  "build_helper",
3609  "cc",
3610  "libc",
3611 ]
3612
3613 [[package]]
3614 name = "rustc_macros"
3615 version = "0.1.0"
3616 dependencies = [
3617  "proc-macro2",
3618  "quote",
3619  "syn",
3620  "synstructure",
3621 ]
3622
3623 [[package]]
3624 name = "rustc_metadata"
3625 version = "0.0.0"
3626 dependencies = [
3627  "flate2",
3628  "libc",
3629  "memmap",
3630  "rustc_ast",
3631  "rustc_attr",
3632  "rustc_data_structures",
3633  "rustc_errors",
3634  "rustc_expand",
3635  "rustc_hir",
3636  "rustc_hir_pretty",
3637  "rustc_index",
3638  "rustc_middle",
3639  "rustc_serialize",
3640  "rustc_session",
3641  "rustc_span",
3642  "rustc_target",
3643  "smallvec 1.4.0",
3644  "stable_deref_trait",
3645  "tracing",
3646  "winapi 0.3.8",
3647 ]
3648
3649 [[package]]
3650 name = "rustc_middle"
3651 version = "0.0.0"
3652 dependencies = [
3653  "bitflags",
3654  "byteorder",
3655  "chalk-ir",
3656  "measureme",
3657  "polonius-engine",
3658  "rustc-rayon-core",
3659  "rustc_apfloat",
3660  "rustc_arena",
3661  "rustc_ast",
3662  "rustc_attr",
3663  "rustc_data_structures",
3664  "rustc_errors",
3665  "rustc_feature",
3666  "rustc_hir",
3667  "rustc_index",
3668  "rustc_macros",
3669  "rustc_query_system",
3670  "rustc_serialize",
3671  "rustc_session",
3672  "rustc_span",
3673  "rustc_target",
3674  "smallvec 1.4.0",
3675  "tracing",
3676 ]
3677
3678 [[package]]
3679 name = "rustc_mir"
3680 version = "0.0.0"
3681 dependencies = [
3682  "either",
3683  "itertools 0.8.0",
3684  "log_settings",
3685  "polonius-engine",
3686  "rustc_apfloat",
3687  "rustc_ast",
3688  "rustc_attr",
3689  "rustc_data_structures",
3690  "rustc_errors",
3691  "rustc_graphviz",
3692  "rustc_hir",
3693  "rustc_index",
3694  "rustc_infer",
3695  "rustc_lexer",
3696  "rustc_macros",
3697  "rustc_middle",
3698  "rustc_serialize",
3699  "rustc_session",
3700  "rustc_span",
3701  "rustc_target",
3702  "rustc_trait_selection",
3703  "smallvec 1.4.0",
3704  "tracing",
3705 ]
3706
3707 [[package]]
3708 name = "rustc_mir_build"
3709 version = "0.0.0"
3710 dependencies = [
3711  "rustc_apfloat",
3712  "rustc_arena",
3713  "rustc_ast",
3714  "rustc_attr",
3715  "rustc_data_structures",
3716  "rustc_errors",
3717  "rustc_hir",
3718  "rustc_index",
3719  "rustc_infer",
3720  "rustc_middle",
3721  "rustc_serialize",
3722  "rustc_session",
3723  "rustc_span",
3724  "rustc_target",
3725  "rustc_trait_selection",
3726  "smallvec 1.4.0",
3727  "tracing",
3728 ]
3729
3730 [[package]]
3731 name = "rustc_parse"
3732 version = "0.0.0"
3733 dependencies = [
3734  "bitflags",
3735  "rustc_ast",
3736  "rustc_ast_pretty",
3737  "rustc_data_structures",
3738  "rustc_errors",
3739  "rustc_feature",
3740  "rustc_lexer",
3741  "rustc_session",
3742  "rustc_span",
3743  "smallvec 1.4.0",
3744  "tracing",
3745  "unicode-normalization",
3746 ]
3747
3748 [[package]]
3749 name = "rustc_parse_format"
3750 version = "0.0.0"
3751 dependencies = [
3752  "rustc_lexer",
3753  "rustc_span",
3754 ]
3755
3756 [[package]]
3757 name = "rustc_passes"
3758 version = "0.0.0"
3759 dependencies = [
3760  "rustc_ast",
3761  "rustc_attr",
3762  "rustc_data_structures",
3763  "rustc_errors",
3764  "rustc_hir",
3765  "rustc_index",
3766  "rustc_middle",
3767  "rustc_session",
3768  "rustc_span",
3769  "rustc_target",
3770  "rustc_trait_selection",
3771  "tracing",
3772 ]
3773
3774 [[package]]
3775 name = "rustc_plugin_impl"
3776 version = "0.0.0"
3777 dependencies = [
3778  "rustc_ast",
3779  "rustc_errors",
3780  "rustc_hir",
3781  "rustc_lint",
3782  "rustc_metadata",
3783  "rustc_middle",
3784  "rustc_session",
3785  "rustc_span",
3786 ]
3787
3788 [[package]]
3789 name = "rustc_privacy"
3790 version = "0.0.0"
3791 dependencies = [
3792  "rustc_attr",
3793  "rustc_data_structures",
3794  "rustc_errors",
3795  "rustc_hir",
3796  "rustc_middle",
3797  "rustc_session",
3798  "rustc_span",
3799  "rustc_typeck",
3800  "tracing",
3801 ]
3802
3803 [[package]]
3804 name = "rustc_query_system"
3805 version = "0.0.0"
3806 dependencies = [
3807  "parking_lot 0.10.2",
3808  "rustc-rayon-core",
3809  "rustc_arena",
3810  "rustc_data_structures",
3811  "rustc_errors",
3812  "rustc_index",
3813  "rustc_serialize",
3814  "rustc_span",
3815  "smallvec 1.4.0",
3816  "tracing",
3817 ]
3818
3819 [[package]]
3820 name = "rustc_resolve"
3821 version = "0.0.0"
3822 dependencies = [
3823  "bitflags",
3824  "rustc_arena",
3825  "rustc_ast",
3826  "rustc_ast_lowering",
3827  "rustc_ast_pretty",
3828  "rustc_attr",
3829  "rustc_data_structures",
3830  "rustc_errors",
3831  "rustc_expand",
3832  "rustc_feature",
3833  "rustc_hir",
3834  "rustc_index",
3835  "rustc_metadata",
3836  "rustc_middle",
3837  "rustc_session",
3838  "rustc_span",
3839  "smallvec 1.4.0",
3840  "tracing",
3841 ]
3842
3843 [[package]]
3844 name = "rustc_save_analysis"
3845 version = "0.0.0"
3846 dependencies = [
3847  "rls-data",
3848  "rls-span",
3849  "rustc_ast",
3850  "rustc_ast_pretty",
3851  "rustc_data_structures",
3852  "rustc_hir",
3853  "rustc_hir_pretty",
3854  "rustc_middle",
3855  "rustc_parse",
3856  "rustc_session",
3857  "rustc_span",
3858  "serde_json",
3859  "tracing",
3860 ]
3861
3862 [[package]]
3863 name = "rustc_serialize"
3864 version = "0.0.0"
3865 dependencies = [
3866  "indexmap",
3867  "smallvec 1.4.0",
3868 ]
3869
3870 [[package]]
3871 name = "rustc_session"
3872 version = "0.0.0"
3873 dependencies = [
3874  "bitflags",
3875  "getopts",
3876  "num_cpus",
3877  "rustc_ast",
3878  "rustc_data_structures",
3879  "rustc_errors",
3880  "rustc_feature",
3881  "rustc_fs_util",
3882  "rustc_serialize",
3883  "rustc_span",
3884  "rustc_target",
3885  "tracing",
3886 ]
3887
3888 [[package]]
3889 name = "rustc_span"
3890 version = "0.0.0"
3891 dependencies = [
3892  "cfg-if",
3893  "md-5",
3894  "rustc_arena",
3895  "rustc_data_structures",
3896  "rustc_index",
3897  "rustc_macros",
3898  "rustc_serialize",
3899  "scoped-tls",
3900  "sha-1",
3901  "tracing",
3902  "unicode-width",
3903 ]
3904
3905 [[package]]
3906 name = "rustc_symbol_mangling"
3907 version = "0.0.0"
3908 dependencies = [
3909  "punycode",
3910  "rustc-demangle",
3911  "rustc_ast",
3912  "rustc_data_structures",
3913  "rustc_hir",
3914  "rustc_middle",
3915  "rustc_session",
3916  "rustc_span",
3917  "rustc_target",
3918  "tracing",
3919 ]
3920
3921 [[package]]
3922 name = "rustc_target"
3923 version = "0.0.0"
3924 dependencies = [
3925  "bitflags",
3926  "rustc_data_structures",
3927  "rustc_index",
3928  "rustc_macros",
3929  "rustc_serialize",
3930  "rustc_span",
3931  "tracing",
3932 ]
3933
3934 [[package]]
3935 name = "rustc_tools_util"
3936 version = "0.2.0"
3937
3938 [[package]]
3939 name = "rustc_tools_util"
3940 version = "0.2.0"
3941 source = "registry+https://github.com/rust-lang/crates.io-index"
3942 checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
3943
3944 [[package]]
3945 name = "rustc_trait_selection"
3946 version = "0.0.0"
3947 dependencies = [
3948  "rustc_ast",
3949  "rustc_attr",
3950  "rustc_data_structures",
3951  "rustc_errors",
3952  "rustc_hir",
3953  "rustc_index",
3954  "rustc_infer",
3955  "rustc_macros",
3956  "rustc_middle",
3957  "rustc_parse_format",
3958  "rustc_session",
3959  "rustc_span",
3960  "rustc_target",
3961  "smallvec 1.4.0",
3962  "tracing",
3963 ]
3964
3965 [[package]]
3966 name = "rustc_traits"
3967 version = "0.0.0"
3968 dependencies = [
3969  "chalk-ir",
3970  "chalk-solve",
3971  "rustc_ast",
3972  "rustc_data_structures",
3973  "rustc_hir",
3974  "rustc_index",
3975  "rustc_infer",
3976  "rustc_middle",
3977  "rustc_span",
3978  "rustc_trait_selection",
3979  "smallvec 1.4.0",
3980  "tracing",
3981 ]
3982
3983 [[package]]
3984 name = "rustc_ty"
3985 version = "0.0.0"
3986 dependencies = [
3987  "rustc_data_structures",
3988  "rustc_errors",
3989  "rustc_hir",
3990  "rustc_infer",
3991  "rustc_middle",
3992  "rustc_session",
3993  "rustc_span",
3994  "rustc_target",
3995  "rustc_trait_selection",
3996  "tracing",
3997 ]
3998
3999 [[package]]
4000 name = "rustc_typeck"
4001 version = "0.0.0"
4002 dependencies = [
4003  "rustc_arena",
4004  "rustc_ast",
4005  "rustc_attr",
4006  "rustc_data_structures",
4007  "rustc_errors",
4008  "rustc_hir",
4009  "rustc_hir_pretty",
4010  "rustc_index",
4011  "rustc_infer",
4012  "rustc_middle",
4013  "rustc_session",
4014  "rustc_span",
4015  "rustc_target",
4016  "rustc_trait_selection",
4017  "smallvec 1.4.0",
4018  "tracing",
4019 ]
4020
4021 [[package]]
4022 name = "rustc_version"
4023 version = "0.2.3"
4024 source = "registry+https://github.com/rust-lang/crates.io-index"
4025 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
4026 dependencies = [
4027  "semver 0.9.0",
4028 ]
4029
4030 [[package]]
4031 name = "rustdoc"
4032 version = "0.0.0"
4033 dependencies = [
4034  "itertools 0.8.0",
4035  "minifier",
4036  "pulldown-cmark",
4037  "rustc-rayon",
4038  "serde",
4039  "serde_json",
4040  "tempfile",
4041 ]
4042
4043 [[package]]
4044 name = "rustdoc-themes"
4045 version = "0.1.0"
4046
4047 [[package]]
4048 name = "rustdoc-tool"
4049 version = "0.0.0"
4050 dependencies = [
4051  "rustdoc",
4052 ]
4053
4054 [[package]]
4055 name = "rustfix"
4056 version = "0.5.0"
4057 source = "registry+https://github.com/rust-lang/crates.io-index"
4058 checksum = "804b11883a5ce0ad0378fbf95a8dea59ee6b51c331a73b8f471b6bdaa3bd40c1"
4059 dependencies = [
4060  "anyhow",
4061  "log",
4062  "serde",
4063  "serde_json",
4064 ]
4065
4066 [[package]]
4067 name = "rustfmt-config_proc_macro"
4068 version = "0.2.0"
4069 dependencies = [
4070  "proc-macro2",
4071  "quote",
4072  "serde",
4073  "syn",
4074 ]
4075
4076 [[package]]
4077 name = "rustfmt-nightly"
4078 version = "1.4.19"
4079 dependencies = [
4080  "annotate-snippets 0.6.1",
4081  "anyhow",
4082  "bytecount",
4083  "cargo_metadata 0.8.0",
4084  "derive-new",
4085  "diff",
4086  "dirs",
4087  "env_logger 0.6.2",
4088  "getopts",
4089  "ignore",
4090  "itertools 0.8.0",
4091  "lazy_static",
4092  "log",
4093  "regex",
4094  "rustc-ap-rustc_ast",
4095  "rustc-ap-rustc_ast_pretty",
4096  "rustc-ap-rustc_attr",
4097  "rustc-ap-rustc_data_structures",
4098  "rustc-ap-rustc_errors",
4099  "rustc-ap-rustc_expand",
4100  "rustc-ap-rustc_parse",
4101  "rustc-ap-rustc_session",
4102  "rustc-ap-rustc_span",
4103  "rustc-workspace-hack",
4104  "rustfmt-config_proc_macro",
4105  "serde",
4106  "serde_json",
4107  "structopt",
4108  "term 0.6.0",
4109  "thiserror",
4110  "toml",
4111  "unicode-segmentation",
4112  "unicode-width",
4113  "unicode_categories",
4114 ]
4115
4116 [[package]]
4117 name = "ryu"
4118 version = "1.0.0"
4119 source = "registry+https://github.com/rust-lang/crates.io-index"
4120 checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
4121
4122 [[package]]
4123 name = "same-file"
4124 version = "1.0.4"
4125 source = "registry+https://github.com/rust-lang/crates.io-index"
4126 checksum = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
4127 dependencies = [
4128  "winapi-util",
4129 ]
4130
4131 [[package]]
4132 name = "schannel"
4133 version = "0.1.16"
4134 source = "registry+https://github.com/rust-lang/crates.io-index"
4135 checksum = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"
4136 dependencies = [
4137  "lazy_static",
4138  "winapi 0.3.8",
4139 ]
4140
4141 [[package]]
4142 name = "scoped-tls"
4143 version = "1.0.0"
4144 source = "registry+https://github.com/rust-lang/crates.io-index"
4145 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4146
4147 [[package]]
4148 name = "scoped_threadpool"
4149 version = "0.1.9"
4150 source = "registry+https://github.com/rust-lang/crates.io-index"
4151 checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
4152
4153 [[package]]
4154 name = "scopeguard"
4155 version = "1.0.0"
4156 source = "registry+https://github.com/rust-lang/crates.io-index"
4157 checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
4158
4159 [[package]]
4160 name = "semver"
4161 version = "0.9.0"
4162 source = "registry+https://github.com/rust-lang/crates.io-index"
4163 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4164 dependencies = [
4165  "semver-parser",
4166  "serde",
4167 ]
4168
4169 [[package]]
4170 name = "semver"
4171 version = "0.10.0"
4172 source = "registry+https://github.com/rust-lang/crates.io-index"
4173 checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
4174 dependencies = [
4175  "semver-parser",
4176  "serde",
4177 ]
4178
4179 [[package]]
4180 name = "semver-parser"
4181 version = "0.7.0"
4182 source = "registry+https://github.com/rust-lang/crates.io-index"
4183 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4184
4185 [[package]]
4186 name = "serde"
4187 version = "1.0.99"
4188 source = "registry+https://github.com/rust-lang/crates.io-index"
4189 checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
4190 dependencies = [
4191  "serde_derive",
4192 ]
4193
4194 [[package]]
4195 name = "serde_derive"
4196 version = "1.0.106"
4197 source = "registry+https://github.com/rust-lang/crates.io-index"
4198 checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
4199 dependencies = [
4200  "proc-macro2",
4201  "quote",
4202  "syn",
4203 ]
4204
4205 [[package]]
4206 name = "serde_ignored"
4207 version = "0.1.0"
4208 source = "registry+https://github.com/rust-lang/crates.io-index"
4209 checksum = "3c24bbb8f4b81834f618cd3e28698235c2fba06ddf7f4fbe30519dd081364e59"
4210 dependencies = [
4211  "serde",
4212 ]
4213
4214 [[package]]
4215 name = "serde_json"
4216 version = "1.0.40"
4217 source = "registry+https://github.com/rust-lang/crates.io-index"
4218 checksum = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
4219 dependencies = [
4220  "itoa",
4221  "ryu",
4222  "serde",
4223 ]
4224
4225 [[package]]
4226 name = "serde_repr"
4227 version = "0.1.5"
4228 source = "registry+https://github.com/rust-lang/crates.io-index"
4229 checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
4230 dependencies = [
4231  "proc-macro2",
4232  "quote",
4233  "syn",
4234 ]
4235
4236 [[package]]
4237 name = "sha-1"
4238 version = "0.8.2"
4239 source = "registry+https://github.com/rust-lang/crates.io-index"
4240 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4241 dependencies = [
4242  "block-buffer",
4243  "digest",
4244  "fake-simd",
4245  "opaque-debug",
4246 ]
4247
4248 [[package]]
4249 name = "sharded-slab"
4250 version = "0.0.9"
4251 source = "registry+https://github.com/rust-lang/crates.io-index"
4252 checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e"
4253 dependencies = [
4254  "lazy_static",
4255 ]
4256
4257 [[package]]
4258 name = "shell-escape"
4259 version = "0.1.4"
4260 source = "registry+https://github.com/rust-lang/crates.io-index"
4261 checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
4262
4263 [[package]]
4264 name = "shlex"
4265 version = "0.1.1"
4266 source = "registry+https://github.com/rust-lang/crates.io-index"
4267 checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
4268
4269 [[package]]
4270 name = "signal-hook"
4271 version = "0.1.7"
4272 source = "registry+https://github.com/rust-lang/crates.io-index"
4273 checksum = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4274 dependencies = [
4275  "arc-swap",
4276  "libc",
4277 ]
4278
4279 [[package]]
4280 name = "siphasher"
4281 version = "0.3.3"
4282 source = "registry+https://github.com/rust-lang/crates.io-index"
4283 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
4284
4285 [[package]]
4286 name = "sized-chunks"
4287 version = "0.6.2"
4288 source = "registry+https://github.com/rust-lang/crates.io-index"
4289 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
4290 dependencies = [
4291  "bitmaps",
4292  "typenum",
4293 ]
4294
4295 [[package]]
4296 name = "slab"
4297 version = "0.4.2"
4298 source = "registry+https://github.com/rust-lang/crates.io-index"
4299 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4300
4301 [[package]]
4302 name = "smallvec"
4303 version = "0.6.10"
4304 source = "registry+https://github.com/rust-lang/crates.io-index"
4305 checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
4306
4307 [[package]]
4308 name = "smallvec"
4309 version = "1.4.0"
4310 source = "registry+https://github.com/rust-lang/crates.io-index"
4311 checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
4312
4313 [[package]]
4314 name = "socket2"
4315 version = "0.3.12"
4316 source = "registry+https://github.com/rust-lang/crates.io-index"
4317 checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
4318 dependencies = [
4319  "cfg-if",
4320  "libc",
4321  "redox_syscall",
4322  "winapi 0.3.8",
4323 ]
4324
4325 [[package]]
4326 name = "stable_deref_trait"
4327 version = "1.1.0"
4328 source = "registry+https://github.com/rust-lang/crates.io-index"
4329 checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4330
4331 [[package]]
4332 name = "stacker"
4333 version = "0.1.9"
4334 source = "registry+https://github.com/rust-lang/crates.io-index"
4335 checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
4336 dependencies = [
4337  "cc",
4338  "cfg-if",
4339  "libc",
4340  "psm",
4341  "winapi 0.3.8",
4342 ]
4343
4344 [[package]]
4345 name = "std"
4346 version = "0.0.0"
4347 dependencies = [
4348  "addr2line",
4349  "alloc",
4350  "cfg-if",
4351  "compiler_builtins",
4352  "core",
4353  "dlmalloc",
4354  "fortanix-sgx-abi",
4355  "hashbrown",
4356  "hermit-abi",
4357  "libc",
4358  "miniz_oxide",
4359  "object",
4360  "panic_abort",
4361  "panic_unwind",
4362  "profiler_builtins",
4363  "rand",
4364  "rustc-demangle",
4365  "unwind",
4366  "wasi",
4367 ]
4368
4369 [[package]]
4370 name = "string_cache"
4371 version = "0.8.0"
4372 source = "registry+https://github.com/rust-lang/crates.io-index"
4373 checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
4374 dependencies = [
4375  "lazy_static",
4376  "new_debug_unreachable",
4377  "phf_shared",
4378  "precomputed-hash",
4379  "serde",
4380 ]
4381
4382 [[package]]
4383 name = "string_cache_codegen"
4384 version = "0.5.1"
4385 source = "registry+https://github.com/rust-lang/crates.io-index"
4386 checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
4387 dependencies = [
4388  "phf_generator",
4389  "phf_shared",
4390  "proc-macro2",
4391  "quote",
4392 ]
4393
4394 [[package]]
4395 name = "strip-ansi-escapes"
4396 version = "0.1.0"
4397 source = "registry+https://github.com/rust-lang/crates.io-index"
4398 checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
4399 dependencies = [
4400  "vte",
4401 ]
4402
4403 [[package]]
4404 name = "strsim"
4405 version = "0.8.0"
4406 source = "registry+https://github.com/rust-lang/crates.io-index"
4407 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4408
4409 [[package]]
4410 name = "structopt"
4411 version = "0.3.1"
4412 source = "registry+https://github.com/rust-lang/crates.io-index"
4413 checksum = "2ac9d6e93dd792b217bf89cda5c14566e3043960c6f9da890c2ba5d09d07804c"
4414 dependencies = [
4415  "clap",
4416  "structopt-derive",
4417 ]
4418
4419 [[package]]
4420 name = "structopt-derive"
4421 version = "0.3.1"
4422 source = "registry+https://github.com/rust-lang/crates.io-index"
4423 checksum = "2ae9e5165d463a0dea76967d021f8d0f9316057bf5163aa2a4843790e842ff37"
4424 dependencies = [
4425  "heck",
4426  "proc-macro-error",
4427  "proc-macro2",
4428  "quote",
4429  "syn",
4430 ]
4431
4432 [[package]]
4433 name = "strum"
4434 version = "0.18.0"
4435 source = "registry+https://github.com/rust-lang/crates.io-index"
4436 checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
4437
4438 [[package]]
4439 name = "strum_macros"
4440 version = "0.18.0"
4441 source = "registry+https://github.com/rust-lang/crates.io-index"
4442 checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
4443 dependencies = [
4444  "heck",
4445  "proc-macro2",
4446  "quote",
4447  "syn",
4448 ]
4449
4450 [[package]]
4451 name = "syn"
4452 version = "1.0.11"
4453 source = "registry+https://github.com/rust-lang/crates.io-index"
4454 checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
4455 dependencies = [
4456  "proc-macro2",
4457  "quote",
4458  "unicode-xid",
4459 ]
4460
4461 [[package]]
4462 name = "synstructure"
4463 version = "0.12.1"
4464 source = "registry+https://github.com/rust-lang/crates.io-index"
4465 checksum = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
4466 dependencies = [
4467  "proc-macro2",
4468  "quote",
4469  "syn",
4470  "unicode-xid",
4471 ]
4472
4473 [[package]]
4474 name = "tar"
4475 version = "0.4.26"
4476 source = "registry+https://github.com/rust-lang/crates.io-index"
4477 checksum = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
4478 dependencies = [
4479  "filetime",
4480  "libc",
4481  "redox_syscall",
4482  "xattr",
4483 ]
4484
4485 [[package]]
4486 name = "tempfile"
4487 version = "3.1.0"
4488 source = "registry+https://github.com/rust-lang/crates.io-index"
4489 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
4490 dependencies = [
4491  "cfg-if",
4492  "libc",
4493  "rand",
4494  "redox_syscall",
4495  "remove_dir_all",
4496  "winapi 0.3.8",
4497 ]
4498
4499 [[package]]
4500 name = "tendril"
4501 version = "0.4.0"
4502 source = "registry+https://github.com/rust-lang/crates.io-index"
4503 checksum = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
4504 dependencies = [
4505  "futf",
4506  "mac",
4507  "utf-8",
4508 ]
4509
4510 [[package]]
4511 name = "term"
4512 version = "0.0.0"
4513 dependencies = [
4514  "core",
4515  "std",
4516 ]
4517
4518 [[package]]
4519 name = "term"
4520 version = "0.6.0"
4521 source = "registry+https://github.com/rust-lang/crates.io-index"
4522 checksum = "0dd90505d5006a4422d3520b30c781d480b3f36768c2fa2187c3e950bc110464"
4523 dependencies = [
4524  "byteorder",
4525  "dirs",
4526  "winapi 0.3.8",
4527 ]
4528
4529 [[package]]
4530 name = "termcolor"
4531 version = "1.1.0"
4532 source = "registry+https://github.com/rust-lang/crates.io-index"
4533 checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
4534 dependencies = [
4535  "winapi-util",
4536 ]
4537
4538 [[package]]
4539 name = "termize"
4540 version = "0.1.1"
4541 source = "registry+https://github.com/rust-lang/crates.io-index"
4542 checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4543 dependencies = [
4544  "libc",
4545  "winapi 0.3.8",
4546 ]
4547
4548 [[package]]
4549 name = "test"
4550 version = "0.0.0"
4551 dependencies = [
4552  "cfg-if",
4553  "core",
4554  "getopts",
4555  "libc",
4556  "panic_abort",
4557  "panic_unwind",
4558  "proc_macro",
4559  "std",
4560  "term 0.0.0",
4561 ]
4562
4563 [[package]]
4564 name = "tester"
4565 version = "0.7.0"
4566 source = "registry+https://github.com/rust-lang/crates.io-index"
4567 checksum = "ee72ec31009a42b53de9a6b7d8f462b493ab3b1e4767bda1fcdbb52127f13b6c"
4568 dependencies = [
4569  "getopts",
4570  "libc",
4571  "term 0.6.0",
4572 ]
4573
4574 [[package]]
4575 name = "textwrap"
4576 version = "0.11.0"
4577 source = "registry+https://github.com/rust-lang/crates.io-index"
4578 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
4579 dependencies = [
4580  "unicode-width",
4581 ]
4582
4583 [[package]]
4584 name = "thiserror"
4585 version = "1.0.5"
4586 source = "registry+https://github.com/rust-lang/crates.io-index"
4587 checksum = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824"
4588 dependencies = [
4589  "thiserror-impl",
4590 ]
4591
4592 [[package]]
4593 name = "thiserror-impl"
4594 version = "1.0.5"
4595 source = "registry+https://github.com/rust-lang/crates.io-index"
4596 checksum = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d"
4597 dependencies = [
4598  "proc-macro2",
4599  "quote",
4600  "syn",
4601 ]
4602
4603 [[package]]
4604 name = "thread_local"
4605 version = "1.0.1"
4606 source = "registry+https://github.com/rust-lang/crates.io-index"
4607 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
4608 dependencies = [
4609  "lazy_static",
4610 ]
4611
4612 [[package]]
4613 name = "tidy"
4614 version = "0.1.0"
4615 dependencies = [
4616  "cargo_metadata 0.9.1",
4617  "lazy_static",
4618  "regex",
4619  "walkdir",
4620 ]
4621
4622 [[package]]
4623 name = "time"
4624 version = "0.1.42"
4625 source = "registry+https://github.com/rust-lang/crates.io-index"
4626 checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
4627 dependencies = [
4628  "libc",
4629  "redox_syscall",
4630  "winapi 0.3.8",
4631 ]
4632
4633 [[package]]
4634 name = "tokio"
4635 version = "0.1.22"
4636 source = "registry+https://github.com/rust-lang/crates.io-index"
4637 checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
4638 dependencies = [
4639  "bytes",
4640  "futures",
4641  "mio",
4642  "num_cpus",
4643  "tokio-codec",
4644  "tokio-current-thread",
4645  "tokio-executor",
4646  "tokio-fs",
4647  "tokio-io",
4648  "tokio-reactor",
4649  "tokio-sync",
4650  "tokio-tcp",
4651  "tokio-threadpool",
4652  "tokio-timer",
4653  "tokio-udp",
4654  "tokio-uds",
4655 ]
4656
4657 [[package]]
4658 name = "tokio-codec"
4659 version = "0.1.1"
4660 source = "registry+https://github.com/rust-lang/crates.io-index"
4661 checksum = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
4662 dependencies = [
4663  "bytes",
4664  "futures",
4665  "tokio-io",
4666 ]
4667
4668 [[package]]
4669 name = "tokio-current-thread"
4670 version = "0.1.6"
4671 source = "registry+https://github.com/rust-lang/crates.io-index"
4672 checksum = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
4673 dependencies = [
4674  "futures",
4675  "tokio-executor",
4676 ]
4677
4678 [[package]]
4679 name = "tokio-executor"
4680 version = "0.1.9"
4681 source = "registry+https://github.com/rust-lang/crates.io-index"
4682 checksum = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
4683 dependencies = [
4684  "crossbeam-utils 0.6.5",
4685  "futures",
4686 ]
4687
4688 [[package]]
4689 name = "tokio-fs"
4690 version = "0.1.6"
4691 source = "registry+https://github.com/rust-lang/crates.io-index"
4692 checksum = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
4693 dependencies = [
4694  "futures",
4695  "tokio-io",
4696  "tokio-threadpool",
4697 ]
4698
4699 [[package]]
4700 name = "tokio-io"
4701 version = "0.1.12"
4702 source = "registry+https://github.com/rust-lang/crates.io-index"
4703 checksum = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
4704 dependencies = [
4705  "bytes",
4706  "futures",
4707  "log",
4708 ]
4709
4710 [[package]]
4711 name = "tokio-named-pipes"
4712 version = "0.1.0"
4713 source = "registry+https://github.com/rust-lang/crates.io-index"
4714 checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
4715 dependencies = [
4716  "bytes",
4717  "futures",
4718  "mio",
4719  "mio-named-pipes",
4720  "tokio",
4721 ]
4722
4723 [[package]]
4724 name = "tokio-process"
4725 version = "0.2.4"
4726 source = "registry+https://github.com/rust-lang/crates.io-index"
4727 checksum = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
4728 dependencies = [
4729  "crossbeam-queue",
4730  "futures",
4731  "lazy_static",
4732  "libc",
4733  "log",
4734  "mio",
4735  "mio-named-pipes",
4736  "tokio-io",
4737  "tokio-reactor",
4738  "tokio-signal",
4739  "winapi 0.3.8",
4740 ]
4741
4742 [[package]]
4743 name = "tokio-reactor"
4744 version = "0.1.11"
4745 source = "registry+https://github.com/rust-lang/crates.io-index"
4746 checksum = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
4747 dependencies = [
4748  "crossbeam-utils 0.6.5",
4749  "futures",
4750  "lazy_static",
4751  "log",
4752  "mio",
4753  "num_cpus",
4754  "parking_lot 0.9.0",
4755  "slab",
4756  "tokio-executor",
4757  "tokio-io",
4758  "tokio-sync",
4759 ]
4760
4761 [[package]]
4762 name = "tokio-service"
4763 version = "0.1.0"
4764 source = "registry+https://github.com/rust-lang/crates.io-index"
4765 checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
4766 dependencies = [
4767  "futures",
4768 ]
4769
4770 [[package]]
4771 name = "tokio-signal"
4772 version = "0.2.7"
4773 source = "registry+https://github.com/rust-lang/crates.io-index"
4774 checksum = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
4775 dependencies = [
4776  "futures",
4777  "libc",
4778  "mio",
4779  "mio-uds",
4780  "signal-hook",
4781  "tokio-executor",
4782  "tokio-io",
4783  "tokio-reactor",
4784  "winapi 0.3.8",
4785 ]
4786
4787 [[package]]
4788 name = "tokio-sync"
4789 version = "0.1.7"
4790 source = "registry+https://github.com/rust-lang/crates.io-index"
4791 checksum = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
4792 dependencies = [
4793  "fnv",
4794  "futures",
4795 ]
4796
4797 [[package]]
4798 name = "tokio-tcp"
4799 version = "0.1.3"
4800 source = "registry+https://github.com/rust-lang/crates.io-index"
4801 checksum = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
4802 dependencies = [
4803  "bytes",
4804  "futures",
4805  "iovec",
4806  "mio",
4807  "tokio-io",
4808  "tokio-reactor",
4809 ]
4810
4811 [[package]]
4812 name = "tokio-threadpool"
4813 version = "0.1.17"
4814 source = "registry+https://github.com/rust-lang/crates.io-index"
4815 checksum = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
4816 dependencies = [
4817  "crossbeam-deque",
4818  "crossbeam-queue",
4819  "crossbeam-utils 0.6.5",
4820  "futures",
4821  "lazy_static",
4822  "log",
4823  "num_cpus",
4824  "slab",
4825  "tokio-executor",
4826 ]
4827
4828 [[package]]
4829 name = "tokio-timer"
4830 version = "0.2.12"
4831 source = "registry+https://github.com/rust-lang/crates.io-index"
4832 checksum = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
4833 dependencies = [
4834  "crossbeam-utils 0.6.5",
4835  "futures",
4836  "slab",
4837  "tokio-executor",
4838 ]
4839
4840 [[package]]
4841 name = "tokio-udp"
4842 version = "0.1.5"
4843 source = "registry+https://github.com/rust-lang/crates.io-index"
4844 checksum = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
4845 dependencies = [
4846  "bytes",
4847  "futures",
4848  "log",
4849  "mio",
4850  "tokio-codec",
4851  "tokio-io",
4852  "tokio-reactor",
4853 ]
4854
4855 [[package]]
4856 name = "tokio-uds"
4857 version = "0.2.5"
4858 source = "registry+https://github.com/rust-lang/crates.io-index"
4859 checksum = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4860 dependencies = [
4861  "bytes",
4862  "futures",
4863  "iovec",
4864  "libc",
4865  "log",
4866  "mio",
4867  "mio-uds",
4868  "tokio-codec",
4869  "tokio-io",
4870  "tokio-reactor",
4871 ]
4872
4873 [[package]]
4874 name = "toml"
4875 version = "0.5.3"
4876 source = "registry+https://github.com/rust-lang/crates.io-index"
4877 checksum = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
4878 dependencies = [
4879  "serde",
4880 ]
4881
4882 [[package]]
4883 name = "tracing"
4884 version = "0.1.18"
4885 source = "registry+https://github.com/rust-lang/crates.io-index"
4886 checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
4887 dependencies = [
4888  "cfg-if",
4889  "tracing-attributes",
4890  "tracing-core",
4891 ]
4892
4893 [[package]]
4894 name = "tracing-attributes"
4895 version = "0.1.9"
4896 source = "registry+https://github.com/rust-lang/crates.io-index"
4897 checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
4898 dependencies = [
4899  "proc-macro2",
4900  "quote",
4901  "syn",
4902 ]
4903
4904 [[package]]
4905 name = "tracing-core"
4906 version = "0.1.12"
4907 source = "registry+https://github.com/rust-lang/crates.io-index"
4908 checksum = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7"
4909 dependencies = [
4910  "lazy_static",
4911 ]
4912
4913 [[package]]
4914 name = "tracing-subscriber"
4915 version = "0.2.10"
4916 source = "registry+https://github.com/rust-lang/crates.io-index"
4917 checksum = "f7b33f8b2ef2ab0c3778c12646d9c42a24f7772bee4cdafc72199644a9f58fdc"
4918 dependencies = [
4919  "ansi_term 0.12.1",
4920  "lazy_static",
4921  "matchers",
4922  "parking_lot 0.9.0",
4923  "regex",
4924  "sharded-slab",
4925  "smallvec 1.4.0",
4926  "tracing-core",
4927 ]
4928
4929 [[package]]
4930 name = "typenum"
4931 version = "1.12.0"
4932 source = "registry+https://github.com/rust-lang/crates.io-index"
4933 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
4934
4935 [[package]]
4936 name = "ucd-parse"
4937 version = "0.1.4"
4938 source = "registry+https://github.com/rust-lang/crates.io-index"
4939 checksum = "ca6b52bf4da6512f0f07785a04769222e50d29639e7ecd016b7806fd2de306b4"
4940 dependencies = [
4941  "lazy_static",
4942  "regex",
4943 ]
4944
4945 [[package]]
4946 name = "ucd-trie"
4947 version = "0.1.1"
4948 source = "registry+https://github.com/rust-lang/crates.io-index"
4949 checksum = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4950
4951 [[package]]
4952 name = "unicase"
4953 version = "2.6.0"
4954 source = "registry+https://github.com/rust-lang/crates.io-index"
4955 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
4956 dependencies = [
4957  "version_check",
4958 ]
4959
4960 [[package]]
4961 name = "unicode-bdd"
4962 version = "0.1.0"
4963 dependencies = [
4964  "ucd-parse",
4965 ]
4966
4967 [[package]]
4968 name = "unicode-bidi"
4969 version = "0.3.4"
4970 source = "registry+https://github.com/rust-lang/crates.io-index"
4971 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
4972 dependencies = [
4973  "matches",
4974 ]
4975
4976 [[package]]
4977 name = "unicode-normalization"
4978 version = "0.1.12"
4979 source = "registry+https://github.com/rust-lang/crates.io-index"
4980 checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
4981 dependencies = [
4982  "smallvec 1.4.0",
4983 ]
4984
4985 [[package]]
4986 name = "unicode-script"
4987 version = "0.5.1"
4988 source = "registry+https://github.com/rust-lang/crates.io-index"
4989 checksum = "58b33414ea8db4b7ea0343548dbdc31d27aef06beacf7044a87e564d9b0feb7d"
4990
4991 [[package]]
4992 name = "unicode-security"
4993 version = "0.0.5"
4994 source = "registry+https://github.com/rust-lang/crates.io-index"
4995 checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
4996 dependencies = [
4997  "unicode-normalization",
4998  "unicode-script",
4999 ]
5000
5001 [[package]]
5002 name = "unicode-segmentation"
5003 version = "1.6.0"
5004 source = "registry+https://github.com/rust-lang/crates.io-index"
5005 checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
5006
5007 [[package]]
5008 name = "unicode-width"
5009 version = "0.1.6"
5010 source = "registry+https://github.com/rust-lang/crates.io-index"
5011 checksum = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
5012 dependencies = [
5013  "compiler_builtins",
5014  "rustc-std-workspace-core",
5015  "rustc-std-workspace-std",
5016 ]
5017
5018 [[package]]
5019 name = "unicode-xid"
5020 version = "0.2.0"
5021 source = "registry+https://github.com/rust-lang/crates.io-index"
5022 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
5023
5024 [[package]]
5025 name = "unicode_categories"
5026 version = "0.1.1"
5027 source = "registry+https://github.com/rust-lang/crates.io-index"
5028 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5029
5030 [[package]]
5031 name = "unstable-book-gen"
5032 version = "0.1.0"
5033 dependencies = [
5034  "num-traits",
5035  "tidy",
5036 ]
5037
5038 [[package]]
5039 name = "unwind"
5040 version = "0.0.0"
5041 dependencies = [
5042  "cc",
5043  "cfg-if",
5044  "compiler_builtins",
5045  "core",
5046  "libc",
5047 ]
5048
5049 [[package]]
5050 name = "url"
5051 version = "1.7.2"
5052 source = "registry+https://github.com/rust-lang/crates.io-index"
5053 checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5054 dependencies = [
5055  "idna 0.1.5",
5056  "matches",
5057  "percent-encoding 1.0.1",
5058 ]
5059
5060 [[package]]
5061 name = "url"
5062 version = "2.1.0"
5063 source = "registry+https://github.com/rust-lang/crates.io-index"
5064 checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
5065 dependencies = [
5066  "idna 0.2.0",
5067  "matches",
5068  "percent-encoding 2.1.0",
5069  "serde",
5070 ]
5071
5072 [[package]]
5073 name = "utf-8"
5074 version = "0.7.2"
5075 source = "registry+https://github.com/rust-lang/crates.io-index"
5076 checksum = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
5077
5078 [[package]]
5079 name = "utf8parse"
5080 version = "0.1.1"
5081 source = "registry+https://github.com/rust-lang/crates.io-index"
5082 checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
5083
5084 [[package]]
5085 name = "vcpkg"
5086 version = "0.2.8"
5087 source = "registry+https://github.com/rust-lang/crates.io-index"
5088 checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
5089
5090 [[package]]
5091 name = "vec_map"
5092 version = "0.8.1"
5093 source = "registry+https://github.com/rust-lang/crates.io-index"
5094 checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
5095
5096 [[package]]
5097 name = "vergen"
5098 version = "3.1.0"
5099 source = "registry+https://github.com/rust-lang/crates.io-index"
5100 checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
5101 dependencies = [
5102  "bitflags",
5103  "chrono",
5104 ]
5105
5106 [[package]]
5107 name = "version_check"
5108 version = "0.9.1"
5109 source = "registry+https://github.com/rust-lang/crates.io-index"
5110 checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
5111
5112 [[package]]
5113 name = "vte"
5114 version = "0.3.3"
5115 source = "registry+https://github.com/rust-lang/crates.io-index"
5116 checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
5117 dependencies = [
5118  "utf8parse",
5119 ]
5120
5121 [[package]]
5122 name = "walkdir"
5123 version = "2.2.7"
5124 source = "registry+https://github.com/rust-lang/crates.io-index"
5125 checksum = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
5126 dependencies = [
5127  "same-file",
5128  "winapi 0.3.8",
5129  "winapi-util",
5130 ]
5131
5132 [[package]]
5133 name = "wasi"
5134 version = "0.9.0+wasi-snapshot-preview1"
5135 source = "registry+https://github.com/rust-lang/crates.io-index"
5136 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5137 dependencies = [
5138  "compiler_builtins",
5139  "rustc-std-workspace-alloc",
5140  "rustc-std-workspace-core",
5141 ]
5142
5143 [[package]]
5144 name = "winapi"
5145 version = "0.2.8"
5146 source = "registry+https://github.com/rust-lang/crates.io-index"
5147 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
5148
5149 [[package]]
5150 name = "winapi"
5151 version = "0.3.8"
5152 source = "registry+https://github.com/rust-lang/crates.io-index"
5153 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
5154 dependencies = [
5155  "winapi-i686-pc-windows-gnu",
5156  "winapi-x86_64-pc-windows-gnu",
5157 ]
5158
5159 [[package]]
5160 name = "winapi-build"
5161 version = "0.1.1"
5162 source = "registry+https://github.com/rust-lang/crates.io-index"
5163 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
5164
5165 [[package]]
5166 name = "winapi-i686-pc-windows-gnu"
5167 version = "0.4.0"
5168 source = "registry+https://github.com/rust-lang/crates.io-index"
5169 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5170
5171 [[package]]
5172 name = "winapi-util"
5173 version = "0.1.5"
5174 source = "registry+https://github.com/rust-lang/crates.io-index"
5175 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5176 dependencies = [
5177  "winapi 0.3.8",
5178 ]
5179
5180 [[package]]
5181 name = "winapi-x86_64-pc-windows-gnu"
5182 version = "0.4.0"
5183 source = "registry+https://github.com/rust-lang/crates.io-index"
5184 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5185
5186 [[package]]
5187 name = "ws2_32-sys"
5188 version = "0.2.1"
5189 source = "registry+https://github.com/rust-lang/crates.io-index"
5190 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
5191 dependencies = [
5192  "winapi 0.2.8",
5193  "winapi-build",
5194 ]
5195
5196 [[package]]
5197 name = "xattr"
5198 version = "0.2.2"
5199 source = "registry+https://github.com/rust-lang/crates.io-index"
5200 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5201 dependencies = [
5202  "libc",
5203 ]
5204
5205 [[package]]
5206 name = "xml5ever"
5207 version = "0.16.1"
5208 source = "registry+https://github.com/rust-lang/crates.io-index"
5209 checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
5210 dependencies = [
5211  "log",
5212  "mac",
5213  "markup5ever",
5214  "time",
5215 ]
5216
5217 [[package]]
5218 name = "xz2"
5219 version = "0.1.5"
5220 source = "registry+https://github.com/rust-lang/crates.io-index"
5221 checksum = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
5222 dependencies = [
5223  "lzma-sys",
5224 ]
5225
5226 [[package]]
5227 name = "yaml-merge-keys"
5228 version = "0.4.0"
5229 source = "registry+https://github.com/rust-lang/crates.io-index"
5230 checksum = "59893318ba3ad2b704498c7761214a10eaf42c5f838bce9fc0145bf2ba658cfa"
5231 dependencies = [
5232  "lazy_static",
5233  "thiserror",
5234  "yaml-rust 0.4.3",
5235 ]
5236
5237 [[package]]
5238 name = "yaml-rust"
5239 version = "0.3.5"
5240 source = "registry+https://github.com/rust-lang/crates.io-index"
5241 checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5242
5243 [[package]]
5244 name = "yaml-rust"
5245 version = "0.4.3"
5246 source = "registry+https://github.com/rust-lang/crates.io-index"
5247 checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
5248 dependencies = [
5249  "linked-hash-map",
5250 ]