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