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