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