]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco
[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 ]
1284
1285 [[package]]
1286 name = "expand-yaml-anchors"
1287 version = "0.1.0"
1288 dependencies = [
1289  "yaml-merge-keys",
1290  "yaml-rust",
1291 ]
1292
1293 [[package]]
1294 name = "expect-test"
1295 version = "1.0.1"
1296 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
1298 dependencies = [
1299  "difference",
1300  "once_cell",
1301 ]
1302
1303 [[package]]
1304 name = "eyre"
1305 version = "0.6.8"
1306 source = "registry+https://github.com/rust-lang/crates.io-index"
1307 checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1308 dependencies = [
1309  "indenter",
1310  "once_cell",
1311 ]
1312
1313 [[package]]
1314 name = "fake-simd"
1315 version = "0.1.2"
1316 source = "registry+https://github.com/rust-lang/crates.io-index"
1317 checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1318
1319 [[package]]
1320 name = "fallible-iterator"
1321 version = "0.2.0"
1322 source = "registry+https://github.com/rust-lang/crates.io-index"
1323 checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1324
1325 [[package]]
1326 name = "filetime"
1327 version = "0.2.14"
1328 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
1330 dependencies = [
1331  "cfg-if 1.0.0",
1332  "libc",
1333  "redox_syscall",
1334  "winapi",
1335 ]
1336
1337 [[package]]
1338 name = "fixedbitset"
1339 version = "0.2.0"
1340 source = "registry+https://github.com/rust-lang/crates.io-index"
1341 checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1342
1343 [[package]]
1344 name = "flate2"
1345 version = "1.0.16"
1346 source = "registry+https://github.com/rust-lang/crates.io-index"
1347 checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
1348 dependencies = [
1349  "cfg-if 0.1.10",
1350  "crc32fast",
1351  "libc",
1352  "libz-sys",
1353  "miniz_oxide 0.4.0",
1354 ]
1355
1356 [[package]]
1357 name = "fluent-bundle"
1358 version = "0.15.2"
1359 source = "registry+https://github.com/rust-lang/crates.io-index"
1360 checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1361 dependencies = [
1362  "fluent-langneg",
1363  "fluent-syntax",
1364  "intl-memoizer",
1365  "intl_pluralrules",
1366  "rustc-hash",
1367  "self_cell",
1368  "smallvec",
1369  "unic-langid",
1370 ]
1371
1372 [[package]]
1373 name = "fluent-langneg"
1374 version = "0.13.0"
1375 source = "registry+https://github.com/rust-lang/crates.io-index"
1376 checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1377 dependencies = [
1378  "unic-langid",
1379 ]
1380
1381 [[package]]
1382 name = "fluent-syntax"
1383 version = "0.11.0"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1385 checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1386 dependencies = [
1387  "thiserror",
1388 ]
1389
1390 [[package]]
1391 name = "fnv"
1392 version = "1.0.7"
1393 source = "registry+https://github.com/rust-lang/crates.io-index"
1394 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1395
1396 [[package]]
1397 name = "foreign-types"
1398 version = "0.3.2"
1399 source = "registry+https://github.com/rust-lang/crates.io-index"
1400 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1401 dependencies = [
1402  "foreign-types-shared",
1403 ]
1404
1405 [[package]]
1406 name = "foreign-types-shared"
1407 version = "0.1.1"
1408 source = "registry+https://github.com/rust-lang/crates.io-index"
1409 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1410
1411 [[package]]
1412 name = "form_urlencoded"
1413 version = "1.0.1"
1414 source = "registry+https://github.com/rust-lang/crates.io-index"
1415 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1416 dependencies = [
1417  "matches",
1418  "percent-encoding 2.1.0",
1419 ]
1420
1421 [[package]]
1422 name = "fortanix-sgx-abi"
1423 version = "0.5.0"
1424 source = "registry+https://github.com/rust-lang/crates.io-index"
1425 checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
1426 dependencies = [
1427  "compiler_builtins",
1428  "rustc-std-workspace-core",
1429 ]
1430
1431 [[package]]
1432 name = "fs-err"
1433 version = "2.5.0"
1434 source = "registry+https://github.com/rust-lang/crates.io-index"
1435 checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
1436
1437 [[package]]
1438 name = "fs_extra"
1439 version = "1.1.0"
1440 source = "registry+https://github.com/rust-lang/crates.io-index"
1441 checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1442
1443 [[package]]
1444 name = "fst"
1445 version = "0.4.5"
1446 source = "registry+https://github.com/rust-lang/crates.io-index"
1447 checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
1448
1449 [[package]]
1450 name = "futf"
1451 version = "0.1.5"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1454 dependencies = [
1455  "mac",
1456  "new_debug_unreachable",
1457 ]
1458
1459 [[package]]
1460 name = "futures"
1461 version = "0.1.31"
1462 source = "registry+https://github.com/rust-lang/crates.io-index"
1463 checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
1464
1465 [[package]]
1466 name = "futures"
1467 version = "0.3.19"
1468 source = "registry+https://github.com/rust-lang/crates.io-index"
1469 checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
1470 dependencies = [
1471  "futures-channel",
1472  "futures-core",
1473  "futures-executor",
1474  "futures-io",
1475  "futures-sink",
1476  "futures-task",
1477  "futures-util",
1478 ]
1479
1480 [[package]]
1481 name = "futures-channel"
1482 version = "0.3.19"
1483 source = "registry+https://github.com/rust-lang/crates.io-index"
1484 checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
1485 dependencies = [
1486  "futures-core",
1487  "futures-sink",
1488 ]
1489
1490 [[package]]
1491 name = "futures-core"
1492 version = "0.3.19"
1493 source = "registry+https://github.com/rust-lang/crates.io-index"
1494 checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
1495
1496 [[package]]
1497 name = "futures-executor"
1498 version = "0.3.19"
1499 source = "registry+https://github.com/rust-lang/crates.io-index"
1500 checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
1501 dependencies = [
1502  "futures-core",
1503  "futures-task",
1504  "futures-util",
1505  "num_cpus",
1506 ]
1507
1508 [[package]]
1509 name = "futures-io"
1510 version = "0.3.19"
1511 source = "registry+https://github.com/rust-lang/crates.io-index"
1512 checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
1513
1514 [[package]]
1515 name = "futures-macro"
1516 version = "0.3.19"
1517 source = "registry+https://github.com/rust-lang/crates.io-index"
1518 checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
1519 dependencies = [
1520  "proc-macro2",
1521  "quote",
1522  "syn",
1523 ]
1524
1525 [[package]]
1526 name = "futures-sink"
1527 version = "0.3.19"
1528 source = "registry+https://github.com/rust-lang/crates.io-index"
1529 checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
1530
1531 [[package]]
1532 name = "futures-task"
1533 version = "0.3.19"
1534 source = "registry+https://github.com/rust-lang/crates.io-index"
1535 checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
1536
1537 [[package]]
1538 name = "futures-util"
1539 version = "0.3.19"
1540 source = "registry+https://github.com/rust-lang/crates.io-index"
1541 checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
1542 dependencies = [
1543  "futures 0.1.31",
1544  "futures-channel",
1545  "futures-core",
1546  "futures-io",
1547  "futures-macro",
1548  "futures-sink",
1549  "futures-task",
1550  "memchr",
1551  "pin-project-lite",
1552  "pin-utils",
1553  "slab",
1554 ]
1555
1556 [[package]]
1557 name = "fwdansi"
1558 version = "1.1.0"
1559 source = "registry+https://github.com/rust-lang/crates.io-index"
1560 checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
1561 dependencies = [
1562  "memchr",
1563  "termcolor",
1564 ]
1565
1566 [[package]]
1567 name = "generic-array"
1568 version = "0.12.4"
1569 source = "registry+https://github.com/rust-lang/crates.io-index"
1570 checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
1571 dependencies = [
1572  "typenum",
1573 ]
1574
1575 [[package]]
1576 name = "generic-array"
1577 version = "0.14.4"
1578 source = "registry+https://github.com/rust-lang/crates.io-index"
1579 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1580 dependencies = [
1581  "typenum",
1582  "version_check",
1583 ]
1584
1585 [[package]]
1586 name = "getopts"
1587 version = "0.2.21"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
1590 dependencies = [
1591  "rustc-std-workspace-core",
1592  "rustc-std-workspace-std",
1593  "unicode-width",
1594 ]
1595
1596 [[package]]
1597 name = "getrandom"
1598 version = "0.1.14"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
1601 dependencies = [
1602  "cfg-if 0.1.10",
1603  "libc",
1604  "wasi 0.9.0+wasi-snapshot-preview1",
1605 ]
1606
1607 [[package]]
1608 name = "getrandom"
1609 version = "0.2.0"
1610 source = "registry+https://github.com/rust-lang/crates.io-index"
1611 checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1612 dependencies = [
1613  "cfg-if 0.1.10",
1614  "libc",
1615  "wasi 0.9.0+wasi-snapshot-preview1",
1616 ]
1617
1618 [[package]]
1619 name = "getset"
1620 version = "0.1.1"
1621 source = "registry+https://github.com/rust-lang/crates.io-index"
1622 checksum = "24b328c01a4d71d2d8173daa93562a73ab0fe85616876f02500f53d82948c504"
1623 dependencies = [
1624  "proc-macro-error",
1625  "proc-macro2",
1626  "quote",
1627  "syn",
1628 ]
1629
1630 [[package]]
1631 name = "gimli"
1632 version = "0.25.0"
1633 source = "registry+https://github.com/rust-lang/crates.io-index"
1634 checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1635 dependencies = [
1636  "compiler_builtins",
1637  "rustc-std-workspace-alloc",
1638  "rustc-std-workspace-core",
1639 ]
1640
1641 [[package]]
1642 name = "gimli"
1643 version = "0.26.1"
1644 source = "registry+https://github.com/rust-lang/crates.io-index"
1645 checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1646 dependencies = [
1647  "fallible-iterator",
1648  "indexmap",
1649  "stable_deref_trait",
1650 ]
1651
1652 [[package]]
1653 name = "git2"
1654 version = "0.14.2"
1655 source = "registry+https://github.com/rust-lang/crates.io-index"
1656 checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
1657 dependencies = [
1658  "bitflags",
1659  "libc",
1660  "libgit2-sys",
1661  "log",
1662  "openssl-probe",
1663  "openssl-sys",
1664  "url 2.2.2",
1665 ]
1666
1667 [[package]]
1668 name = "git2-curl"
1669 version = "0.15.0"
1670 source = "registry+https://github.com/rust-lang/crates.io-index"
1671 checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13"
1672 dependencies = [
1673  "curl",
1674  "git2",
1675  "log",
1676  "url 2.2.2",
1677 ]
1678
1679 [[package]]
1680 name = "glob"
1681 version = "0.3.0"
1682 source = "registry+https://github.com/rust-lang/crates.io-index"
1683 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1684
1685 [[package]]
1686 name = "globset"
1687 version = "0.4.9"
1688 source = "registry+https://github.com/rust-lang/crates.io-index"
1689 checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
1690 dependencies = [
1691  "aho-corasick",
1692  "bstr",
1693  "fnv",
1694  "log",
1695  "regex",
1696 ]
1697
1698 [[package]]
1699 name = "gsgdt"
1700 version = "0.1.2"
1701 source = "registry+https://github.com/rust-lang/crates.io-index"
1702 checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
1703 dependencies = [
1704  "serde",
1705 ]
1706
1707 [[package]]
1708 name = "handlebars"
1709 version = "4.1.0"
1710 source = "registry+https://github.com/rust-lang/crates.io-index"
1711 checksum = "72a0ffab8c36d0436114310c7e10b59b3307e650ddfabf6d006028e29a70c6e6"
1712 dependencies = [
1713  "log",
1714  "pest",
1715  "pest_derive",
1716  "quick-error 2.0.0",
1717  "serde",
1718  "serde_json",
1719 ]
1720
1721 [[package]]
1722 name = "hashbrown"
1723 version = "0.12.3"
1724 source = "registry+https://github.com/rust-lang/crates.io-index"
1725 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1726 dependencies = [
1727  "ahash",
1728  "compiler_builtins",
1729  "rustc-std-workspace-alloc",
1730  "rustc-std-workspace-core",
1731 ]
1732
1733 [[package]]
1734 name = "heck"
1735 version = "0.4.0"
1736 source = "registry+https://github.com/rust-lang/crates.io-index"
1737 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1738
1739 [[package]]
1740 name = "hermit-abi"
1741 version = "0.1.19"
1742 source = "registry+https://github.com/rust-lang/crates.io-index"
1743 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1744 dependencies = [
1745  "libc",
1746 ]
1747
1748 [[package]]
1749 name = "hermit-abi"
1750 version = "0.2.0"
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
1752 checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
1753 dependencies = [
1754  "compiler_builtins",
1755  "libc",
1756  "rustc-std-workspace-core",
1757 ]
1758
1759 [[package]]
1760 name = "hex"
1761 version = "0.3.2"
1762 source = "registry+https://github.com/rust-lang/crates.io-index"
1763 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1764
1765 [[package]]
1766 name = "hex"
1767 version = "0.4.2"
1768 source = "registry+https://github.com/rust-lang/crates.io-index"
1769 checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
1770
1771 [[package]]
1772 name = "home"
1773 version = "0.5.3"
1774 source = "registry+https://github.com/rust-lang/crates.io-index"
1775 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
1776 dependencies = [
1777  "winapi",
1778 ]
1779
1780 [[package]]
1781 name = "html-checker"
1782 version = "0.1.0"
1783 dependencies = [
1784  "rayon",
1785  "walkdir",
1786 ]
1787
1788 [[package]]
1789 name = "html5ever"
1790 version = "0.26.0"
1791 source = "registry+https://github.com/rust-lang/crates.io-index"
1792 checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
1793 dependencies = [
1794  "log",
1795  "mac",
1796  "markup5ever",
1797  "proc-macro2",
1798  "quote",
1799  "syn",
1800 ]
1801
1802 [[package]]
1803 name = "humantime"
1804 version = "1.3.0"
1805 source = "registry+https://github.com/rust-lang/crates.io-index"
1806 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1807 dependencies = [
1808  "quick-error 1.2.3",
1809 ]
1810
1811 [[package]]
1812 name = "humantime"
1813 version = "2.0.1"
1814 source = "registry+https://github.com/rust-lang/crates.io-index"
1815 checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
1816
1817 [[package]]
1818 name = "idna"
1819 version = "0.1.5"
1820 source = "registry+https://github.com/rust-lang/crates.io-index"
1821 checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1822 dependencies = [
1823  "matches",
1824  "unicode-bidi",
1825  "unicode-normalization",
1826 ]
1827
1828 [[package]]
1829 name = "idna"
1830 version = "0.2.0"
1831 source = "registry+https://github.com/rust-lang/crates.io-index"
1832 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1833 dependencies = [
1834  "matches",
1835  "unicode-bidi",
1836  "unicode-normalization",
1837 ]
1838
1839 [[package]]
1840 name = "if_chain"
1841 version = "1.0.0"
1842 source = "registry+https://github.com/rust-lang/crates.io-index"
1843 checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
1844
1845 [[package]]
1846 name = "ignore"
1847 version = "0.4.18"
1848 source = "registry+https://github.com/rust-lang/crates.io-index"
1849 checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
1850 dependencies = [
1851  "crossbeam-utils",
1852  "globset",
1853  "lazy_static",
1854  "log",
1855  "memchr",
1856  "regex",
1857  "same-file",
1858  "thread_local",
1859  "walkdir",
1860  "winapi-util",
1861 ]
1862
1863 [[package]]
1864 name = "im-rc"
1865 version = "15.0.0"
1866 source = "registry+https://github.com/rust-lang/crates.io-index"
1867 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
1868 dependencies = [
1869  "bitmaps",
1870  "rand_core 0.5.1",
1871  "rand_xoshiro 0.4.0",
1872  "sized-chunks",
1873  "typenum",
1874  "version_check",
1875 ]
1876
1877 [[package]]
1878 name = "indenter"
1879 version = "0.3.3"
1880 source = "registry+https://github.com/rust-lang/crates.io-index"
1881 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1882
1883 [[package]]
1884 name = "indexmap"
1885 version = "1.9.1"
1886 source = "registry+https://github.com/rust-lang/crates.io-index"
1887 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
1888 dependencies = [
1889  "autocfg",
1890  "hashbrown",
1891  "rustc-rayon",
1892  "serde",
1893 ]
1894
1895 [[package]]
1896 name = "indoc"
1897 version = "1.0.6"
1898 source = "registry+https://github.com/rust-lang/crates.io-index"
1899 checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
1900
1901 [[package]]
1902 name = "installer"
1903 version = "0.0.0"
1904 dependencies = [
1905  "anyhow",
1906  "clap",
1907  "flate2",
1908  "lazy_static",
1909  "num_cpus",
1910  "rayon",
1911  "remove_dir_all",
1912  "tar",
1913  "walkdir",
1914  "winapi",
1915  "xz2",
1916 ]
1917
1918 [[package]]
1919 name = "instant"
1920 version = "0.1.12"
1921 source = "registry+https://github.com/rust-lang/crates.io-index"
1922 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1923 dependencies = [
1924  "cfg-if 1.0.0",
1925 ]
1926
1927 [[package]]
1928 name = "intl-memoizer"
1929 version = "0.5.1"
1930 source = "registry+https://github.com/rust-lang/crates.io-index"
1931 checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1932 dependencies = [
1933  "type-map",
1934  "unic-langid",
1935 ]
1936
1937 [[package]]
1938 name = "intl_pluralrules"
1939 version = "7.0.1"
1940 source = "registry+https://github.com/rust-lang/crates.io-index"
1941 checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
1942 dependencies = [
1943  "tinystr",
1944  "unic-langid",
1945 ]
1946
1947 [[package]]
1948 name = "itertools"
1949 version = "0.10.1"
1950 source = "registry+https://github.com/rust-lang/crates.io-index"
1951 checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
1952 dependencies = [
1953  "either",
1954 ]
1955
1956 [[package]]
1957 name = "itoa"
1958 version = "1.0.2"
1959 source = "registry+https://github.com/rust-lang/crates.io-index"
1960 checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1961
1962 [[package]]
1963 name = "jemalloc-sys"
1964 version = "0.5.0+5.3.0"
1965 source = "registry+https://github.com/rust-lang/crates.io-index"
1966 checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
1967 dependencies = [
1968  "cc",
1969  "fs_extra",
1970  "libc",
1971 ]
1972
1973 [[package]]
1974 name = "jobserver"
1975 version = "0.1.24"
1976 source = "registry+https://github.com/rust-lang/crates.io-index"
1977 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
1978 dependencies = [
1979  "libc",
1980 ]
1981
1982 [[package]]
1983 name = "json"
1984 version = "0.12.4"
1985 source = "registry+https://github.com/rust-lang/crates.io-index"
1986 checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1987
1988 [[package]]
1989 name = "jsondocck"
1990 version = "0.1.0"
1991 dependencies = [
1992  "fs-err",
1993  "getopts",
1994  "jsonpath_lib",
1995  "once_cell",
1996  "regex",
1997  "serde_json",
1998  "shlex",
1999 ]
2000
2001 [[package]]
2002 name = "jsonpath_lib"
2003 version = "0.2.6"
2004 source = "registry+https://github.com/rust-lang/crates.io-index"
2005 checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2006 dependencies = [
2007  "array_tool",
2008  "env_logger 0.7.1",
2009  "log",
2010  "serde",
2011  "serde_json",
2012 ]
2013
2014 [[package]]
2015 name = "jsonrpc-client-transports"
2016 version = "18.0.0"
2017 source = "registry+https://github.com/rust-lang/crates.io-index"
2018 checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
2019 dependencies = [
2020  "derive_more",
2021  "futures 0.3.19",
2022  "jsonrpc-core",
2023  "jsonrpc-pubsub",
2024  "jsonrpc-server-utils",
2025  "log",
2026  "parity-tokio-ipc",
2027  "serde",
2028  "serde_json",
2029  "tokio",
2030  "url 1.7.2",
2031 ]
2032
2033 [[package]]
2034 name = "jsonrpc-core"
2035 version = "18.0.0"
2036 source = "registry+https://github.com/rust-lang/crates.io-index"
2037 checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2038 dependencies = [
2039  "futures 0.3.19",
2040  "futures-executor",
2041  "futures-util",
2042  "log",
2043  "serde",
2044  "serde_derive",
2045  "serde_json",
2046 ]
2047
2048 [[package]]
2049 name = "jsonrpc-core-client"
2050 version = "18.0.0"
2051 source = "registry+https://github.com/rust-lang/crates.io-index"
2052 checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
2053 dependencies = [
2054  "futures 0.3.19",
2055  "jsonrpc-client-transports",
2056 ]
2057
2058 [[package]]
2059 name = "jsonrpc-derive"
2060 version = "18.0.0"
2061 source = "registry+https://github.com/rust-lang/crates.io-index"
2062 checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
2063 dependencies = [
2064  "proc-macro-crate",
2065  "proc-macro2",
2066  "quote",
2067  "syn",
2068 ]
2069
2070 [[package]]
2071 name = "jsonrpc-ipc-server"
2072 version = "18.0.0"
2073 source = "registry+https://github.com/rust-lang/crates.io-index"
2074 checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
2075 dependencies = [
2076  "futures 0.3.19",
2077  "jsonrpc-core",
2078  "jsonrpc-server-utils",
2079  "log",
2080  "parity-tokio-ipc",
2081  "parking_lot 0.11.2",
2082  "tower-service",
2083 ]
2084
2085 [[package]]
2086 name = "jsonrpc-pubsub"
2087 version = "18.0.0"
2088 source = "registry+https://github.com/rust-lang/crates.io-index"
2089 checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
2090 dependencies = [
2091  "futures 0.3.19",
2092  "jsonrpc-core",
2093  "lazy_static",
2094  "log",
2095  "parking_lot 0.11.2",
2096  "rand 0.7.3",
2097  "serde",
2098 ]
2099
2100 [[package]]
2101 name = "jsonrpc-server-utils"
2102 version = "18.0.0"
2103 source = "registry+https://github.com/rust-lang/crates.io-index"
2104 checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
2105 dependencies = [
2106  "bytes",
2107  "futures 0.3.19",
2108  "globset",
2109  "jsonrpc-core",
2110  "lazy_static",
2111  "log",
2112  "tokio",
2113  "tokio-stream",
2114  "tokio-util",
2115  "unicase",
2116 ]
2117
2118 [[package]]
2119 name = "kstring"
2120 version = "2.0.0"
2121 source = "registry+https://github.com/rust-lang/crates.io-index"
2122 checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2123 dependencies = [
2124  "static_assertions",
2125 ]
2126
2127 [[package]]
2128 name = "lazy_static"
2129 version = "1.4.0"
2130 source = "registry+https://github.com/rust-lang/crates.io-index"
2131 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2132
2133 [[package]]
2134 name = "lazycell"
2135 version = "1.3.0"
2136 source = "registry+https://github.com/rust-lang/crates.io-index"
2137 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2138
2139 [[package]]
2140 name = "libc"
2141 version = "0.2.131"
2142 source = "registry+https://github.com/rust-lang/crates.io-index"
2143 checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
2144 dependencies = [
2145  "rustc-std-workspace-core",
2146 ]
2147
2148 [[package]]
2149 name = "libgit2-sys"
2150 version = "0.13.2+1.4.2"
2151 source = "registry+https://github.com/rust-lang/crates.io-index"
2152 checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
2153 dependencies = [
2154  "cc",
2155  "libc",
2156  "libssh2-sys",
2157  "libz-sys",
2158  "openssl-sys",
2159  "pkg-config",
2160 ]
2161
2162 [[package]]
2163 name = "libloading"
2164 version = "0.7.1"
2165 source = "registry+https://github.com/rust-lang/crates.io-index"
2166 checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2167 dependencies = [
2168  "cfg-if 1.0.0",
2169  "winapi",
2170 ]
2171
2172 [[package]]
2173 name = "libm"
2174 version = "0.1.4"
2175 source = "registry+https://github.com/rust-lang/crates.io-index"
2176 checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2177
2178 [[package]]
2179 name = "libnghttp2-sys"
2180 version = "0.1.4+1.41.0"
2181 source = "registry+https://github.com/rust-lang/crates.io-index"
2182 checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
2183 dependencies = [
2184  "cc",
2185  "libc",
2186 ]
2187
2188 [[package]]
2189 name = "libssh2-sys"
2190 version = "0.2.23"
2191 source = "registry+https://github.com/rust-lang/crates.io-index"
2192 checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
2193 dependencies = [
2194  "cc",
2195  "libc",
2196  "libz-sys",
2197  "openssl-sys",
2198  "pkg-config",
2199  "vcpkg",
2200 ]
2201
2202 [[package]]
2203 name = "libz-sys"
2204 version = "1.1.3"
2205 source = "registry+https://github.com/rust-lang/crates.io-index"
2206 checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2207 dependencies = [
2208  "cc",
2209  "libc",
2210  "pkg-config",
2211  "vcpkg",
2212 ]
2213
2214 [[package]]
2215 name = "linkchecker"
2216 version = "0.1.0"
2217 dependencies = [
2218  "once_cell",
2219  "regex",
2220 ]
2221
2222 [[package]]
2223 name = "linked-hash-map"
2224 version = "0.5.4"
2225 source = "registry+https://github.com/rust-lang/crates.io-index"
2226 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2227
2228 [[package]]
2229 name = "lint-docs"
2230 version = "0.1.0"
2231 dependencies = [
2232  "serde_json",
2233  "tempfile",
2234  "walkdir",
2235 ]
2236
2237 [[package]]
2238 name = "lld-wrapper"
2239 version = "0.1.0"
2240
2241 [[package]]
2242 name = "lock_api"
2243 version = "0.4.7"
2244 source = "registry+https://github.com/rust-lang/crates.io-index"
2245 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2246 dependencies = [
2247  "autocfg",
2248  "scopeguard",
2249 ]
2250
2251 [[package]]
2252 name = "log"
2253 version = "0.4.14"
2254 source = "registry+https://github.com/rust-lang/crates.io-index"
2255 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2256 dependencies = [
2257  "cfg-if 1.0.0",
2258 ]
2259
2260 [[package]]
2261 name = "lsp-codec"
2262 version = "0.3.0"
2263 source = "registry+https://github.com/rust-lang/crates.io-index"
2264 checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
2265 dependencies = [
2266  "bytes",
2267  "serde_json",
2268  "tokio-util",
2269 ]
2270
2271 [[package]]
2272 name = "lsp-types"
2273 version = "0.60.0"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
2276 dependencies = [
2277  "bitflags",
2278  "serde",
2279  "serde_json",
2280  "serde_repr",
2281  "url 2.2.2",
2282 ]
2283
2284 [[package]]
2285 name = "lzma-sys"
2286 version = "0.1.16"
2287 source = "registry+https://github.com/rust-lang/crates.io-index"
2288 checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
2289 dependencies = [
2290  "cc",
2291  "libc",
2292  "pkg-config",
2293 ]
2294
2295 [[package]]
2296 name = "mac"
2297 version = "0.1.1"
2298 source = "registry+https://github.com/rust-lang/crates.io-index"
2299 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2300
2301 [[package]]
2302 name = "maplit"
2303 version = "1.0.2"
2304 source = "registry+https://github.com/rust-lang/crates.io-index"
2305 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2306
2307 [[package]]
2308 name = "markup5ever"
2309 version = "0.11.0"
2310 source = "registry+https://github.com/rust-lang/crates.io-index"
2311 checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2312 dependencies = [
2313  "log",
2314  "phf",
2315  "phf_codegen",
2316  "string_cache",
2317  "string_cache_codegen",
2318  "tendril",
2319 ]
2320
2321 [[package]]
2322 name = "matchers"
2323 version = "0.1.0"
2324 source = "registry+https://github.com/rust-lang/crates.io-index"
2325 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2326 dependencies = [
2327  "regex-automata",
2328 ]
2329
2330 [[package]]
2331 name = "matches"
2332 version = "0.1.8"
2333 source = "registry+https://github.com/rust-lang/crates.io-index"
2334 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2335
2336 [[package]]
2337 name = "md-5"
2338 version = "0.10.0"
2339 source = "registry+https://github.com/rust-lang/crates.io-index"
2340 checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
2341 dependencies = [
2342  "digest 0.10.2",
2343 ]
2344
2345 [[package]]
2346 name = "mdbook"
2347 version = "0.4.21"
2348 source = "registry+https://github.com/rust-lang/crates.io-index"
2349 checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
2350 dependencies = [
2351  "ammonia",
2352  "anyhow",
2353  "chrono",
2354  "clap",
2355  "clap_complete",
2356  "elasticlunr-rs",
2357  "env_logger 0.9.0",
2358  "handlebars",
2359  "lazy_static",
2360  "log",
2361  "memchr",
2362  "opener",
2363  "pulldown-cmark",
2364  "regex",
2365  "serde",
2366  "serde_json",
2367  "shlex",
2368  "tempfile",
2369  "toml",
2370  "topological-sort",
2371 ]
2372
2373 [[package]]
2374 name = "measureme"
2375 version = "10.1.0"
2376 source = "registry+https://github.com/rust-lang/crates.io-index"
2377 checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
2378 dependencies = [
2379  "log",
2380  "memmap2",
2381  "parking_lot 0.11.2",
2382  "perf-event-open-sys",
2383  "rustc-hash",
2384  "smallvec",
2385 ]
2386
2387 [[package]]
2388 name = "memchr"
2389 version = "2.5.0"
2390 source = "registry+https://github.com/rust-lang/crates.io-index"
2391 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2392 dependencies = [
2393  "compiler_builtins",
2394  "rustc-std-workspace-core",
2395 ]
2396
2397 [[package]]
2398 name = "memmap2"
2399 version = "0.2.1"
2400 source = "registry+https://github.com/rust-lang/crates.io-index"
2401 checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2402 dependencies = [
2403  "libc",
2404 ]
2405
2406 [[package]]
2407 name = "memoffset"
2408 version = "0.6.5"
2409 source = "registry+https://github.com/rust-lang/crates.io-index"
2410 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2411 dependencies = [
2412  "autocfg",
2413 ]
2414
2415 [[package]]
2416 name = "minifier"
2417 version = "0.2.2"
2418 source = "registry+https://github.com/rust-lang/crates.io-index"
2419 checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
2420
2421 [[package]]
2422 name = "minimal-lexical"
2423 version = "0.2.1"
2424 source = "registry+https://github.com/rust-lang/crates.io-index"
2425 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2426
2427 [[package]]
2428 name = "miniz_oxide"
2429 version = "0.4.0"
2430 source = "registry+https://github.com/rust-lang/crates.io-index"
2431 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2432 dependencies = [
2433  "adler 0.2.3",
2434  "compiler_builtins",
2435  "rustc-std-workspace-alloc",
2436  "rustc-std-workspace-core",
2437 ]
2438
2439 [[package]]
2440 name = "miniz_oxide"
2441 version = "0.5.3"
2442 source = "registry+https://github.com/rust-lang/crates.io-index"
2443 checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2444 dependencies = [
2445  "adler 1.0.2",
2446 ]
2447
2448 [[package]]
2449 name = "mio"
2450 version = "0.7.14"
2451 source = "registry+https://github.com/rust-lang/crates.io-index"
2452 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2453 dependencies = [
2454  "libc",
2455  "log",
2456  "miow",
2457  "ntapi",
2458  "winapi",
2459 ]
2460
2461 [[package]]
2462 name = "miow"
2463 version = "0.3.7"
2464 source = "registry+https://github.com/rust-lang/crates.io-index"
2465 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2466 dependencies = [
2467  "winapi",
2468 ]
2469
2470 [[package]]
2471 name = "miri"
2472 version = "0.1.0"
2473 dependencies = [
2474  "colored",
2475  "env_logger 0.9.0",
2476  "getrandom 0.2.0",
2477  "lazy_static",
2478  "libc",
2479  "log",
2480  "measureme",
2481  "rand 0.8.5",
2482  "regex",
2483  "rustc-workspace-hack",
2484  "shell-escape",
2485  "smallvec",
2486  "ui_test",
2487 ]
2488
2489 [[package]]
2490 name = "new_debug_unreachable"
2491 version = "1.0.4"
2492 source = "registry+https://github.com/rust-lang/crates.io-index"
2493 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2494
2495 [[package]]
2496 name = "nom"
2497 version = "7.1.0"
2498 source = "registry+https://github.com/rust-lang/crates.io-index"
2499 checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2500 dependencies = [
2501  "memchr",
2502  "minimal-lexical",
2503  "version_check",
2504 ]
2505
2506 [[package]]
2507 name = "normalize-line-endings"
2508 version = "0.3.0"
2509 source = "registry+https://github.com/rust-lang/crates.io-index"
2510 checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2511
2512 [[package]]
2513 name = "ntapi"
2514 version = "0.3.6"
2515 source = "registry+https://github.com/rust-lang/crates.io-index"
2516 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2517 dependencies = [
2518  "winapi",
2519 ]
2520
2521 [[package]]
2522 name = "num-integer"
2523 version = "0.1.43"
2524 source = "registry+https://github.com/rust-lang/crates.io-index"
2525 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2526 dependencies = [
2527  "autocfg",
2528  "num-traits",
2529 ]
2530
2531 [[package]]
2532 name = "num-traits"
2533 version = "0.2.12"
2534 source = "registry+https://github.com/rust-lang/crates.io-index"
2535 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2536 dependencies = [
2537  "autocfg",
2538 ]
2539
2540 [[package]]
2541 name = "num_cpus"
2542 version = "1.13.1"
2543 source = "registry+https://github.com/rust-lang/crates.io-index"
2544 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2545 dependencies = [
2546  "hermit-abi 0.1.19",
2547  "libc",
2548 ]
2549
2550 [[package]]
2551 name = "object"
2552 version = "0.26.2"
2553 source = "registry+https://github.com/rust-lang/crates.io-index"
2554 checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2555 dependencies = [
2556  "compiler_builtins",
2557  "memchr",
2558  "rustc-std-workspace-alloc",
2559  "rustc-std-workspace-core",
2560 ]
2561
2562 [[package]]
2563 name = "object"
2564 version = "0.29.0"
2565 source = "registry+https://github.com/rust-lang/crates.io-index"
2566 checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2567 dependencies = [
2568  "crc32fast",
2569  "flate2",
2570  "hashbrown",
2571  "indexmap",
2572  "memchr",
2573 ]
2574
2575 [[package]]
2576 name = "odht"
2577 version = "0.3.1"
2578 source = "registry+https://github.com/rust-lang/crates.io-index"
2579 checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
2580 dependencies = [
2581  "cfg-if 1.0.0",
2582 ]
2583
2584 [[package]]
2585 name = "once_cell"
2586 version = "1.12.0"
2587 source = "registry+https://github.com/rust-lang/crates.io-index"
2588 checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
2589
2590 [[package]]
2591 name = "opaque-debug"
2592 version = "0.2.3"
2593 source = "registry+https://github.com/rust-lang/crates.io-index"
2594 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2595
2596 [[package]]
2597 name = "opener"
2598 version = "0.5.0"
2599 source = "registry+https://github.com/rust-lang/crates.io-index"
2600 checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2601 dependencies = [
2602  "bstr",
2603  "winapi",
2604 ]
2605
2606 [[package]]
2607 name = "openssl"
2608 version = "0.10.38"
2609 source = "registry+https://github.com/rust-lang/crates.io-index"
2610 checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2611 dependencies = [
2612  "bitflags",
2613  "cfg-if 1.0.0",
2614  "foreign-types",
2615  "libc",
2616  "once_cell",
2617  "openssl-sys",
2618 ]
2619
2620 [[package]]
2621 name = "openssl-probe"
2622 version = "0.1.5"
2623 source = "registry+https://github.com/rust-lang/crates.io-index"
2624 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2625
2626 [[package]]
2627 name = "openssl-src"
2628 version = "111.22.0+1.1.1q"
2629 source = "registry+https://github.com/rust-lang/crates.io-index"
2630 checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
2631 dependencies = [
2632  "cc",
2633 ]
2634
2635 [[package]]
2636 name = "openssl-sys"
2637 version = "0.9.72"
2638 source = "registry+https://github.com/rust-lang/crates.io-index"
2639 checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2640 dependencies = [
2641  "autocfg",
2642  "cc",
2643  "libc",
2644  "openssl-src",
2645  "pkg-config",
2646  "vcpkg",
2647 ]
2648
2649 [[package]]
2650 name = "ordslice"
2651 version = "0.3.0"
2652 source = "registry+https://github.com/rust-lang/crates.io-index"
2653 checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2654
2655 [[package]]
2656 name = "os_info"
2657 version = "3.5.0"
2658 source = "registry+https://github.com/rust-lang/crates.io-index"
2659 checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
2660 dependencies = [
2661  "log",
2662  "serde",
2663  "winapi",
2664 ]
2665
2666 [[package]]
2667 name = "os_str_bytes"
2668 version = "6.0.0"
2669 source = "registry+https://github.com/rust-lang/crates.io-index"
2670 checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2671
2672 [[package]]
2673 name = "output_vt100"
2674 version = "0.1.3"
2675 source = "registry+https://github.com/rust-lang/crates.io-index"
2676 checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2677 dependencies = [
2678  "winapi",
2679 ]
2680
2681 [[package]]
2682 name = "owo-colors"
2683 version = "3.4.0"
2684 source = "registry+https://github.com/rust-lang/crates.io-index"
2685 checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2686
2687 [[package]]
2688 name = "packed_simd_2"
2689 version = "0.3.4"
2690 source = "registry+https://github.com/rust-lang/crates.io-index"
2691 checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
2692 dependencies = [
2693  "cfg-if 0.1.10",
2694  "libm",
2695 ]
2696
2697 [[package]]
2698 name = "panic_abort"
2699 version = "0.0.0"
2700 dependencies = [
2701  "alloc",
2702  "cfg-if 0.1.10",
2703  "compiler_builtins",
2704  "core",
2705  "libc",
2706 ]
2707
2708 [[package]]
2709 name = "panic_unwind"
2710 version = "0.0.0"
2711 dependencies = [
2712  "alloc",
2713  "cfg-if 0.1.10",
2714  "compiler_builtins",
2715  "core",
2716  "libc",
2717  "unwind",
2718 ]
2719
2720 [[package]]
2721 name = "parity-tokio-ipc"
2722 version = "0.9.0"
2723 source = "registry+https://github.com/rust-lang/crates.io-index"
2724 checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
2725 dependencies = [
2726  "futures 0.3.19",
2727  "libc",
2728  "log",
2729  "rand 0.7.3",
2730  "tokio",
2731  "winapi",
2732 ]
2733
2734 [[package]]
2735 name = "parking_lot"
2736 version = "0.11.2"
2737 source = "registry+https://github.com/rust-lang/crates.io-index"
2738 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2739 dependencies = [
2740  "instant",
2741  "lock_api",
2742  "parking_lot_core 0.8.5",
2743 ]
2744
2745 [[package]]
2746 name = "parking_lot"
2747 version = "0.12.1"
2748 source = "registry+https://github.com/rust-lang/crates.io-index"
2749 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2750 dependencies = [
2751  "lock_api",
2752  "parking_lot_core 0.9.3",
2753 ]
2754
2755 [[package]]
2756 name = "parking_lot_core"
2757 version = "0.8.5"
2758 source = "registry+https://github.com/rust-lang/crates.io-index"
2759 checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2760 dependencies = [
2761  "cfg-if 1.0.0",
2762  "instant",
2763  "libc",
2764  "redox_syscall",
2765  "smallvec",
2766  "winapi",
2767 ]
2768
2769 [[package]]
2770 name = "parking_lot_core"
2771 version = "0.9.3"
2772 source = "registry+https://github.com/rust-lang/crates.io-index"
2773 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2774 dependencies = [
2775  "cfg-if 1.0.0",
2776  "libc",
2777  "redox_syscall",
2778  "smallvec",
2779  "windows-sys",
2780 ]
2781
2782 [[package]]
2783 name = "pathdiff"
2784 version = "0.2.1"
2785 source = "registry+https://github.com/rust-lang/crates.io-index"
2786 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2787
2788 [[package]]
2789 name = "percent-encoding"
2790 version = "1.0.1"
2791 source = "registry+https://github.com/rust-lang/crates.io-index"
2792 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2793
2794 [[package]]
2795 name = "percent-encoding"
2796 version = "2.1.0"
2797 source = "registry+https://github.com/rust-lang/crates.io-index"
2798 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2799
2800 [[package]]
2801 name = "perf-event-open-sys"
2802 version = "1.0.1"
2803 source = "registry+https://github.com/rust-lang/crates.io-index"
2804 checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2805 dependencies = [
2806  "libc",
2807 ]
2808
2809 [[package]]
2810 name = "pest"
2811 version = "2.1.3"
2812 source = "registry+https://github.com/rust-lang/crates.io-index"
2813 checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2814 dependencies = [
2815  "ucd-trie",
2816 ]
2817
2818 [[package]]
2819 name = "pest_derive"
2820 version = "2.1.0"
2821 source = "registry+https://github.com/rust-lang/crates.io-index"
2822 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2823 dependencies = [
2824  "pest",
2825  "pest_generator",
2826 ]
2827
2828 [[package]]
2829 name = "pest_generator"
2830 version = "2.1.3"
2831 source = "registry+https://github.com/rust-lang/crates.io-index"
2832 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2833 dependencies = [
2834  "pest",
2835  "pest_meta",
2836  "proc-macro2",
2837  "quote",
2838  "syn",
2839 ]
2840
2841 [[package]]
2842 name = "pest_meta"
2843 version = "2.1.3"
2844 source = "registry+https://github.com/rust-lang/crates.io-index"
2845 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2846 dependencies = [
2847  "maplit",
2848  "pest",
2849  "sha-1 0.8.2",
2850 ]
2851
2852 [[package]]
2853 name = "petgraph"
2854 version = "0.5.1"
2855 source = "registry+https://github.com/rust-lang/crates.io-index"
2856 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
2857 dependencies = [
2858  "fixedbitset",
2859  "indexmap",
2860 ]
2861
2862 [[package]]
2863 name = "phf"
2864 version = "0.10.1"
2865 source = "registry+https://github.com/rust-lang/crates.io-index"
2866 checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2867 dependencies = [
2868  "phf_shared",
2869 ]
2870
2871 [[package]]
2872 name = "phf_codegen"
2873 version = "0.10.0"
2874 source = "registry+https://github.com/rust-lang/crates.io-index"
2875 checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2876 dependencies = [
2877  "phf_generator",
2878  "phf_shared",
2879 ]
2880
2881 [[package]]
2882 name = "phf_generator"
2883 version = "0.10.0"
2884 source = "registry+https://github.com/rust-lang/crates.io-index"
2885 checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2886 dependencies = [
2887  "phf_shared",
2888  "rand 0.8.5",
2889 ]
2890
2891 [[package]]
2892 name = "phf_shared"
2893 version = "0.10.0"
2894 source = "registry+https://github.com/rust-lang/crates.io-index"
2895 checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2896 dependencies = [
2897  "siphasher",
2898 ]
2899
2900 [[package]]
2901 name = "pin-project-lite"
2902 version = "0.2.8"
2903 source = "registry+https://github.com/rust-lang/crates.io-index"
2904 checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2905
2906 [[package]]
2907 name = "pin-utils"
2908 version = "0.1.0"
2909 source = "registry+https://github.com/rust-lang/crates.io-index"
2910 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2911
2912 [[package]]
2913 name = "pkg-config"
2914 version = "0.3.18"
2915 source = "registry+https://github.com/rust-lang/crates.io-index"
2916 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2917
2918 [[package]]
2919 name = "polonius-engine"
2920 version = "0.13.0"
2921 source = "registry+https://github.com/rust-lang/crates.io-index"
2922 checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2923 dependencies = [
2924  "datafrog",
2925  "log",
2926  "rustc-hash",
2927 ]
2928
2929 [[package]]
2930 name = "ppv-lite86"
2931 version = "0.2.8"
2932 source = "registry+https://github.com/rust-lang/crates.io-index"
2933 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2934
2935 [[package]]
2936 name = "precomputed-hash"
2937 version = "0.1.1"
2938 source = "registry+https://github.com/rust-lang/crates.io-index"
2939 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2940
2941 [[package]]
2942 name = "pretty_assertions"
2943 version = "1.2.1"
2944 source = "registry+https://github.com/rust-lang/crates.io-index"
2945 checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2946 dependencies = [
2947  "ansi_term",
2948  "ctor",
2949  "diff",
2950  "output_vt100",
2951 ]
2952
2953 [[package]]
2954 name = "pretty_env_logger"
2955 version = "0.4.0"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2958 dependencies = [
2959  "env_logger 0.7.1",
2960  "log",
2961 ]
2962
2963 [[package]]
2964 name = "proc-macro-crate"
2965 version = "0.1.5"
2966 source = "registry+https://github.com/rust-lang/crates.io-index"
2967 checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2968 dependencies = [
2969  "toml",
2970 ]
2971
2972 [[package]]
2973 name = "proc-macro-error"
2974 version = "1.0.4"
2975 source = "registry+https://github.com/rust-lang/crates.io-index"
2976 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2977 dependencies = [
2978  "proc-macro-error-attr",
2979  "proc-macro2",
2980  "quote",
2981  "syn",
2982  "version_check",
2983 ]
2984
2985 [[package]]
2986 name = "proc-macro-error-attr"
2987 version = "1.0.4"
2988 source = "registry+https://github.com/rust-lang/crates.io-index"
2989 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2990 dependencies = [
2991  "proc-macro2",
2992  "quote",
2993  "version_check",
2994 ]
2995
2996 [[package]]
2997 name = "proc-macro-hack"
2998 version = "0.5.19"
2999 source = "registry+https://github.com/rust-lang/crates.io-index"
3000 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3001
3002 [[package]]
3003 name = "proc-macro2"
3004 version = "1.0.37"
3005 source = "registry+https://github.com/rust-lang/crates.io-index"
3006 checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
3007 dependencies = [
3008  "unicode-xid",
3009 ]
3010
3011 [[package]]
3012 name = "proc_macro"
3013 version = "0.0.0"
3014 dependencies = [
3015  "core",
3016  "std",
3017 ]
3018
3019 [[package]]
3020 name = "profiler_builtins"
3021 version = "0.0.0"
3022 dependencies = [
3023  "cc",
3024  "compiler_builtins",
3025  "core",
3026 ]
3027
3028 [[package]]
3029 name = "psm"
3030 version = "0.1.16"
3031 source = "registry+https://github.com/rust-lang/crates.io-index"
3032 checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
3033 dependencies = [
3034  "cc",
3035 ]
3036
3037 [[package]]
3038 name = "pulldown-cmark"
3039 version = "0.9.2"
3040 source = "registry+https://github.com/rust-lang/crates.io-index"
3041 checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
3042 dependencies = [
3043  "bitflags",
3044  "memchr",
3045  "unicase",
3046 ]
3047
3048 [[package]]
3049 name = "punycode"
3050 version = "0.4.1"
3051 source = "registry+https://github.com/rust-lang/crates.io-index"
3052 checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
3053
3054 [[package]]
3055 name = "quick-error"
3056 version = "1.2.3"
3057 source = "registry+https://github.com/rust-lang/crates.io-index"
3058 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3059
3060 [[package]]
3061 name = "quick-error"
3062 version = "2.0.0"
3063 source = "registry+https://github.com/rust-lang/crates.io-index"
3064 checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
3065
3066 [[package]]
3067 name = "quine-mc_cluskey"
3068 version = "0.2.4"
3069 source = "registry+https://github.com/rust-lang/crates.io-index"
3070 checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3071
3072 [[package]]
3073 name = "quote"
3074 version = "1.0.18"
3075 source = "registry+https://github.com/rust-lang/crates.io-index"
3076 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
3077 dependencies = [
3078  "proc-macro2",
3079 ]
3080
3081 [[package]]
3082 name = "racer"
3083 version = "2.2.2"
3084 dependencies = [
3085  "bitflags",
3086  "derive_more",
3087  "env_logger 0.7.1",
3088  "humantime 2.0.1",
3089  "lazy_static",
3090  "lazycell",
3091  "log",
3092  "racer-cargo-metadata",
3093  "rls-span",
3094 ]
3095
3096 [[package]]
3097 name = "racer-cargo-metadata"
3098 version = "0.1.2"
3099 dependencies = [
3100  "racer-interner",
3101  "serde",
3102  "serde_json",
3103 ]
3104
3105 [[package]]
3106 name = "racer-interner"
3107 version = "0.1.0"
3108 dependencies = [
3109  "serde",
3110 ]
3111
3112 [[package]]
3113 name = "rand"
3114 version = "0.7.3"
3115 source = "registry+https://github.com/rust-lang/crates.io-index"
3116 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3117 dependencies = [
3118  "getrandom 0.1.14",
3119  "libc",
3120  "rand_chacha 0.2.2",
3121  "rand_core 0.5.1",
3122  "rand_hc",
3123 ]
3124
3125 [[package]]
3126 name = "rand"
3127 version = "0.8.5"
3128 source = "registry+https://github.com/rust-lang/crates.io-index"
3129 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3130 dependencies = [
3131  "libc",
3132  "rand_chacha 0.3.0",
3133  "rand_core 0.6.2",
3134 ]
3135
3136 [[package]]
3137 name = "rand_chacha"
3138 version = "0.2.2"
3139 source = "registry+https://github.com/rust-lang/crates.io-index"
3140 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3141 dependencies = [
3142  "ppv-lite86",
3143  "rand_core 0.5.1",
3144 ]
3145
3146 [[package]]
3147 name = "rand_chacha"
3148 version = "0.3.0"
3149 source = "registry+https://github.com/rust-lang/crates.io-index"
3150 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3151 dependencies = [
3152  "ppv-lite86",
3153  "rand_core 0.6.2",
3154 ]
3155
3156 [[package]]
3157 name = "rand_core"
3158 version = "0.5.1"
3159 source = "registry+https://github.com/rust-lang/crates.io-index"
3160 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3161 dependencies = [
3162  "getrandom 0.1.14",
3163 ]
3164
3165 [[package]]
3166 name = "rand_core"
3167 version = "0.6.2"
3168 source = "registry+https://github.com/rust-lang/crates.io-index"
3169 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3170 dependencies = [
3171  "getrandom 0.2.0",
3172 ]
3173
3174 [[package]]
3175 name = "rand_hc"
3176 version = "0.2.0"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3179 dependencies = [
3180  "rand_core 0.5.1",
3181 ]
3182
3183 [[package]]
3184 name = "rand_xorshift"
3185 version = "0.2.0"
3186 source = "registry+https://github.com/rust-lang/crates.io-index"
3187 checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
3188 dependencies = [
3189  "rand_core 0.5.1",
3190 ]
3191
3192 [[package]]
3193 name = "rand_xoshiro"
3194 version = "0.4.0"
3195 source = "registry+https://github.com/rust-lang/crates.io-index"
3196 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3197 dependencies = [
3198  "rand_core 0.5.1",
3199 ]
3200
3201 [[package]]
3202 name = "rand_xoshiro"
3203 version = "0.6.0"
3204 source = "registry+https://github.com/rust-lang/crates.io-index"
3205 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3206 dependencies = [
3207  "rand_core 0.6.2",
3208 ]
3209
3210 [[package]]
3211 name = "rayon"
3212 version = "1.5.3"
3213 source = "registry+https://github.com/rust-lang/crates.io-index"
3214 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
3215 dependencies = [
3216  "autocfg",
3217  "crossbeam-deque",
3218  "either",
3219  "rayon-core",
3220 ]
3221
3222 [[package]]
3223 name = "rayon-core"
3224 version = "1.9.3"
3225 source = "registry+https://github.com/rust-lang/crates.io-index"
3226 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
3227 dependencies = [
3228  "crossbeam-channel",
3229  "crossbeam-deque",
3230  "crossbeam-utils",
3231  "num_cpus",
3232 ]
3233
3234 [[package]]
3235 name = "redox_syscall"
3236 version = "0.2.10"
3237 source = "registry+https://github.com/rust-lang/crates.io-index"
3238 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
3239 dependencies = [
3240  "bitflags",
3241 ]
3242
3243 [[package]]
3244 name = "redox_users"
3245 version = "0.4.0"
3246 source = "registry+https://github.com/rust-lang/crates.io-index"
3247 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3248 dependencies = [
3249  "getrandom 0.2.0",
3250  "redox_syscall",
3251 ]
3252
3253 [[package]]
3254 name = "regex"
3255 version = "1.5.6"
3256 source = "registry+https://github.com/rust-lang/crates.io-index"
3257 checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
3258 dependencies = [
3259  "aho-corasick",
3260  "memchr",
3261  "regex-syntax",
3262 ]
3263
3264 [[package]]
3265 name = "regex-automata"
3266 version = "0.1.10"
3267 source = "registry+https://github.com/rust-lang/crates.io-index"
3268 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3269 dependencies = [
3270  "regex-syntax",
3271 ]
3272
3273 [[package]]
3274 name = "regex-syntax"
3275 version = "0.6.26"
3276 source = "registry+https://github.com/rust-lang/crates.io-index"
3277 checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
3278
3279 [[package]]
3280 name = "remote-test-client"
3281 version = "0.1.0"
3282
3283 [[package]]
3284 name = "remote-test-server"
3285 version = "0.1.0"
3286
3287 [[package]]
3288 name = "remove_dir_all"
3289 version = "0.5.3"
3290 source = "registry+https://github.com/rust-lang/crates.io-index"
3291 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3292 dependencies = [
3293  "winapi",
3294 ]
3295
3296 [[package]]
3297 name = "rls"
3298 version = "1.41.0"
3299 dependencies = [
3300  "anyhow",
3301  "cargo",
3302  "cargo-util",
3303  "cargo_metadata 0.14.0",
3304  "clippy_lints",
3305  "crossbeam-channel",
3306  "difference",
3307  "env_logger 0.9.0",
3308  "futures 0.3.19",
3309  "heck",
3310  "home",
3311  "itertools",
3312  "jsonrpc-core",
3313  "lazy_static",
3314  "log",
3315  "lsp-codec",
3316  "lsp-types",
3317  "num_cpus",
3318  "ordslice",
3319  "racer",
3320  "rand 0.8.5",
3321  "rayon",
3322  "regex",
3323  "rls-analysis",
3324  "rls-data",
3325  "rls-ipc",
3326  "rls-rustc",
3327  "rls-span",
3328  "rls-vfs",
3329  "rustc-workspace-hack",
3330  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3331  "rustfmt-nightly",
3332  "serde",
3333  "serde_derive",
3334  "serde_ignored",
3335  "serde_json",
3336  "tempfile",
3337  "tokio",
3338  "tokio-stream",
3339  "tokio-util",
3340  "toml",
3341  "toml_edit",
3342  "url 2.2.2",
3343  "walkdir",
3344 ]
3345
3346 [[package]]
3347 name = "rls-analysis"
3348 version = "0.18.3"
3349 dependencies = [
3350  "derive-new",
3351  "env_logger 0.9.0",
3352  "fst",
3353  "itertools",
3354  "json",
3355  "lazy_static",
3356  "log",
3357  "rls-data",
3358  "rls-span",
3359  "serde",
3360  "serde_json",
3361 ]
3362
3363 [[package]]
3364 name = "rls-data"
3365 version = "0.19.1"
3366 source = "registry+https://github.com/rust-lang/crates.io-index"
3367 checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3368 dependencies = [
3369  "rls-span",
3370  "serde",
3371 ]
3372
3373 [[package]]
3374 name = "rls-ipc"
3375 version = "0.1.0"
3376 dependencies = [
3377  "jsonrpc-core",
3378  "jsonrpc-core-client",
3379  "jsonrpc-derive",
3380  "jsonrpc-ipc-server",
3381  "rls-data",
3382  "serde",
3383 ]
3384
3385 [[package]]
3386 name = "rls-rustc"
3387 version = "0.6.0"
3388 dependencies = [
3389  "clippy_lints",
3390  "env_logger 0.9.0",
3391  "futures 0.3.19",
3392  "log",
3393  "rand 0.8.5",
3394  "rls-data",
3395  "rls-ipc",
3396  "serde",
3397  "tokio",
3398 ]
3399
3400 [[package]]
3401 name = "rls-span"
3402 version = "0.5.3"
3403 source = "registry+https://github.com/rust-lang/crates.io-index"
3404 checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3405 dependencies = [
3406  "serde",
3407 ]
3408
3409 [[package]]
3410 name = "rls-vfs"
3411 version = "0.8.0"
3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3414 dependencies = [
3415  "log",
3416  "rls-span",
3417 ]
3418
3419 [[package]]
3420 name = "rust-demangler"
3421 version = "0.0.1"
3422 dependencies = [
3423  "regex",
3424  "rustc-demangle",
3425 ]
3426
3427 [[package]]
3428 name = "rustbook"
3429 version = "0.1.0"
3430 dependencies = [
3431  "clap",
3432  "env_logger 0.7.1",
3433  "mdbook",
3434 ]
3435
3436 [[package]]
3437 name = "rustc-demangle"
3438 version = "0.1.21"
3439 source = "registry+https://github.com/rust-lang/crates.io-index"
3440 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3441 dependencies = [
3442  "compiler_builtins",
3443  "rustc-std-workspace-core",
3444 ]
3445
3446 [[package]]
3447 name = "rustc-hash"
3448 version = "1.1.0"
3449 source = "registry+https://github.com/rust-lang/crates.io-index"
3450 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3451
3452 [[package]]
3453 name = "rustc-main"
3454 version = "0.0.0"
3455 dependencies = [
3456  "jemalloc-sys",
3457  "rustc_codegen_ssa",
3458  "rustc_driver",
3459  "rustc_smir",
3460 ]
3461
3462 [[package]]
3463 name = "rustc-rayon"
3464 version = "0.4.0"
3465 source = "registry+https://github.com/rust-lang/crates.io-index"
3466 checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
3467 dependencies = [
3468  "autocfg",
3469  "crossbeam-deque",
3470  "either",
3471  "rustc-rayon-core",
3472 ]
3473
3474 [[package]]
3475 name = "rustc-rayon-core"
3476 version = "0.4.1"
3477 source = "registry+https://github.com/rust-lang/crates.io-index"
3478 checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
3479 dependencies = [
3480  "crossbeam-channel",
3481  "crossbeam-deque",
3482  "crossbeam-utils",
3483  "num_cpus",
3484 ]
3485
3486 [[package]]
3487 name = "rustc-semver"
3488 version = "1.1.0"
3489 source = "registry+https://github.com/rust-lang/crates.io-index"
3490 checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3491
3492 [[package]]
3493 name = "rustc-std-workspace-alloc"
3494 version = "1.99.0"
3495 dependencies = [
3496  "alloc",
3497 ]
3498
3499 [[package]]
3500 name = "rustc-std-workspace-core"
3501 version = "1.99.0"
3502 dependencies = [
3503  "core",
3504 ]
3505
3506 [[package]]
3507 name = "rustc-std-workspace-std"
3508 version = "1.99.0"
3509 dependencies = [
3510  "std",
3511 ]
3512
3513 [[package]]
3514 name = "rustc-workspace-hack"
3515 version = "1.0.0"
3516 dependencies = [
3517  "bstr",
3518  "byteorder",
3519  "clap",
3520  "crossbeam-utils",
3521  "libc",
3522  "libz-sys",
3523  "memchr",
3524  "proc-macro2",
3525  "quote",
3526  "rand_core 0.5.1",
3527  "regex",
3528  "serde",
3529  "serde_json",
3530  "smallvec",
3531  "syn",
3532  "url 2.2.2",
3533  "winapi",
3534 ]
3535
3536 [[package]]
3537 name = "rustc_apfloat"
3538 version = "0.0.0"
3539 dependencies = [
3540  "bitflags",
3541  "smallvec",
3542 ]
3543
3544 [[package]]
3545 name = "rustc_arena"
3546 version = "0.0.0"
3547 dependencies = [
3548  "smallvec",
3549 ]
3550
3551 [[package]]
3552 name = "rustc_ast"
3553 version = "0.0.0"
3554 dependencies = [
3555  "bitflags",
3556  "rustc_data_structures",
3557  "rustc_index",
3558  "rustc_lexer",
3559  "rustc_macros",
3560  "rustc_serialize",
3561  "rustc_span",
3562  "smallvec",
3563  "tracing",
3564 ]
3565
3566 [[package]]
3567 name = "rustc_ast_lowering"
3568 version = "0.0.0"
3569 dependencies = [
3570  "rustc_arena",
3571  "rustc_ast",
3572  "rustc_ast_pretty",
3573  "rustc_data_structures",
3574  "rustc_errors",
3575  "rustc_hir",
3576  "rustc_index",
3577  "rustc_macros",
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_errors",
4217  "rustc_graphviz",
4218  "rustc_hir",
4219  "rustc_index",
4220  "rustc_macros",
4221  "rustc_middle",
4222  "rustc_serialize",
4223  "rustc_session",
4224  "rustc_span",
4225  "rustc_target",
4226  "smallvec",
4227  "tracing",
4228 ]
4229
4230 [[package]]
4231 name = "rustc_mir_transform"
4232 version = "0.0.0"
4233 dependencies = [
4234  "coverage_test_macros",
4235  "itertools",
4236  "rustc_ast",
4237  "rustc_attr",
4238  "rustc_const_eval",
4239  "rustc_data_structures",
4240  "rustc_errors",
4241  "rustc_hir",
4242  "rustc_index",
4243  "rustc_middle",
4244  "rustc_mir_dataflow",
4245  "rustc_serialize",
4246  "rustc_session",
4247  "rustc_span",
4248  "rustc_target",
4249  "rustc_trait_selection",
4250  "smallvec",
4251  "tracing",
4252 ]
4253
4254 [[package]]
4255 name = "rustc_monomorphize"
4256 version = "0.0.0"
4257 dependencies = [
4258  "rustc_data_structures",
4259  "rustc_hir",
4260  "rustc_index",
4261  "rustc_middle",
4262  "rustc_session",
4263  "rustc_span",
4264  "rustc_target",
4265  "smallvec",
4266  "tracing",
4267 ]
4268
4269 [[package]]
4270 name = "rustc_parse"
4271 version = "0.0.0"
4272 dependencies = [
4273  "bitflags",
4274  "rustc_ast",
4275  "rustc_ast_pretty",
4276  "rustc_data_structures",
4277  "rustc_errors",
4278  "rustc_feature",
4279  "rustc_lexer",
4280  "rustc_macros",
4281  "rustc_session",
4282  "rustc_span",
4283  "tracing",
4284  "unicode-normalization",
4285  "unicode-width",
4286 ]
4287
4288 [[package]]
4289 name = "rustc_parse_format"
4290 version = "0.0.0"
4291 dependencies = [
4292  "rustc_lexer",
4293 ]
4294
4295 [[package]]
4296 name = "rustc_passes"
4297 version = "0.0.0"
4298 dependencies = [
4299  "itertools",
4300  "rustc_ast",
4301  "rustc_ast_pretty",
4302  "rustc_attr",
4303  "rustc_data_structures",
4304  "rustc_errors",
4305  "rustc_expand",
4306  "rustc_feature",
4307  "rustc_hir",
4308  "rustc_index",
4309  "rustc_lexer",
4310  "rustc_macros",
4311  "rustc_middle",
4312  "rustc_serialize",
4313  "rustc_session",
4314  "rustc_span",
4315  "rustc_target",
4316  "tracing",
4317 ]
4318
4319 [[package]]
4320 name = "rustc_plugin_impl"
4321 version = "0.0.0"
4322 dependencies = [
4323  "libloading",
4324  "rustc_ast",
4325  "rustc_errors",
4326  "rustc_lint",
4327  "rustc_macros",
4328  "rustc_metadata",
4329  "rustc_session",
4330  "rustc_span",
4331 ]
4332
4333 [[package]]
4334 name = "rustc_privacy"
4335 version = "0.0.0"
4336 dependencies = [
4337  "rustc_ast",
4338  "rustc_attr",
4339  "rustc_data_structures",
4340  "rustc_errors",
4341  "rustc_hir",
4342  "rustc_macros",
4343  "rustc_middle",
4344  "rustc_session",
4345  "rustc_span",
4346  "rustc_trait_selection",
4347  "rustc_typeck",
4348  "tracing",
4349 ]
4350
4351 [[package]]
4352 name = "rustc_query_impl"
4353 version = "0.0.0"
4354 dependencies = [
4355  "measureme",
4356  "rustc-rayon-core",
4357  "rustc_ast",
4358  "rustc_data_structures",
4359  "rustc_errors",
4360  "rustc_hir",
4361  "rustc_index",
4362  "rustc_macros",
4363  "rustc_middle",
4364  "rustc_query_system",
4365  "rustc_serialize",
4366  "rustc_session",
4367  "rustc_span",
4368  "rustc_target",
4369  "tracing",
4370 ]
4371
4372 [[package]]
4373 name = "rustc_query_system"
4374 version = "0.0.0"
4375 dependencies = [
4376  "parking_lot 0.11.2",
4377  "rustc-rayon-core",
4378  "rustc_arena",
4379  "rustc_ast",
4380  "rustc_data_structures",
4381  "rustc_errors",
4382  "rustc_feature",
4383  "rustc_hir",
4384  "rustc_index",
4385  "rustc_macros",
4386  "rustc_serialize",
4387  "rustc_session",
4388  "rustc_span",
4389  "rustc_target",
4390  "smallvec",
4391  "tracing",
4392 ]
4393
4394 [[package]]
4395 name = "rustc_resolve"
4396 version = "0.0.0"
4397 dependencies = [
4398  "bitflags",
4399  "rustc_arena",
4400  "rustc_ast",
4401  "rustc_ast_pretty",
4402  "rustc_attr",
4403  "rustc_data_structures",
4404  "rustc_errors",
4405  "rustc_expand",
4406  "rustc_feature",
4407  "rustc_hir",
4408  "rustc_index",
4409  "rustc_metadata",
4410  "rustc_middle",
4411  "rustc_query_system",
4412  "rustc_session",
4413  "rustc_span",
4414  "smallvec",
4415  "tracing",
4416 ]
4417
4418 [[package]]
4419 name = "rustc_save_analysis"
4420 version = "0.0.0"
4421 dependencies = [
4422  "rls-data",
4423  "rls-span",
4424  "rustc_ast",
4425  "rustc_ast_pretty",
4426  "rustc_data_structures",
4427  "rustc_errors",
4428  "rustc_hir",
4429  "rustc_hir_pretty",
4430  "rustc_lexer",
4431  "rustc_macros",
4432  "rustc_middle",
4433  "rustc_session",
4434  "rustc_span",
4435  "serde_json",
4436  "tracing",
4437 ]
4438
4439 [[package]]
4440 name = "rustc_serialize"
4441 version = "0.0.0"
4442 dependencies = [
4443  "indexmap",
4444  "rustc_macros",
4445  "smallvec",
4446 ]
4447
4448 [[package]]
4449 name = "rustc_session"
4450 version = "0.0.0"
4451 dependencies = [
4452  "getopts",
4453  "rustc_ast",
4454  "rustc_data_structures",
4455  "rustc_errors",
4456  "rustc_feature",
4457  "rustc_fs_util",
4458  "rustc_hir",
4459  "rustc_lint_defs",
4460  "rustc_macros",
4461  "rustc_serialize",
4462  "rustc_span",
4463  "rustc_target",
4464  "tracing",
4465 ]
4466
4467 [[package]]
4468 name = "rustc_smir"
4469 version = "0.0.0"
4470 dependencies = [
4471  "rustc_borrowck",
4472  "rustc_driver",
4473  "rustc_hir",
4474  "rustc_interface",
4475  "rustc_middle",
4476  "rustc_mir_dataflow",
4477  "rustc_mir_transform",
4478  "rustc_serialize",
4479  "rustc_trait_selection",
4480 ]
4481
4482 [[package]]
4483 name = "rustc_span"
4484 version = "0.0.0"
4485 dependencies = [
4486  "cfg-if 0.1.10",
4487  "md-5",
4488  "rustc_arena",
4489  "rustc_data_structures",
4490  "rustc_index",
4491  "rustc_macros",
4492  "rustc_serialize",
4493  "scoped-tls",
4494  "sha-1 0.10.0",
4495  "sha2",
4496  "tracing",
4497  "unicode-width",
4498 ]
4499
4500 [[package]]
4501 name = "rustc_symbol_mangling"
4502 version = "0.0.0"
4503 dependencies = [
4504  "bitflags",
4505  "punycode",
4506  "rustc-demangle",
4507  "rustc_data_structures",
4508  "rustc_hir",
4509  "rustc_middle",
4510  "rustc_session",
4511  "rustc_span",
4512  "rustc_target",
4513  "tracing",
4514 ]
4515
4516 [[package]]
4517 name = "rustc_target"
4518 version = "0.0.0"
4519 dependencies = [
4520  "bitflags",
4521  "rustc_data_structures",
4522  "rustc_index",
4523  "rustc_macros",
4524  "rustc_serialize",
4525  "rustc_span",
4526  "serde_json",
4527  "tracing",
4528 ]
4529
4530 [[package]]
4531 name = "rustc_tools_util"
4532 version = "0.2.0"
4533
4534 [[package]]
4535 name = "rustc_tools_util"
4536 version = "0.2.0"
4537 source = "registry+https://github.com/rust-lang/crates.io-index"
4538 checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
4539
4540 [[package]]
4541 name = "rustc_trait_selection"
4542 version = "0.0.0"
4543 dependencies = [
4544  "rustc_ast",
4545  "rustc_attr",
4546  "rustc_data_structures",
4547  "rustc_errors",
4548  "rustc_hir",
4549  "rustc_index",
4550  "rustc_infer",
4551  "rustc_lint_defs",
4552  "rustc_macros",
4553  "rustc_middle",
4554  "rustc_parse_format",
4555  "rustc_query_system",
4556  "rustc_session",
4557  "rustc_span",
4558  "rustc_target",
4559  "rustc_transmute",
4560  "smallvec",
4561  "tracing",
4562 ]
4563
4564 [[package]]
4565 name = "rustc_traits"
4566 version = "0.0.0"
4567 dependencies = [
4568  "chalk-engine",
4569  "chalk-ir",
4570  "chalk-solve",
4571  "rustc_ast",
4572  "rustc_attr",
4573  "rustc_data_structures",
4574  "rustc_hir",
4575  "rustc_index",
4576  "rustc_infer",
4577  "rustc_middle",
4578  "rustc_span",
4579  "rustc_trait_selection",
4580  "smallvec",
4581  "tracing",
4582 ]
4583
4584 [[package]]
4585 name = "rustc_transmute"
4586 version = "0.1.0"
4587 dependencies = [
4588  "itertools",
4589  "rustc_data_structures",
4590  "rustc_infer",
4591  "rustc_macros",
4592  "rustc_middle",
4593  "rustc_span",
4594  "rustc_target",
4595  "tracing",
4596 ]
4597
4598 [[package]]
4599 name = "rustc_ty_utils"
4600 version = "0.0.0"
4601 dependencies = [
4602  "rustc_data_structures",
4603  "rustc_errors",
4604  "rustc_hir",
4605  "rustc_index",
4606  "rustc_infer",
4607  "rustc_macros",
4608  "rustc_middle",
4609  "rustc_session",
4610  "rustc_span",
4611  "rustc_target",
4612  "rustc_trait_selection",
4613  "rustc_type_ir",
4614  "tracing",
4615 ]
4616
4617 [[package]]
4618 name = "rustc_type_ir"
4619 version = "0.0.0"
4620 dependencies = [
4621  "bitflags",
4622  "rustc_data_structures",
4623  "rustc_index",
4624  "rustc_macros",
4625  "rustc_serialize",
4626  "smallvec",
4627 ]
4628
4629 [[package]]
4630 name = "rustc_typeck"
4631 version = "0.0.0"
4632 dependencies = [
4633  "rustc_arena",
4634  "rustc_ast",
4635  "rustc_attr",
4636  "rustc_data_structures",
4637  "rustc_errors",
4638  "rustc_feature",
4639  "rustc_graphviz",
4640  "rustc_hir",
4641  "rustc_hir_pretty",
4642  "rustc_index",
4643  "rustc_infer",
4644  "rustc_lint",
4645  "rustc_macros",
4646  "rustc_middle",
4647  "rustc_serialize",
4648  "rustc_session",
4649  "rustc_span",
4650  "rustc_target",
4651  "rustc_trait_selection",
4652  "rustc_ty_utils",
4653  "rustc_type_ir",
4654  "smallvec",
4655  "tracing",
4656 ]
4657
4658 [[package]]
4659 name = "rustc_version"
4660 version = "0.4.0"
4661 source = "registry+https://github.com/rust-lang/crates.io-index"
4662 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4663 dependencies = [
4664  "semver",
4665 ]
4666
4667 [[package]]
4668 name = "rustdoc"
4669 version = "0.0.0"
4670 dependencies = [
4671  "arrayvec",
4672  "askama",
4673  "atty",
4674  "expect-test",
4675  "itertools",
4676  "minifier",
4677  "once_cell",
4678  "pulldown-cmark",
4679  "rayon",
4680  "regex",
4681  "rustdoc-json-types",
4682  "serde",
4683  "serde_json",
4684  "smallvec",
4685  "tempfile",
4686  "tracing",
4687  "tracing-subscriber",
4688  "tracing-tree",
4689 ]
4690
4691 [[package]]
4692 name = "rustdoc-json-types"
4693 version = "0.1.0"
4694 dependencies = [
4695  "serde",
4696  "serde_json",
4697 ]
4698
4699 [[package]]
4700 name = "rustdoc-themes"
4701 version = "0.1.0"
4702
4703 [[package]]
4704 name = "rustdoc-tool"
4705 version = "0.0.0"
4706 dependencies = [
4707  "rustdoc",
4708 ]
4709
4710 [[package]]
4711 name = "rustfix"
4712 version = "0.6.1"
4713 source = "registry+https://github.com/rust-lang/crates.io-index"
4714 checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
4715 dependencies = [
4716  "anyhow",
4717  "log",
4718  "serde",
4719  "serde_json",
4720 ]
4721
4722 [[package]]
4723 name = "rustfmt-config_proc_macro"
4724 version = "0.2.0"
4725 dependencies = [
4726  "proc-macro2",
4727  "quote",
4728  "serde",
4729  "syn",
4730 ]
4731
4732 [[package]]
4733 name = "rustfmt-nightly"
4734 version = "1.5.1"
4735 dependencies = [
4736  "annotate-snippets",
4737  "anyhow",
4738  "bytecount",
4739  "cargo_metadata 0.14.0",
4740  "clap",
4741  "derive-new",
4742  "diff",
4743  "dirs",
4744  "env_logger 0.9.0",
4745  "getopts",
4746  "ignore",
4747  "itertools",
4748  "lazy_static",
4749  "log",
4750  "regex",
4751  "rustc-workspace-hack",
4752  "rustfmt-config_proc_macro",
4753  "serde",
4754  "serde_json",
4755  "term",
4756  "thiserror",
4757  "toml",
4758  "unicode-segmentation",
4759  "unicode-width",
4760  "unicode_categories",
4761 ]
4762
4763 [[package]]
4764 name = "rustversion"
4765 version = "1.0.5"
4766 source = "registry+https://github.com/rust-lang/crates.io-index"
4767 checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
4768
4769 [[package]]
4770 name = "ryu"
4771 version = "1.0.5"
4772 source = "registry+https://github.com/rust-lang/crates.io-index"
4773 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
4774
4775 [[package]]
4776 name = "same-file"
4777 version = "1.0.6"
4778 source = "registry+https://github.com/rust-lang/crates.io-index"
4779 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4780 dependencies = [
4781  "winapi-util",
4782 ]
4783
4784 [[package]]
4785 name = "schannel"
4786 version = "0.1.19"
4787 source = "registry+https://github.com/rust-lang/crates.io-index"
4788 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4789 dependencies = [
4790  "lazy_static",
4791  "winapi",
4792 ]
4793
4794 [[package]]
4795 name = "scoped-tls"
4796 version = "1.0.0"
4797 source = "registry+https://github.com/rust-lang/crates.io-index"
4798 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4799
4800 [[package]]
4801 name = "scopeguard"
4802 version = "1.1.0"
4803 source = "registry+https://github.com/rust-lang/crates.io-index"
4804 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4805
4806 [[package]]
4807 name = "security-framework"
4808 version = "2.0.0"
4809 source = "registry+https://github.com/rust-lang/crates.io-index"
4810 checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4811 dependencies = [
4812  "bitflags",
4813  "core-foundation",
4814  "core-foundation-sys",
4815  "libc",
4816  "security-framework-sys",
4817 ]
4818
4819 [[package]]
4820 name = "security-framework-sys"
4821 version = "2.0.0"
4822 source = "registry+https://github.com/rust-lang/crates.io-index"
4823 checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4824 dependencies = [
4825  "core-foundation-sys",
4826  "libc",
4827 ]
4828
4829 [[package]]
4830 name = "self_cell"
4831 version = "0.10.2"
4832 source = "registry+https://github.com/rust-lang/crates.io-index"
4833 checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4834
4835 [[package]]
4836 name = "semver"
4837 version = "1.0.12"
4838 source = "registry+https://github.com/rust-lang/crates.io-index"
4839 checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
4840 dependencies = [
4841  "serde",
4842 ]
4843
4844 [[package]]
4845 name = "serde"
4846 version = "1.0.140"
4847 source = "registry+https://github.com/rust-lang/crates.io-index"
4848 checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
4849 dependencies = [
4850  "serde_derive",
4851 ]
4852
4853 [[package]]
4854 name = "serde_derive"
4855 version = "1.0.140"
4856 source = "registry+https://github.com/rust-lang/crates.io-index"
4857 checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
4858 dependencies = [
4859  "proc-macro2",
4860  "quote",
4861  "syn",
4862 ]
4863
4864 [[package]]
4865 name = "serde_ignored"
4866 version = "0.1.2"
4867 source = "registry+https://github.com/rust-lang/crates.io-index"
4868 checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
4869 dependencies = [
4870  "serde",
4871 ]
4872
4873 [[package]]
4874 name = "serde_json"
4875 version = "1.0.82"
4876 source = "registry+https://github.com/rust-lang/crates.io-index"
4877 checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
4878 dependencies = [
4879  "indexmap",
4880  "itoa",
4881  "ryu",
4882  "serde",
4883 ]
4884
4885 [[package]]
4886 name = "serde_repr"
4887 version = "0.1.6"
4888 source = "registry+https://github.com/rust-lang/crates.io-index"
4889 checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4890 dependencies = [
4891  "proc-macro2",
4892  "quote",
4893  "syn",
4894 ]
4895
4896 [[package]]
4897 name = "sha-1"
4898 version = "0.8.2"
4899 source = "registry+https://github.com/rust-lang/crates.io-index"
4900 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4901 dependencies = [
4902  "block-buffer 0.7.3",
4903  "digest 0.8.1",
4904  "fake-simd",
4905  "opaque-debug",
4906 ]
4907
4908 [[package]]
4909 name = "sha-1"
4910 version = "0.10.0"
4911 source = "registry+https://github.com/rust-lang/crates.io-index"
4912 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
4913 dependencies = [
4914  "cfg-if 1.0.0",
4915  "cpufeatures",
4916  "digest 0.10.2",
4917 ]
4918
4919 [[package]]
4920 name = "sha2"
4921 version = "0.10.1"
4922 source = "registry+https://github.com/rust-lang/crates.io-index"
4923 checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
4924 dependencies = [
4925  "cfg-if 1.0.0",
4926  "cpufeatures",
4927  "digest 0.10.2",
4928 ]
4929
4930 [[package]]
4931 name = "sharded-slab"
4932 version = "0.1.1"
4933 source = "registry+https://github.com/rust-lang/crates.io-index"
4934 checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
4935 dependencies = [
4936  "lazy_static",
4937 ]
4938
4939 [[package]]
4940 name = "shell-escape"
4941 version = "0.1.5"
4942 source = "registry+https://github.com/rust-lang/crates.io-index"
4943 checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4944
4945 [[package]]
4946 name = "shlex"
4947 version = "1.0.0"
4948 source = "registry+https://github.com/rust-lang/crates.io-index"
4949 checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4950
4951 [[package]]
4952 name = "signal-hook-registry"
4953 version = "1.2.2"
4954 source = "registry+https://github.com/rust-lang/crates.io-index"
4955 checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
4956 dependencies = [
4957  "libc",
4958 ]
4959
4960 [[package]]
4961 name = "similar"
4962 version = "2.1.0"
4963 source = "registry+https://github.com/rust-lang/crates.io-index"
4964 checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4965
4966 [[package]]
4967 name = "siphasher"
4968 version = "0.3.3"
4969 source = "registry+https://github.com/rust-lang/crates.io-index"
4970 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
4971
4972 [[package]]
4973 name = "sized-chunks"
4974 version = "0.6.4"
4975 source = "registry+https://github.com/rust-lang/crates.io-index"
4976 checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
4977 dependencies = [
4978  "bitmaps",
4979  "typenum",
4980 ]
4981
4982 [[package]]
4983 name = "slab"
4984 version = "0.4.2"
4985 source = "registry+https://github.com/rust-lang/crates.io-index"
4986 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4987
4988 [[package]]
4989 name = "smallvec"
4990 version = "1.8.1"
4991 source = "registry+https://github.com/rust-lang/crates.io-index"
4992 checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
4993
4994 [[package]]
4995 name = "snap"
4996 version = "1.0.1"
4997 source = "registry+https://github.com/rust-lang/crates.io-index"
4998 checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4999
5000 [[package]]
5001 name = "snapbox"
5002 version = "0.3.3"
5003 source = "registry+https://github.com/rust-lang/crates.io-index"
5004 checksum = "44d199ccf8f606592df2d145db26f2aa45344e23c64b074cc5a4047f1d99b0f7"
5005 dependencies = [
5006  "concolor",
5007  "content_inspector",
5008  "dunce",
5009  "filetime",
5010  "normalize-line-endings",
5011  "similar",
5012  "snapbox-macros",
5013  "tempfile",
5014  "walkdir",
5015  "yansi",
5016 ]
5017
5018 [[package]]
5019 name = "snapbox-macros"
5020 version = "0.3.0"
5021 source = "registry+https://github.com/rust-lang/crates.io-index"
5022 checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
5023
5024 [[package]]
5025 name = "socket2"
5026 version = "0.4.1"
5027 source = "registry+https://github.com/rust-lang/crates.io-index"
5028 checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
5029 dependencies = [
5030  "libc",
5031  "winapi",
5032 ]
5033
5034 [[package]]
5035 name = "stable_deref_trait"
5036 version = "1.2.0"
5037 source = "registry+https://github.com/rust-lang/crates.io-index"
5038 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5039
5040 [[package]]
5041 name = "stacker"
5042 version = "0.1.14"
5043 source = "registry+https://github.com/rust-lang/crates.io-index"
5044 checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
5045 dependencies = [
5046  "cc",
5047  "cfg-if 1.0.0",
5048  "libc",
5049  "psm",
5050  "winapi",
5051 ]
5052
5053 [[package]]
5054 name = "static_assertions"
5055 version = "1.1.0"
5056 source = "registry+https://github.com/rust-lang/crates.io-index"
5057 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5058
5059 [[package]]
5060 name = "std"
5061 version = "0.0.0"
5062 dependencies = [
5063  "addr2line 0.16.0",
5064  "alloc",
5065  "cfg-if 0.1.10",
5066  "compiler_builtins",
5067  "core",
5068  "dlmalloc",
5069  "fortanix-sgx-abi",
5070  "hashbrown",
5071  "hermit-abi 0.2.0",
5072  "libc",
5073  "miniz_oxide 0.4.0",
5074  "object 0.26.2",
5075  "panic_abort",
5076  "panic_unwind",
5077  "profiler_builtins",
5078  "rand 0.7.3",
5079  "rustc-demangle",
5080  "std_detect",
5081  "unwind",
5082  "wasi 0.11.0+wasi-snapshot-preview1",
5083 ]
5084
5085 [[package]]
5086 name = "std_detect"
5087 version = "0.1.5"
5088 dependencies = [
5089  "cfg-if 0.1.10",
5090  "compiler_builtins",
5091  "libc",
5092  "rustc-std-workspace-alloc",
5093  "rustc-std-workspace-core",
5094 ]
5095
5096 [[package]]
5097 name = "string_cache"
5098 version = "0.8.3"
5099 source = "registry+https://github.com/rust-lang/crates.io-index"
5100 checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
5101 dependencies = [
5102  "lazy_static",
5103  "new_debug_unreachable",
5104  "parking_lot 0.11.2",
5105  "phf_shared",
5106  "precomputed-hash",
5107  "serde",
5108 ]
5109
5110 [[package]]
5111 name = "string_cache_codegen"
5112 version = "0.5.2"
5113 source = "registry+https://github.com/rust-lang/crates.io-index"
5114 checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5115 dependencies = [
5116  "phf_generator",
5117  "phf_shared",
5118  "proc-macro2",
5119  "quote",
5120 ]
5121
5122 [[package]]
5123 name = "strip-ansi-escapes"
5124 version = "0.1.0"
5125 source = "registry+https://github.com/rust-lang/crates.io-index"
5126 checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
5127 dependencies = [
5128  "vte",
5129 ]
5130
5131 [[package]]
5132 name = "strsim"
5133 version = "0.10.0"
5134 source = "registry+https://github.com/rust-lang/crates.io-index"
5135 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5136
5137 [[package]]
5138 name = "syn"
5139 version = "1.0.91"
5140 source = "registry+https://github.com/rust-lang/crates.io-index"
5141 checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
5142 dependencies = [
5143  "proc-macro2",
5144  "quote",
5145  "unicode-xid",
5146 ]
5147
5148 [[package]]
5149 name = "synstructure"
5150 version = "0.12.6"
5151 source = "registry+https://github.com/rust-lang/crates.io-index"
5152 checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
5153 dependencies = [
5154  "proc-macro2",
5155  "quote",
5156  "syn",
5157  "unicode-xid",
5158 ]
5159
5160 [[package]]
5161 name = "tar"
5162 version = "0.4.38"
5163 source = "registry+https://github.com/rust-lang/crates.io-index"
5164 checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
5165 dependencies = [
5166  "filetime",
5167  "libc",
5168  "xattr",
5169 ]
5170
5171 [[package]]
5172 name = "tempfile"
5173 version = "3.2.0"
5174 source = "registry+https://github.com/rust-lang/crates.io-index"
5175 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
5176 dependencies = [
5177  "cfg-if 1.0.0",
5178  "libc",
5179  "rand 0.8.5",
5180  "redox_syscall",
5181  "remove_dir_all",
5182  "winapi",
5183 ]
5184
5185 [[package]]
5186 name = "tendril"
5187 version = "0.4.3"
5188 source = "registry+https://github.com/rust-lang/crates.io-index"
5189 checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5190 dependencies = [
5191  "futf",
5192  "mac",
5193  "utf-8",
5194 ]
5195
5196 [[package]]
5197 name = "term"
5198 version = "0.7.0"
5199 source = "registry+https://github.com/rust-lang/crates.io-index"
5200 checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5201 dependencies = [
5202  "dirs-next",
5203  "rustversion",
5204  "winapi",
5205 ]
5206
5207 [[package]]
5208 name = "termcolor"
5209 version = "1.1.2"
5210 source = "registry+https://github.com/rust-lang/crates.io-index"
5211 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
5212 dependencies = [
5213  "winapi-util",
5214 ]
5215
5216 [[package]]
5217 name = "termize"
5218 version = "0.1.1"
5219 source = "registry+https://github.com/rust-lang/crates.io-index"
5220 checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5221 dependencies = [
5222  "libc",
5223  "winapi",
5224 ]
5225
5226 [[package]]
5227 name = "test"
5228 version = "0.0.0"
5229 dependencies = [
5230  "cfg-if 0.1.10",
5231  "core",
5232  "getopts",
5233  "libc",
5234  "panic_abort",
5235  "panic_unwind",
5236  "proc_macro",
5237  "std",
5238 ]
5239
5240 [[package]]
5241 name = "tester"
5242 version = "0.9.0"
5243 source = "registry+https://github.com/rust-lang/crates.io-index"
5244 checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5245 dependencies = [
5246  "cfg-if 1.0.0",
5247  "getopts",
5248  "libc",
5249  "num_cpus",
5250  "term",
5251 ]
5252
5253 [[package]]
5254 name = "textwrap"
5255 version = "0.15.0"
5256 source = "registry+https://github.com/rust-lang/crates.io-index"
5257 checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
5258
5259 [[package]]
5260 name = "thiserror"
5261 version = "1.0.30"
5262 source = "registry+https://github.com/rust-lang/crates.io-index"
5263 checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
5264 dependencies = [
5265  "thiserror-impl",
5266 ]
5267
5268 [[package]]
5269 name = "thiserror-impl"
5270 version = "1.0.30"
5271 source = "registry+https://github.com/rust-lang/crates.io-index"
5272 checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
5273 dependencies = [
5274  "proc-macro2",
5275  "quote",
5276  "syn",
5277 ]
5278
5279 [[package]]
5280 name = "thorin-dwp"
5281 version = "0.3.0"
5282 source = "registry+https://github.com/rust-lang/crates.io-index"
5283 checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
5284 dependencies = [
5285  "gimli 0.26.1",
5286  "hashbrown",
5287  "object 0.29.0",
5288  "tracing",
5289 ]
5290
5291 [[package]]
5292 name = "thread_local"
5293 version = "1.1.4"
5294 source = "registry+https://github.com/rust-lang/crates.io-index"
5295 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
5296 dependencies = [
5297  "once_cell",
5298 ]
5299
5300 [[package]]
5301 name = "tidy"
5302 version = "0.1.0"
5303 dependencies = [
5304  "cargo_metadata 0.14.0",
5305  "lazy_static",
5306  "regex",
5307  "walkdir",
5308 ]
5309
5310 [[package]]
5311 name = "tier-check"
5312 version = "0.1.0"
5313
5314 [[package]]
5315 name = "time"
5316 version = "0.1.43"
5317 source = "registry+https://github.com/rust-lang/crates.io-index"
5318 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
5319 dependencies = [
5320  "libc",
5321  "winapi",
5322 ]
5323
5324 [[package]]
5325 name = "tinystr"
5326 version = "0.3.4"
5327 source = "registry+https://github.com/rust-lang/crates.io-index"
5328 checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
5329
5330 [[package]]
5331 name = "tinyvec"
5332 version = "0.3.4"
5333 source = "registry+https://github.com/rust-lang/crates.io-index"
5334 checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
5335
5336 [[package]]
5337 name = "tokio"
5338 version = "1.8.4"
5339 source = "registry+https://github.com/rust-lang/crates.io-index"
5340 checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
5341 dependencies = [
5342  "autocfg",
5343  "bytes",
5344  "libc",
5345  "memchr",
5346  "mio",
5347  "num_cpus",
5348  "once_cell",
5349  "pin-project-lite",
5350  "signal-hook-registry",
5351  "winapi",
5352 ]
5353
5354 [[package]]
5355 name = "tokio-stream"
5356 version = "0.1.7"
5357 source = "registry+https://github.com/rust-lang/crates.io-index"
5358 checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
5359 dependencies = [
5360  "futures-core",
5361  "pin-project-lite",
5362  "tokio",
5363 ]
5364
5365 [[package]]
5366 name = "tokio-util"
5367 version = "0.6.7"
5368 source = "registry+https://github.com/rust-lang/crates.io-index"
5369 checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
5370 dependencies = [
5371  "bytes",
5372  "futures-core",
5373  "futures-sink",
5374  "log",
5375  "pin-project-lite",
5376  "tokio",
5377 ]
5378
5379 [[package]]
5380 name = "toml"
5381 version = "0.5.7"
5382 source = "registry+https://github.com/rust-lang/crates.io-index"
5383 checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
5384 dependencies = [
5385  "serde",
5386 ]
5387
5388 [[package]]
5389 name = "toml_edit"
5390 version = "0.14.3"
5391 source = "registry+https://github.com/rust-lang/crates.io-index"
5392 checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5393 dependencies = [
5394  "combine",
5395  "indexmap",
5396  "itertools",
5397  "kstring",
5398  "serde",
5399 ]
5400
5401 [[package]]
5402 name = "topological-sort"
5403 version = "0.1.0"
5404 source = "registry+https://github.com/rust-lang/crates.io-index"
5405 checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5406
5407 [[package]]
5408 name = "tower-service"
5409 version = "0.3.1"
5410 source = "registry+https://github.com/rust-lang/crates.io-index"
5411 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5412
5413 [[package]]
5414 name = "tracing"
5415 version = "0.1.29"
5416 source = "registry+https://github.com/rust-lang/crates.io-index"
5417 checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
5418 dependencies = [
5419  "cfg-if 1.0.0",
5420  "pin-project-lite",
5421  "tracing-attributes",
5422  "tracing-core",
5423 ]
5424
5425 [[package]]
5426 name = "tracing-attributes"
5427 version = "0.1.18"
5428 source = "registry+https://github.com/rust-lang/crates.io-index"
5429 checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
5430 dependencies = [
5431  "proc-macro2",
5432  "quote",
5433  "syn",
5434 ]
5435
5436 [[package]]
5437 name = "tracing-core"
5438 version = "0.1.21"
5439 source = "registry+https://github.com/rust-lang/crates.io-index"
5440 checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
5441 dependencies = [
5442  "lazy_static",
5443 ]
5444
5445 [[package]]
5446 name = "tracing-error"
5447 version = "0.2.0"
5448 source = "registry+https://github.com/rust-lang/crates.io-index"
5449 checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5450 dependencies = [
5451  "tracing",
5452  "tracing-subscriber",
5453 ]
5454
5455 [[package]]
5456 name = "tracing-log"
5457 version = "0.1.2"
5458 source = "registry+https://github.com/rust-lang/crates.io-index"
5459 checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
5460 dependencies = [
5461  "lazy_static",
5462  "log",
5463  "tracing-core",
5464 ]
5465
5466 [[package]]
5467 name = "tracing-subscriber"
5468 version = "0.3.3"
5469 source = "registry+https://github.com/rust-lang/crates.io-index"
5470 checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
5471 dependencies = [
5472  "ansi_term",
5473  "lazy_static",
5474  "matchers",
5475  "parking_lot 0.11.2",
5476  "regex",
5477  "sharded-slab",
5478  "smallvec",
5479  "thread_local",
5480  "tracing",
5481  "tracing-core",
5482  "tracing-log",
5483 ]
5484
5485 [[package]]
5486 name = "tracing-tree"
5487 version = "0.2.0"
5488 source = "registry+https://github.com/rust-lang/crates.io-index"
5489 checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
5490 dependencies = [
5491  "ansi_term",
5492  "atty",
5493  "tracing-core",
5494  "tracing-log",
5495  "tracing-subscriber",
5496 ]
5497
5498 [[package]]
5499 name = "type-map"
5500 version = "0.4.0"
5501 source = "registry+https://github.com/rust-lang/crates.io-index"
5502 checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5503 dependencies = [
5504  "rustc-hash",
5505 ]
5506
5507 [[package]]
5508 name = "typenum"
5509 version = "1.12.0"
5510 source = "registry+https://github.com/rust-lang/crates.io-index"
5511 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
5512
5513 [[package]]
5514 name = "ucd-parse"
5515 version = "0.1.8"
5516 source = "registry+https://github.com/rust-lang/crates.io-index"
5517 checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
5518 dependencies = [
5519  "lazy_static",
5520  "regex",
5521 ]
5522
5523 [[package]]
5524 name = "ucd-trie"
5525 version = "0.1.3"
5526 source = "registry+https://github.com/rust-lang/crates.io-index"
5527 checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5528
5529 [[package]]
5530 name = "ui_test"
5531 version = "0.1.0"
5532 dependencies = [
5533  "cargo_metadata 0.15.0",
5534  "color-eyre",
5535  "colored",
5536  "crossbeam",
5537  "lazy_static",
5538  "pretty_assertions",
5539  "regex",
5540  "rustc_version",
5541  "serde",
5542  "serde_json",
5543 ]
5544
5545 [[package]]
5546 name = "unic-char-property"
5547 version = "0.9.0"
5548 source = "registry+https://github.com/rust-lang/crates.io-index"
5549 checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5550 dependencies = [
5551  "unic-char-range",
5552 ]
5553
5554 [[package]]
5555 name = "unic-char-range"
5556 version = "0.9.0"
5557 source = "registry+https://github.com/rust-lang/crates.io-index"
5558 checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5559
5560 [[package]]
5561 name = "unic-common"
5562 version = "0.9.0"
5563 source = "registry+https://github.com/rust-lang/crates.io-index"
5564 checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5565
5566 [[package]]
5567 name = "unic-emoji-char"
5568 version = "0.9.0"
5569 source = "registry+https://github.com/rust-lang/crates.io-index"
5570 checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5571 dependencies = [
5572  "unic-char-property",
5573  "unic-char-range",
5574  "unic-ucd-version",
5575 ]
5576
5577 [[package]]
5578 name = "unic-langid"
5579 version = "0.9.0"
5580 source = "registry+https://github.com/rust-lang/crates.io-index"
5581 checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
5582 dependencies = [
5583  "unic-langid-impl",
5584  "unic-langid-macros",
5585 ]
5586
5587 [[package]]
5588 name = "unic-langid-impl"
5589 version = "0.9.0"
5590 source = "registry+https://github.com/rust-lang/crates.io-index"
5591 checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
5592 dependencies = [
5593  "tinystr",
5594 ]
5595
5596 [[package]]
5597 name = "unic-langid-macros"
5598 version = "0.9.0"
5599 source = "registry+https://github.com/rust-lang/crates.io-index"
5600 checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
5601 dependencies = [
5602  "proc-macro-hack",
5603  "tinystr",
5604  "unic-langid-impl",
5605  "unic-langid-macros-impl",
5606 ]
5607
5608 [[package]]
5609 name = "unic-langid-macros-impl"
5610 version = "0.9.0"
5611 source = "registry+https://github.com/rust-lang/crates.io-index"
5612 checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
5613 dependencies = [
5614  "proc-macro-hack",
5615  "quote",
5616  "syn",
5617  "unic-langid-impl",
5618 ]
5619
5620 [[package]]
5621 name = "unic-ucd-version"
5622 version = "0.9.0"
5623 source = "registry+https://github.com/rust-lang/crates.io-index"
5624 checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5625 dependencies = [
5626  "unic-common",
5627 ]
5628
5629 [[package]]
5630 name = "unicase"
5631 version = "2.6.0"
5632 source = "registry+https://github.com/rust-lang/crates.io-index"
5633 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5634 dependencies = [
5635  "version_check",
5636 ]
5637
5638 [[package]]
5639 name = "unicode-bdd"
5640 version = "0.1.0"
5641 dependencies = [
5642  "ucd-parse",
5643 ]
5644
5645 [[package]]
5646 name = "unicode-bidi"
5647 version = "0.3.4"
5648 source = "registry+https://github.com/rust-lang/crates.io-index"
5649 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5650 dependencies = [
5651  "matches",
5652 ]
5653
5654 [[package]]
5655 name = "unicode-normalization"
5656 version = "0.1.13"
5657 source = "registry+https://github.com/rust-lang/crates.io-index"
5658 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5659 dependencies = [
5660  "tinyvec",
5661 ]
5662
5663 [[package]]
5664 name = "unicode-script"
5665 version = "0.5.3"
5666 source = "registry+https://github.com/rust-lang/crates.io-index"
5667 checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
5668
5669 [[package]]
5670 name = "unicode-security"
5671 version = "0.0.5"
5672 source = "registry+https://github.com/rust-lang/crates.io-index"
5673 checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
5674 dependencies = [
5675  "unicode-normalization",
5676  "unicode-script",
5677 ]
5678
5679 [[package]]
5680 name = "unicode-segmentation"
5681 version = "1.9.0"
5682 source = "registry+https://github.com/rust-lang/crates.io-index"
5683 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
5684
5685 [[package]]
5686 name = "unicode-width"
5687 version = "0.1.8"
5688 source = "registry+https://github.com/rust-lang/crates.io-index"
5689 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5690 dependencies = [
5691  "compiler_builtins",
5692  "rustc-std-workspace-core",
5693  "rustc-std-workspace-std",
5694 ]
5695
5696 [[package]]
5697 name = "unicode-xid"
5698 version = "0.2.2"
5699 source = "registry+https://github.com/rust-lang/crates.io-index"
5700 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5701
5702 [[package]]
5703 name = "unicode_categories"
5704 version = "0.1.1"
5705 source = "registry+https://github.com/rust-lang/crates.io-index"
5706 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5707
5708 [[package]]
5709 name = "unified-diff"
5710 version = "0.2.1"
5711 source = "registry+https://github.com/rust-lang/crates.io-index"
5712 checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5713 dependencies = [
5714  "diff",
5715 ]
5716
5717 [[package]]
5718 name = "unstable-book-gen"
5719 version = "0.1.0"
5720 dependencies = [
5721  "num-traits",
5722  "tidy",
5723 ]
5724
5725 [[package]]
5726 name = "unwind"
5727 version = "0.0.0"
5728 dependencies = [
5729  "cc",
5730  "cfg-if 0.1.10",
5731  "compiler_builtins",
5732  "core",
5733  "libc",
5734 ]
5735
5736 [[package]]
5737 name = "url"
5738 version = "1.7.2"
5739 source = "registry+https://github.com/rust-lang/crates.io-index"
5740 checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5741 dependencies = [
5742  "idna 0.1.5",
5743  "matches",
5744  "percent-encoding 1.0.1",
5745 ]
5746
5747 [[package]]
5748 name = "url"
5749 version = "2.2.2"
5750 source = "registry+https://github.com/rust-lang/crates.io-index"
5751 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
5752 dependencies = [
5753  "form_urlencoded",
5754  "idna 0.2.0",
5755  "matches",
5756  "percent-encoding 2.1.0",
5757  "serde",
5758 ]
5759
5760 [[package]]
5761 name = "utf-8"
5762 version = "0.7.5"
5763 source = "registry+https://github.com/rust-lang/crates.io-index"
5764 checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
5765
5766 [[package]]
5767 name = "utf8parse"
5768 version = "0.1.1"
5769 source = "registry+https://github.com/rust-lang/crates.io-index"
5770 checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
5771
5772 [[package]]
5773 name = "vcpkg"
5774 version = "0.2.10"
5775 source = "registry+https://github.com/rust-lang/crates.io-index"
5776 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5777
5778 [[package]]
5779 name = "vergen"
5780 version = "5.1.0"
5781 source = "registry+https://github.com/rust-lang/crates.io-index"
5782 checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
5783 dependencies = [
5784  "anyhow",
5785  "chrono",
5786  "enum-iterator",
5787  "getset",
5788  "git2",
5789  "rustversion",
5790  "thiserror",
5791 ]
5792
5793 [[package]]
5794 name = "version_check"
5795 version = "0.9.3"
5796 source = "registry+https://github.com/rust-lang/crates.io-index"
5797 checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
5798
5799 [[package]]
5800 name = "vte"
5801 version = "0.3.3"
5802 source = "registry+https://github.com/rust-lang/crates.io-index"
5803 checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
5804 dependencies = [
5805  "utf8parse",
5806 ]
5807
5808 [[package]]
5809 name = "walkdir"
5810 version = "2.3.2"
5811 source = "registry+https://github.com/rust-lang/crates.io-index"
5812 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
5813 dependencies = [
5814  "same-file",
5815  "winapi",
5816  "winapi-util",
5817 ]
5818
5819 [[package]]
5820 name = "wasi"
5821 version = "0.9.0+wasi-snapshot-preview1"
5822 source = "registry+https://github.com/rust-lang/crates.io-index"
5823 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5824
5825 [[package]]
5826 name = "wasi"
5827 version = "0.11.0+wasi-snapshot-preview1"
5828 source = "registry+https://github.com/rust-lang/crates.io-index"
5829 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
5830 dependencies = [
5831  "compiler_builtins",
5832  "rustc-std-workspace-alloc",
5833  "rustc-std-workspace-core",
5834 ]
5835
5836 [[package]]
5837 name = "winapi"
5838 version = "0.3.9"
5839 source = "registry+https://github.com/rust-lang/crates.io-index"
5840 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5841 dependencies = [
5842  "winapi-i686-pc-windows-gnu",
5843  "winapi-x86_64-pc-windows-gnu",
5844 ]
5845
5846 [[package]]
5847 name = "winapi-i686-pc-windows-gnu"
5848 version = "0.4.0"
5849 source = "registry+https://github.com/rust-lang/crates.io-index"
5850 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5851
5852 [[package]]
5853 name = "winapi-util"
5854 version = "0.1.5"
5855 source = "registry+https://github.com/rust-lang/crates.io-index"
5856 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5857 dependencies = [
5858  "winapi",
5859 ]
5860
5861 [[package]]
5862 name = "winapi-x86_64-pc-windows-gnu"
5863 version = "0.4.0"
5864 source = "registry+https://github.com/rust-lang/crates.io-index"
5865 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5866
5867 [[package]]
5868 name = "windows-sys"
5869 version = "0.36.1"
5870 source = "registry+https://github.com/rust-lang/crates.io-index"
5871 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
5872 dependencies = [
5873  "windows_aarch64_msvc",
5874  "windows_i686_gnu",
5875  "windows_i686_msvc",
5876  "windows_x86_64_gnu",
5877  "windows_x86_64_msvc",
5878 ]
5879
5880 [[package]]
5881 name = "windows_aarch64_msvc"
5882 version = "0.36.1"
5883 source = "registry+https://github.com/rust-lang/crates.io-index"
5884 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
5885
5886 [[package]]
5887 name = "windows_i686_gnu"
5888 version = "0.36.1"
5889 source = "registry+https://github.com/rust-lang/crates.io-index"
5890 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
5891
5892 [[package]]
5893 name = "windows_i686_msvc"
5894 version = "0.36.1"
5895 source = "registry+https://github.com/rust-lang/crates.io-index"
5896 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
5897
5898 [[package]]
5899 name = "windows_x86_64_gnu"
5900 version = "0.36.1"
5901 source = "registry+https://github.com/rust-lang/crates.io-index"
5902 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
5903
5904 [[package]]
5905 name = "windows_x86_64_msvc"
5906 version = "0.36.1"
5907 source = "registry+https://github.com/rust-lang/crates.io-index"
5908 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
5909
5910 [[package]]
5911 name = "xattr"
5912 version = "0.2.2"
5913 source = "registry+https://github.com/rust-lang/crates.io-index"
5914 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5915 dependencies = [
5916  "libc",
5917 ]
5918
5919 [[package]]
5920 name = "xz2"
5921 version = "0.1.6"
5922 source = "registry+https://github.com/rust-lang/crates.io-index"
5923 checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5924 dependencies = [
5925  "lzma-sys",
5926 ]
5927
5928 [[package]]
5929 name = "yaml-merge-keys"
5930 version = "0.4.1"
5931 source = "registry+https://github.com/rust-lang/crates.io-index"
5932 checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5933 dependencies = [
5934  "lazy_static",
5935  "thiserror",
5936  "yaml-rust",
5937 ]
5938
5939 [[package]]
5940 name = "yaml-rust"
5941 version = "0.4.4"
5942 source = "registry+https://github.com/rust-lang/crates.io-index"
5943 checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5944 dependencies = [
5945  "linked-hash-map",
5946 ]
5947
5948 [[package]]
5949 name = "yansi"
5950 version = "0.5.1"
5951 source = "registry+https://github.com/rust-lang/crates.io-index"
5952 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5953
5954 [[package]]
5955 name = "yansi-term"
5956 version = "0.1.2"
5957 source = "registry+https://github.com/rust-lang/crates.io-index"
5958 checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5959 dependencies = [
5960  "winapi",
5961 ]