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