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