]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
[rust.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "addr2line"
7 version = "0.16.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
10 dependencies = [
11  "compiler_builtins",
12  "gimli 0.25.0",
13  "rustc-std-workspace-alloc",
14  "rustc-std-workspace-core",
15 ]
16
17 [[package]]
18 name = "adler"
19 version = "0.2.3"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
22 dependencies = [
23  "compiler_builtins",
24  "rustc-std-workspace-core",
25 ]
26
27 [[package]]
28 name = "ahash"
29 version = "0.7.4"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
32 dependencies = [
33  "getrandom 0.2.0",
34  "once_cell",
35  "version_check",
36 ]
37
38 [[package]]
39 name = "aho-corasick"
40 version = "0.7.18"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
43 dependencies = [
44  "memchr",
45 ]
46
47 [[package]]
48 name = "alloc"
49 version = "0.0.0"
50 dependencies = [
51  "compiler_builtins",
52  "core",
53  "rand 0.7.3",
54  "rand_xorshift",
55 ]
56
57 [[package]]
58 name = "ammonia"
59 version = "3.2.0"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
62 dependencies = [
63  "html5ever",
64  "maplit",
65  "once_cell",
66  "tendril",
67  "url 2.2.2",
68 ]
69
70 [[package]]
71 name = "annotate-snippets"
72 version = "0.8.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
75
76 [[package]]
77 name = "annotate-snippets"
78 version = "0.9.1"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
81 dependencies = [
82  "unicode-width",
83  "yansi-term",
84 ]
85
86 [[package]]
87 name = "ansi_term"
88 version = "0.12.1"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
91 dependencies = [
92  "winapi",
93 ]
94
95 [[package]]
96 name = "anyhow"
97 version = "1.0.51"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
100
101 [[package]]
102 name = "array_tool"
103 version = "1.0.3"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
106
107 [[package]]
108 name = "arrayvec"
109 version = "0.7.0"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
112
113 [[package]]
114 name = "askama"
115 version = "0.11.0"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
118 dependencies = [
119  "askama_derive",
120  "askama_escape",
121  "askama_shared",
122 ]
123
124 [[package]]
125 name = "askama_derive"
126 version = "0.11.0"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
129 dependencies = [
130  "askama_shared",
131  "proc-macro2",
132  "syn",
133 ]
134
135 [[package]]
136 name = "askama_escape"
137 version = "0.10.2"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
140
141 [[package]]
142 name = "askama_shared"
143 version = "0.12.0"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
146 dependencies = [
147  "askama_escape",
148  "nom",
149  "proc-macro2",
150  "quote",
151  "serde",
152  "syn",
153  "toml",
154 ]
155
156 [[package]]
157 name = "atty"
158 version = "0.2.14"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
160 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
161 dependencies = [
162  "hermit-abi 0.1.19",
163  "libc",
164  "winapi",
165 ]
166
167 [[package]]
168 name = "autocfg"
169 version = "1.1.0"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
172
173 [[package]]
174 name = "bitflags"
175 version = "1.2.1"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
178
179 [[package]]
180 name = "bitmaps"
181 version = "2.1.0"
182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
184 dependencies = [
185  "typenum",
186 ]
187
188 [[package]]
189 name = "block-buffer"
190 version = "0.7.3"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
193 dependencies = [
194  "block-padding",
195  "byte-tools",
196  "byteorder",
197  "generic-array 0.12.4",
198 ]
199
200 [[package]]
201 name = "block-buffer"
202 version = "0.10.2"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
205 dependencies = [
206  "generic-array 0.14.4",
207 ]
208
209 [[package]]
210 name = "block-padding"
211 version = "0.1.5"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
214 dependencies = [
215  "byte-tools",
216 ]
217
218 [[package]]
219 name = "bootstrap"
220 version = "0.0.0"
221 dependencies = [
222  "cc",
223  "cmake",
224  "filetime",
225  "getopts",
226  "hex 0.4.2",
227  "ignore",
228  "libc",
229  "num_cpus",
230  "once_cell",
231  "opener",
232  "pretty_assertions 0.7.2",
233  "serde",
234  "serde_json",
235  "sha2",
236  "sysinfo",
237  "tar",
238  "toml",
239  "winapi",
240  "xz2",
241 ]
242
243 [[package]]
244 name = "bstr"
245 version = "0.2.13"
246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
248 dependencies = [
249  "lazy_static",
250  "memchr",
251  "regex-automata",
252 ]
253
254 [[package]]
255 name = "build-manifest"
256 version = "0.1.0"
257 dependencies = [
258  "anyhow",
259  "flate2",
260  "hex 0.4.2",
261  "num_cpus",
262  "rayon",
263  "serde",
264  "serde_json",
265  "sha2",
266  "tar",
267  "toml",
268 ]
269
270 [[package]]
271 name = "bump-stage0"
272 version = "0.1.0"
273 dependencies = [
274  "anyhow",
275  "curl",
276  "indexmap",
277  "serde",
278  "serde_json",
279  "toml",
280 ]
281
282 [[package]]
283 name = "byte-tools"
284 version = "0.3.1"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
287
288 [[package]]
289 name = "bytecount"
290 version = "0.6.2"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
293 dependencies = [
294  "packed_simd_2",
295 ]
296
297 [[package]]
298 name = "byteorder"
299 version = "1.3.4"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
302
303 [[package]]
304 name = "bytes"
305 version = "1.0.1"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
308
309 [[package]]
310 name = "bytesize"
311 version = "1.0.1"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
314
315 [[package]]
316 name = "camino"
317 version = "1.0.5"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
320 dependencies = [
321  "serde",
322 ]
323
324 [[package]]
325 name = "cargo"
326 version = "0.64.0"
327 dependencies = [
328  "anyhow",
329  "atty",
330  "bytesize",
331  "cargo-platform 0.1.2",
332  "cargo-test-macro",
333  "cargo-test-support",
334  "cargo-util",
335  "clap 3.1.1",
336  "crates-io",
337  "crossbeam-utils",
338  "curl",
339  "curl-sys",
340  "env_logger 0.9.0",
341  "filetime",
342  "flate2",
343  "fwdansi",
344  "git2",
345  "git2-curl",
346  "glob",
347  "hex 0.4.2",
348  "home",
349  "humantime 2.0.1",
350  "ignore",
351  "im-rc",
352  "indexmap",
353  "itertools",
354  "jobserver",
355  "lazy_static",
356  "lazycell",
357  "libc",
358  "libgit2-sys",
359  "log",
360  "memchr",
361  "num_cpus",
362  "opener",
363  "openssl",
364  "os_info",
365  "pathdiff",
366  "percent-encoding 2.1.0",
367  "pretty_env_logger",
368  "rustc-workspace-hack",
369  "rustfix",
370  "semver",
371  "serde",
372  "serde_ignored",
373  "serde_json",
374  "shell-escape",
375  "snapbox",
376  "strip-ansi-escapes",
377  "tar",
378  "tempfile",
379  "termcolor",
380  "toml_edit",
381  "unicode-width",
382  "unicode-xid",
383  "url 2.2.2",
384  "walkdir",
385  "winapi",
386 ]
387
388 [[package]]
389 name = "cargo-credential"
390 version = "0.1.0"
391
392 [[package]]
393 name = "cargo-credential-1password"
394 version = "0.1.0"
395 dependencies = [
396  "cargo-credential",
397  "serde",
398  "serde_json",
399 ]
400
401 [[package]]
402 name = "cargo-credential-macos-keychain"
403 version = "0.1.0"
404 dependencies = [
405  "cargo-credential",
406  "security-framework",
407 ]
408
409 [[package]]
410 name = "cargo-credential-wincred"
411 version = "0.1.0"
412 dependencies = [
413  "cargo-credential",
414  "winapi",
415 ]
416
417 [[package]]
418 name = "cargo-miri"
419 version = "0.1.0"
420 dependencies = [
421  "directories",
422  "rustc-workspace-hack",
423  "rustc_version",
424  "serde",
425  "serde_json",
426  "vergen",
427 ]
428
429 [[package]]
430 name = "cargo-platform"
431 version = "0.1.2"
432 dependencies = [
433  "serde",
434 ]
435
436 [[package]]
437 name = "cargo-platform"
438 version = "0.1.2"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
441 dependencies = [
442  "serde",
443 ]
444
445 [[package]]
446 name = "cargo-test-macro"
447 version = "0.1.0"
448
449 [[package]]
450 name = "cargo-test-support"
451 version = "0.1.0"
452 dependencies = [
453  "anyhow",
454  "cargo-test-macro",
455  "cargo-util",
456  "filetime",
457  "flate2",
458  "git2",
459  "glob",
460  "itertools",
461  "lazy_static",
462  "remove_dir_all",
463  "serde_json",
464  "snapbox",
465  "tar",
466  "termcolor",
467  "toml_edit",
468  "url 2.2.2",
469 ]
470
471 [[package]]
472 name = "cargo-util"
473 version = "0.1.3"
474 dependencies = [
475  "anyhow",
476  "core-foundation",
477  "crypto-hash",
478  "filetime",
479  "hex 0.4.2",
480  "jobserver",
481  "libc",
482  "log",
483  "miow",
484  "same-file",
485  "shell-escape",
486  "tempfile",
487  "walkdir",
488  "winapi",
489 ]
490
491 [[package]]
492 name = "cargo_metadata"
493 version = "0.14.0"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
496 dependencies = [
497  "camino",
498  "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
499  "semver",
500  "serde",
501  "serde_json",
502 ]
503
504 [[package]]
505 name = "cargotest2"
506 version = "0.1.0"
507
508 [[package]]
509 name = "cc"
510 version = "1.0.69"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
513 dependencies = [
514  "jobserver",
515 ]
516
517 [[package]]
518 name = "cfg-if"
519 version = "0.1.10"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
521 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
522 dependencies = [
523  "compiler_builtins",
524  "rustc-std-workspace-core",
525 ]
526
527 [[package]]
528 name = "cfg-if"
529 version = "1.0.0"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
532
533 [[package]]
534 name = "chalk-derive"
535 version = "0.80.0"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "d0001adf0cf12361e08b65e1898ea138f8f77d8f5177cbf29b6b3b3532252bd6"
538 dependencies = [
539  "proc-macro2",
540  "quote",
541  "syn",
542  "synstructure",
543 ]
544
545 [[package]]
546 name = "chalk-engine"
547 version = "0.80.0"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "c44ee96f2d67cb5193d1503f185db1abad9933a1c6e6b4169c176f90baecd393"
550 dependencies = [
551  "chalk-derive",
552  "chalk-ir",
553  "chalk-solve",
554  "rustc-hash",
555  "tracing",
556 ]
557
558 [[package]]
559 name = "chalk-ir"
560 version = "0.80.0"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562 checksum = "92d8a95548f23618fda86426e4304e563ec2bb7ba0216139f0748d63c107b5f1"
563 dependencies = [
564  "bitflags",
565  "chalk-derive",
566  "lazy_static",
567 ]
568
569 [[package]]
570 name = "chalk-solve"
571 version = "0.80.0"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "f37f492dacfafe2e21319b80827da2779932909bb392f0cc86b2bd5c07c1b4e1"
574 dependencies = [
575  "chalk-derive",
576  "chalk-ir",
577  "ena",
578  "indexmap",
579  "itertools",
580  "petgraph",
581  "rustc-hash",
582  "tracing",
583  "tracing-subscriber",
584  "tracing-tree",
585 ]
586
587 [[package]]
588 name = "chrono"
589 version = "0.4.19"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
592 dependencies = [
593  "libc",
594  "num-integer",
595  "num-traits",
596  "time",
597  "winapi",
598 ]
599
600 [[package]]
601 name = "clap"
602 version = "2.34.0"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
605 dependencies = [
606  "ansi_term",
607  "atty",
608  "bitflags",
609  "strsim 0.8.0",
610  "textwrap 0.11.0",
611  "unicode-width",
612  "vec_map",
613  "yaml-rust 0.3.5",
614 ]
615
616 [[package]]
617 name = "clap"
618 version = "3.1.1"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620 checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
621 dependencies = [
622  "atty",
623  "bitflags",
624  "clap_derive",
625  "indexmap",
626  "lazy_static",
627  "os_str_bytes",
628  "strsim 0.10.0",
629  "termcolor",
630  "textwrap 0.14.2",
631 ]
632
633 [[package]]
634 name = "clap_complete"
635 version = "3.1.1"
636 source = "registry+https://github.com/rust-lang/crates.io-index"
637 checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
638 dependencies = [
639  "clap 3.1.1",
640 ]
641
642 [[package]]
643 name = "clap_derive"
644 version = "3.1.18"
645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
647 dependencies = [
648  "heck 0.4.0",
649  "proc-macro-error",
650  "proc-macro2",
651  "quote",
652  "syn",
653 ]
654
655 [[package]]
656 name = "clippy"
657 version = "0.1.63"
658 dependencies = [
659  "clippy_lints",
660  "clippy_utils",
661  "compiletest_rs",
662  "derive-new",
663  "filetime",
664  "futures 0.3.19",
665  "if_chain",
666  "itertools",
667  "parking_lot 0.12.1",
668  "quote",
669  "regex",
670  "rustc-semver",
671  "rustc-workspace-hack",
672  "rustc_tools_util 0.2.0",
673  "semver",
674  "serde",
675  "syn",
676  "tempfile",
677  "termize",
678  "tester",
679  "tokio",
680 ]
681
682 [[package]]
683 name = "clippy_dev"
684 version = "0.0.1"
685 dependencies = [
686  "aho-corasick",
687  "clap 3.1.1",
688  "indoc",
689  "itertools",
690  "opener",
691  "shell-escape",
692  "tempfile",
693  "walkdir",
694 ]
695
696 [[package]]
697 name = "clippy_lints"
698 version = "0.1.63"
699 dependencies = [
700  "cargo_metadata",
701  "clippy_utils",
702  "if_chain",
703  "itertools",
704  "pulldown-cmark",
705  "quine-mc_cluskey",
706  "regex-syntax",
707  "rustc-semver",
708  "semver",
709  "serde",
710  "serde_json",
711  "toml",
712  "unicode-normalization",
713  "unicode-script",
714  "url 2.2.2",
715 ]
716
717 [[package]]
718 name = "clippy_utils"
719 version = "0.1.63"
720 dependencies = [
721  "arrayvec",
722  "if_chain",
723  "rustc-semver",
724 ]
725
726 [[package]]
727 name = "cmake"
728 version = "0.1.44"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
730 checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
731 dependencies = [
732  "cc",
733 ]
734
735 [[package]]
736 name = "colored"
737 version = "2.0.0"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
740 dependencies = [
741  "atty",
742  "lazy_static",
743  "winapi",
744 ]
745
746 [[package]]
747 name = "combine"
748 version = "4.6.3"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
751 dependencies = [
752  "bytes",
753  "memchr",
754 ]
755
756 [[package]]
757 name = "commoncrypto"
758 version = "0.2.0"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
761 dependencies = [
762  "commoncrypto-sys",
763 ]
764
765 [[package]]
766 name = "commoncrypto-sys"
767 version = "0.2.0"
768 source = "registry+https://github.com/rust-lang/crates.io-index"
769 checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
770 dependencies = [
771  "libc",
772 ]
773
774 [[package]]
775 name = "compiler_builtins"
776 version = "0.1.73"
777 source = "registry+https://github.com/rust-lang/crates.io-index"
778 checksum = "71b72fde1d7792ca3bd654f7c3ea4508f9e4d0c826e24179eabb7fcc97a90bc3"
779 dependencies = [
780  "cc",
781  "rustc-std-workspace-core",
782 ]
783
784 [[package]]
785 name = "compiletest"
786 version = "0.0.0"
787 dependencies = [
788  "colored",
789  "diff",
790  "getopts",
791  "glob",
792  "lazy_static",
793  "libc",
794  "miow",
795  "regex",
796  "rustfix",
797  "serde",
798  "serde_json",
799  "tracing",
800  "tracing-subscriber",
801  "unified-diff",
802  "walkdir",
803  "winapi",
804 ]
805
806 [[package]]
807 name = "compiletest_rs"
808 version = "0.8.0"
809 source = "registry+https://github.com/rust-lang/crates.io-index"
810 checksum = "262134ef87408da1ddfe45e33daa0ca43b75286d6b1076446e602d264cf9847e"
811 dependencies = [
812  "diff",
813  "filetime",
814  "getopts",
815  "lazy_static",
816  "libc",
817  "log",
818  "miow",
819  "regex",
820  "rustfix",
821  "serde",
822  "serde_derive",
823  "serde_json",
824  "tempfile",
825  "tester",
826  "winapi",
827 ]
828
829 [[package]]
830 name = "concolor"
831 version = "0.0.8"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
833 checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af"
834 dependencies = [
835  "atty",
836  "bitflags",
837  "concolor-query",
838 ]
839
840 [[package]]
841 name = "concolor-query"
842 version = "0.0.5"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449"
845
846 [[package]]
847 name = "content_inspector"
848 version = "0.2.4"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
851 dependencies = [
852  "memchr",
853 ]
854
855 [[package]]
856 name = "core"
857 version = "0.0.0"
858 dependencies = [
859  "rand 0.7.3",
860  "rand_xorshift",
861 ]
862
863 [[package]]
864 name = "core-foundation"
865 version = "0.9.0"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
868 dependencies = [
869  "core-foundation-sys",
870  "libc",
871 ]
872
873 [[package]]
874 name = "core-foundation-sys"
875 version = "0.8.0"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
878
879 [[package]]
880 name = "coverage_test_macros"
881 version = "0.0.0"
882
883 [[package]]
884 name = "cpufeatures"
885 version = "0.2.1"
886 source = "registry+https://github.com/rust-lang/crates.io-index"
887 checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
888 dependencies = [
889  "libc",
890 ]
891
892 [[package]]
893 name = "crates-io"
894 version = "0.34.0"
895 dependencies = [
896  "anyhow",
897  "curl",
898  "percent-encoding 2.1.0",
899  "serde",
900  "serde_json",
901  "url 2.2.2",
902 ]
903
904 [[package]]
905 name = "crc32fast"
906 version = "1.2.0"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
908 checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
909 dependencies = [
910  "cfg-if 0.1.10",
911 ]
912
913 [[package]]
914 name = "crossbeam"
915 version = "0.8.1"
916 source = "registry+https://github.com/rust-lang/crates.io-index"
917 checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
918 dependencies = [
919  "cfg-if 1.0.0",
920  "crossbeam-channel",
921  "crossbeam-deque",
922  "crossbeam-epoch",
923  "crossbeam-queue",
924  "crossbeam-utils",
925 ]
926
927 [[package]]
928 name = "crossbeam-channel"
929 version = "0.5.4"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
932 dependencies = [
933  "cfg-if 1.0.0",
934  "crossbeam-utils",
935 ]
936
937 [[package]]
938 name = "crossbeam-deque"
939 version = "0.8.1"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
941 checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
942 dependencies = [
943  "cfg-if 1.0.0",
944  "crossbeam-epoch",
945  "crossbeam-utils",
946 ]
947
948 [[package]]
949 name = "crossbeam-epoch"
950 version = "0.9.6"
951 source = "registry+https://github.com/rust-lang/crates.io-index"
952 checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
953 dependencies = [
954  "cfg-if 1.0.0",
955  "crossbeam-utils",
956  "lazy_static",
957  "memoffset",
958  "scopeguard",
959 ]
960
961 [[package]]
962 name = "crossbeam-queue"
963 version = "0.3.5"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
966 dependencies = [
967  "cfg-if 1.0.0",
968  "crossbeam-utils",
969 ]
970
971 [[package]]
972 name = "crossbeam-utils"
973 version = "0.8.8"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
976 dependencies = [
977  "cfg-if 1.0.0",
978  "lazy_static",
979 ]
980
981 [[package]]
982 name = "crypto-common"
983 version = "0.1.2"
984 source = "registry+https://github.com/rust-lang/crates.io-index"
985 checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
986 dependencies = [
987  "generic-array 0.14.4",
988 ]
989
990 [[package]]
991 name = "crypto-hash"
992 version = "0.3.4"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
994 checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
995 dependencies = [
996  "commoncrypto",
997  "hex 0.3.2",
998  "openssl",
999  "winapi",
1000 ]
1001
1002 [[package]]
1003 name = "cstr"
1004 version = "0.2.8"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1007 dependencies = [
1008  "proc-macro2",
1009  "quote",
1010 ]
1011
1012 [[package]]
1013 name = "ctor"
1014 version = "0.1.15"
1015 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
1017 dependencies = [
1018  "quote",
1019  "syn",
1020 ]
1021
1022 [[package]]
1023 name = "curl"
1024 version = "0.4.43"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
1027 dependencies = [
1028  "curl-sys",
1029  "libc",
1030  "openssl-probe",
1031  "openssl-sys",
1032  "schannel",
1033  "socket2",
1034  "winapi",
1035 ]
1036
1037 [[package]]
1038 name = "curl-sys"
1039 version = "0.4.55+curl-7.83.1"
1040 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 checksum = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
1042 dependencies = [
1043  "cc",
1044  "libc",
1045  "libnghttp2-sys",
1046  "libz-sys",
1047  "openssl-sys",
1048  "pkg-config",
1049  "vcpkg",
1050  "winapi",
1051 ]
1052
1053 [[package]]
1054 name = "datafrog"
1055 version = "2.0.1"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
1058
1059 [[package]]
1060 name = "derive-new"
1061 version = "0.5.8"
1062 source = "registry+https://github.com/rust-lang/crates.io-index"
1063 checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
1064 dependencies = [
1065  "proc-macro2",
1066  "quote",
1067  "syn",
1068 ]
1069
1070 [[package]]
1071 name = "derive_more"
1072 version = "0.99.9"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1074 checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
1075 dependencies = [
1076  "proc-macro2",
1077  "quote",
1078  "syn",
1079 ]
1080
1081 [[package]]
1082 name = "diff"
1083 version = "0.1.12"
1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1085 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
1086
1087 [[package]]
1088 name = "difference"
1089 version = "2.0.0"
1090 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
1092
1093 [[package]]
1094 name = "digest"
1095 version = "0.8.1"
1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1098 dependencies = [
1099  "generic-array 0.12.4",
1100 ]
1101
1102 [[package]]
1103 name = "digest"
1104 version = "0.10.2"
1105 source = "registry+https://github.com/rust-lang/crates.io-index"
1106 checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
1107 dependencies = [
1108  "block-buffer 0.10.2",
1109  "crypto-common",
1110 ]
1111
1112 [[package]]
1113 name = "directories"
1114 version = "3.0.2"
1115 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
1117 dependencies = [
1118  "dirs-sys",
1119 ]
1120
1121 [[package]]
1122 name = "dirs"
1123 version = "4.0.0"
1124 source = "registry+https://github.com/rust-lang/crates.io-index"
1125 checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1126 dependencies = [
1127  "dirs-sys",
1128 ]
1129
1130 [[package]]
1131 name = "dirs-next"
1132 version = "2.0.0"
1133 source = "registry+https://github.com/rust-lang/crates.io-index"
1134 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1135 dependencies = [
1136  "cfg-if 1.0.0",
1137  "dirs-sys-next",
1138 ]
1139
1140 [[package]]
1141 name = "dirs-sys"
1142 version = "0.3.6"
1143 source = "registry+https://github.com/rust-lang/crates.io-index"
1144 checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
1145 dependencies = [
1146  "libc",
1147  "redox_users",
1148  "winapi",
1149 ]
1150
1151 [[package]]
1152 name = "dirs-sys-next"
1153 version = "0.1.2"
1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1156 dependencies = [
1157  "libc",
1158  "redox_users",
1159  "winapi",
1160 ]
1161
1162 [[package]]
1163 name = "dlmalloc"
1164 version = "0.2.3"
1165 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
1167 dependencies = [
1168  "compiler_builtins",
1169  "libc",
1170  "rustc-std-workspace-core",
1171 ]
1172
1173 [[package]]
1174 name = "dunce"
1175 version = "1.0.2"
1176 source = "registry+https://github.com/rust-lang/crates.io-index"
1177 checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1178
1179 [[package]]
1180 name = "either"
1181 version = "1.6.0"
1182 source = "registry+https://github.com/rust-lang/crates.io-index"
1183 checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
1184
1185 [[package]]
1186 name = "elasticlunr-rs"
1187 version = "2.3.9"
1188 source = "registry+https://github.com/rust-lang/crates.io-index"
1189 checksum = "35622eb004c8f0c5e7e2032815f3314a93df0db30a1ce5c94e62c1ecc81e22b9"
1190 dependencies = [
1191  "lazy_static",
1192  "regex",
1193  "serde",
1194  "serde_derive",
1195  "serde_json",
1196  "strum",
1197  "strum_macros",
1198 ]
1199
1200 [[package]]
1201 name = "ena"
1202 version = "0.14.0"
1203 source = "registry+https://github.com/rust-lang/crates.io-index"
1204 checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
1205 dependencies = [
1206  "log",
1207 ]
1208
1209 [[package]]
1210 name = "enum-iterator"
1211 version = "0.6.0"
1212 source = "registry+https://github.com/rust-lang/crates.io-index"
1213 checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
1214 dependencies = [
1215  "enum-iterator-derive",
1216 ]
1217
1218 [[package]]
1219 name = "enum-iterator-derive"
1220 version = "0.6.0"
1221 source = "registry+https://github.com/rust-lang/crates.io-index"
1222 checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
1223 dependencies = [
1224  "proc-macro2",
1225  "quote",
1226  "syn",
1227 ]
1228
1229 [[package]]
1230 name = "env_logger"
1231 version = "0.7.1"
1232 source = "registry+https://github.com/rust-lang/crates.io-index"
1233 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
1234 dependencies = [
1235  "atty",
1236  "humantime 1.3.0",
1237  "log",
1238  "regex",
1239  "termcolor",
1240 ]
1241
1242 [[package]]
1243 name = "env_logger"
1244 version = "0.9.0"
1245 source = "registry+https://github.com/rust-lang/crates.io-index"
1246 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1247 dependencies = [
1248  "atty",
1249  "humantime 2.0.1",
1250  "log",
1251  "regex",
1252  "termcolor",
1253 ]
1254
1255 [[package]]
1256 name = "error_index_generator"
1257 version = "0.0.0"
1258 dependencies = [
1259  "rustdoc",
1260  "walkdir",
1261 ]
1262
1263 [[package]]
1264 name = "expand-yaml-anchors"
1265 version = "0.1.0"
1266 dependencies = [
1267  "yaml-merge-keys",
1268  "yaml-rust 0.4.4",
1269 ]
1270
1271 [[package]]
1272 name = "expect-test"
1273 version = "1.0.1"
1274 source = "registry+https://github.com/rust-lang/crates.io-index"
1275 checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1276 dependencies = [
1277  "difference",
1278  "once_cell",
1279 ]
1280
1281 [[package]]
1282 name = "fake-simd"
1283 version = "0.1.2"
1284 source = "registry+https://github.com/rust-lang/crates.io-index"
1285 checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1286
1287 [[package]]
1288 name = "fallible-iterator"
1289 version = "0.2.0"
1290 source = "registry+https://github.com/rust-lang/crates.io-index"
1291 checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1292
1293 [[package]]
1294 name = "filetime"
1295 version = "0.2.14"
1296 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
1298 dependencies = [
1299  "cfg-if 1.0.0",
1300  "libc",
1301  "redox_syscall",
1302  "winapi",
1303 ]
1304
1305 [[package]]
1306 name = "fixedbitset"
1307 version = "0.2.0"
1308 source = "registry+https://github.com/rust-lang/crates.io-index"
1309 checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1310
1311 [[package]]
1312 name = "flate2"
1313 version = "1.0.16"
1314 source = "registry+https://github.com/rust-lang/crates.io-index"
1315 checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
1316 dependencies = [
1317  "cfg-if 0.1.10",
1318  "crc32fast",
1319  "libc",
1320  "libz-sys",
1321  "miniz_oxide",
1322 ]
1323
1324 [[package]]
1325 name = "fluent-bundle"
1326 version = "0.15.2"
1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1328 checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1329 dependencies = [
1330  "fluent-langneg",
1331  "fluent-syntax",
1332  "intl-memoizer",
1333  "intl_pluralrules",
1334  "rustc-hash",
1335  "self_cell",
1336  "smallvec",
1337  "unic-langid",
1338 ]
1339
1340 [[package]]
1341 name = "fluent-langneg"
1342 version = "0.13.0"
1343 source = "registry+https://github.com/rust-lang/crates.io-index"
1344 checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1345 dependencies = [
1346  "unic-langid",
1347 ]
1348
1349 [[package]]
1350 name = "fluent-syntax"
1351 version = "0.11.0"
1352 source = "registry+https://github.com/rust-lang/crates.io-index"
1353 checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1354 dependencies = [
1355  "thiserror",
1356 ]
1357
1358 [[package]]
1359 name = "fnv"
1360 version = "1.0.7"
1361 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1363
1364 [[package]]
1365 name = "foreign-types"
1366 version = "0.3.2"
1367 source = "registry+https://github.com/rust-lang/crates.io-index"
1368 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1369 dependencies = [
1370  "foreign-types-shared",
1371 ]
1372
1373 [[package]]
1374 name = "foreign-types-shared"
1375 version = "0.1.1"
1376 source = "registry+https://github.com/rust-lang/crates.io-index"
1377 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1378
1379 [[package]]
1380 name = "form_urlencoded"
1381 version = "1.0.1"
1382 source = "registry+https://github.com/rust-lang/crates.io-index"
1383 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1384 dependencies = [
1385  "matches",
1386  "percent-encoding 2.1.0",
1387 ]
1388
1389 [[package]]
1390 name = "fortanix-sgx-abi"
1391 version = "0.3.3"
1392 source = "registry+https://github.com/rust-lang/crates.io-index"
1393 checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
1394 dependencies = [
1395  "compiler_builtins",
1396  "rustc-std-workspace-core",
1397 ]
1398
1399 [[package]]
1400 name = "fs-err"
1401 version = "2.5.0"
1402 source = "registry+https://github.com/rust-lang/crates.io-index"
1403 checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1404
1405 [[package]]
1406 name = "fs_extra"
1407 version = "1.1.0"
1408 source = "registry+https://github.com/rust-lang/crates.io-index"
1409 checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1410
1411 [[package]]
1412 name = "fst"
1413 version = "0.4.5"
1414 source = "registry+https://github.com/rust-lang/crates.io-index"
1415 checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
1416
1417 [[package]]
1418 name = "futf"
1419 version = "0.1.4"
1420 source = "registry+https://github.com/rust-lang/crates.io-index"
1421 checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
1422 dependencies = [
1423  "mac",
1424  "new_debug_unreachable",
1425 ]
1426
1427 [[package]]
1428 name = "futures"
1429 version = "0.1.31"
1430 source = "registry+https://github.com/rust-lang/crates.io-index"
1431 checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
1432
1433 [[package]]
1434 name = "futures"
1435 version = "0.3.19"
1436 source = "registry+https://github.com/rust-lang/crates.io-index"
1437 checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
1438 dependencies = [
1439  "futures-channel",
1440  "futures-core",
1441  "futures-executor",
1442  "futures-io",
1443  "futures-sink",
1444  "futures-task",
1445  "futures-util",
1446 ]
1447
1448 [[package]]
1449 name = "futures-channel"
1450 version = "0.3.19"
1451 source = "registry+https://github.com/rust-lang/crates.io-index"
1452 checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
1453 dependencies = [
1454  "futures-core",
1455  "futures-sink",
1456 ]
1457
1458 [[package]]
1459 name = "futures-core"
1460 version = "0.3.19"
1461 source = "registry+https://github.com/rust-lang/crates.io-index"
1462 checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
1463
1464 [[package]]
1465 name = "futures-executor"
1466 version = "0.3.19"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
1469 dependencies = [
1470  "futures-core",
1471  "futures-task",
1472  "futures-util",
1473  "num_cpus",
1474 ]
1475
1476 [[package]]
1477 name = "futures-io"
1478 version = "0.3.19"
1479 source = "registry+https://github.com/rust-lang/crates.io-index"
1480 checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
1481
1482 [[package]]
1483 name = "futures-macro"
1484 version = "0.3.19"
1485 source = "registry+https://github.com/rust-lang/crates.io-index"
1486 checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
1487 dependencies = [
1488  "proc-macro2",
1489  "quote",
1490  "syn",
1491 ]
1492
1493 [[package]]
1494 name = "futures-sink"
1495 version = "0.3.19"
1496 source = "registry+https://github.com/rust-lang/crates.io-index"
1497 checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
1498
1499 [[package]]
1500 name = "futures-task"
1501 version = "0.3.19"
1502 source = "registry+https://github.com/rust-lang/crates.io-index"
1503 checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
1504
1505 [[package]]
1506 name = "futures-util"
1507 version = "0.3.19"
1508 source = "registry+https://github.com/rust-lang/crates.io-index"
1509 checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
1510 dependencies = [
1511  "futures 0.1.31",
1512  "futures-channel",
1513  "futures-core",
1514  "futures-io",
1515  "futures-macro",
1516  "futures-sink",
1517  "futures-task",
1518  "memchr",
1519  "pin-project-lite",
1520  "pin-utils",
1521  "slab",
1522 ]
1523
1524 [[package]]
1525 name = "fwdansi"
1526 version = "1.1.0"
1527 source = "registry+https://github.com/rust-lang/crates.io-index"
1528 checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
1529 dependencies = [
1530  "memchr",
1531  "termcolor",
1532 ]
1533
1534 [[package]]
1535 name = "generic-array"
1536 version = "0.12.4"
1537 source = "registry+https://github.com/rust-lang/crates.io-index"
1538 checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1539 dependencies = [
1540  "typenum",
1541 ]
1542
1543 [[package]]
1544 name = "generic-array"
1545 version = "0.14.4"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1548 dependencies = [
1549  "typenum",
1550  "version_check",
1551 ]
1552
1553 [[package]]
1554 name = "getopts"
1555 version = "0.2.21"
1556 source = "registry+https://github.com/rust-lang/crates.io-index"
1557 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
1558 dependencies = [
1559  "rustc-std-workspace-core",
1560  "rustc-std-workspace-std",
1561  "unicode-width",
1562 ]
1563
1564 [[package]]
1565 name = "getrandom"
1566 version = "0.1.14"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
1569 dependencies = [
1570  "cfg-if 0.1.10",
1571  "libc",
1572  "wasi 0.9.0+wasi-snapshot-preview1",
1573 ]
1574
1575 [[package]]
1576 name = "getrandom"
1577 version = "0.2.0"
1578 source = "registry+https://github.com/rust-lang/crates.io-index"
1579 checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1580 dependencies = [
1581  "cfg-if 0.1.10",
1582  "libc",
1583  "wasi 0.9.0+wasi-snapshot-preview1",
1584 ]
1585
1586 [[package]]
1587 name = "getset"
1588 version = "0.1.1"
1589 source = "registry+https://github.com/rust-lang/crates.io-index"
1590 checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1591 dependencies = [
1592  "proc-macro-error",
1593  "proc-macro2",
1594  "quote",
1595  "syn",
1596 ]
1597
1598 [[package]]
1599 name = "gimli"
1600 version = "0.25.0"
1601 source = "registry+https://github.com/rust-lang/crates.io-index"
1602 checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1603 dependencies = [
1604  "compiler_builtins",
1605  "rustc-std-workspace-alloc",
1606  "rustc-std-workspace-core",
1607 ]
1608
1609 [[package]]
1610 name = "gimli"
1611 version = "0.26.1"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1614 dependencies = [
1615  "fallible-iterator",
1616  "indexmap",
1617  "stable_deref_trait",
1618 ]
1619
1620 [[package]]
1621 name = "git2"
1622 version = "0.14.2"
1623 source = "registry+https://github.com/rust-lang/crates.io-index"
1624 checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
1625 dependencies = [
1626  "bitflags",
1627  "libc",
1628  "libgit2-sys",
1629  "log",
1630  "openssl-probe",
1631  "openssl-sys",
1632  "url 2.2.2",
1633 ]
1634
1635 [[package]]
1636 name = "git2-curl"
1637 version = "0.15.0"
1638 source = "registry+https://github.com/rust-lang/crates.io-index"
1639 checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13"
1640 dependencies = [
1641  "curl",
1642  "git2",
1643  "log",
1644  "url 2.2.2",
1645 ]
1646
1647 [[package]]
1648 name = "glob"
1649 version = "0.3.0"
1650 source = "registry+https://github.com/rust-lang/crates.io-index"
1651 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1652
1653 [[package]]
1654 name = "globset"
1655 version = "0.4.5"
1656 source = "registry+https://github.com/rust-lang/crates.io-index"
1657 checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
1658 dependencies = [
1659  "aho-corasick",
1660  "bstr",
1661  "fnv",
1662  "log",
1663  "regex",
1664 ]
1665
1666 [[package]]
1667 name = "gsgdt"
1668 version = "0.1.2"
1669 source = "registry+https://github.com/rust-lang/crates.io-index"
1670 checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
1671 dependencies = [
1672  "serde",
1673 ]
1674
1675 [[package]]
1676 name = "handlebars"
1677 version = "4.1.0"
1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1679 checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
1680 dependencies = [
1681  "log",
1682  "pest",
1683  "pest_derive",
1684  "quick-error 2.0.0",
1685  "serde",
1686  "serde_json",
1687 ]
1688
1689 [[package]]
1690 name = "hashbrown"
1691 version = "0.11.2"
1692 source = "registry+https://github.com/rust-lang/crates.io-index"
1693 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
1694 dependencies = [
1695  "ahash",
1696 ]
1697
1698 [[package]]
1699 name = "hashbrown"
1700 version = "0.12.0"
1701 source = "registry+https://github.com/rust-lang/crates.io-index"
1702 checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
1703 dependencies = [
1704  "compiler_builtins",
1705  "rustc-std-workspace-alloc",
1706  "rustc-std-workspace-core",
1707 ]
1708
1709 [[package]]
1710 name = "heck"
1711 version = "0.3.1"
1712 source = "registry+https://github.com/rust-lang/crates.io-index"
1713 checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1714 dependencies = [
1715  "unicode-segmentation",
1716 ]
1717
1718 [[package]]
1719 name = "heck"
1720 version = "0.4.0"
1721 source = "registry+https://github.com/rust-lang/crates.io-index"
1722 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1723
1724 [[package]]
1725 name = "hermit-abi"
1726 version = "0.1.19"
1727 source = "registry+https://github.com/rust-lang/crates.io-index"
1728 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1729 dependencies = [
1730  "libc",
1731 ]
1732
1733 [[package]]
1734 name = "hermit-abi"
1735 version = "0.2.0"
1736 source = "registry+https://github.com/rust-lang/crates.io-index"
1737 checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
1738 dependencies = [
1739  "compiler_builtins",
1740  "libc",
1741  "rustc-std-workspace-core",
1742 ]
1743
1744 [[package]]
1745 name = "hex"
1746 version = "0.3.2"
1747 source = "registry+https://github.com/rust-lang/crates.io-index"
1748 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1749
1750 [[package]]
1751 name = "hex"
1752 version = "0.4.2"
1753 source = "registry+https://github.com/rust-lang/crates.io-index"
1754 checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
1755
1756 [[package]]
1757 name = "home"
1758 version = "0.5.3"
1759 source = "registry+https://github.com/rust-lang/crates.io-index"
1760 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
1761 dependencies = [
1762  "winapi",
1763 ]
1764
1765 [[package]]
1766 name = "html-checker"
1767 version = "0.1.0"
1768 dependencies = [
1769  "walkdir",
1770 ]
1771
1772 [[package]]
1773 name = "html5ever"
1774 version = "0.26.0"
1775 source = "registry+https://github.com/rust-lang/crates.io-index"
1776 checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
1777 dependencies = [
1778  "log",
1779  "mac",
1780  "markup5ever",
1781  "proc-macro2",
1782  "quote",
1783  "syn",
1784 ]
1785
1786 [[package]]
1787 name = "humantime"
1788 version = "1.3.0"
1789 source = "registry+https://github.com/rust-lang/crates.io-index"
1790 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1791 dependencies = [
1792  "quick-error 1.2.3",
1793 ]
1794
1795 [[package]]
1796 name = "humantime"
1797 version = "2.0.1"
1798 source = "registry+https://github.com/rust-lang/crates.io-index"
1799 checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
1800
1801 [[package]]
1802 name = "idna"
1803 version = "0.1.5"
1804 source = "registry+https://github.com/rust-lang/crates.io-index"
1805 checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1806 dependencies = [
1807  "matches",
1808  "unicode-bidi",
1809  "unicode-normalization",
1810 ]
1811
1812 [[package]]
1813 name = "idna"
1814 version = "0.2.0"
1815 source = "registry+https://github.com/rust-lang/crates.io-index"
1816 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1817 dependencies = [
1818  "matches",
1819  "unicode-bidi",
1820  "unicode-normalization",
1821 ]
1822
1823 [[package]]
1824 name = "if_chain"
1825 version = "1.0.0"
1826 source = "registry+https://github.com/rust-lang/crates.io-index"
1827 checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
1828
1829 [[package]]
1830 name = "ignore"
1831 version = "0.4.17"
1832 source = "registry+https://github.com/rust-lang/crates.io-index"
1833 checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
1834 dependencies = [
1835  "crossbeam-utils",
1836  "globset",
1837  "lazy_static",
1838  "log",
1839  "memchr",
1840  "regex",
1841  "same-file",
1842  "thread_local",
1843  "walkdir",
1844  "winapi-util",
1845 ]
1846
1847 [[package]]
1848 name = "im-rc"
1849 version = "15.0.0"
1850 source = "registry+https://github.com/rust-lang/crates.io-index"
1851 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
1852 dependencies = [
1853  "bitmaps",
1854  "rand_core 0.5.1",
1855  "rand_xoshiro 0.4.0",
1856  "sized-chunks",
1857  "typenum",
1858  "version_check",
1859 ]
1860
1861 [[package]]
1862 name = "indexmap"
1863 version = "1.8.2"
1864 source = "registry+https://github.com/rust-lang/crates.io-index"
1865 checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
1866 dependencies = [
1867  "autocfg",
1868  "hashbrown 0.11.2",
1869  "rustc-rayon",
1870  "serde",
1871 ]
1872
1873 [[package]]
1874 name = "indoc"
1875 version = "1.0.3"
1876 source = "registry+https://github.com/rust-lang/crates.io-index"
1877 checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1878 dependencies = [
1879  "unindent",
1880 ]
1881
1882 [[package]]
1883 name = "installer"
1884 version = "0.0.0"
1885 dependencies = [
1886  "anyhow",
1887  "clap 2.34.0",
1888  "flate2",
1889  "lazy_static",
1890  "num_cpus",
1891  "rayon",
1892  "remove_dir_all",
1893  "tar",
1894  "walkdir",
1895  "winapi",
1896  "xz2",
1897 ]
1898
1899 [[package]]
1900 name = "instant"
1901 version = "0.1.12"
1902 source = "registry+https://github.com/rust-lang/crates.io-index"
1903 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1904 dependencies = [
1905  "cfg-if 1.0.0",
1906 ]
1907
1908 [[package]]
1909 name = "intl-memoizer"
1910 version = "0.5.1"
1911 source = "registry+https://github.com/rust-lang/crates.io-index"
1912 checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1913 dependencies = [
1914  "type-map",
1915  "unic-langid",
1916 ]
1917
1918 [[package]]
1919 name = "intl_pluralrules"
1920 version = "7.0.1"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
1923 dependencies = [
1924  "tinystr",
1925  "unic-langid",
1926 ]
1927
1928 [[package]]
1929 name = "itertools"
1930 version = "0.10.1"
1931 source = "registry+https://github.com/rust-lang/crates.io-index"
1932 checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
1933 dependencies = [
1934  "either",
1935 ]
1936
1937 [[package]]
1938 name = "itoa"
1939 version = "0.4.6"
1940 source = "registry+https://github.com/rust-lang/crates.io-index"
1941 checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
1942
1943 [[package]]
1944 name = "jemalloc-sys"
1945 version = "0.5.0+5.3.0"
1946 source = "registry+https://github.com/rust-lang/crates.io-index"
1947 checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
1948 dependencies = [
1949  "cc",
1950  "fs_extra",
1951  "libc",
1952 ]
1953
1954 [[package]]
1955 name = "jobserver"
1956 version = "0.1.24"
1957 source = "registry+https://github.com/rust-lang/crates.io-index"
1958 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
1959 dependencies = [
1960  "libc",
1961 ]
1962
1963 [[package]]
1964 name = "json"
1965 version = "0.12.4"
1966 source = "registry+https://github.com/rust-lang/crates.io-index"
1967 checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1968
1969 [[package]]
1970 name = "jsondocck"
1971 version = "0.1.0"
1972 dependencies = [
1973  "fs-err",
1974  "getopts",
1975  "jsonpath_lib",
1976  "once_cell",
1977  "regex",
1978  "serde_json",
1979  "shlex",
1980 ]
1981
1982 [[package]]
1983 name = "jsonpath_lib"
1984 version = "0.2.6"
1985 source = "registry+https://github.com/rust-lang/crates.io-index"
1986 checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1987 dependencies = [
1988  "array_tool",
1989  "env_logger 0.7.1",
1990  "log",
1991  "serde",
1992  "serde_json",
1993 ]
1994
1995 [[package]]
1996 name = "jsonrpc-client-transports"
1997 version = "18.0.0"
1998 source = "registry+https://github.com/rust-lang/crates.io-index"
1999 checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
2000 dependencies = [
2001  "derive_more",
2002  "futures 0.3.19",
2003  "jsonrpc-core",
2004  "jsonrpc-pubsub",
2005  "jsonrpc-server-utils",
2006  "log",
2007  "parity-tokio-ipc",
2008  "serde",
2009  "serde_json",
2010  "tokio",
2011  "url 1.7.2",
2012 ]
2013
2014 [[package]]
2015 name = "jsonrpc-core"
2016 version = "18.0.0"
2017 source = "registry+https://github.com/rust-lang/crates.io-index"
2018 checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2019 dependencies = [
2020  "futures 0.3.19",
2021  "futures-executor",
2022  "futures-util",
2023  "log",
2024  "serde",
2025  "serde_derive",
2026  "serde_json",
2027 ]
2028
2029 [[package]]
2030 name = "jsonrpc-core-client"
2031 version = "18.0.0"
2032 source = "registry+https://github.com/rust-lang/crates.io-index"
2033 checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
2034 dependencies = [
2035  "futures 0.3.19",
2036  "jsonrpc-client-transports",
2037 ]
2038
2039 [[package]]
2040 name = "jsonrpc-derive"
2041 version = "18.0.0"
2042 source = "registry+https://github.com/rust-lang/crates.io-index"
2043 checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
2044 dependencies = [
2045  "proc-macro-crate",
2046  "proc-macro2",
2047  "quote",
2048  "syn",
2049 ]
2050
2051 [[package]]
2052 name = "jsonrpc-ipc-server"
2053 version = "18.0.0"
2054 source = "registry+https://github.com/rust-lang/crates.io-index"
2055 checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
2056 dependencies = [
2057  "futures 0.3.19",
2058  "jsonrpc-core",
2059  "jsonrpc-server-utils",
2060  "log",
2061  "parity-tokio-ipc",
2062  "parking_lot 0.11.2",
2063  "tower-service",
2064 ]
2065
2066 [[package]]
2067 name = "jsonrpc-pubsub"
2068 version = "18.0.0"
2069 source = "registry+https://github.com/rust-lang/crates.io-index"
2070 checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
2071 dependencies = [
2072  "futures 0.3.19",
2073  "jsonrpc-core",
2074  "lazy_static",
2075  "log",
2076  "parking_lot 0.11.2",
2077  "rand 0.7.3",
2078  "serde",
2079 ]
2080
2081 [[package]]
2082 name = "jsonrpc-server-utils"
2083 version = "18.0.0"
2084 source = "registry+https://github.com/rust-lang/crates.io-index"
2085 checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
2086 dependencies = [
2087  "bytes",
2088  "futures 0.3.19",
2089  "globset",
2090  "jsonrpc-core",
2091  "lazy_static",
2092  "log",
2093  "tokio",
2094  "tokio-stream",
2095  "tokio-util",
2096  "unicase",
2097 ]
2098
2099 [[package]]
2100 name = "kstring"
2101 version = "2.0.0"
2102 source = "registry+https://github.com/rust-lang/crates.io-index"
2103 checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2104 dependencies = [
2105  "static_assertions",
2106 ]
2107
2108 [[package]]
2109 name = "lazy_static"
2110 version = "1.4.0"
2111 source = "registry+https://github.com/rust-lang/crates.io-index"
2112 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2113
2114 [[package]]
2115 name = "lazycell"
2116 version = "1.3.0"
2117 source = "registry+https://github.com/rust-lang/crates.io-index"
2118 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2119
2120 [[package]]
2121 name = "libc"
2122 version = "0.2.126"
2123 source = "registry+https://github.com/rust-lang/crates.io-index"
2124 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2125 dependencies = [
2126  "rustc-std-workspace-core",
2127 ]
2128
2129 [[package]]
2130 name = "libgit2-sys"
2131 version = "0.13.2+1.4.2"
2132 source = "registry+https://github.com/rust-lang/crates.io-index"
2133 checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
2134 dependencies = [
2135  "cc",
2136  "libc",
2137  "libssh2-sys",
2138  "libz-sys",
2139  "openssl-sys",
2140  "pkg-config",
2141 ]
2142
2143 [[package]]
2144 name = "libloading"
2145 version = "0.7.1"
2146 source = "registry+https://github.com/rust-lang/crates.io-index"
2147 checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2148 dependencies = [
2149  "cfg-if 1.0.0",
2150  "winapi",
2151 ]
2152
2153 [[package]]
2154 name = "libm"
2155 version = "0.1.4"
2156 source = "registry+https://github.com/rust-lang/crates.io-index"
2157 checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2158
2159 [[package]]
2160 name = "libnghttp2-sys"
2161 version = "0.1.4+1.41.0"
2162 source = "registry+https://github.com/rust-lang/crates.io-index"
2163 checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
2164 dependencies = [
2165  "cc",
2166  "libc",
2167 ]
2168
2169 [[package]]
2170 name = "libssh2-sys"
2171 version = "0.2.23"
2172 source = "registry+https://github.com/rust-lang/crates.io-index"
2173 checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
2174 dependencies = [
2175  "cc",
2176  "libc",
2177  "libz-sys",
2178  "openssl-sys",
2179  "pkg-config",
2180  "vcpkg",
2181 ]
2182
2183 [[package]]
2184 name = "libz-sys"
2185 version = "1.1.3"
2186 source = "registry+https://github.com/rust-lang/crates.io-index"
2187 checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2188 dependencies = [
2189  "cc",
2190  "libc",
2191  "pkg-config",
2192  "vcpkg",
2193 ]
2194
2195 [[package]]
2196 name = "linkchecker"
2197 version = "0.1.0"
2198 dependencies = [
2199  "once_cell",
2200  "regex",
2201 ]
2202
2203 [[package]]
2204 name = "linked-hash-map"
2205 version = "0.5.4"
2206 source = "registry+https://github.com/rust-lang/crates.io-index"
2207 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2208
2209 [[package]]
2210 name = "lint-docs"
2211 version = "0.1.0"
2212 dependencies = [
2213  "serde_json",
2214  "tempfile",
2215  "walkdir",
2216 ]
2217
2218 [[package]]
2219 name = "lld-wrapper"
2220 version = "0.1.0"
2221
2222 [[package]]
2223 name = "lock_api"
2224 version = "0.4.7"
2225 source = "registry+https://github.com/rust-lang/crates.io-index"
2226 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2227 dependencies = [
2228  "autocfg",
2229  "scopeguard",
2230 ]
2231
2232 [[package]]
2233 name = "log"
2234 version = "0.4.14"
2235 source = "registry+https://github.com/rust-lang/crates.io-index"
2236 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2237 dependencies = [
2238  "cfg-if 1.0.0",
2239 ]
2240
2241 [[package]]
2242 name = "lsp-codec"
2243 version = "0.3.0"
2244 source = "registry+https://github.com/rust-lang/crates.io-index"
2245 checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
2246 dependencies = [
2247  "bytes",
2248  "serde_json",
2249  "tokio-util",
2250 ]
2251
2252 [[package]]
2253 name = "lsp-types"
2254 version = "0.60.0"
2255 source = "registry+https://github.com/rust-lang/crates.io-index"
2256 checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
2257 dependencies = [
2258  "bitflags",
2259  "serde",
2260  "serde_json",
2261  "serde_repr",
2262  "url 2.2.2",
2263 ]
2264
2265 [[package]]
2266 name = "lzma-sys"
2267 version = "0.1.16"
2268 source = "registry+https://github.com/rust-lang/crates.io-index"
2269 checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
2270 dependencies = [
2271  "cc",
2272  "libc",
2273  "pkg-config",
2274 ]
2275
2276 [[package]]
2277 name = "mac"
2278 version = "0.1.1"
2279 source = "registry+https://github.com/rust-lang/crates.io-index"
2280 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2281
2282 [[package]]
2283 name = "maplit"
2284 version = "1.0.2"
2285 source = "registry+https://github.com/rust-lang/crates.io-index"
2286 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2287
2288 [[package]]
2289 name = "markup5ever"
2290 version = "0.11.0"
2291 source = "registry+https://github.com/rust-lang/crates.io-index"
2292 checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2293 dependencies = [
2294  "log",
2295  "phf",
2296  "phf_codegen",
2297  "string_cache",
2298  "string_cache_codegen",
2299  "tendril",
2300 ]
2301
2302 [[package]]
2303 name = "matchers"
2304 version = "0.1.0"
2305 source = "registry+https://github.com/rust-lang/crates.io-index"
2306 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2307 dependencies = [
2308  "regex-automata",
2309 ]
2310
2311 [[package]]
2312 name = "matches"
2313 version = "0.1.8"
2314 source = "registry+https://github.com/rust-lang/crates.io-index"
2315 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2316
2317 [[package]]
2318 name = "md-5"
2319 version = "0.10.0"
2320 source = "registry+https://github.com/rust-lang/crates.io-index"
2321 checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
2322 dependencies = [
2323  "digest 0.10.2",
2324 ]
2325
2326 [[package]]
2327 name = "mdbook"
2328 version = "0.4.18"
2329 source = "registry+https://github.com/rust-lang/crates.io-index"
2330 checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
2331 dependencies = [
2332  "ammonia",
2333  "anyhow",
2334  "chrono",
2335  "clap 3.1.1",
2336  "clap_complete",
2337  "elasticlunr-rs",
2338  "env_logger 0.7.1",
2339  "handlebars",
2340  "lazy_static",
2341  "log",
2342  "memchr",
2343  "opener",
2344  "pulldown-cmark",
2345  "regex",
2346  "serde",
2347  "serde_derive",
2348  "serde_json",
2349  "shlex",
2350  "tempfile",
2351  "toml",
2352  "topological-sort",
2353 ]
2354
2355 [[package]]
2356 name = "measureme"
2357 version = "9.1.2"
2358 source = "registry+https://github.com/rust-lang/crates.io-index"
2359 checksum = "78f7a41bc6f856a2cf0e95094ad5121f82500e2d9a0f3c0171d98f6566d8117d"
2360 dependencies = [
2361  "log",
2362  "memmap2",
2363  "parking_lot 0.11.2",
2364  "perf-event-open-sys",
2365  "rustc-hash",
2366  "smallvec",
2367 ]
2368
2369 [[package]]
2370 name = "measureme"
2371 version = "10.0.0"
2372 source = "registry+https://github.com/rust-lang/crates.io-index"
2373 checksum = "bd460fad6e55ca82fa0cd9dab0d315294188fd9ec6efbf4105e5635d4872ef9c"
2374 dependencies = [
2375  "log",
2376  "memmap2",
2377  "parking_lot 0.11.2",
2378  "perf-event-open-sys",
2379  "rustc-hash",
2380  "smallvec",
2381 ]
2382
2383 [[package]]
2384 name = "memchr"
2385 version = "2.4.1"
2386 source = "registry+https://github.com/rust-lang/crates.io-index"
2387 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2388 dependencies = [
2389  "compiler_builtins",
2390  "rustc-std-workspace-core",
2391 ]
2392
2393 [[package]]
2394 name = "memmap2"
2395 version = "0.2.1"
2396 source = "registry+https://github.com/rust-lang/crates.io-index"
2397 checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2398 dependencies = [
2399  "libc",
2400 ]
2401
2402 [[package]]
2403 name = "memoffset"
2404 version = "0.6.5"
2405 source = "registry+https://github.com/rust-lang/crates.io-index"
2406 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2407 dependencies = [
2408  "autocfg",
2409 ]
2410
2411 [[package]]
2412 name = "minifier"
2413 version = "0.2.1"
2414 source = "registry+https://github.com/rust-lang/crates.io-index"
2415 checksum = "ac96d1e7a65f206443f95afff6de8f1690c77c97d6fc9c9bb2d2cd0662e9ff9f"
2416
2417 [[package]]
2418 name = "minimal-lexical"
2419 version = "0.2.1"
2420 source = "registry+https://github.com/rust-lang/crates.io-index"
2421 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2422
2423 [[package]]
2424 name = "miniz_oxide"
2425 version = "0.4.0"
2426 source = "registry+https://github.com/rust-lang/crates.io-index"
2427 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2428 dependencies = [
2429  "adler",
2430  "compiler_builtins",
2431  "rustc-std-workspace-alloc",
2432  "rustc-std-workspace-core",
2433 ]
2434
2435 [[package]]
2436 name = "mio"
2437 version = "0.7.14"
2438 source = "registry+https://github.com/rust-lang/crates.io-index"
2439 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2440 dependencies = [
2441  "libc",
2442  "log",
2443  "miow",
2444  "ntapi",
2445  "winapi",
2446 ]
2447
2448 [[package]]
2449 name = "miow"
2450 version = "0.3.7"
2451 source = "registry+https://github.com/rust-lang/crates.io-index"
2452 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2453 dependencies = [
2454  "winapi",
2455 ]
2456
2457 [[package]]
2458 name = "miri"
2459 version = "0.1.0"
2460 dependencies = [
2461  "colored",
2462  "env_logger 0.9.0",
2463  "getrandom 0.2.0",
2464  "lazy_static",
2465  "libc",
2466  "log",
2467  "measureme 9.1.2",
2468  "rand 0.8.5",
2469  "regex",
2470  "rustc-workspace-hack",
2471  "shell-escape",
2472  "smallvec",
2473  "ui_test",
2474 ]
2475
2476 [[package]]
2477 name = "new_debug_unreachable"
2478 version = "1.0.4"
2479 source = "registry+https://github.com/rust-lang/crates.io-index"
2480 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2481
2482 [[package]]
2483 name = "nom"
2484 version = "7.1.0"
2485 source = "registry+https://github.com/rust-lang/crates.io-index"
2486 checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2487 dependencies = [
2488  "memchr",
2489  "minimal-lexical",
2490  "version_check",
2491 ]
2492
2493 [[package]]
2494 name = "normalize-line-endings"
2495 version = "0.3.0"
2496 source = "registry+https://github.com/rust-lang/crates.io-index"
2497 checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2498
2499 [[package]]
2500 name = "ntapi"
2501 version = "0.3.6"
2502 source = "registry+https://github.com/rust-lang/crates.io-index"
2503 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2504 dependencies = [
2505  "winapi",
2506 ]
2507
2508 [[package]]
2509 name = "num-integer"
2510 version = "0.1.43"
2511 source = "registry+https://github.com/rust-lang/crates.io-index"
2512 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2513 dependencies = [
2514  "autocfg",
2515  "num-traits",
2516 ]
2517
2518 [[package]]
2519 name = "num-traits"
2520 version = "0.2.12"
2521 source = "registry+https://github.com/rust-lang/crates.io-index"
2522 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2523 dependencies = [
2524  "autocfg",
2525 ]
2526
2527 [[package]]
2528 name = "num_cpus"
2529 version = "1.13.1"
2530 source = "registry+https://github.com/rust-lang/crates.io-index"
2531 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2532 dependencies = [
2533  "hermit-abi 0.1.19",
2534  "libc",
2535 ]
2536
2537 [[package]]
2538 name = "object"
2539 version = "0.26.2"
2540 source = "registry+https://github.com/rust-lang/crates.io-index"
2541 checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2542 dependencies = [
2543  "compiler_builtins",
2544  "memchr",
2545  "rustc-std-workspace-alloc",
2546  "rustc-std-workspace-core",
2547 ]
2548
2549 [[package]]
2550 name = "object"
2551 version = "0.28.4"
2552 source = "registry+https://github.com/rust-lang/crates.io-index"
2553 checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
2554 dependencies = [
2555  "crc32fast",
2556  "flate2",
2557  "hashbrown 0.11.2",
2558  "indexmap",
2559  "memchr",
2560 ]
2561
2562 [[package]]
2563 name = "odht"
2564 version = "0.3.1"
2565 source = "registry+https://github.com/rust-lang/crates.io-index"
2566 checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
2567 dependencies = [
2568  "cfg-if 1.0.0",
2569 ]
2570
2571 [[package]]
2572 name = "once_cell"
2573 version = "1.10.0"
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
2575 checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2576
2577 [[package]]
2578 name = "opaque-debug"
2579 version = "0.2.3"
2580 source = "registry+https://github.com/rust-lang/crates.io-index"
2581 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2582
2583 [[package]]
2584 name = "opener"
2585 version = "0.5.0"
2586 source = "registry+https://github.com/rust-lang/crates.io-index"
2587 checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2588 dependencies = [
2589  "bstr",
2590  "winapi",
2591 ]
2592
2593 [[package]]
2594 name = "openssl"
2595 version = "0.10.38"
2596 source = "registry+https://github.com/rust-lang/crates.io-index"
2597 checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2598 dependencies = [
2599  "bitflags",
2600  "cfg-if 1.0.0",
2601  "foreign-types",
2602  "libc",
2603  "once_cell",
2604  "openssl-sys",
2605 ]
2606
2607 [[package]]
2608 name = "openssl-probe"
2609 version = "0.1.2"
2610 source = "registry+https://github.com/rust-lang/crates.io-index"
2611 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2612
2613 [[package]]
2614 name = "openssl-src"
2615 version = "111.18.0+1.1.1n"
2616 source = "registry+https://github.com/rust-lang/crates.io-index"
2617 checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
2618 dependencies = [
2619  "cc",
2620 ]
2621
2622 [[package]]
2623 name = "openssl-sys"
2624 version = "0.9.72"
2625 source = "registry+https://github.com/rust-lang/crates.io-index"
2626 checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2627 dependencies = [
2628  "autocfg",
2629  "cc",
2630  "libc",
2631  "openssl-src",
2632  "pkg-config",
2633  "vcpkg",
2634 ]
2635
2636 [[package]]
2637 name = "ordslice"
2638 version = "0.3.0"
2639 source = "registry+https://github.com/rust-lang/crates.io-index"
2640 checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2641
2642 [[package]]
2643 name = "os_info"
2644 version = "3.0.7"
2645 source = "registry+https://github.com/rust-lang/crates.io-index"
2646 checksum = "6ac91020bfed8cc3f8aa450d4c3b5fa1d3373fc091c8a92009f3b27749d5a227"
2647 dependencies = [
2648  "log",
2649  "serde",
2650  "winapi",
2651 ]
2652
2653 [[package]]
2654 name = "os_str_bytes"
2655 version = "6.0.0"
2656 source = "registry+https://github.com/rust-lang/crates.io-index"
2657 checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2658 dependencies = [
2659  "memchr",
2660 ]
2661
2662 [[package]]
2663 name = "output_vt100"
2664 version = "0.1.2"
2665 source = "registry+https://github.com/rust-lang/crates.io-index"
2666 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2667 dependencies = [
2668  "winapi",
2669 ]
2670
2671 [[package]]
2672 name = "packed_simd_2"
2673 version = "0.3.4"
2674 source = "registry+https://github.com/rust-lang/crates.io-index"
2675 checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
2676 dependencies = [
2677  "cfg-if 0.1.10",
2678  "libm",
2679 ]
2680
2681 [[package]]
2682 name = "panic_abort"
2683 version = "0.0.0"
2684 dependencies = [
2685  "alloc",
2686  "cfg-if 0.1.10",
2687  "compiler_builtins",
2688  "core",
2689  "libc",
2690 ]
2691
2692 [[package]]
2693 name = "panic_unwind"
2694 version = "0.0.0"
2695 dependencies = [
2696  "alloc",
2697  "cfg-if 0.1.10",
2698  "compiler_builtins",
2699  "core",
2700  "libc",
2701  "unwind",
2702 ]
2703
2704 [[package]]
2705 name = "parity-tokio-ipc"
2706 version = "0.9.0"
2707 source = "registry+https://github.com/rust-lang/crates.io-index"
2708 checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
2709 dependencies = [
2710  "futures 0.3.19",
2711  "libc",
2712  "log",
2713  "rand 0.7.3",
2714  "tokio",
2715  "winapi",
2716 ]
2717
2718 [[package]]
2719 name = "parking_lot"
2720 version = "0.11.2"
2721 source = "registry+https://github.com/rust-lang/crates.io-index"
2722 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2723 dependencies = [
2724  "instant",
2725  "lock_api",
2726  "parking_lot_core 0.8.5",
2727 ]
2728
2729 [[package]]
2730 name = "parking_lot"
2731 version = "0.12.1"
2732 source = "registry+https://github.com/rust-lang/crates.io-index"
2733 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2734 dependencies = [
2735  "lock_api",
2736  "parking_lot_core 0.9.3",
2737 ]
2738
2739 [[package]]
2740 name = "parking_lot_core"
2741 version = "0.8.5"
2742 source = "registry+https://github.com/rust-lang/crates.io-index"
2743 checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2744 dependencies = [
2745  "cfg-if 1.0.0",
2746  "instant",
2747  "libc",
2748  "redox_syscall",
2749  "smallvec",
2750  "winapi",
2751 ]
2752
2753 [[package]]
2754 name = "parking_lot_core"
2755 version = "0.9.3"
2756 source = "registry+https://github.com/rust-lang/crates.io-index"
2757 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2758 dependencies = [
2759  "cfg-if 1.0.0",
2760  "libc",
2761  "redox_syscall",
2762  "smallvec",
2763  "windows-sys",
2764 ]
2765
2766 [[package]]
2767 name = "pathdiff"
2768 version = "0.2.1"
2769 source = "registry+https://github.com/rust-lang/crates.io-index"
2770 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2771
2772 [[package]]
2773 name = "percent-encoding"
2774 version = "1.0.1"
2775 source = "registry+https://github.com/rust-lang/crates.io-index"
2776 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2777
2778 [[package]]
2779 name = "percent-encoding"
2780 version = "2.1.0"
2781 source = "registry+https://github.com/rust-lang/crates.io-index"
2782 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2783
2784 [[package]]
2785 name = "perf-event-open-sys"
2786 version = "1.0.1"
2787 source = "registry+https://github.com/rust-lang/crates.io-index"
2788 checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2789 dependencies = [
2790  "libc",
2791 ]
2792
2793 [[package]]
2794 name = "pest"
2795 version = "2.1.3"
2796 source = "registry+https://github.com/rust-lang/crates.io-index"
2797 checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2798 dependencies = [
2799  "ucd-trie",
2800 ]
2801
2802 [[package]]
2803 name = "pest_derive"
2804 version = "2.1.0"
2805 source = "registry+https://github.com/rust-lang/crates.io-index"
2806 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2807 dependencies = [
2808  "pest",
2809  "pest_generator",
2810 ]
2811
2812 [[package]]
2813 name = "pest_generator"
2814 version = "2.1.3"
2815 source = "registry+https://github.com/rust-lang/crates.io-index"
2816 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2817 dependencies = [
2818  "pest",
2819  "pest_meta",
2820  "proc-macro2",
2821  "quote",
2822  "syn",
2823 ]
2824
2825 [[package]]
2826 name = "pest_meta"
2827 version = "2.1.3"
2828 source = "registry+https://github.com/rust-lang/crates.io-index"
2829 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2830 dependencies = [
2831  "maplit",
2832  "pest",
2833  "sha-1 0.8.2",
2834 ]
2835
2836 [[package]]
2837 name = "petgraph"
2838 version = "0.5.1"
2839 source = "registry+https://github.com/rust-lang/crates.io-index"
2840 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
2841 dependencies = [
2842  "fixedbitset",
2843  "indexmap",
2844 ]
2845
2846 [[package]]
2847 name = "phf"
2848 version = "0.10.1"
2849 source = "registry+https://github.com/rust-lang/crates.io-index"
2850 checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2851 dependencies = [
2852  "phf_shared",
2853 ]
2854
2855 [[package]]
2856 name = "phf_codegen"
2857 version = "0.10.0"
2858 source = "registry+https://github.com/rust-lang/crates.io-index"
2859 checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2860 dependencies = [
2861  "phf_generator",
2862  "phf_shared",
2863 ]
2864
2865 [[package]]
2866 name = "phf_generator"
2867 version = "0.10.0"
2868 source = "registry+https://github.com/rust-lang/crates.io-index"
2869 checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2870 dependencies = [
2871  "phf_shared",
2872  "rand 0.8.5",
2873 ]
2874
2875 [[package]]
2876 name = "phf_shared"
2877 version = "0.10.0"
2878 source = "registry+https://github.com/rust-lang/crates.io-index"
2879 checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2880 dependencies = [
2881  "siphasher",
2882 ]
2883
2884 [[package]]
2885 name = "pin-project-lite"
2886 version = "0.2.8"
2887 source = "registry+https://github.com/rust-lang/crates.io-index"
2888 checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2889
2890 [[package]]
2891 name = "pin-utils"
2892 version = "0.1.0"
2893 source = "registry+https://github.com/rust-lang/crates.io-index"
2894 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2895
2896 [[package]]
2897 name = "pkg-config"
2898 version = "0.3.18"
2899 source = "registry+https://github.com/rust-lang/crates.io-index"
2900 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2901
2902 [[package]]
2903 name = "polonius-engine"
2904 version = "0.13.0"
2905 source = "registry+https://github.com/rust-lang/crates.io-index"
2906 checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2907 dependencies = [
2908  "datafrog",
2909  "log",
2910  "rustc-hash",
2911 ]
2912
2913 [[package]]
2914 name = "ppv-lite86"
2915 version = "0.2.8"
2916 source = "registry+https://github.com/rust-lang/crates.io-index"
2917 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2918
2919 [[package]]
2920 name = "precomputed-hash"
2921 version = "0.1.1"
2922 source = "registry+https://github.com/rust-lang/crates.io-index"
2923 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2924
2925 [[package]]
2926 name = "pretty_assertions"
2927 version = "0.7.2"
2928 source = "registry+https://github.com/rust-lang/crates.io-index"
2929 checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
2930 dependencies = [
2931  "ansi_term",
2932  "ctor",
2933  "diff",
2934  "output_vt100",
2935 ]
2936
2937 [[package]]
2938 name = "pretty_assertions"
2939 version = "1.2.1"
2940 source = "registry+https://github.com/rust-lang/crates.io-index"
2941 checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2942 dependencies = [
2943  "ansi_term",
2944  "ctor",
2945  "diff",
2946  "output_vt100",
2947 ]
2948
2949 [[package]]
2950 name = "pretty_env_logger"
2951 version = "0.4.0"
2952 source = "registry+https://github.com/rust-lang/crates.io-index"
2953 checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2954 dependencies = [
2955  "env_logger 0.7.1",
2956  "log",
2957 ]
2958
2959 [[package]]
2960 name = "proc-macro-crate"
2961 version = "0.1.5"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2964 dependencies = [
2965  "toml",
2966 ]
2967
2968 [[package]]
2969 name = "proc-macro-error"
2970 version = "1.0.4"
2971 source = "registry+https://github.com/rust-lang/crates.io-index"
2972 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2973 dependencies = [
2974  "proc-macro-error-attr",
2975  "proc-macro2",
2976  "quote",
2977  "syn",
2978  "version_check",
2979 ]
2980
2981 [[package]]
2982 name = "proc-macro-error-attr"
2983 version = "1.0.4"
2984 source = "registry+https://github.com/rust-lang/crates.io-index"
2985 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2986 dependencies = [
2987  "proc-macro2",
2988  "quote",
2989  "version_check",
2990 ]
2991
2992 [[package]]
2993 name = "proc-macro-hack"
2994 version = "0.5.19"
2995 source = "registry+https://github.com/rust-lang/crates.io-index"
2996 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2997
2998 [[package]]
2999 name = "proc-macro2"
3000 version = "1.0.37"
3001 source = "registry+https://github.com/rust-lang/crates.io-index"
3002 checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
3003 dependencies = [
3004  "unicode-xid",
3005 ]
3006
3007 [[package]]
3008 name = "proc_macro"
3009 version = "0.0.0"
3010 dependencies = [
3011  "core",
3012  "std",
3013 ]
3014
3015 [[package]]
3016 name = "profiler_builtins"
3017 version = "0.0.0"
3018 dependencies = [
3019  "cc",
3020  "compiler_builtins",
3021  "core",
3022 ]
3023
3024 [[package]]
3025 name = "psm"
3026 version = "0.1.16"
3027 source = "registry+https://github.com/rust-lang/crates.io-index"
3028 checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
3029 dependencies = [
3030  "cc",
3031 ]
3032
3033 [[package]]
3034 name = "pulldown-cmark"
3035 version = "0.9.1"
3036 source = "registry+https://github.com/rust-lang/crates.io-index"
3037 checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
3038 dependencies = [
3039  "bitflags",
3040  "memchr",
3041  "unicase",
3042 ]
3043
3044 [[package]]
3045 name = "punycode"
3046 version = "0.4.1"
3047 source = "registry+https://github.com/rust-lang/crates.io-index"
3048 checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
3049
3050 [[package]]
3051 name = "quick-error"
3052 version = "1.2.3"
3053 source = "registry+https://github.com/rust-lang/crates.io-index"
3054 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3055
3056 [[package]]
3057 name = "quick-error"
3058 version = "2.0.0"
3059 source = "registry+https://github.com/rust-lang/crates.io-index"
3060 checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
3061
3062 [[package]]
3063 name = "quine-mc_cluskey"
3064 version = "0.2.4"
3065 source = "registry+https://github.com/rust-lang/crates.io-index"
3066 checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3067
3068 [[package]]
3069 name = "quote"
3070 version = "1.0.18"
3071 source = "registry+https://github.com/rust-lang/crates.io-index"
3072 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
3073 dependencies = [
3074  "proc-macro2",
3075 ]
3076
3077 [[package]]
3078 name = "racer"
3079 version = "2.2.2"
3080 dependencies = [
3081  "bitflags",
3082  "clap 2.34.0",
3083  "derive_more",
3084  "env_logger 0.7.1",
3085  "humantime 2.0.1",
3086  "lazy_static",
3087  "lazycell",
3088  "log",
3089  "racer-cargo-metadata",
3090  "rls-span",
3091 ]
3092
3093 [[package]]
3094 name = "racer-cargo-metadata"
3095 version = "0.1.2"
3096 dependencies = [
3097  "racer-interner",
3098  "serde",
3099  "serde_json",
3100 ]
3101
3102 [[package]]
3103 name = "racer-interner"
3104 version = "0.1.0"
3105 dependencies = [
3106  "serde",
3107 ]
3108
3109 [[package]]
3110 name = "rand"
3111 version = "0.7.3"
3112 source = "registry+https://github.com/rust-lang/crates.io-index"
3113 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3114 dependencies = [
3115  "getrandom 0.1.14",
3116  "libc",
3117  "rand_chacha 0.2.2",
3118  "rand_core 0.5.1",
3119  "rand_hc",
3120 ]
3121
3122 [[package]]
3123 name = "rand"
3124 version = "0.8.5"
3125 source = "registry+https://github.com/rust-lang/crates.io-index"
3126 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3127 dependencies = [
3128  "libc",
3129  "rand_chacha 0.3.0",
3130  "rand_core 0.6.2",
3131 ]
3132
3133 [[package]]
3134 name = "rand_chacha"
3135 version = "0.2.2"
3136 source = "registry+https://github.com/rust-lang/crates.io-index"
3137 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3138 dependencies = [
3139  "ppv-lite86",
3140  "rand_core 0.5.1",
3141 ]
3142
3143 [[package]]
3144 name = "rand_chacha"
3145 version = "0.3.0"
3146 source = "registry+https://github.com/rust-lang/crates.io-index"
3147 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3148 dependencies = [
3149  "ppv-lite86",
3150  "rand_core 0.6.2",
3151 ]
3152
3153 [[package]]
3154 name = "rand_core"
3155 version = "0.5.1"
3156 source = "registry+https://github.com/rust-lang/crates.io-index"
3157 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3158 dependencies = [
3159  "getrandom 0.1.14",
3160 ]
3161
3162 [[package]]
3163 name = "rand_core"
3164 version = "0.6.2"
3165 source = "registry+https://github.com/rust-lang/crates.io-index"
3166 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3167 dependencies = [
3168  "getrandom 0.2.0",
3169 ]
3170
3171 [[package]]
3172 name = "rand_hc"
3173 version = "0.2.0"
3174 source = "registry+https://github.com/rust-lang/crates.io-index"
3175 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3176 dependencies = [
3177  "rand_core 0.5.1",
3178 ]
3179
3180 [[package]]
3181 name = "rand_xorshift"
3182 version = "0.2.0"
3183 source = "registry+https://github.com/rust-lang/crates.io-index"
3184 checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
3185 dependencies = [
3186  "rand_core 0.5.1",
3187 ]
3188
3189 [[package]]
3190 name = "rand_xoshiro"
3191 version = "0.4.0"
3192 source = "registry+https://github.com/rust-lang/crates.io-index"
3193 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3194 dependencies = [
3195  "rand_core 0.5.1",
3196 ]
3197
3198 [[package]]
3199 name = "rand_xoshiro"
3200 version = "0.6.0"
3201 source = "registry+https://github.com/rust-lang/crates.io-index"
3202 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3203 dependencies = [
3204  "rand_core 0.6.2",
3205 ]
3206
3207 [[package]]
3208 name = "rayon"
3209 version = "1.5.3"
3210 source = "registry+https://github.com/rust-lang/crates.io-index"
3211 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
3212 dependencies = [
3213  "autocfg",
3214  "crossbeam-deque",
3215  "either",
3216  "rayon-core",
3217 ]
3218
3219 [[package]]
3220 name = "rayon-core"
3221 version = "1.9.3"
3222 source = "registry+https://github.com/rust-lang/crates.io-index"
3223 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
3224 dependencies = [
3225  "crossbeam-channel",
3226  "crossbeam-deque",
3227  "crossbeam-utils",
3228  "num_cpus",
3229 ]
3230
3231 [[package]]
3232 name = "redox_syscall"
3233 version = "0.2.10"
3234 source = "registry+https://github.com/rust-lang/crates.io-index"
3235 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
3236 dependencies = [
3237  "bitflags",
3238 ]
3239
3240 [[package]]
3241 name = "redox_users"
3242 version = "0.4.0"
3243 source = "registry+https://github.com/rust-lang/crates.io-index"
3244 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3245 dependencies = [
3246  "getrandom 0.2.0",
3247  "redox_syscall",
3248 ]
3249
3250 [[package]]
3251 name = "regex"
3252 version = "1.5.5"
3253 source = "registry+https://github.com/rust-lang/crates.io-index"
3254 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
3255 dependencies = [
3256  "aho-corasick",
3257  "memchr",
3258  "regex-syntax",
3259 ]
3260
3261 [[package]]
3262 name = "regex-automata"
3263 version = "0.1.10"
3264 source = "registry+https://github.com/rust-lang/crates.io-index"
3265 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3266 dependencies = [
3267  "regex-syntax",
3268 ]
3269
3270 [[package]]
3271 name = "regex-syntax"
3272 version = "0.6.25"
3273 source = "registry+https://github.com/rust-lang/crates.io-index"
3274 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3275
3276 [[package]]
3277 name = "remote-test-client"
3278 version = "0.1.0"
3279
3280 [[package]]
3281 name = "remote-test-server"
3282 version = "0.1.0"
3283
3284 [[package]]
3285 name = "remove_dir_all"
3286 version = "0.5.3"
3287 source = "registry+https://github.com/rust-lang/crates.io-index"
3288 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3289 dependencies = [
3290  "winapi",
3291 ]
3292
3293 [[package]]
3294 name = "rls"
3295 version = "1.41.0"
3296 dependencies = [
3297  "anyhow",
3298  "cargo",
3299  "cargo-util",
3300  "cargo_metadata",
3301  "clippy_lints",
3302  "crossbeam-channel",
3303  "difference",
3304  "env_logger 0.9.0",
3305  "futures 0.3.19",
3306  "heck 0.3.1",
3307  "home",
3308  "itertools",
3309  "jsonrpc-core",
3310  "lazy_static",
3311  "log",
3312  "lsp-codec",
3313  "lsp-types",
3314  "num_cpus",
3315  "ordslice",
3316  "racer",
3317  "rand 0.8.5",
3318  "rayon",
3319  "regex",
3320  "rls-analysis",
3321  "rls-data",
3322  "rls-ipc",
3323  "rls-rustc",
3324  "rls-span",
3325  "rls-vfs",
3326  "rustc-workspace-hack",
3327  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3328  "rustfmt-nightly",
3329  "serde",
3330  "serde_derive",
3331  "serde_ignored",
3332  "serde_json",
3333  "tempfile",
3334  "tokio",
3335  "tokio-stream",
3336  "tokio-util",
3337  "toml",
3338  "toml_edit",
3339  "url 2.2.2",
3340  "walkdir",
3341 ]
3342
3343 [[package]]
3344 name = "rls-analysis"
3345 version = "0.18.3"
3346 dependencies = [
3347  "derive-new",
3348  "env_logger 0.9.0",
3349  "fst",
3350  "itertools",
3351  "json",
3352  "lazy_static",
3353  "log",
3354  "rls-data",
3355  "rls-span",
3356  "serde",
3357  "serde_json",
3358 ]
3359
3360 [[package]]
3361 name = "rls-data"
3362 version = "0.19.1"
3363 source = "registry+https://github.com/rust-lang/crates.io-index"
3364 checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3365 dependencies = [
3366  "rls-span",
3367  "serde",
3368 ]
3369
3370 [[package]]
3371 name = "rls-ipc"
3372 version = "0.1.0"
3373 dependencies = [
3374  "jsonrpc-core",
3375  "jsonrpc-core-client",
3376  "jsonrpc-derive",
3377  "jsonrpc-ipc-server",
3378  "rls-data",
3379  "serde",
3380 ]
3381
3382 [[package]]
3383 name = "rls-rustc"
3384 version = "0.6.0"
3385 dependencies = [
3386  "clippy_lints",
3387  "env_logger 0.9.0",
3388  "futures 0.3.19",
3389  "log",
3390  "rand 0.8.5",
3391  "rls-data",
3392  "rls-ipc",
3393  "serde",
3394  "tokio",
3395 ]
3396
3397 [[package]]
3398 name = "rls-span"
3399 version = "0.5.3"
3400 source = "registry+https://github.com/rust-lang/crates.io-index"
3401 checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3402 dependencies = [
3403  "serde",
3404 ]
3405
3406 [[package]]
3407 name = "rls-vfs"
3408 version = "0.8.0"
3409 source = "registry+https://github.com/rust-lang/crates.io-index"
3410 checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3411 dependencies = [
3412  "log",
3413  "rls-span",
3414 ]
3415
3416 [[package]]
3417 name = "rust-demangler"
3418 version = "0.0.1"
3419 dependencies = [
3420  "regex",
3421  "rustc-demangle",
3422 ]
3423
3424 [[package]]
3425 name = "rustbook"
3426 version = "0.1.0"
3427 dependencies = [
3428  "clap 2.34.0",
3429  "env_logger 0.7.1",
3430  "mdbook",
3431 ]
3432
3433 [[package]]
3434 name = "rustc-demangle"
3435 version = "0.1.21"
3436 source = "registry+https://github.com/rust-lang/crates.io-index"
3437 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3438 dependencies = [
3439  "compiler_builtins",
3440  "rustc-std-workspace-core",
3441 ]
3442
3443 [[package]]
3444 name = "rustc-hash"
3445 version = "1.1.0"
3446 source = "registry+https://github.com/rust-lang/crates.io-index"
3447 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3448
3449 [[package]]
3450 name = "rustc-main"
3451 version = "0.0.0"
3452 dependencies = [
3453  "jemalloc-sys",
3454  "rustc_codegen_ssa",
3455  "rustc_driver",
3456  "rustc_smir",
3457 ]
3458
3459 [[package]]
3460 name = "rustc-rayon"
3461 version = "0.4.0"
3462 source = "registry+https://github.com/rust-lang/crates.io-index"
3463 checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
3464 dependencies = [
3465  "autocfg",
3466  "crossbeam-deque",
3467  "either",
3468  "rustc-rayon-core",
3469 ]
3470
3471 [[package]]
3472 name = "rustc-rayon-core"
3473 version = "0.4.1"
3474 source = "registry+https://github.com/rust-lang/crates.io-index"
3475 checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
3476 dependencies = [
3477  "crossbeam-channel",
3478  "crossbeam-deque",
3479  "crossbeam-utils",
3480  "num_cpus",
3481 ]
3482
3483 [[package]]
3484 name = "rustc-semver"
3485 version = "1.1.0"
3486 source = "registry+https://github.com/rust-lang/crates.io-index"
3487 checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3488
3489 [[package]]
3490 name = "rustc-std-workspace-alloc"
3491 version = "1.99.0"
3492 dependencies = [
3493  "alloc",
3494 ]
3495
3496 [[package]]
3497 name = "rustc-std-workspace-core"
3498 version = "1.99.0"
3499 dependencies = [
3500  "core",
3501 ]
3502
3503 [[package]]
3504 name = "rustc-std-workspace-std"
3505 version = "1.99.0"
3506 dependencies = [
3507  "std",
3508 ]
3509
3510 [[package]]
3511 name = "rustc-workspace-hack"
3512 version = "1.0.0"
3513 dependencies = [
3514  "bstr",
3515  "byteorder",
3516  "clap 3.1.1",
3517  "crossbeam-utils",
3518  "libc",
3519  "libz-sys",
3520  "proc-macro2",
3521  "quote",
3522  "rand_core 0.5.1",
3523  "serde",
3524  "serde_json",
3525  "smallvec",
3526  "syn",
3527  "url 2.2.2",
3528  "winapi",
3529 ]
3530
3531 [[package]]
3532 name = "rustc_apfloat"
3533 version = "0.0.0"
3534 dependencies = [
3535  "bitflags",
3536  "smallvec",
3537 ]
3538
3539 [[package]]
3540 name = "rustc_arena"
3541 version = "0.0.0"
3542 dependencies = [
3543  "smallvec",
3544 ]
3545
3546 [[package]]
3547 name = "rustc_ast"
3548 version = "0.0.0"
3549 dependencies = [
3550  "bitflags",
3551  "rustc_data_structures",
3552  "rustc_index",
3553  "rustc_lexer",
3554  "rustc_macros",
3555  "rustc_serialize",
3556  "rustc_span",
3557  "smallvec",
3558  "tracing",
3559 ]
3560
3561 [[package]]
3562 name = "rustc_ast_lowering"
3563 version = "0.0.0"
3564 dependencies = [
3565  "rustc_arena",
3566  "rustc_ast",
3567  "rustc_ast_pretty",
3568  "rustc_data_structures",
3569  "rustc_errors",
3570  "rustc_hir",
3571  "rustc_index",
3572  "rustc_query_system",
3573  "rustc_session",
3574  "rustc_span",
3575  "rustc_target",
3576  "smallvec",
3577  "tracing",
3578 ]
3579
3580 [[package]]
3581 name = "rustc_ast_passes"
3582 version = "0.0.0"
3583 dependencies = [
3584  "itertools",
3585  "rustc_ast",
3586  "rustc_ast_pretty",
3587  "rustc_attr",
3588  "rustc_data_structures",
3589  "rustc_errors",
3590  "rustc_feature",
3591  "rustc_parse",
3592  "rustc_session",
3593  "rustc_span",
3594  "rustc_target",
3595  "tracing",
3596 ]
3597
3598 [[package]]
3599 name = "rustc_ast_pretty"
3600 version = "0.0.0"
3601 dependencies = [
3602  "rustc_ast",
3603  "rustc_span",
3604 ]
3605
3606 [[package]]
3607 name = "rustc_attr"
3608 version = "0.0.0"
3609 dependencies = [
3610  "rustc_ast",
3611  "rustc_ast_pretty",
3612  "rustc_data_structures",
3613  "rustc_errors",
3614  "rustc_feature",
3615  "rustc_lexer",
3616  "rustc_macros",
3617  "rustc_serialize",
3618  "rustc_session",
3619  "rustc_span",
3620 ]
3621
3622 [[package]]
3623 name = "rustc_borrowck"
3624 version = "0.0.0"
3625 dependencies = [
3626  "either",
3627  "itertools",
3628  "polonius-engine",
3629  "rustc_const_eval",
3630  "rustc_data_structures",
3631  "rustc_errors",
3632  "rustc_graphviz",
3633  "rustc_hir",
3634  "rustc_index",
3635  "rustc_infer",
3636  "rustc_lexer",
3637  "rustc_middle",
3638  "rustc_mir_dataflow",
3639  "rustc_serialize",
3640  "rustc_session",
3641  "rustc_span",
3642  "rustc_target",
3643  "rustc_trait_selection",
3644  "rustc_traits",
3645  "smallvec",
3646  "tracing",
3647 ]
3648
3649 [[package]]
3650 name = "rustc_builtin_macros"
3651 version = "0.0.0"
3652 dependencies = [
3653  "rustc_ast",
3654  "rustc_ast_pretty",
3655  "rustc_attr",
3656  "rustc_data_structures",
3657  "rustc_errors",
3658  "rustc_expand",
3659  "rustc_feature",
3660  "rustc_lexer",
3661  "rustc_lint_defs",
3662  "rustc_parse",
3663  "rustc_parse_format",
3664  "rustc_session",
3665  "rustc_span",
3666  "rustc_target",
3667  "smallvec",
3668  "tracing",
3669 ]
3670
3671 [[package]]
3672 name = "rustc_codegen_llvm"
3673 version = "0.0.0"
3674 dependencies = [
3675  "bitflags",
3676  "cstr",
3677  "libc",
3678  "libloading",
3679  "measureme 10.0.0",
3680  "rustc-demangle",
3681  "rustc_ast",
3682  "rustc_attr",
3683  "rustc_codegen_ssa",
3684  "rustc_data_structures",
3685  "rustc_errors",
3686  "rustc_fs_util",
3687  "rustc_hir",
3688  "rustc_index",
3689  "rustc_llvm",
3690  "rustc_macros",
3691  "rustc_metadata",
3692  "rustc_middle",
3693  "rustc_query_system",
3694  "rustc_serialize",
3695  "rustc_session",
3696  "rustc_span",
3697  "rustc_symbol_mangling",
3698  "rustc_target",
3699  "smallvec",
3700  "tracing",
3701 ]
3702
3703 [[package]]
3704 name = "rustc_codegen_ssa"
3705 version = "0.0.0"
3706 dependencies = [
3707  "bitflags",
3708  "cc",
3709  "itertools",
3710  "jobserver",
3711  "libc",
3712  "object 0.28.4",
3713  "pathdiff",
3714  "regex",
3715  "rustc_apfloat",
3716  "rustc_arena",
3717  "rustc_ast",
3718  "rustc_attr",
3719  "rustc_data_structures",
3720  "rustc_errors",
3721  "rustc_fs_util",
3722  "rustc_hir",
3723  "rustc_incremental",
3724  "rustc_index",
3725  "rustc_macros",
3726  "rustc_metadata",
3727  "rustc_middle",
3728  "rustc_query_system",
3729  "rustc_serialize",
3730  "rustc_session",
3731  "rustc_span",
3732  "rustc_symbol_mangling",
3733  "rustc_target",
3734  "serde_json",
3735  "smallvec",
3736  "snap",
3737  "tempfile",
3738  "thorin-dwp",
3739  "tracing",
3740 ]
3741
3742 [[package]]
3743 name = "rustc_const_eval"
3744 version = "0.0.0"
3745 dependencies = [
3746  "rustc_apfloat",
3747  "rustc_ast",
3748  "rustc_attr",
3749  "rustc_data_structures",
3750  "rustc_errors",
3751  "rustc_hir",
3752  "rustc_index",
3753  "rustc_infer",
3754  "rustc_macros",
3755  "rustc_middle",
3756  "rustc_mir_dataflow",
3757  "rustc_query_system",
3758  "rustc_session",
3759  "rustc_span",
3760  "rustc_target",
3761  "rustc_trait_selection",
3762  "rustc_type_ir",
3763  "tracing",
3764 ]
3765
3766 [[package]]
3767 name = "rustc_data_structures"
3768 version = "0.0.0"
3769 dependencies = [
3770  "arrayvec",
3771  "bitflags",
3772  "cfg-if 0.1.10",
3773  "ena",
3774  "indexmap",
3775  "jobserver",
3776  "libc",
3777  "measureme 10.0.0",
3778  "memmap2",
3779  "parking_lot 0.11.2",
3780  "rustc-hash",
3781  "rustc-rayon",
3782  "rustc-rayon-core",
3783  "rustc_graphviz",
3784  "rustc_index",
3785  "rustc_macros",
3786  "rustc_serialize",
3787  "smallvec",
3788  "stable_deref_trait",
3789  "stacker",
3790  "tempfile",
3791  "tracing",
3792  "winapi",
3793 ]
3794
3795 [[package]]
3796 name = "rustc_driver"
3797 version = "0.0.0"
3798 dependencies = [
3799  "libc",
3800  "rustc_ast",
3801  "rustc_ast_pretty",
3802  "rustc_codegen_ssa",
3803  "rustc_data_structures",
3804  "rustc_error_codes",
3805  "rustc_errors",
3806  "rustc_feature",
3807  "rustc_hir",
3808  "rustc_hir_pretty",
3809  "rustc_interface",
3810  "rustc_lint",
3811  "rustc_log",
3812  "rustc_metadata",
3813  "rustc_middle",
3814  "rustc_parse",
3815  "rustc_plugin_impl",
3816  "rustc_save_analysis",
3817  "rustc_session",
3818  "rustc_span",
3819  "rustc_target",
3820  "rustc_typeck",
3821  "serde_json",
3822  "tracing",
3823  "winapi",
3824 ]
3825
3826 [[package]]
3827 name = "rustc_error_codes"
3828 version = "0.0.0"
3829
3830 [[package]]
3831 name = "rustc_error_messages"
3832 version = "0.0.0"
3833 dependencies = [
3834  "fluent-bundle",
3835  "fluent-syntax",
3836  "intl-memoizer",
3837  "rustc_data_structures",
3838  "rustc_macros",
3839  "rustc_serialize",
3840  "rustc_span",
3841  "tracing",
3842  "unic-langid",
3843 ]
3844
3845 [[package]]
3846 name = "rustc_errors"
3847 version = "0.0.0"
3848 dependencies = [
3849  "annotate-snippets 0.8.0",
3850  "atty",
3851  "rustc_data_structures",
3852  "rustc_error_messages",
3853  "rustc_lint_defs",
3854  "rustc_macros",
3855  "rustc_serialize",
3856  "rustc_span",
3857  "serde",
3858  "serde_json",
3859  "termcolor",
3860  "termize",
3861  "tracing",
3862  "unicode-width",
3863  "winapi",
3864 ]
3865
3866 [[package]]
3867 name = "rustc_expand"
3868 version = "0.0.0"
3869 dependencies = [
3870  "rustc_ast",
3871  "rustc_ast_passes",
3872  "rustc_ast_pretty",
3873  "rustc_attr",
3874  "rustc_data_structures",
3875  "rustc_errors",
3876  "rustc_feature",
3877  "rustc_lexer",
3878  "rustc_lint_defs",
3879  "rustc_macros",
3880  "rustc_parse",
3881  "rustc_serialize",
3882  "rustc_session",
3883  "rustc_span",
3884  "smallvec",
3885  "tracing",
3886 ]
3887
3888 [[package]]
3889 name = "rustc_feature"
3890 version = "0.0.0"
3891 dependencies = [
3892  "rustc_data_structures",
3893  "rustc_span",
3894 ]
3895
3896 [[package]]
3897 name = "rustc_fs_util"
3898 version = "0.0.0"
3899
3900 [[package]]
3901 name = "rustc_graphviz"
3902 version = "0.0.0"
3903
3904 [[package]]
3905 name = "rustc_hir"
3906 version = "0.0.0"
3907 dependencies = [
3908  "odht",
3909  "rustc_ast",
3910  "rustc_data_structures",
3911  "rustc_error_messages",
3912  "rustc_index",
3913  "rustc_macros",
3914  "rustc_serialize",
3915  "rustc_span",
3916  "rustc_target",
3917  "smallvec",
3918  "tracing",
3919 ]
3920
3921 [[package]]
3922 name = "rustc_hir_pretty"
3923 version = "0.0.0"
3924 dependencies = [
3925  "rustc_ast",
3926  "rustc_ast_pretty",
3927  "rustc_hir",
3928  "rustc_span",
3929  "rustc_target",
3930 ]
3931
3932 [[package]]
3933 name = "rustc_incremental"
3934 version = "0.0.0"
3935 dependencies = [
3936  "rand 0.8.5",
3937  "rustc_ast",
3938  "rustc_data_structures",
3939  "rustc_errors",
3940  "rustc_fs_util",
3941  "rustc_graphviz",
3942  "rustc_hir",
3943  "rustc_macros",
3944  "rustc_middle",
3945  "rustc_serialize",
3946  "rustc_session",
3947  "rustc_span",
3948  "tracing",
3949 ]
3950
3951 [[package]]
3952 name = "rustc_index"
3953 version = "0.0.0"
3954 dependencies = [
3955  "arrayvec",
3956  "rustc_macros",
3957  "rustc_serialize",
3958  "smallvec",
3959 ]
3960
3961 [[package]]
3962 name = "rustc_infer"
3963 version = "0.0.0"
3964 dependencies = [
3965  "rustc_data_structures",
3966  "rustc_errors",
3967  "rustc_hir",
3968  "rustc_index",
3969  "rustc_macros",
3970  "rustc_middle",
3971  "rustc_serialize",
3972  "rustc_span",
3973  "rustc_target",
3974  "smallvec",
3975  "tracing",
3976 ]
3977
3978 [[package]]
3979 name = "rustc_interface"
3980 version = "0.0.0"
3981 dependencies = [
3982  "libc",
3983  "libloading",
3984  "rustc-rayon",
3985  "rustc-rayon-core",
3986  "rustc_ast",
3987  "rustc_ast_lowering",
3988  "rustc_ast_passes",
3989  "rustc_attr",
3990  "rustc_borrowck",
3991  "rustc_builtin_macros",
3992  "rustc_codegen_llvm",
3993  "rustc_codegen_ssa",
3994  "rustc_const_eval",
3995  "rustc_data_structures",
3996  "rustc_errors",
3997  "rustc_expand",
3998  "rustc_hir",
3999  "rustc_incremental",
4000  "rustc_lint",
4001  "rustc_metadata",
4002  "rustc_middle",
4003  "rustc_mir_build",
4004  "rustc_mir_transform",
4005  "rustc_monomorphize",
4006  "rustc_parse",
4007  "rustc_passes",
4008  "rustc_plugin_impl",
4009  "rustc_privacy",
4010  "rustc_query_impl",
4011  "rustc_resolve",
4012  "rustc_serialize",
4013  "rustc_session",
4014  "rustc_span",
4015  "rustc_symbol_mangling",
4016  "rustc_target",
4017  "rustc_trait_selection",
4018  "rustc_traits",
4019  "rustc_ty_utils",
4020  "rustc_typeck",
4021  "smallvec",
4022  "tempfile",
4023  "tracing",
4024  "winapi",
4025 ]
4026
4027 [[package]]
4028 name = "rustc_lexer"
4029 version = "0.1.0"
4030 dependencies = [
4031  "expect-test",
4032  "unic-emoji-char",
4033  "unicode-xid",
4034 ]
4035
4036 [[package]]
4037 name = "rustc_lint"
4038 version = "0.0.0"
4039 dependencies = [
4040  "rustc_ast",
4041  "rustc_ast_pretty",
4042  "rustc_attr",
4043  "rustc_data_structures",
4044  "rustc_errors",
4045  "rustc_feature",
4046  "rustc_hir",
4047  "rustc_index",
4048  "rustc_infer",
4049  "rustc_middle",
4050  "rustc_parse_format",
4051  "rustc_session",
4052  "rustc_span",
4053  "rustc_target",
4054  "rustc_trait_selection",
4055  "rustc_type_ir",
4056  "tracing",
4057  "unicode-security",
4058 ]
4059
4060 [[package]]
4061 name = "rustc_lint_defs"
4062 version = "0.0.0"
4063 dependencies = [
4064  "rustc_ast",
4065  "rustc_data_structures",
4066  "rustc_error_messages",
4067  "rustc_hir",
4068  "rustc_macros",
4069  "rustc_serialize",
4070  "rustc_span",
4071  "rustc_target",
4072  "serde",
4073 ]
4074
4075 [[package]]
4076 name = "rustc_llvm"
4077 version = "0.0.0"
4078 dependencies = [
4079  "cc",
4080  "libc",
4081 ]
4082
4083 [[package]]
4084 name = "rustc_log"
4085 version = "0.0.0"
4086 dependencies = [
4087  "atty",
4088  "rustc_span",
4089  "tracing",
4090  "tracing-subscriber",
4091  "tracing-tree",
4092 ]
4093
4094 [[package]]
4095 name = "rustc_macros"
4096 version = "0.1.0"
4097 dependencies = [
4098  "annotate-snippets 0.8.0",
4099  "fluent-bundle",
4100  "fluent-syntax",
4101  "proc-macro2",
4102  "quote",
4103  "syn",
4104  "synstructure",
4105  "unic-langid",
4106 ]
4107
4108 [[package]]
4109 name = "rustc_metadata"
4110 version = "0.0.0"
4111 dependencies = [
4112  "libloading",
4113  "odht",
4114  "rustc_ast",
4115  "rustc_attr",
4116  "rustc_data_structures",
4117  "rustc_errors",
4118  "rustc_expand",
4119  "rustc_feature",
4120  "rustc_hir",
4121  "rustc_hir_pretty",
4122  "rustc_index",
4123  "rustc_macros",
4124  "rustc_middle",
4125  "rustc_serialize",
4126  "rustc_session",
4127  "rustc_span",
4128  "rustc_target",
4129  "rustc_type_ir",
4130  "smallvec",
4131  "snap",
4132  "tracing",
4133 ]
4134
4135 [[package]]
4136 name = "rustc_middle"
4137 version = "0.0.0"
4138 dependencies = [
4139  "bitflags",
4140  "chalk-ir",
4141  "either",
4142  "gsgdt",
4143  "polonius-engine",
4144  "rand 0.8.5",
4145  "rand_xoshiro 0.6.0",
4146  "rustc-rayon",
4147  "rustc-rayon-core",
4148  "rustc_apfloat",
4149  "rustc_arena",
4150  "rustc_ast",
4151  "rustc_attr",
4152  "rustc_data_structures",
4153  "rustc_errors",
4154  "rustc_feature",
4155  "rustc_graphviz",
4156  "rustc_hir",
4157  "rustc_index",
4158  "rustc_macros",
4159  "rustc_query_system",
4160  "rustc_serialize",
4161  "rustc_session",
4162  "rustc_span",
4163  "rustc_target",
4164  "rustc_type_ir",
4165  "smallvec",
4166  "tracing",
4167 ]
4168
4169 [[package]]
4170 name = "rustc_mir_build"
4171 version = "0.0.0"
4172 dependencies = [
4173  "rustc_apfloat",
4174  "rustc_arena",
4175  "rustc_ast",
4176  "rustc_attr",
4177  "rustc_data_structures",
4178  "rustc_errors",
4179  "rustc_hir",
4180  "rustc_index",
4181  "rustc_infer",
4182  "rustc_middle",
4183  "rustc_serialize",
4184  "rustc_session",
4185  "rustc_span",
4186  "rustc_target",
4187  "rustc_trait_selection",
4188  "smallvec",
4189  "tracing",
4190 ]
4191
4192 [[package]]
4193 name = "rustc_mir_dataflow"
4194 version = "0.0.0"
4195 dependencies = [
4196  "polonius-engine",
4197  "regex",
4198  "rustc_ast",
4199  "rustc_data_structures",
4200  "rustc_graphviz",
4201  "rustc_hir",
4202  "rustc_index",
4203  "rustc_middle",
4204  "rustc_serialize",
4205  "rustc_span",
4206  "rustc_target",
4207  "smallvec",
4208  "tracing",
4209 ]
4210
4211 [[package]]
4212 name = "rustc_mir_transform"
4213 version = "0.0.0"
4214 dependencies = [
4215  "coverage_test_macros",
4216  "itertools",
4217  "rustc_ast",
4218  "rustc_attr",
4219  "rustc_const_eval",
4220  "rustc_data_structures",
4221  "rustc_errors",
4222  "rustc_hir",
4223  "rustc_index",
4224  "rustc_middle",
4225  "rustc_mir_dataflow",
4226  "rustc_serialize",
4227  "rustc_session",
4228  "rustc_span",
4229  "rustc_target",
4230  "rustc_trait_selection",
4231  "smallvec",
4232  "tracing",
4233 ]
4234
4235 [[package]]
4236 name = "rustc_monomorphize"
4237 version = "0.0.0"
4238 dependencies = [
4239  "rustc_data_structures",
4240  "rustc_hir",
4241  "rustc_index",
4242  "rustc_middle",
4243  "rustc_session",
4244  "rustc_span",
4245  "rustc_target",
4246  "smallvec",
4247  "tracing",
4248 ]
4249
4250 [[package]]
4251 name = "rustc_parse"
4252 version = "0.0.0"
4253 dependencies = [
4254  "bitflags",
4255  "rustc_ast",
4256  "rustc_ast_pretty",
4257  "rustc_data_structures",
4258  "rustc_errors",
4259  "rustc_feature",
4260  "rustc_lexer",
4261  "rustc_macros",
4262  "rustc_session",
4263  "rustc_span",
4264  "tracing",
4265  "unicode-normalization",
4266  "unicode-width",
4267 ]
4268
4269 [[package]]
4270 name = "rustc_parse_format"
4271 version = "0.0.0"
4272 dependencies = [
4273  "rustc_lexer",
4274 ]
4275
4276 [[package]]
4277 name = "rustc_passes"
4278 version = "0.0.0"
4279 dependencies = [
4280  "rustc_ast",
4281  "rustc_ast_pretty",
4282  "rustc_attr",
4283  "rustc_data_structures",
4284  "rustc_errors",
4285  "rustc_expand",
4286  "rustc_feature",
4287  "rustc_hir",
4288  "rustc_index",
4289  "rustc_lexer",
4290  "rustc_middle",
4291  "rustc_serialize",
4292  "rustc_session",
4293  "rustc_span",
4294  "rustc_target",
4295  "tracing",
4296 ]
4297
4298 [[package]]
4299 name = "rustc_plugin_impl"
4300 version = "0.0.0"
4301 dependencies = [
4302  "libloading",
4303  "rustc_ast",
4304  "rustc_errors",
4305  "rustc_lint",
4306  "rustc_metadata",
4307  "rustc_session",
4308  "rustc_span",
4309 ]
4310
4311 [[package]]
4312 name = "rustc_privacy"
4313 version = "0.0.0"
4314 dependencies = [
4315  "rustc_ast",
4316  "rustc_attr",
4317  "rustc_data_structures",
4318  "rustc_errors",
4319  "rustc_hir",
4320  "rustc_middle",
4321  "rustc_session",
4322  "rustc_span",
4323  "rustc_trait_selection",
4324  "rustc_typeck",
4325  "tracing",
4326 ]
4327
4328 [[package]]
4329 name = "rustc_query_impl"
4330 version = "0.0.0"
4331 dependencies = [
4332  "measureme 10.0.0",
4333  "rustc-rayon-core",
4334  "rustc_ast",
4335  "rustc_data_structures",
4336  "rustc_errors",
4337  "rustc_hir",
4338  "rustc_index",
4339  "rustc_macros",
4340  "rustc_middle",
4341  "rustc_query_system",
4342  "rustc_serialize",
4343  "rustc_session",
4344  "rustc_span",
4345  "tracing",
4346 ]
4347
4348 [[package]]
4349 name = "rustc_query_system"
4350 version = "0.0.0"
4351 dependencies = [
4352  "parking_lot 0.11.2",
4353  "rustc-rayon-core",
4354  "rustc_arena",
4355  "rustc_ast",
4356  "rustc_data_structures",
4357  "rustc_errors",
4358  "rustc_feature",
4359  "rustc_hir",
4360  "rustc_index",
4361  "rustc_macros",
4362  "rustc_serialize",
4363  "rustc_session",
4364  "rustc_span",
4365  "rustc_target",
4366  "smallvec",
4367  "tracing",
4368 ]
4369
4370 [[package]]
4371 name = "rustc_resolve"
4372 version = "0.0.0"
4373 dependencies = [
4374  "bitflags",
4375  "rustc_arena",
4376  "rustc_ast",
4377  "rustc_ast_lowering",
4378  "rustc_ast_pretty",
4379  "rustc_attr",
4380  "rustc_data_structures",
4381  "rustc_errors",
4382  "rustc_expand",
4383  "rustc_feature",
4384  "rustc_hir",
4385  "rustc_index",
4386  "rustc_metadata",
4387  "rustc_middle",
4388  "rustc_query_system",
4389  "rustc_session",
4390  "rustc_span",
4391  "smallvec",
4392  "tracing",
4393 ]
4394
4395 [[package]]
4396 name = "rustc_save_analysis"
4397 version = "0.0.0"
4398 dependencies = [
4399  "rls-data",
4400  "rls-span",
4401  "rustc_ast",
4402  "rustc_ast_pretty",
4403  "rustc_data_structures",
4404  "rustc_hir",
4405  "rustc_hir_pretty",
4406  "rustc_lexer",
4407  "rustc_middle",
4408  "rustc_session",
4409  "rustc_span",
4410  "serde_json",
4411  "tracing",
4412 ]
4413
4414 [[package]]
4415 name = "rustc_serialize"
4416 version = "0.0.0"
4417 dependencies = [
4418  "indexmap",
4419  "rustc_macros",
4420  "smallvec",
4421 ]
4422
4423 [[package]]
4424 name = "rustc_session"
4425 version = "0.0.0"
4426 dependencies = [
4427  "getopts",
4428  "num_cpus",
4429  "rustc_ast",
4430  "rustc_data_structures",
4431  "rustc_errors",
4432  "rustc_feature",
4433  "rustc_fs_util",
4434  "rustc_hir",
4435  "rustc_lint_defs",
4436  "rustc_macros",
4437  "rustc_serialize",
4438  "rustc_span",
4439  "rustc_target",
4440  "tracing",
4441 ]
4442
4443 [[package]]
4444 name = "rustc_smir"
4445 version = "0.0.0"
4446 dependencies = [
4447  "rustc_borrowck",
4448  "rustc_driver",
4449  "rustc_hir",
4450  "rustc_interface",
4451  "rustc_middle",
4452  "rustc_mir_dataflow",
4453  "rustc_mir_transform",
4454  "rustc_serialize",
4455  "rustc_trait_selection",
4456 ]
4457
4458 [[package]]
4459 name = "rustc_span"
4460 version = "0.0.0"
4461 dependencies = [
4462  "cfg-if 0.1.10",
4463  "md-5",
4464  "rustc_arena",
4465  "rustc_data_structures",
4466  "rustc_index",
4467  "rustc_macros",
4468  "rustc_serialize",
4469  "scoped-tls",
4470  "sha-1 0.10.0",
4471  "sha2",
4472  "tracing",
4473  "unicode-width",
4474 ]
4475
4476 [[package]]
4477 name = "rustc_symbol_mangling"
4478 version = "0.0.0"
4479 dependencies = [
4480  "punycode",
4481  "rustc-demangle",
4482  "rustc_data_structures",
4483  "rustc_hir",
4484  "rustc_middle",
4485  "rustc_session",
4486  "rustc_span",
4487  "rustc_target",
4488  "tracing",
4489 ]
4490
4491 [[package]]
4492 name = "rustc_target"
4493 version = "0.0.0"
4494 dependencies = [
4495  "bitflags",
4496  "rustc_data_structures",
4497  "rustc_index",
4498  "rustc_macros",
4499  "rustc_serialize",
4500  "rustc_span",
4501  "serde_json",
4502  "tracing",
4503 ]
4504
4505 [[package]]
4506 name = "rustc_tools_util"
4507 version = "0.2.0"
4508
4509 [[package]]
4510 name = "rustc_tools_util"
4511 version = "0.2.0"
4512 source = "registry+https://github.com/rust-lang/crates.io-index"
4513 checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
4514
4515 [[package]]
4516 name = "rustc_trait_selection"
4517 version = "0.0.0"
4518 dependencies = [
4519  "rustc_ast",
4520  "rustc_attr",
4521  "rustc_data_structures",
4522  "rustc_errors",
4523  "rustc_hir",
4524  "rustc_index",
4525  "rustc_infer",
4526  "rustc_lint_defs",
4527  "rustc_macros",
4528  "rustc_middle",
4529  "rustc_parse_format",
4530  "rustc_query_system",
4531  "rustc_session",
4532  "rustc_span",
4533  "rustc_target",
4534  "smallvec",
4535  "tracing",
4536 ]
4537
4538 [[package]]
4539 name = "rustc_traits"
4540 version = "0.0.0"
4541 dependencies = [
4542  "chalk-engine",
4543  "chalk-ir",
4544  "chalk-solve",
4545  "rustc_ast",
4546  "rustc_attr",
4547  "rustc_data_structures",
4548  "rustc_hir",
4549  "rustc_index",
4550  "rustc_infer",
4551  "rustc_middle",
4552  "rustc_span",
4553  "rustc_trait_selection",
4554  "smallvec",
4555  "tracing",
4556 ]
4557
4558 [[package]]
4559 name = "rustc_ty_utils"
4560 version = "0.0.0"
4561 dependencies = [
4562  "rustc_data_structures",
4563  "rustc_errors",
4564  "rustc_hir",
4565  "rustc_infer",
4566  "rustc_middle",
4567  "rustc_session",
4568  "rustc_span",
4569  "rustc_target",
4570  "rustc_trait_selection",
4571  "rustc_type_ir",
4572  "tracing",
4573 ]
4574
4575 [[package]]
4576 name = "rustc_type_ir"
4577 version = "0.0.0"
4578 dependencies = [
4579  "bitflags",
4580  "rustc_data_structures",
4581  "rustc_index",
4582  "rustc_macros",
4583  "rustc_serialize",
4584  "smallvec",
4585 ]
4586
4587 [[package]]
4588 name = "rustc_typeck"
4589 version = "0.0.0"
4590 dependencies = [
4591  "rustc_arena",
4592  "rustc_ast",
4593  "rustc_attr",
4594  "rustc_data_structures",
4595  "rustc_errors",
4596  "rustc_graphviz",
4597  "rustc_hir",
4598  "rustc_hir_pretty",
4599  "rustc_index",
4600  "rustc_infer",
4601  "rustc_lint",
4602  "rustc_macros",
4603  "rustc_middle",
4604  "rustc_serialize",
4605  "rustc_session",
4606  "rustc_span",
4607  "rustc_target",
4608  "rustc_trait_selection",
4609  "rustc_ty_utils",
4610  "rustc_type_ir",
4611  "smallvec",
4612  "tracing",
4613 ]
4614
4615 [[package]]
4616 name = "rustc_version"
4617 version = "0.4.0"
4618 source = "registry+https://github.com/rust-lang/crates.io-index"
4619 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4620 dependencies = [
4621  "semver",
4622 ]
4623
4624 [[package]]
4625 name = "rustdoc"
4626 version = "0.0.0"
4627 dependencies = [
4628  "arrayvec",
4629  "askama",
4630  "atty",
4631  "expect-test",
4632  "itertools",
4633  "minifier",
4634  "once_cell",
4635  "pulldown-cmark",
4636  "rayon",
4637  "regex",
4638  "rustdoc-json-types",
4639  "serde",
4640  "serde_json",
4641  "smallvec",
4642  "tempfile",
4643  "tracing",
4644  "tracing-subscriber",
4645  "tracing-tree",
4646 ]
4647
4648 [[package]]
4649 name = "rustdoc-json-types"
4650 version = "0.1.0"
4651 dependencies = [
4652  "serde",
4653  "serde_json",
4654 ]
4655
4656 [[package]]
4657 name = "rustdoc-themes"
4658 version = "0.1.0"
4659
4660 [[package]]
4661 name = "rustdoc-tool"
4662 version = "0.0.0"
4663 dependencies = [
4664  "rustdoc",
4665 ]
4666
4667 [[package]]
4668 name = "rustfix"
4669 version = "0.6.1"
4670 source = "registry+https://github.com/rust-lang/crates.io-index"
4671 checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
4672 dependencies = [
4673  "anyhow",
4674  "log",
4675  "serde",
4676  "serde_json",
4677 ]
4678
4679 [[package]]
4680 name = "rustfmt-config_proc_macro"
4681 version = "0.2.0"
4682 dependencies = [
4683  "proc-macro2",
4684  "quote",
4685  "serde",
4686  "syn",
4687 ]
4688
4689 [[package]]
4690 name = "rustfmt-nightly"
4691 version = "1.5.0"
4692 dependencies = [
4693  "annotate-snippets 0.9.1",
4694  "anyhow",
4695  "bytecount",
4696  "cargo_metadata",
4697  "clap 3.1.1",
4698  "derive-new",
4699  "diff",
4700  "dirs",
4701  "env_logger 0.9.0",
4702  "getopts",
4703  "ignore",
4704  "itertools",
4705  "lazy_static",
4706  "log",
4707  "regex",
4708  "rustc-workspace-hack",
4709  "rustfmt-config_proc_macro",
4710  "serde",
4711  "serde_json",
4712  "term",
4713  "thiserror",
4714  "toml",
4715  "unicode-segmentation",
4716  "unicode-width",
4717  "unicode_categories",
4718 ]
4719
4720 [[package]]
4721 name = "rustversion"
4722 version = "1.0.5"
4723 source = "registry+https://github.com/rust-lang/crates.io-index"
4724 checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
4725
4726 [[package]]
4727 name = "ryu"
4728 version = "1.0.5"
4729 source = "registry+https://github.com/rust-lang/crates.io-index"
4730 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
4731
4732 [[package]]
4733 name = "same-file"
4734 version = "1.0.6"
4735 source = "registry+https://github.com/rust-lang/crates.io-index"
4736 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4737 dependencies = [
4738  "winapi-util",
4739 ]
4740
4741 [[package]]
4742 name = "schannel"
4743 version = "0.1.19"
4744 source = "registry+https://github.com/rust-lang/crates.io-index"
4745 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4746 dependencies = [
4747  "lazy_static",
4748  "winapi",
4749 ]
4750
4751 [[package]]
4752 name = "scoped-tls"
4753 version = "1.0.0"
4754 source = "registry+https://github.com/rust-lang/crates.io-index"
4755 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4756
4757 [[package]]
4758 name = "scopeguard"
4759 version = "1.1.0"
4760 source = "registry+https://github.com/rust-lang/crates.io-index"
4761 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4762
4763 [[package]]
4764 name = "security-framework"
4765 version = "2.0.0"
4766 source = "registry+https://github.com/rust-lang/crates.io-index"
4767 checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4768 dependencies = [
4769  "bitflags",
4770  "core-foundation",
4771  "core-foundation-sys",
4772  "libc",
4773  "security-framework-sys",
4774 ]
4775
4776 [[package]]
4777 name = "security-framework-sys"
4778 version = "2.0.0"
4779 source = "registry+https://github.com/rust-lang/crates.io-index"
4780 checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4781 dependencies = [
4782  "core-foundation-sys",
4783  "libc",
4784 ]
4785
4786 [[package]]
4787 name = "self_cell"
4788 version = "0.10.2"
4789 source = "registry+https://github.com/rust-lang/crates.io-index"
4790 checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4791
4792 [[package]]
4793 name = "semver"
4794 version = "1.0.3"
4795 source = "registry+https://github.com/rust-lang/crates.io-index"
4796 checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
4797 dependencies = [
4798  "serde",
4799 ]
4800
4801 [[package]]
4802 name = "serde"
4803 version = "1.0.125"
4804 source = "registry+https://github.com/rust-lang/crates.io-index"
4805 checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
4806 dependencies = [
4807  "serde_derive",
4808 ]
4809
4810 [[package]]
4811 name = "serde_derive"
4812 version = "1.0.125"
4813 source = "registry+https://github.com/rust-lang/crates.io-index"
4814 checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
4815 dependencies = [
4816  "proc-macro2",
4817  "quote",
4818  "syn",
4819 ]
4820
4821 [[package]]
4822 name = "serde_ignored"
4823 version = "0.1.2"
4824 source = "registry+https://github.com/rust-lang/crates.io-index"
4825 checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
4826 dependencies = [
4827  "serde",
4828 ]
4829
4830 [[package]]
4831 name = "serde_json"
4832 version = "1.0.59"
4833 source = "registry+https://github.com/rust-lang/crates.io-index"
4834 checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
4835 dependencies = [
4836  "indexmap",
4837  "itoa",
4838  "ryu",
4839  "serde",
4840 ]
4841
4842 [[package]]
4843 name = "serde_repr"
4844 version = "0.1.6"
4845 source = "registry+https://github.com/rust-lang/crates.io-index"
4846 checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4847 dependencies = [
4848  "proc-macro2",
4849  "quote",
4850  "syn",
4851 ]
4852
4853 [[package]]
4854 name = "sha-1"
4855 version = "0.8.2"
4856 source = "registry+https://github.com/rust-lang/crates.io-index"
4857 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4858 dependencies = [
4859  "block-buffer 0.7.3",
4860  "digest 0.8.1",
4861  "fake-simd",
4862  "opaque-debug",
4863 ]
4864
4865 [[package]]
4866 name = "sha-1"
4867 version = "0.10.0"
4868 source = "registry+https://github.com/rust-lang/crates.io-index"
4869 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
4870 dependencies = [
4871  "cfg-if 1.0.0",
4872  "cpufeatures",
4873  "digest 0.10.2",
4874 ]
4875
4876 [[package]]
4877 name = "sha2"
4878 version = "0.10.1"
4879 source = "registry+https://github.com/rust-lang/crates.io-index"
4880 checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
4881 dependencies = [
4882  "cfg-if 1.0.0",
4883  "cpufeatures",
4884  "digest 0.10.2",
4885 ]
4886
4887 [[package]]
4888 name = "sharded-slab"
4889 version = "0.1.1"
4890 source = "registry+https://github.com/rust-lang/crates.io-index"
4891 checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
4892 dependencies = [
4893  "lazy_static",
4894 ]
4895
4896 [[package]]
4897 name = "shell-escape"
4898 version = "0.1.5"
4899 source = "registry+https://github.com/rust-lang/crates.io-index"
4900 checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4901
4902 [[package]]
4903 name = "shlex"
4904 version = "1.0.0"
4905 source = "registry+https://github.com/rust-lang/crates.io-index"
4906 checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4907
4908 [[package]]
4909 name = "signal-hook-registry"
4910 version = "1.2.2"
4911 source = "registry+https://github.com/rust-lang/crates.io-index"
4912 checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
4913 dependencies = [
4914  "libc",
4915 ]
4916
4917 [[package]]
4918 name = "similar"
4919 version = "2.1.0"
4920 source = "registry+https://github.com/rust-lang/crates.io-index"
4921 checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4922
4923 [[package]]
4924 name = "siphasher"
4925 version = "0.3.3"
4926 source = "registry+https://github.com/rust-lang/crates.io-index"
4927 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
4928
4929 [[package]]
4930 name = "sized-chunks"
4931 version = "0.6.4"
4932 source = "registry+https://github.com/rust-lang/crates.io-index"
4933 checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
4934 dependencies = [
4935  "bitmaps",
4936  "typenum",
4937 ]
4938
4939 [[package]]
4940 name = "slab"
4941 version = "0.4.2"
4942 source = "registry+https://github.com/rust-lang/crates.io-index"
4943 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4944
4945 [[package]]
4946 name = "smallvec"
4947 version = "1.7.0"
4948 source = "registry+https://github.com/rust-lang/crates.io-index"
4949 checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
4950
4951 [[package]]
4952 name = "snap"
4953 version = "1.0.1"
4954 source = "registry+https://github.com/rust-lang/crates.io-index"
4955 checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4956
4957 [[package]]
4958 name = "snapbox"
4959 version = "0.2.9"
4960 source = "registry+https://github.com/rust-lang/crates.io-index"
4961 checksum = "c1f212b806d6f56d19838e36a0aaa7e79a0bc9ca177e873fb87651ad92f983e2"
4962 dependencies = [
4963  "concolor",
4964  "content_inspector",
4965  "dunce",
4966  "filetime",
4967  "normalize-line-endings",
4968  "similar",
4969  "snapbox-macros",
4970  "tempfile",
4971  "walkdir",
4972  "yansi",
4973 ]
4974
4975 [[package]]
4976 name = "snapbox-macros"
4977 version = "0.2.1"
4978 source = "registry+https://github.com/rust-lang/crates.io-index"
4979 checksum = "c01dea7e04cbb27ef4c86e9922184608185f7cd95c1763bc30d727cda4a5e930"
4980
4981 [[package]]
4982 name = "socket2"
4983 version = "0.4.1"
4984 source = "registry+https://github.com/rust-lang/crates.io-index"
4985 checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
4986 dependencies = [
4987  "libc",
4988  "winapi",
4989 ]
4990
4991 [[package]]
4992 name = "stable_deref_trait"
4993 version = "1.2.0"
4994 source = "registry+https://github.com/rust-lang/crates.io-index"
4995 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4996
4997 [[package]]
4998 name = "stacker"
4999 version = "0.1.14"
5000 source = "registry+https://github.com/rust-lang/crates.io-index"
5001 checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
5002 dependencies = [
5003  "cc",
5004  "cfg-if 1.0.0",
5005  "libc",
5006  "psm",
5007  "winapi",
5008 ]
5009
5010 [[package]]
5011 name = "static_assertions"
5012 version = "1.1.0"
5013 source = "registry+https://github.com/rust-lang/crates.io-index"
5014 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5015
5016 [[package]]
5017 name = "std"
5018 version = "0.0.0"
5019 dependencies = [
5020  "addr2line",
5021  "alloc",
5022  "cfg-if 0.1.10",
5023  "compiler_builtins",
5024  "core",
5025  "dlmalloc",
5026  "fortanix-sgx-abi",
5027  "hashbrown 0.12.0",
5028  "hermit-abi 0.2.0",
5029  "libc",
5030  "miniz_oxide",
5031  "object 0.26.2",
5032  "panic_abort",
5033  "panic_unwind",
5034  "profiler_builtins",
5035  "rand 0.7.3",
5036  "rustc-demangle",
5037  "std_detect",
5038  "unwind",
5039  "wasi 0.11.0+wasi-snapshot-preview1",
5040 ]
5041
5042 [[package]]
5043 name = "std_detect"
5044 version = "0.1.5"
5045 dependencies = [
5046  "cfg-if 0.1.10",
5047  "compiler_builtins",
5048  "libc",
5049  "rustc-std-workspace-alloc",
5050  "rustc-std-workspace-core",
5051 ]
5052
5053 [[package]]
5054 name = "string_cache"
5055 version = "0.8.3"
5056 source = "registry+https://github.com/rust-lang/crates.io-index"
5057 checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
5058 dependencies = [
5059  "lazy_static",
5060  "new_debug_unreachable",
5061  "parking_lot 0.11.2",
5062  "phf_shared",
5063  "precomputed-hash",
5064  "serde",
5065 ]
5066
5067 [[package]]
5068 name = "string_cache_codegen"
5069 version = "0.5.2"
5070 source = "registry+https://github.com/rust-lang/crates.io-index"
5071 checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5072 dependencies = [
5073  "phf_generator",
5074  "phf_shared",
5075  "proc-macro2",
5076  "quote",
5077 ]
5078
5079 [[package]]
5080 name = "strip-ansi-escapes"
5081 version = "0.1.0"
5082 source = "registry+https://github.com/rust-lang/crates.io-index"
5083 checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
5084 dependencies = [
5085  "vte",
5086 ]
5087
5088 [[package]]
5089 name = "strsim"
5090 version = "0.8.0"
5091 source = "registry+https://github.com/rust-lang/crates.io-index"
5092 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
5093
5094 [[package]]
5095 name = "strsim"
5096 version = "0.10.0"
5097 source = "registry+https://github.com/rust-lang/crates.io-index"
5098 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5099
5100 [[package]]
5101 name = "strum"
5102 version = "0.18.0"
5103 source = "registry+https://github.com/rust-lang/crates.io-index"
5104 checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
5105
5106 [[package]]
5107 name = "strum_macros"
5108 version = "0.18.0"
5109 source = "registry+https://github.com/rust-lang/crates.io-index"
5110 checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
5111 dependencies = [
5112  "heck 0.3.1",
5113  "proc-macro2",
5114  "quote",
5115  "syn",
5116 ]
5117
5118 [[package]]
5119 name = "syn"
5120 version = "1.0.91"
5121 source = "registry+https://github.com/rust-lang/crates.io-index"
5122 checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
5123 dependencies = [
5124  "proc-macro2",
5125  "quote",
5126  "unicode-xid",
5127 ]
5128
5129 [[package]]
5130 name = "synstructure"
5131 version = "0.12.6"
5132 source = "registry+https://github.com/rust-lang/crates.io-index"
5133 checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
5134 dependencies = [
5135  "proc-macro2",
5136  "quote",
5137  "syn",
5138  "unicode-xid",
5139 ]
5140
5141 [[package]]
5142 name = "sysinfo"
5143 version = "0.24.1"
5144 source = "registry+https://github.com/rust-lang/crates.io-index"
5145 checksum = "a6a8e71535da31837213ac114531d31def75d7aebd133264e420a3451fa7f703"
5146 dependencies = [
5147  "cfg-if 1.0.0",
5148  "core-foundation-sys",
5149  "libc",
5150  "ntapi",
5151  "once_cell",
5152  "rayon",
5153  "winapi",
5154 ]
5155
5156 [[package]]
5157 name = "tar"
5158 version = "0.4.38"
5159 source = "registry+https://github.com/rust-lang/crates.io-index"
5160 checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
5161 dependencies = [
5162  "filetime",
5163  "libc",
5164  "xattr",
5165 ]
5166
5167 [[package]]
5168 name = "tempfile"
5169 version = "3.2.0"
5170 source = "registry+https://github.com/rust-lang/crates.io-index"
5171 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
5172 dependencies = [
5173  "cfg-if 1.0.0",
5174  "libc",
5175  "rand 0.8.5",
5176  "redox_syscall",
5177  "remove_dir_all",
5178  "winapi",
5179 ]
5180
5181 [[package]]
5182 name = "tendril"
5183 version = "0.4.1"
5184 source = "registry+https://github.com/rust-lang/crates.io-index"
5185 checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
5186 dependencies = [
5187  "futf",
5188  "mac",
5189  "utf-8",
5190 ]
5191
5192 [[package]]
5193 name = "term"
5194 version = "0.7.0"
5195 source = "registry+https://github.com/rust-lang/crates.io-index"
5196 checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5197 dependencies = [
5198  "dirs-next",
5199  "rustversion",
5200  "winapi",
5201 ]
5202
5203 [[package]]
5204 name = "termcolor"
5205 version = "1.1.2"
5206 source = "registry+https://github.com/rust-lang/crates.io-index"
5207 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
5208 dependencies = [
5209  "winapi-util",
5210 ]
5211
5212 [[package]]
5213 name = "termize"
5214 version = "0.1.1"
5215 source = "registry+https://github.com/rust-lang/crates.io-index"
5216 checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5217 dependencies = [
5218  "libc",
5219  "winapi",
5220 ]
5221
5222 [[package]]
5223 name = "test"
5224 version = "0.0.0"
5225 dependencies = [
5226  "cfg-if 0.1.10",
5227  "core",
5228  "getopts",
5229  "libc",
5230  "panic_abort",
5231  "panic_unwind",
5232  "proc_macro",
5233  "std",
5234 ]
5235
5236 [[package]]
5237 name = "tester"
5238 version = "0.9.0"
5239 source = "registry+https://github.com/rust-lang/crates.io-index"
5240 checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5241 dependencies = [
5242  "cfg-if 1.0.0",
5243  "getopts",
5244  "libc",
5245  "num_cpus",
5246  "term",
5247 ]
5248
5249 [[package]]
5250 name = "textwrap"
5251 version = "0.11.0"
5252 source = "registry+https://github.com/rust-lang/crates.io-index"
5253 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
5254 dependencies = [
5255  "unicode-width",
5256 ]
5257
5258 [[package]]
5259 name = "textwrap"
5260 version = "0.14.2"
5261 source = "registry+https://github.com/rust-lang/crates.io-index"
5262 checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
5263
5264 [[package]]
5265 name = "thiserror"
5266 version = "1.0.30"
5267 source = "registry+https://github.com/rust-lang/crates.io-index"
5268 checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
5269 dependencies = [
5270  "thiserror-impl",
5271 ]
5272
5273 [[package]]
5274 name = "thiserror-impl"
5275 version = "1.0.30"
5276 source = "registry+https://github.com/rust-lang/crates.io-index"
5277 checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
5278 dependencies = [
5279  "proc-macro2",
5280  "quote",
5281  "syn",
5282 ]
5283
5284 [[package]]
5285 name = "thorin-dwp"
5286 version = "0.2.0"
5287 source = "registry+https://github.com/rust-lang/crates.io-index"
5288 checksum = "dd95b4559c196987c8451b4e14d08a4c796c2844f9adf4d2a2dbc9b3142843be"
5289 dependencies = [
5290  "gimli 0.26.1",
5291  "hashbrown 0.11.2",
5292  "object 0.28.4",
5293  "tracing",
5294 ]
5295
5296 [[package]]
5297 name = "thread_local"
5298 version = "1.1.4"
5299 source = "registry+https://github.com/rust-lang/crates.io-index"
5300 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
5301 dependencies = [
5302  "once_cell",
5303 ]
5304
5305 [[package]]
5306 name = "tidy"
5307 version = "0.1.0"
5308 dependencies = [
5309  "cargo_metadata",
5310  "crossbeam-utils",
5311  "lazy_static",
5312  "regex",
5313  "walkdir",
5314 ]
5315
5316 [[package]]
5317 name = "tier-check"
5318 version = "0.1.0"
5319
5320 [[package]]
5321 name = "time"
5322 version = "0.1.43"
5323 source = "registry+https://github.com/rust-lang/crates.io-index"
5324 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
5325 dependencies = [
5326  "libc",
5327  "winapi",
5328 ]
5329
5330 [[package]]
5331 name = "tinystr"
5332 version = "0.3.4"
5333 source = "registry+https://github.com/rust-lang/crates.io-index"
5334 checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
5335
5336 [[package]]
5337 name = "tinyvec"
5338 version = "0.3.4"
5339 source = "registry+https://github.com/rust-lang/crates.io-index"
5340 checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
5341
5342 [[package]]
5343 name = "tokio"
5344 version = "1.8.4"
5345 source = "registry+https://github.com/rust-lang/crates.io-index"
5346 checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
5347 dependencies = [
5348  "autocfg",
5349  "bytes",
5350  "libc",
5351  "memchr",
5352  "mio",
5353  "num_cpus",
5354  "once_cell",
5355  "pin-project-lite",
5356  "signal-hook-registry",
5357  "winapi",
5358 ]
5359
5360 [[package]]
5361 name = "tokio-stream"
5362 version = "0.1.7"
5363 source = "registry+https://github.com/rust-lang/crates.io-index"
5364 checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
5365 dependencies = [
5366  "futures-core",
5367  "pin-project-lite",
5368  "tokio",
5369 ]
5370
5371 [[package]]
5372 name = "tokio-util"
5373 version = "0.6.7"
5374 source = "registry+https://github.com/rust-lang/crates.io-index"
5375 checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
5376 dependencies = [
5377  "bytes",
5378  "futures-core",
5379  "futures-sink",
5380  "log",
5381  "pin-project-lite",
5382  "tokio",
5383 ]
5384
5385 [[package]]
5386 name = "toml"
5387 version = "0.5.7"
5388 source = "registry+https://github.com/rust-lang/crates.io-index"
5389 checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
5390 dependencies = [
5391  "serde",
5392 ]
5393
5394 [[package]]
5395 name = "toml_edit"
5396 version = "0.14.3"
5397 source = "registry+https://github.com/rust-lang/crates.io-index"
5398 checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5399 dependencies = [
5400  "combine",
5401  "indexmap",
5402  "itertools",
5403  "kstring",
5404  "serde",
5405 ]
5406
5407 [[package]]
5408 name = "topological-sort"
5409 version = "0.1.0"
5410 source = "registry+https://github.com/rust-lang/crates.io-index"
5411 checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5412
5413 [[package]]
5414 name = "tower-service"
5415 version = "0.3.1"
5416 source = "registry+https://github.com/rust-lang/crates.io-index"
5417 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5418
5419 [[package]]
5420 name = "tracing"
5421 version = "0.1.29"
5422 source = "registry+https://github.com/rust-lang/crates.io-index"
5423 checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
5424 dependencies = [
5425  "cfg-if 1.0.0",
5426  "pin-project-lite",
5427  "tracing-attributes",
5428  "tracing-core",
5429 ]
5430
5431 [[package]]
5432 name = "tracing-attributes"
5433 version = "0.1.18"
5434 source = "registry+https://github.com/rust-lang/crates.io-index"
5435 checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
5436 dependencies = [
5437  "proc-macro2",
5438  "quote",
5439  "syn",
5440 ]
5441
5442 [[package]]
5443 name = "tracing-core"
5444 version = "0.1.21"
5445 source = "registry+https://github.com/rust-lang/crates.io-index"
5446 checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
5447 dependencies = [
5448  "lazy_static",
5449 ]
5450
5451 [[package]]
5452 name = "tracing-log"
5453 version = "0.1.2"
5454 source = "registry+https://github.com/rust-lang/crates.io-index"
5455 checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
5456 dependencies = [
5457  "lazy_static",
5458  "log",
5459  "tracing-core",
5460 ]
5461
5462 [[package]]
5463 name = "tracing-subscriber"
5464 version = "0.3.3"
5465 source = "registry+https://github.com/rust-lang/crates.io-index"
5466 checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
5467 dependencies = [
5468  "ansi_term",
5469  "lazy_static",
5470  "matchers",
5471  "parking_lot 0.11.2",
5472  "regex",
5473  "sharded-slab",
5474  "smallvec",
5475  "thread_local",
5476  "tracing",
5477  "tracing-core",
5478  "tracing-log",
5479 ]
5480
5481 [[package]]
5482 name = "tracing-tree"
5483 version = "0.2.0"
5484 source = "registry+https://github.com/rust-lang/crates.io-index"
5485 checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
5486 dependencies = [
5487  "ansi_term",
5488  "atty",
5489  "tracing-core",
5490  "tracing-log",
5491  "tracing-subscriber",
5492 ]
5493
5494 [[package]]
5495 name = "type-map"
5496 version = "0.4.0"
5497 source = "registry+https://github.com/rust-lang/crates.io-index"
5498 checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5499 dependencies = [
5500  "rustc-hash",
5501 ]
5502
5503 [[package]]
5504 name = "typenum"
5505 version = "1.12.0"
5506 source = "registry+https://github.com/rust-lang/crates.io-index"
5507 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
5508
5509 [[package]]
5510 name = "ucd-parse"
5511 version = "0.1.8"
5512 source = "registry+https://github.com/rust-lang/crates.io-index"
5513 checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
5514 dependencies = [
5515  "lazy_static",
5516  "regex",
5517 ]
5518
5519 [[package]]
5520 name = "ucd-trie"
5521 version = "0.1.3"
5522 source = "registry+https://github.com/rust-lang/crates.io-index"
5523 checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5524
5525 [[package]]
5526 name = "ui_test"
5527 version = "0.1.0"
5528 dependencies = [
5529  "colored",
5530  "crossbeam",
5531  "lazy_static",
5532  "pretty_assertions 1.2.1",
5533  "regex",
5534  "rustc_version",
5535  "serde",
5536  "serde_json",
5537 ]
5538
5539 [[package]]
5540 name = "unic-char-property"
5541 version = "0.9.0"
5542 source = "registry+https://github.com/rust-lang/crates.io-index"
5543 checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5544 dependencies = [
5545  "unic-char-range",
5546 ]
5547
5548 [[package]]
5549 name = "unic-char-range"
5550 version = "0.9.0"
5551 source = "registry+https://github.com/rust-lang/crates.io-index"
5552 checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5553
5554 [[package]]
5555 name = "unic-common"
5556 version = "0.9.0"
5557 source = "registry+https://github.com/rust-lang/crates.io-index"
5558 checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5559
5560 [[package]]
5561 name = "unic-emoji-char"
5562 version = "0.9.0"
5563 source = "registry+https://github.com/rust-lang/crates.io-index"
5564 checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5565 dependencies = [
5566  "unic-char-property",
5567  "unic-char-range",
5568  "unic-ucd-version",
5569 ]
5570
5571 [[package]]
5572 name = "unic-langid"
5573 version = "0.9.0"
5574 source = "registry+https://github.com/rust-lang/crates.io-index"
5575 checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
5576 dependencies = [
5577  "unic-langid-impl",
5578  "unic-langid-macros",
5579 ]
5580
5581 [[package]]
5582 name = "unic-langid-impl"
5583 version = "0.9.0"
5584 source = "registry+https://github.com/rust-lang/crates.io-index"
5585 checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
5586 dependencies = [
5587  "tinystr",
5588 ]
5589
5590 [[package]]
5591 name = "unic-langid-macros"
5592 version = "0.9.0"
5593 source = "registry+https://github.com/rust-lang/crates.io-index"
5594 checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
5595 dependencies = [
5596  "proc-macro-hack",
5597  "tinystr",
5598  "unic-langid-impl",
5599  "unic-langid-macros-impl",
5600 ]
5601
5602 [[package]]
5603 name = "unic-langid-macros-impl"
5604 version = "0.9.0"
5605 source = "registry+https://github.com/rust-lang/crates.io-index"
5606 checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
5607 dependencies = [
5608  "proc-macro-hack",
5609  "quote",
5610  "syn",
5611  "unic-langid-impl",
5612 ]
5613
5614 [[package]]
5615 name = "unic-ucd-version"
5616 version = "0.9.0"
5617 source = "registry+https://github.com/rust-lang/crates.io-index"
5618 checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5619 dependencies = [
5620  "unic-common",
5621 ]
5622
5623 [[package]]
5624 name = "unicase"
5625 version = "2.6.0"
5626 source = "registry+https://github.com/rust-lang/crates.io-index"
5627 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5628 dependencies = [
5629  "version_check",
5630 ]
5631
5632 [[package]]
5633 name = "unicode-bdd"
5634 version = "0.1.0"
5635 dependencies = [
5636  "ucd-parse",
5637 ]
5638
5639 [[package]]
5640 name = "unicode-bidi"
5641 version = "0.3.4"
5642 source = "registry+https://github.com/rust-lang/crates.io-index"
5643 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5644 dependencies = [
5645  "matches",
5646 ]
5647
5648 [[package]]
5649 name = "unicode-normalization"
5650 version = "0.1.13"
5651 source = "registry+https://github.com/rust-lang/crates.io-index"
5652 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5653 dependencies = [
5654  "tinyvec",
5655 ]
5656
5657 [[package]]
5658 name = "unicode-script"
5659 version = "0.5.3"
5660 source = "registry+https://github.com/rust-lang/crates.io-index"
5661 checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
5662
5663 [[package]]
5664 name = "unicode-security"
5665 version = "0.0.5"
5666 source = "registry+https://github.com/rust-lang/crates.io-index"
5667 checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
5668 dependencies = [
5669  "unicode-normalization",
5670  "unicode-script",
5671 ]
5672
5673 [[package]]
5674 name = "unicode-segmentation"
5675 version = "1.9.0"
5676 source = "registry+https://github.com/rust-lang/crates.io-index"
5677 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
5678
5679 [[package]]
5680 name = "unicode-width"
5681 version = "0.1.8"
5682 source = "registry+https://github.com/rust-lang/crates.io-index"
5683 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5684 dependencies = [
5685  "compiler_builtins",
5686  "rustc-std-workspace-core",
5687  "rustc-std-workspace-std",
5688 ]
5689
5690 [[package]]
5691 name = "unicode-xid"
5692 version = "0.2.2"
5693 source = "registry+https://github.com/rust-lang/crates.io-index"
5694 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5695
5696 [[package]]
5697 name = "unicode_categories"
5698 version = "0.1.1"
5699 source = "registry+https://github.com/rust-lang/crates.io-index"
5700 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5701
5702 [[package]]
5703 name = "unified-diff"
5704 version = "0.2.1"
5705 source = "registry+https://github.com/rust-lang/crates.io-index"
5706 checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5707 dependencies = [
5708  "diff",
5709 ]
5710
5711 [[package]]
5712 name = "unindent"
5713 version = "0.1.7"
5714 source = "registry+https://github.com/rust-lang/crates.io-index"
5715 checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5716
5717 [[package]]
5718 name = "unstable-book-gen"
5719 version = "0.1.0"
5720 dependencies = [
5721  "num-traits",
5722  "tidy",
5723 ]
5724
5725 [[package]]
5726 name = "unwind"
5727 version = "0.0.0"
5728 dependencies = [
5729  "cc",
5730  "cfg-if 0.1.10",
5731  "compiler_builtins",
5732  "core",
5733  "libc",
5734 ]
5735
5736 [[package]]
5737 name = "url"
5738 version = "1.7.2"
5739 source = "registry+https://github.com/rust-lang/crates.io-index"
5740 checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5741 dependencies = [
5742  "idna 0.1.5",
5743  "matches",
5744  "percent-encoding 1.0.1",
5745 ]
5746
5747 [[package]]
5748 name = "url"
5749 version = "2.2.2"
5750 source = "registry+https://github.com/rust-lang/crates.io-index"
5751 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
5752 dependencies = [
5753  "form_urlencoded",
5754  "idna 0.2.0",
5755  "matches",
5756  "percent-encoding 2.1.0",
5757  "serde",
5758 ]
5759
5760 [[package]]
5761 name = "utf-8"
5762 version = "0.7.5"
5763 source = "registry+https://github.com/rust-lang/crates.io-index"
5764 checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
5765
5766 [[package]]
5767 name = "utf8parse"
5768 version = "0.1.1"
5769 source = "registry+https://github.com/rust-lang/crates.io-index"
5770 checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
5771
5772 [[package]]
5773 name = "vcpkg"
5774 version = "0.2.10"
5775 source = "registry+https://github.com/rust-lang/crates.io-index"
5776 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5777
5778 [[package]]
5779 name = "vec_map"
5780 version = "0.8.2"
5781 source = "registry+https://github.com/rust-lang/crates.io-index"
5782 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5783
5784 [[package]]
5785 name = "vergen"
5786 version = "5.1.0"
5787 source = "registry+https://github.com/rust-lang/crates.io-index"
5788 checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
5789 dependencies = [
5790  "anyhow",
5791  "chrono",
5792  "enum-iterator",
5793  "getset",
5794  "git2",
5795  "rustversion",
5796  "thiserror",
5797 ]
5798
5799 [[package]]
5800 name = "version_check"
5801 version = "0.9.3"
5802 source = "registry+https://github.com/rust-lang/crates.io-index"
5803 checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
5804
5805 [[package]]
5806 name = "vte"
5807 version = "0.3.3"
5808 source = "registry+https://github.com/rust-lang/crates.io-index"
5809 checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
5810 dependencies = [
5811  "utf8parse",
5812 ]
5813
5814 [[package]]
5815 name = "walkdir"
5816 version = "2.3.2"
5817 source = "registry+https://github.com/rust-lang/crates.io-index"
5818 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
5819 dependencies = [
5820  "same-file",
5821  "winapi",
5822  "winapi-util",
5823 ]
5824
5825 [[package]]
5826 name = "wasi"
5827 version = "0.9.0+wasi-snapshot-preview1"
5828 source = "registry+https://github.com/rust-lang/crates.io-index"
5829 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5830
5831 [[package]]
5832 name = "wasi"
5833 version = "0.11.0+wasi-snapshot-preview1"
5834 source = "registry+https://github.com/rust-lang/crates.io-index"
5835 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
5836 dependencies = [
5837  "compiler_builtins",
5838  "rustc-std-workspace-alloc",
5839  "rustc-std-workspace-core",
5840 ]
5841
5842 [[package]]
5843 name = "winapi"
5844 version = "0.3.9"
5845 source = "registry+https://github.com/rust-lang/crates.io-index"
5846 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5847 dependencies = [
5848  "winapi-i686-pc-windows-gnu",
5849  "winapi-x86_64-pc-windows-gnu",
5850 ]
5851
5852 [[package]]
5853 name = "winapi-i686-pc-windows-gnu"
5854 version = "0.4.0"
5855 source = "registry+https://github.com/rust-lang/crates.io-index"
5856 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5857
5858 [[package]]
5859 name = "winapi-util"
5860 version = "0.1.5"
5861 source = "registry+https://github.com/rust-lang/crates.io-index"
5862 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5863 dependencies = [
5864  "winapi",
5865 ]
5866
5867 [[package]]
5868 name = "winapi-x86_64-pc-windows-gnu"
5869 version = "0.4.0"
5870 source = "registry+https://github.com/rust-lang/crates.io-index"
5871 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5872
5873 [[package]]
5874 name = "windows-sys"
5875 version = "0.36.1"
5876 source = "registry+https://github.com/rust-lang/crates.io-index"
5877 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
5878 dependencies = [
5879  "windows_aarch64_msvc",
5880  "windows_i686_gnu",
5881  "windows_i686_msvc",
5882  "windows_x86_64_gnu",
5883  "windows_x86_64_msvc",
5884 ]
5885
5886 [[package]]
5887 name = "windows_aarch64_msvc"
5888 version = "0.36.1"
5889 source = "registry+https://github.com/rust-lang/crates.io-index"
5890 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
5891
5892 [[package]]
5893 name = "windows_i686_gnu"
5894 version = "0.36.1"
5895 source = "registry+https://github.com/rust-lang/crates.io-index"
5896 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
5897
5898 [[package]]
5899 name = "windows_i686_msvc"
5900 version = "0.36.1"
5901 source = "registry+https://github.com/rust-lang/crates.io-index"
5902 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
5903
5904 [[package]]
5905 name = "windows_x86_64_gnu"
5906 version = "0.36.1"
5907 source = "registry+https://github.com/rust-lang/crates.io-index"
5908 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
5909
5910 [[package]]
5911 name = "windows_x86_64_msvc"
5912 version = "0.36.1"
5913 source = "registry+https://github.com/rust-lang/crates.io-index"
5914 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
5915
5916 [[package]]
5917 name = "xattr"
5918 version = "0.2.2"
5919 source = "registry+https://github.com/rust-lang/crates.io-index"
5920 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5921 dependencies = [
5922  "libc",
5923 ]
5924
5925 [[package]]
5926 name = "xz2"
5927 version = "0.1.6"
5928 source = "registry+https://github.com/rust-lang/crates.io-index"
5929 checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5930 dependencies = [
5931  "lzma-sys",
5932 ]
5933
5934 [[package]]
5935 name = "yaml-merge-keys"
5936 version = "0.4.1"
5937 source = "registry+https://github.com/rust-lang/crates.io-index"
5938 checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5939 dependencies = [
5940  "lazy_static",
5941  "thiserror",
5942  "yaml-rust 0.4.4",
5943 ]
5944
5945 [[package]]
5946 name = "yaml-rust"
5947 version = "0.3.5"
5948 source = "registry+https://github.com/rust-lang/crates.io-index"
5949 checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5950
5951 [[package]]
5952 name = "yaml-rust"
5953 version = "0.4.4"
5954 source = "registry+https://github.com/rust-lang/crates.io-index"
5955 checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5956 dependencies = [
5957  "linked-hash-map",
5958 ]
5959
5960 [[package]]
5961 name = "yansi"
5962 version = "0.5.1"
5963 source = "registry+https://github.com/rust-lang/crates.io-index"
5964 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5965
5966 [[package]]
5967 name = "yansi-term"
5968 version = "0.1.2"
5969 source = "registry+https://github.com/rust-lang/crates.io-index"
5970 checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5971 dependencies = [
5972  "winapi",
5973 ]