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