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