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