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