]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Auto merge of #99123 - mystor:crossbeam_bridge, r=eddyb
[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.13"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
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.2.0"
939 source = "registry+https://github.com/rust-lang/crates.io-index"
940 checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
941 dependencies = [
942  "cfg-if 0.1.10",
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.12"
1116 source = "registry+https://github.com/rust-lang/crates.io-index"
1117 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
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.5"
1695 source = "registry+https://github.com/rust-lang/crates.io-index"
1696 checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
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  "walkdir",
1792 ]
1793
1794 [[package]]
1795 name = "html5ever"
1796 version = "0.26.0"
1797 source = "registry+https://github.com/rust-lang/crates.io-index"
1798 checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
1799 dependencies = [
1800  "log",
1801  "mac",
1802  "markup5ever",
1803  "proc-macro2",
1804  "quote",
1805  "syn",
1806 ]
1807
1808 [[package]]
1809 name = "humantime"
1810 version = "1.3.0"
1811 source = "registry+https://github.com/rust-lang/crates.io-index"
1812 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1813 dependencies = [
1814  "quick-error 1.2.3",
1815 ]
1816
1817 [[package]]
1818 name = "humantime"
1819 version = "2.0.1"
1820 source = "registry+https://github.com/rust-lang/crates.io-index"
1821 checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
1822
1823 [[package]]
1824 name = "idna"
1825 version = "0.1.5"
1826 source = "registry+https://github.com/rust-lang/crates.io-index"
1827 checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1828 dependencies = [
1829  "matches",
1830  "unicode-bidi",
1831  "unicode-normalization",
1832 ]
1833
1834 [[package]]
1835 name = "idna"
1836 version = "0.2.0"
1837 source = "registry+https://github.com/rust-lang/crates.io-index"
1838 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1839 dependencies = [
1840  "matches",
1841  "unicode-bidi",
1842  "unicode-normalization",
1843 ]
1844
1845 [[package]]
1846 name = "if_chain"
1847 version = "1.0.0"
1848 source = "registry+https://github.com/rust-lang/crates.io-index"
1849 checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
1850
1851 [[package]]
1852 name = "ignore"
1853 version = "0.4.17"
1854 source = "registry+https://github.com/rust-lang/crates.io-index"
1855 checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
1856 dependencies = [
1857  "crossbeam-utils",
1858  "globset",
1859  "lazy_static",
1860  "log",
1861  "memchr",
1862  "regex",
1863  "same-file",
1864  "thread_local",
1865  "walkdir",
1866  "winapi-util",
1867 ]
1868
1869 [[package]]
1870 name = "im-rc"
1871 version = "15.0.0"
1872 source = "registry+https://github.com/rust-lang/crates.io-index"
1873 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
1874 dependencies = [
1875  "bitmaps",
1876  "rand_core 0.5.1",
1877  "rand_xoshiro 0.4.0",
1878  "sized-chunks",
1879  "typenum",
1880  "version_check",
1881 ]
1882
1883 [[package]]
1884 name = "indenter"
1885 version = "0.3.3"
1886 source = "registry+https://github.com/rust-lang/crates.io-index"
1887 checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1888
1889 [[package]]
1890 name = "indexmap"
1891 version = "1.9.1"
1892 source = "registry+https://github.com/rust-lang/crates.io-index"
1893 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
1894 dependencies = [
1895  "autocfg",
1896  "hashbrown",
1897  "rustc-rayon",
1898  "serde",
1899 ]
1900
1901 [[package]]
1902 name = "indoc"
1903 version = "1.0.3"
1904 source = "registry+https://github.com/rust-lang/crates.io-index"
1905 checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
1906 dependencies = [
1907  "unindent",
1908 ]
1909
1910 [[package]]
1911 name = "installer"
1912 version = "0.0.0"
1913 dependencies = [
1914  "anyhow",
1915  "clap",
1916  "flate2",
1917  "lazy_static",
1918  "num_cpus",
1919  "rayon",
1920  "remove_dir_all",
1921  "tar",
1922  "walkdir",
1923  "winapi",
1924  "xz2",
1925 ]
1926
1927 [[package]]
1928 name = "instant"
1929 version = "0.1.12"
1930 source = "registry+https://github.com/rust-lang/crates.io-index"
1931 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1932 dependencies = [
1933  "cfg-if 1.0.0",
1934 ]
1935
1936 [[package]]
1937 name = "intl-memoizer"
1938 version = "0.5.1"
1939 source = "registry+https://github.com/rust-lang/crates.io-index"
1940 checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1941 dependencies = [
1942  "type-map",
1943  "unic-langid",
1944 ]
1945
1946 [[package]]
1947 name = "intl_pluralrules"
1948 version = "7.0.1"
1949 source = "registry+https://github.com/rust-lang/crates.io-index"
1950 checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
1951 dependencies = [
1952  "tinystr",
1953  "unic-langid",
1954 ]
1955
1956 [[package]]
1957 name = "itertools"
1958 version = "0.10.1"
1959 source = "registry+https://github.com/rust-lang/crates.io-index"
1960 checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
1961 dependencies = [
1962  "either",
1963 ]
1964
1965 [[package]]
1966 name = "itoa"
1967 version = "1.0.2"
1968 source = "registry+https://github.com/rust-lang/crates.io-index"
1969 checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1970
1971 [[package]]
1972 name = "jemalloc-sys"
1973 version = "0.5.0+5.3.0"
1974 source = "registry+https://github.com/rust-lang/crates.io-index"
1975 checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
1976 dependencies = [
1977  "cc",
1978  "fs_extra",
1979  "libc",
1980 ]
1981
1982 [[package]]
1983 name = "jobserver"
1984 version = "0.1.24"
1985 source = "registry+https://github.com/rust-lang/crates.io-index"
1986 checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
1987 dependencies = [
1988  "libc",
1989 ]
1990
1991 [[package]]
1992 name = "json"
1993 version = "0.12.4"
1994 source = "registry+https://github.com/rust-lang/crates.io-index"
1995 checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
1996
1997 [[package]]
1998 name = "jsondocck"
1999 version = "0.1.0"
2000 dependencies = [
2001  "fs-err",
2002  "getopts",
2003  "jsonpath_lib",
2004  "once_cell",
2005  "regex",
2006  "serde_json",
2007  "shlex",
2008 ]
2009
2010 [[package]]
2011 name = "jsonpath_lib"
2012 version = "0.2.6"
2013 source = "registry+https://github.com/rust-lang/crates.io-index"
2014 checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2015 dependencies = [
2016  "array_tool",
2017  "env_logger 0.7.1",
2018  "log",
2019  "serde",
2020  "serde_json",
2021 ]
2022
2023 [[package]]
2024 name = "jsonrpc-client-transports"
2025 version = "18.0.0"
2026 source = "registry+https://github.com/rust-lang/crates.io-index"
2027 checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
2028 dependencies = [
2029  "derive_more",
2030  "futures 0.3.19",
2031  "jsonrpc-core",
2032  "jsonrpc-pubsub",
2033  "jsonrpc-server-utils",
2034  "log",
2035  "parity-tokio-ipc",
2036  "serde",
2037  "serde_json",
2038  "tokio",
2039  "url 1.7.2",
2040 ]
2041
2042 [[package]]
2043 name = "jsonrpc-core"
2044 version = "18.0.0"
2045 source = "registry+https://github.com/rust-lang/crates.io-index"
2046 checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2047 dependencies = [
2048  "futures 0.3.19",
2049  "futures-executor",
2050  "futures-util",
2051  "log",
2052  "serde",
2053  "serde_derive",
2054  "serde_json",
2055 ]
2056
2057 [[package]]
2058 name = "jsonrpc-core-client"
2059 version = "18.0.0"
2060 source = "registry+https://github.com/rust-lang/crates.io-index"
2061 checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
2062 dependencies = [
2063  "futures 0.3.19",
2064  "jsonrpc-client-transports",
2065 ]
2066
2067 [[package]]
2068 name = "jsonrpc-derive"
2069 version = "18.0.0"
2070 source = "registry+https://github.com/rust-lang/crates.io-index"
2071 checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
2072 dependencies = [
2073  "proc-macro-crate",
2074  "proc-macro2",
2075  "quote",
2076  "syn",
2077 ]
2078
2079 [[package]]
2080 name = "jsonrpc-ipc-server"
2081 version = "18.0.0"
2082 source = "registry+https://github.com/rust-lang/crates.io-index"
2083 checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
2084 dependencies = [
2085  "futures 0.3.19",
2086  "jsonrpc-core",
2087  "jsonrpc-server-utils",
2088  "log",
2089  "parity-tokio-ipc",
2090  "parking_lot 0.11.2",
2091  "tower-service",
2092 ]
2093
2094 [[package]]
2095 name = "jsonrpc-pubsub"
2096 version = "18.0.0"
2097 source = "registry+https://github.com/rust-lang/crates.io-index"
2098 checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
2099 dependencies = [
2100  "futures 0.3.19",
2101  "jsonrpc-core",
2102  "lazy_static",
2103  "log",
2104  "parking_lot 0.11.2",
2105  "rand 0.7.3",
2106  "serde",
2107 ]
2108
2109 [[package]]
2110 name = "jsonrpc-server-utils"
2111 version = "18.0.0"
2112 source = "registry+https://github.com/rust-lang/crates.io-index"
2113 checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
2114 dependencies = [
2115  "bytes",
2116  "futures 0.3.19",
2117  "globset",
2118  "jsonrpc-core",
2119  "lazy_static",
2120  "log",
2121  "tokio",
2122  "tokio-stream",
2123  "tokio-util",
2124  "unicase",
2125 ]
2126
2127 [[package]]
2128 name = "kstring"
2129 version = "2.0.0"
2130 source = "registry+https://github.com/rust-lang/crates.io-index"
2131 checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2132 dependencies = [
2133  "static_assertions",
2134 ]
2135
2136 [[package]]
2137 name = "lazy_static"
2138 version = "1.4.0"
2139 source = "registry+https://github.com/rust-lang/crates.io-index"
2140 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2141
2142 [[package]]
2143 name = "lazycell"
2144 version = "1.3.0"
2145 source = "registry+https://github.com/rust-lang/crates.io-index"
2146 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2147
2148 [[package]]
2149 name = "libc"
2150 version = "0.2.126"
2151 source = "registry+https://github.com/rust-lang/crates.io-index"
2152 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2153 dependencies = [
2154  "rustc-std-workspace-core",
2155 ]
2156
2157 [[package]]
2158 name = "libgit2-sys"
2159 version = "0.13.2+1.4.2"
2160 source = "registry+https://github.com/rust-lang/crates.io-index"
2161 checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
2162 dependencies = [
2163  "cc",
2164  "libc",
2165  "libssh2-sys",
2166  "libz-sys",
2167  "openssl-sys",
2168  "pkg-config",
2169 ]
2170
2171 [[package]]
2172 name = "libloading"
2173 version = "0.7.1"
2174 source = "registry+https://github.com/rust-lang/crates.io-index"
2175 checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2176 dependencies = [
2177  "cfg-if 1.0.0",
2178  "winapi",
2179 ]
2180
2181 [[package]]
2182 name = "libm"
2183 version = "0.1.4"
2184 source = "registry+https://github.com/rust-lang/crates.io-index"
2185 checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2186
2187 [[package]]
2188 name = "libnghttp2-sys"
2189 version = "0.1.4+1.41.0"
2190 source = "registry+https://github.com/rust-lang/crates.io-index"
2191 checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
2192 dependencies = [
2193  "cc",
2194  "libc",
2195 ]
2196
2197 [[package]]
2198 name = "libssh2-sys"
2199 version = "0.2.23"
2200 source = "registry+https://github.com/rust-lang/crates.io-index"
2201 checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
2202 dependencies = [
2203  "cc",
2204  "libc",
2205  "libz-sys",
2206  "openssl-sys",
2207  "pkg-config",
2208  "vcpkg",
2209 ]
2210
2211 [[package]]
2212 name = "libz-sys"
2213 version = "1.1.3"
2214 source = "registry+https://github.com/rust-lang/crates.io-index"
2215 checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2216 dependencies = [
2217  "cc",
2218  "libc",
2219  "pkg-config",
2220  "vcpkg",
2221 ]
2222
2223 [[package]]
2224 name = "linkchecker"
2225 version = "0.1.0"
2226 dependencies = [
2227  "once_cell",
2228  "regex",
2229 ]
2230
2231 [[package]]
2232 name = "linked-hash-map"
2233 version = "0.5.4"
2234 source = "registry+https://github.com/rust-lang/crates.io-index"
2235 checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2236
2237 [[package]]
2238 name = "lint-docs"
2239 version = "0.1.0"
2240 dependencies = [
2241  "serde_json",
2242  "tempfile",
2243  "walkdir",
2244 ]
2245
2246 [[package]]
2247 name = "lld-wrapper"
2248 version = "0.1.0"
2249
2250 [[package]]
2251 name = "lock_api"
2252 version = "0.4.7"
2253 source = "registry+https://github.com/rust-lang/crates.io-index"
2254 checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2255 dependencies = [
2256  "autocfg",
2257  "scopeguard",
2258 ]
2259
2260 [[package]]
2261 name = "log"
2262 version = "0.4.14"
2263 source = "registry+https://github.com/rust-lang/crates.io-index"
2264 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2265 dependencies = [
2266  "cfg-if 1.0.0",
2267 ]
2268
2269 [[package]]
2270 name = "lsp-codec"
2271 version = "0.3.0"
2272 source = "registry+https://github.com/rust-lang/crates.io-index"
2273 checksum = "aa939d0b62476a5a19fb7fcb423a5c6ce8c7e09b851d37531e2fe3e0e6d9d257"
2274 dependencies = [
2275  "bytes",
2276  "serde_json",
2277  "tokio-util",
2278 ]
2279
2280 [[package]]
2281 name = "lsp-types"
2282 version = "0.60.0"
2283 source = "registry+https://github.com/rust-lang/crates.io-index"
2284 checksum = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd"
2285 dependencies = [
2286  "bitflags",
2287  "serde",
2288  "serde_json",
2289  "serde_repr",
2290  "url 2.2.2",
2291 ]
2292
2293 [[package]]
2294 name = "lzma-sys"
2295 version = "0.1.16"
2296 source = "registry+https://github.com/rust-lang/crates.io-index"
2297 checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
2298 dependencies = [
2299  "cc",
2300  "libc",
2301  "pkg-config",
2302 ]
2303
2304 [[package]]
2305 name = "mac"
2306 version = "0.1.1"
2307 source = "registry+https://github.com/rust-lang/crates.io-index"
2308 checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2309
2310 [[package]]
2311 name = "maplit"
2312 version = "1.0.2"
2313 source = "registry+https://github.com/rust-lang/crates.io-index"
2314 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2315
2316 [[package]]
2317 name = "markup5ever"
2318 version = "0.11.0"
2319 source = "registry+https://github.com/rust-lang/crates.io-index"
2320 checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2321 dependencies = [
2322  "log",
2323  "phf",
2324  "phf_codegen",
2325  "string_cache",
2326  "string_cache_codegen",
2327  "tendril",
2328 ]
2329
2330 [[package]]
2331 name = "matchers"
2332 version = "0.1.0"
2333 source = "registry+https://github.com/rust-lang/crates.io-index"
2334 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2335 dependencies = [
2336  "regex-automata",
2337 ]
2338
2339 [[package]]
2340 name = "matches"
2341 version = "0.1.8"
2342 source = "registry+https://github.com/rust-lang/crates.io-index"
2343 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2344
2345 [[package]]
2346 name = "md-5"
2347 version = "0.10.0"
2348 source = "registry+https://github.com/rust-lang/crates.io-index"
2349 checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
2350 dependencies = [
2351  "digest 0.10.2",
2352 ]
2353
2354 [[package]]
2355 name = "mdbook"
2356 version = "0.4.21"
2357 source = "registry+https://github.com/rust-lang/crates.io-index"
2358 checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
2359 dependencies = [
2360  "ammonia",
2361  "anyhow",
2362  "chrono",
2363  "clap",
2364  "clap_complete",
2365  "elasticlunr-rs",
2366  "env_logger 0.9.0",
2367  "handlebars",
2368  "lazy_static",
2369  "log",
2370  "memchr",
2371  "opener",
2372  "pulldown-cmark",
2373  "regex",
2374  "serde",
2375  "serde_json",
2376  "shlex",
2377  "tempfile",
2378  "toml",
2379  "topological-sort",
2380 ]
2381
2382 [[package]]
2383 name = "measureme"
2384 version = "10.1.0"
2385 source = "registry+https://github.com/rust-lang/crates.io-index"
2386 checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
2387 dependencies = [
2388  "log",
2389  "memmap2",
2390  "parking_lot 0.11.2",
2391  "perf-event-open-sys",
2392  "rustc-hash",
2393  "smallvec",
2394 ]
2395
2396 [[package]]
2397 name = "memchr"
2398 version = "2.5.0"
2399 source = "registry+https://github.com/rust-lang/crates.io-index"
2400 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2401 dependencies = [
2402  "compiler_builtins",
2403  "rustc-std-workspace-core",
2404 ]
2405
2406 [[package]]
2407 name = "memmap2"
2408 version = "0.2.1"
2409 source = "registry+https://github.com/rust-lang/crates.io-index"
2410 checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2411 dependencies = [
2412  "libc",
2413 ]
2414
2415 [[package]]
2416 name = "memoffset"
2417 version = "0.6.5"
2418 source = "registry+https://github.com/rust-lang/crates.io-index"
2419 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2420 dependencies = [
2421  "autocfg",
2422 ]
2423
2424 [[package]]
2425 name = "minifier"
2426 version = "0.2.1"
2427 source = "registry+https://github.com/rust-lang/crates.io-index"
2428 checksum = "ac96d1e7a65f206443f95afff6de8f1690c77c97d6fc9c9bb2d2cd0662e9ff9f"
2429
2430 [[package]]
2431 name = "minimal-lexical"
2432 version = "0.2.1"
2433 source = "registry+https://github.com/rust-lang/crates.io-index"
2434 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2435
2436 [[package]]
2437 name = "miniz_oxide"
2438 version = "0.4.0"
2439 source = "registry+https://github.com/rust-lang/crates.io-index"
2440 checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
2441 dependencies = [
2442  "adler 0.2.3",
2443  "compiler_builtins",
2444  "rustc-std-workspace-alloc",
2445  "rustc-std-workspace-core",
2446 ]
2447
2448 [[package]]
2449 name = "miniz_oxide"
2450 version = "0.5.3"
2451 source = "registry+https://github.com/rust-lang/crates.io-index"
2452 checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2453 dependencies = [
2454  "adler 1.0.2",
2455 ]
2456
2457 [[package]]
2458 name = "mio"
2459 version = "0.7.14"
2460 source = "registry+https://github.com/rust-lang/crates.io-index"
2461 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2462 dependencies = [
2463  "libc",
2464  "log",
2465  "miow",
2466  "ntapi",
2467  "winapi",
2468 ]
2469
2470 [[package]]
2471 name = "miow"
2472 version = "0.3.7"
2473 source = "registry+https://github.com/rust-lang/crates.io-index"
2474 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2475 dependencies = [
2476  "winapi",
2477 ]
2478
2479 [[package]]
2480 name = "miri"
2481 version = "0.1.0"
2482 dependencies = [
2483  "colored",
2484  "env_logger 0.9.0",
2485  "getrandom 0.2.0",
2486  "lazy_static",
2487  "libc",
2488  "log",
2489  "measureme",
2490  "rand 0.8.5",
2491  "regex",
2492  "rustc-workspace-hack",
2493  "shell-escape",
2494  "smallvec",
2495  "ui_test",
2496 ]
2497
2498 [[package]]
2499 name = "new_debug_unreachable"
2500 version = "1.0.4"
2501 source = "registry+https://github.com/rust-lang/crates.io-index"
2502 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2503
2504 [[package]]
2505 name = "nom"
2506 version = "7.1.0"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2509 dependencies = [
2510  "memchr",
2511  "minimal-lexical",
2512  "version_check",
2513 ]
2514
2515 [[package]]
2516 name = "normalize-line-endings"
2517 version = "0.3.0"
2518 source = "registry+https://github.com/rust-lang/crates.io-index"
2519 checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2520
2521 [[package]]
2522 name = "ntapi"
2523 version = "0.3.6"
2524 source = "registry+https://github.com/rust-lang/crates.io-index"
2525 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2526 dependencies = [
2527  "winapi",
2528 ]
2529
2530 [[package]]
2531 name = "num-integer"
2532 version = "0.1.43"
2533 source = "registry+https://github.com/rust-lang/crates.io-index"
2534 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2535 dependencies = [
2536  "autocfg",
2537  "num-traits",
2538 ]
2539
2540 [[package]]
2541 name = "num-traits"
2542 version = "0.2.12"
2543 source = "registry+https://github.com/rust-lang/crates.io-index"
2544 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2545 dependencies = [
2546  "autocfg",
2547 ]
2548
2549 [[package]]
2550 name = "num_cpus"
2551 version = "1.13.1"
2552 source = "registry+https://github.com/rust-lang/crates.io-index"
2553 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2554 dependencies = [
2555  "hermit-abi 0.1.19",
2556  "libc",
2557 ]
2558
2559 [[package]]
2560 name = "object"
2561 version = "0.26.2"
2562 source = "registry+https://github.com/rust-lang/crates.io-index"
2563 checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2564 dependencies = [
2565  "compiler_builtins",
2566  "memchr",
2567  "rustc-std-workspace-alloc",
2568  "rustc-std-workspace-core",
2569 ]
2570
2571 [[package]]
2572 name = "object"
2573 version = "0.29.0"
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
2575 checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2576 dependencies = [
2577  "crc32fast",
2578  "flate2",
2579  "hashbrown",
2580  "indexmap",
2581  "memchr",
2582 ]
2583
2584 [[package]]
2585 name = "odht"
2586 version = "0.3.1"
2587 source = "registry+https://github.com/rust-lang/crates.io-index"
2588 checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
2589 dependencies = [
2590  "cfg-if 1.0.0",
2591 ]
2592
2593 [[package]]
2594 name = "once_cell"
2595 version = "1.12.0"
2596 source = "registry+https://github.com/rust-lang/crates.io-index"
2597 checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
2598
2599 [[package]]
2600 name = "opaque-debug"
2601 version = "0.2.3"
2602 source = "registry+https://github.com/rust-lang/crates.io-index"
2603 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2604
2605 [[package]]
2606 name = "opener"
2607 version = "0.5.0"
2608 source = "registry+https://github.com/rust-lang/crates.io-index"
2609 checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2610 dependencies = [
2611  "bstr",
2612  "winapi",
2613 ]
2614
2615 [[package]]
2616 name = "openssl"
2617 version = "0.10.38"
2618 source = "registry+https://github.com/rust-lang/crates.io-index"
2619 checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2620 dependencies = [
2621  "bitflags",
2622  "cfg-if 1.0.0",
2623  "foreign-types",
2624  "libc",
2625  "once_cell",
2626  "openssl-sys",
2627 ]
2628
2629 [[package]]
2630 name = "openssl-probe"
2631 version = "0.1.2"
2632 source = "registry+https://github.com/rust-lang/crates.io-index"
2633 checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2634
2635 [[package]]
2636 name = "openssl-src"
2637 version = "111.18.0+1.1.1n"
2638 source = "registry+https://github.com/rust-lang/crates.io-index"
2639 checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
2640 dependencies = [
2641  "cc",
2642 ]
2643
2644 [[package]]
2645 name = "openssl-sys"
2646 version = "0.9.72"
2647 source = "registry+https://github.com/rust-lang/crates.io-index"
2648 checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2649 dependencies = [
2650  "autocfg",
2651  "cc",
2652  "libc",
2653  "openssl-src",
2654  "pkg-config",
2655  "vcpkg",
2656 ]
2657
2658 [[package]]
2659 name = "ordslice"
2660 version = "0.3.0"
2661 source = "registry+https://github.com/rust-lang/crates.io-index"
2662 checksum = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2663
2664 [[package]]
2665 name = "os_info"
2666 version = "3.4.0"
2667 source = "registry+https://github.com/rust-lang/crates.io-index"
2668 checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62"
2669 dependencies = [
2670  "log",
2671  "serde",
2672  "winapi",
2673 ]
2674
2675 [[package]]
2676 name = "os_str_bytes"
2677 version = "6.0.0"
2678 source = "registry+https://github.com/rust-lang/crates.io-index"
2679 checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2680
2681 [[package]]
2682 name = "output_vt100"
2683 version = "0.1.3"
2684 source = "registry+https://github.com/rust-lang/crates.io-index"
2685 checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2686 dependencies = [
2687  "winapi",
2688 ]
2689
2690 [[package]]
2691 name = "owo-colors"
2692 version = "3.4.0"
2693 source = "registry+https://github.com/rust-lang/crates.io-index"
2694 checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2695
2696 [[package]]
2697 name = "packed_simd_2"
2698 version = "0.3.4"
2699 source = "registry+https://github.com/rust-lang/crates.io-index"
2700 checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
2701 dependencies = [
2702  "cfg-if 0.1.10",
2703  "libm",
2704 ]
2705
2706 [[package]]
2707 name = "panic_abort"
2708 version = "0.0.0"
2709 dependencies = [
2710  "alloc",
2711  "cfg-if 0.1.10",
2712  "compiler_builtins",
2713  "core",
2714  "libc",
2715 ]
2716
2717 [[package]]
2718 name = "panic_unwind"
2719 version = "0.0.0"
2720 dependencies = [
2721  "alloc",
2722  "cfg-if 0.1.10",
2723  "compiler_builtins",
2724  "core",
2725  "libc",
2726  "unwind",
2727 ]
2728
2729 [[package]]
2730 name = "parity-tokio-ipc"
2731 version = "0.9.0"
2732 source = "registry+https://github.com/rust-lang/crates.io-index"
2733 checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
2734 dependencies = [
2735  "futures 0.3.19",
2736  "libc",
2737  "log",
2738  "rand 0.7.3",
2739  "tokio",
2740  "winapi",
2741 ]
2742
2743 [[package]]
2744 name = "parking_lot"
2745 version = "0.11.2"
2746 source = "registry+https://github.com/rust-lang/crates.io-index"
2747 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2748 dependencies = [
2749  "instant",
2750  "lock_api",
2751  "parking_lot_core 0.8.5",
2752 ]
2753
2754 [[package]]
2755 name = "parking_lot"
2756 version = "0.12.1"
2757 source = "registry+https://github.com/rust-lang/crates.io-index"
2758 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2759 dependencies = [
2760  "lock_api",
2761  "parking_lot_core 0.9.3",
2762 ]
2763
2764 [[package]]
2765 name = "parking_lot_core"
2766 version = "0.8.5"
2767 source = "registry+https://github.com/rust-lang/crates.io-index"
2768 checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2769 dependencies = [
2770  "cfg-if 1.0.0",
2771  "instant",
2772  "libc",
2773  "redox_syscall",
2774  "smallvec",
2775  "winapi",
2776 ]
2777
2778 [[package]]
2779 name = "parking_lot_core"
2780 version = "0.9.3"
2781 source = "registry+https://github.com/rust-lang/crates.io-index"
2782 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2783 dependencies = [
2784  "cfg-if 1.0.0",
2785  "libc",
2786  "redox_syscall",
2787  "smallvec",
2788  "windows-sys",
2789 ]
2790
2791 [[package]]
2792 name = "pathdiff"
2793 version = "0.2.1"
2794 source = "registry+https://github.com/rust-lang/crates.io-index"
2795 checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2796
2797 [[package]]
2798 name = "percent-encoding"
2799 version = "1.0.1"
2800 source = "registry+https://github.com/rust-lang/crates.io-index"
2801 checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2802
2803 [[package]]
2804 name = "percent-encoding"
2805 version = "2.1.0"
2806 source = "registry+https://github.com/rust-lang/crates.io-index"
2807 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2808
2809 [[package]]
2810 name = "perf-event-open-sys"
2811 version = "1.0.1"
2812 source = "registry+https://github.com/rust-lang/crates.io-index"
2813 checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2814 dependencies = [
2815  "libc",
2816 ]
2817
2818 [[package]]
2819 name = "pest"
2820 version = "2.1.3"
2821 source = "registry+https://github.com/rust-lang/crates.io-index"
2822 checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2823 dependencies = [
2824  "ucd-trie",
2825 ]
2826
2827 [[package]]
2828 name = "pest_derive"
2829 version = "2.1.0"
2830 source = "registry+https://github.com/rust-lang/crates.io-index"
2831 checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2832 dependencies = [
2833  "pest",
2834  "pest_generator",
2835 ]
2836
2837 [[package]]
2838 name = "pest_generator"
2839 version = "2.1.3"
2840 source = "registry+https://github.com/rust-lang/crates.io-index"
2841 checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2842 dependencies = [
2843  "pest",
2844  "pest_meta",
2845  "proc-macro2",
2846  "quote",
2847  "syn",
2848 ]
2849
2850 [[package]]
2851 name = "pest_meta"
2852 version = "2.1.3"
2853 source = "registry+https://github.com/rust-lang/crates.io-index"
2854 checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2855 dependencies = [
2856  "maplit",
2857  "pest",
2858  "sha-1 0.8.2",
2859 ]
2860
2861 [[package]]
2862 name = "petgraph"
2863 version = "0.5.1"
2864 source = "registry+https://github.com/rust-lang/crates.io-index"
2865 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
2866 dependencies = [
2867  "fixedbitset",
2868  "indexmap",
2869 ]
2870
2871 [[package]]
2872 name = "phf"
2873 version = "0.10.1"
2874 source = "registry+https://github.com/rust-lang/crates.io-index"
2875 checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2876 dependencies = [
2877  "phf_shared",
2878 ]
2879
2880 [[package]]
2881 name = "phf_codegen"
2882 version = "0.10.0"
2883 source = "registry+https://github.com/rust-lang/crates.io-index"
2884 checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2885 dependencies = [
2886  "phf_generator",
2887  "phf_shared",
2888 ]
2889
2890 [[package]]
2891 name = "phf_generator"
2892 version = "0.10.0"
2893 source = "registry+https://github.com/rust-lang/crates.io-index"
2894 checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2895 dependencies = [
2896  "phf_shared",
2897  "rand 0.8.5",
2898 ]
2899
2900 [[package]]
2901 name = "phf_shared"
2902 version = "0.10.0"
2903 source = "registry+https://github.com/rust-lang/crates.io-index"
2904 checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2905 dependencies = [
2906  "siphasher",
2907 ]
2908
2909 [[package]]
2910 name = "pin-project-lite"
2911 version = "0.2.8"
2912 source = "registry+https://github.com/rust-lang/crates.io-index"
2913 checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2914
2915 [[package]]
2916 name = "pin-utils"
2917 version = "0.1.0"
2918 source = "registry+https://github.com/rust-lang/crates.io-index"
2919 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2920
2921 [[package]]
2922 name = "pkg-config"
2923 version = "0.3.18"
2924 source = "registry+https://github.com/rust-lang/crates.io-index"
2925 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2926
2927 [[package]]
2928 name = "polonius-engine"
2929 version = "0.13.0"
2930 source = "registry+https://github.com/rust-lang/crates.io-index"
2931 checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2932 dependencies = [
2933  "datafrog",
2934  "log",
2935  "rustc-hash",
2936 ]
2937
2938 [[package]]
2939 name = "ppv-lite86"
2940 version = "0.2.8"
2941 source = "registry+https://github.com/rust-lang/crates.io-index"
2942 checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2943
2944 [[package]]
2945 name = "precomputed-hash"
2946 version = "0.1.1"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2949
2950 [[package]]
2951 name = "pretty_assertions"
2952 version = "1.2.1"
2953 source = "registry+https://github.com/rust-lang/crates.io-index"
2954 checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2955 dependencies = [
2956  "ansi_term",
2957  "ctor",
2958  "diff",
2959  "output_vt100",
2960 ]
2961
2962 [[package]]
2963 name = "pretty_env_logger"
2964 version = "0.4.0"
2965 source = "registry+https://github.com/rust-lang/crates.io-index"
2966 checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2967 dependencies = [
2968  "env_logger 0.7.1",
2969  "log",
2970 ]
2971
2972 [[package]]
2973 name = "proc-macro-crate"
2974 version = "0.1.5"
2975 source = "registry+https://github.com/rust-lang/crates.io-index"
2976 checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2977 dependencies = [
2978  "toml",
2979 ]
2980
2981 [[package]]
2982 name = "proc-macro-error"
2983 version = "1.0.4"
2984 source = "registry+https://github.com/rust-lang/crates.io-index"
2985 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2986 dependencies = [
2987  "proc-macro-error-attr",
2988  "proc-macro2",
2989  "quote",
2990  "syn",
2991  "version_check",
2992 ]
2993
2994 [[package]]
2995 name = "proc-macro-error-attr"
2996 version = "1.0.4"
2997 source = "registry+https://github.com/rust-lang/crates.io-index"
2998 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2999 dependencies = [
3000  "proc-macro2",
3001  "quote",
3002  "version_check",
3003 ]
3004
3005 [[package]]
3006 name = "proc-macro-hack"
3007 version = "0.5.19"
3008 source = "registry+https://github.com/rust-lang/crates.io-index"
3009 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3010
3011 [[package]]
3012 name = "proc-macro2"
3013 version = "1.0.37"
3014 source = "registry+https://github.com/rust-lang/crates.io-index"
3015 checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
3016 dependencies = [
3017  "unicode-xid",
3018 ]
3019
3020 [[package]]
3021 name = "proc_macro"
3022 version = "0.0.0"
3023 dependencies = [
3024  "core",
3025  "std",
3026 ]
3027
3028 [[package]]
3029 name = "profiler_builtins"
3030 version = "0.0.0"
3031 dependencies = [
3032  "cc",
3033  "compiler_builtins",
3034  "core",
3035 ]
3036
3037 [[package]]
3038 name = "psm"
3039 version = "0.1.16"
3040 source = "registry+https://github.com/rust-lang/crates.io-index"
3041 checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"
3042 dependencies = [
3043  "cc",
3044 ]
3045
3046 [[package]]
3047 name = "pulldown-cmark"
3048 version = "0.9.2"
3049 source = "registry+https://github.com/rust-lang/crates.io-index"
3050 checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
3051 dependencies = [
3052  "bitflags",
3053  "memchr",
3054  "unicase",
3055 ]
3056
3057 [[package]]
3058 name = "punycode"
3059 version = "0.4.1"
3060 source = "registry+https://github.com/rust-lang/crates.io-index"
3061 checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
3062
3063 [[package]]
3064 name = "quick-error"
3065 version = "1.2.3"
3066 source = "registry+https://github.com/rust-lang/crates.io-index"
3067 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3068
3069 [[package]]
3070 name = "quick-error"
3071 version = "2.0.0"
3072 source = "registry+https://github.com/rust-lang/crates.io-index"
3073 checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
3074
3075 [[package]]
3076 name = "quine-mc_cluskey"
3077 version = "0.2.4"
3078 source = "registry+https://github.com/rust-lang/crates.io-index"
3079 checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3080
3081 [[package]]
3082 name = "quote"
3083 version = "1.0.18"
3084 source = "registry+https://github.com/rust-lang/crates.io-index"
3085 checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
3086 dependencies = [
3087  "proc-macro2",
3088 ]
3089
3090 [[package]]
3091 name = "racer"
3092 version = "2.2.2"
3093 dependencies = [
3094  "bitflags",
3095  "derive_more",
3096  "env_logger 0.7.1",
3097  "humantime 2.0.1",
3098  "lazy_static",
3099  "lazycell",
3100  "log",
3101  "racer-cargo-metadata",
3102  "rls-span",
3103 ]
3104
3105 [[package]]
3106 name = "racer-cargo-metadata"
3107 version = "0.1.2"
3108 dependencies = [
3109  "racer-interner",
3110  "serde",
3111  "serde_json",
3112 ]
3113
3114 [[package]]
3115 name = "racer-interner"
3116 version = "0.1.0"
3117 dependencies = [
3118  "serde",
3119 ]
3120
3121 [[package]]
3122 name = "rand"
3123 version = "0.7.3"
3124 source = "registry+https://github.com/rust-lang/crates.io-index"
3125 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3126 dependencies = [
3127  "getrandom 0.1.14",
3128  "libc",
3129  "rand_chacha 0.2.2",
3130  "rand_core 0.5.1",
3131  "rand_hc",
3132 ]
3133
3134 [[package]]
3135 name = "rand"
3136 version = "0.8.5"
3137 source = "registry+https://github.com/rust-lang/crates.io-index"
3138 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3139 dependencies = [
3140  "libc",
3141  "rand_chacha 0.3.0",
3142  "rand_core 0.6.2",
3143 ]
3144
3145 [[package]]
3146 name = "rand_chacha"
3147 version = "0.2.2"
3148 source = "registry+https://github.com/rust-lang/crates.io-index"
3149 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3150 dependencies = [
3151  "ppv-lite86",
3152  "rand_core 0.5.1",
3153 ]
3154
3155 [[package]]
3156 name = "rand_chacha"
3157 version = "0.3.0"
3158 source = "registry+https://github.com/rust-lang/crates.io-index"
3159 checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3160 dependencies = [
3161  "ppv-lite86",
3162  "rand_core 0.6.2",
3163 ]
3164
3165 [[package]]
3166 name = "rand_core"
3167 version = "0.5.1"
3168 source = "registry+https://github.com/rust-lang/crates.io-index"
3169 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3170 dependencies = [
3171  "getrandom 0.1.14",
3172 ]
3173
3174 [[package]]
3175 name = "rand_core"
3176 version = "0.6.2"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3179 dependencies = [
3180  "getrandom 0.2.0",
3181 ]
3182
3183 [[package]]
3184 name = "rand_hc"
3185 version = "0.2.0"
3186 source = "registry+https://github.com/rust-lang/crates.io-index"
3187 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3188 dependencies = [
3189  "rand_core 0.5.1",
3190 ]
3191
3192 [[package]]
3193 name = "rand_xorshift"
3194 version = "0.2.0"
3195 source = "registry+https://github.com/rust-lang/crates.io-index"
3196 checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
3197 dependencies = [
3198  "rand_core 0.5.1",
3199 ]
3200
3201 [[package]]
3202 name = "rand_xoshiro"
3203 version = "0.4.0"
3204 source = "registry+https://github.com/rust-lang/crates.io-index"
3205 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
3206 dependencies = [
3207  "rand_core 0.5.1",
3208 ]
3209
3210 [[package]]
3211 name = "rand_xoshiro"
3212 version = "0.6.0"
3213 source = "registry+https://github.com/rust-lang/crates.io-index"
3214 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3215 dependencies = [
3216  "rand_core 0.6.2",
3217 ]
3218
3219 [[package]]
3220 name = "rayon"
3221 version = "1.5.3"
3222 source = "registry+https://github.com/rust-lang/crates.io-index"
3223 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
3224 dependencies = [
3225  "autocfg",
3226  "crossbeam-deque",
3227  "either",
3228  "rayon-core",
3229 ]
3230
3231 [[package]]
3232 name = "rayon-core"
3233 version = "1.9.3"
3234 source = "registry+https://github.com/rust-lang/crates.io-index"
3235 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
3236 dependencies = [
3237  "crossbeam-channel",
3238  "crossbeam-deque",
3239  "crossbeam-utils",
3240  "num_cpus",
3241 ]
3242
3243 [[package]]
3244 name = "redox_syscall"
3245 version = "0.2.10"
3246 source = "registry+https://github.com/rust-lang/crates.io-index"
3247 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
3248 dependencies = [
3249  "bitflags",
3250 ]
3251
3252 [[package]]
3253 name = "redox_users"
3254 version = "0.4.0"
3255 source = "registry+https://github.com/rust-lang/crates.io-index"
3256 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3257 dependencies = [
3258  "getrandom 0.2.0",
3259  "redox_syscall",
3260 ]
3261
3262 [[package]]
3263 name = "regex"
3264 version = "1.5.5"
3265 source = "registry+https://github.com/rust-lang/crates.io-index"
3266 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
3267 dependencies = [
3268  "aho-corasick",
3269  "memchr",
3270  "regex-syntax",
3271 ]
3272
3273 [[package]]
3274 name = "regex-automata"
3275 version = "0.1.10"
3276 source = "registry+https://github.com/rust-lang/crates.io-index"
3277 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3278 dependencies = [
3279  "regex-syntax",
3280 ]
3281
3282 [[package]]
3283 name = "regex-syntax"
3284 version = "0.6.25"
3285 source = "registry+https://github.com/rust-lang/crates.io-index"
3286 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3287
3288 [[package]]
3289 name = "remote-test-client"
3290 version = "0.1.0"
3291
3292 [[package]]
3293 name = "remote-test-server"
3294 version = "0.1.0"
3295
3296 [[package]]
3297 name = "remove_dir_all"
3298 version = "0.5.3"
3299 source = "registry+https://github.com/rust-lang/crates.io-index"
3300 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3301 dependencies = [
3302  "winapi",
3303 ]
3304
3305 [[package]]
3306 name = "rls"
3307 version = "1.41.0"
3308 dependencies = [
3309  "anyhow",
3310  "cargo",
3311  "cargo-util",
3312  "cargo_metadata 0.14.0",
3313  "clippy_lints",
3314  "crossbeam-channel",
3315  "difference",
3316  "env_logger 0.9.0",
3317  "futures 0.3.19",
3318  "heck",
3319  "home",
3320  "itertools",
3321  "jsonrpc-core",
3322  "lazy_static",
3323  "log",
3324  "lsp-codec",
3325  "lsp-types",
3326  "num_cpus",
3327  "ordslice",
3328  "racer",
3329  "rand 0.8.5",
3330  "rayon",
3331  "regex",
3332  "rls-analysis",
3333  "rls-data",
3334  "rls-ipc",
3335  "rls-rustc",
3336  "rls-span",
3337  "rls-vfs",
3338  "rustc-workspace-hack",
3339  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3340  "rustfmt-nightly",
3341  "serde",
3342  "serde_derive",
3343  "serde_ignored",
3344  "serde_json",
3345  "tempfile",
3346  "tokio",
3347  "tokio-stream",
3348  "tokio-util",
3349  "toml",
3350  "toml_edit",
3351  "url 2.2.2",
3352  "walkdir",
3353 ]
3354
3355 [[package]]
3356 name = "rls-analysis"
3357 version = "0.18.3"
3358 dependencies = [
3359  "derive-new",
3360  "env_logger 0.9.0",
3361  "fst",
3362  "itertools",
3363  "json",
3364  "lazy_static",
3365  "log",
3366  "rls-data",
3367  "rls-span",
3368  "serde",
3369  "serde_json",
3370 ]
3371
3372 [[package]]
3373 name = "rls-data"
3374 version = "0.19.1"
3375 source = "registry+https://github.com/rust-lang/crates.io-index"
3376 checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3377 dependencies = [
3378  "rls-span",
3379  "serde",
3380 ]
3381
3382 [[package]]
3383 name = "rls-ipc"
3384 version = "0.1.0"
3385 dependencies = [
3386  "jsonrpc-core",
3387  "jsonrpc-core-client",
3388  "jsonrpc-derive",
3389  "jsonrpc-ipc-server",
3390  "rls-data",
3391  "serde",
3392 ]
3393
3394 [[package]]
3395 name = "rls-rustc"
3396 version = "0.6.0"
3397 dependencies = [
3398  "clippy_lints",
3399  "env_logger 0.9.0",
3400  "futures 0.3.19",
3401  "log",
3402  "rand 0.8.5",
3403  "rls-data",
3404  "rls-ipc",
3405  "serde",
3406  "tokio",
3407 ]
3408
3409 [[package]]
3410 name = "rls-span"
3411 version = "0.5.3"
3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3414 dependencies = [
3415  "serde",
3416 ]
3417
3418 [[package]]
3419 name = "rls-vfs"
3420 version = "0.8.0"
3421 source = "registry+https://github.com/rust-lang/crates.io-index"
3422 checksum = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"
3423 dependencies = [
3424  "log",
3425  "rls-span",
3426 ]
3427
3428 [[package]]
3429 name = "rust-demangler"
3430 version = "0.0.1"
3431 dependencies = [
3432  "regex",
3433  "rustc-demangle",
3434 ]
3435
3436 [[package]]
3437 name = "rustbook"
3438 version = "0.1.0"
3439 dependencies = [
3440  "clap",
3441  "env_logger 0.7.1",
3442  "mdbook",
3443 ]
3444
3445 [[package]]
3446 name = "rustc-demangle"
3447 version = "0.1.21"
3448 source = "registry+https://github.com/rust-lang/crates.io-index"
3449 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3450 dependencies = [
3451  "compiler_builtins",
3452  "rustc-std-workspace-core",
3453 ]
3454
3455 [[package]]
3456 name = "rustc-hash"
3457 version = "1.1.0"
3458 source = "registry+https://github.com/rust-lang/crates.io-index"
3459 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3460
3461 [[package]]
3462 name = "rustc-main"
3463 version = "0.0.0"
3464 dependencies = [
3465  "jemalloc-sys",
3466  "rustc_codegen_ssa",
3467  "rustc_driver",
3468  "rustc_smir",
3469 ]
3470
3471 [[package]]
3472 name = "rustc-rayon"
3473 version = "0.4.0"
3474 source = "registry+https://github.com/rust-lang/crates.io-index"
3475 checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
3476 dependencies = [
3477  "autocfg",
3478  "crossbeam-deque",
3479  "either",
3480  "rustc-rayon-core",
3481 ]
3482
3483 [[package]]
3484 name = "rustc-rayon-core"
3485 version = "0.4.1"
3486 source = "registry+https://github.com/rust-lang/crates.io-index"
3487 checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
3488 dependencies = [
3489  "crossbeam-channel",
3490  "crossbeam-deque",
3491  "crossbeam-utils",
3492  "num_cpus",
3493 ]
3494
3495 [[package]]
3496 name = "rustc-semver"
3497 version = "1.1.0"
3498 source = "registry+https://github.com/rust-lang/crates.io-index"
3499 checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3500
3501 [[package]]
3502 name = "rustc-std-workspace-alloc"
3503 version = "1.99.0"
3504 dependencies = [
3505  "alloc",
3506 ]
3507
3508 [[package]]
3509 name = "rustc-std-workspace-core"
3510 version = "1.99.0"
3511 dependencies = [
3512  "core",
3513 ]
3514
3515 [[package]]
3516 name = "rustc-std-workspace-std"
3517 version = "1.99.0"
3518 dependencies = [
3519  "std",
3520 ]
3521
3522 [[package]]
3523 name = "rustc-workspace-hack"
3524 version = "1.0.0"
3525 dependencies = [
3526  "bstr",
3527  "byteorder",
3528  "clap",
3529  "crossbeam-utils",
3530  "libc",
3531  "libz-sys",
3532  "proc-macro2",
3533  "quote",
3534  "rand_core 0.5.1",
3535  "regex",
3536  "serde",
3537  "serde_json",
3538  "smallvec",
3539  "syn",
3540  "url 2.2.2",
3541  "winapi",
3542 ]
3543
3544 [[package]]
3545 name = "rustc_apfloat"
3546 version = "0.0.0"
3547 dependencies = [
3548  "bitflags",
3549  "smallvec",
3550 ]
3551
3552 [[package]]
3553 name = "rustc_arena"
3554 version = "0.0.0"
3555 dependencies = [
3556  "smallvec",
3557 ]
3558
3559 [[package]]
3560 name = "rustc_ast"
3561 version = "0.0.0"
3562 dependencies = [
3563  "bitflags",
3564  "rustc_data_structures",
3565  "rustc_index",
3566  "rustc_lexer",
3567  "rustc_macros",
3568  "rustc_serialize",
3569  "rustc_span",
3570  "smallvec",
3571  "tracing",
3572 ]
3573
3574 [[package]]
3575 name = "rustc_ast_lowering"
3576 version = "0.0.0"
3577 dependencies = [
3578  "rustc_arena",
3579  "rustc_ast",
3580  "rustc_ast_pretty",
3581  "rustc_data_structures",
3582  "rustc_errors",
3583  "rustc_hir",
3584  "rustc_index",
3585  "rustc_middle",
3586  "rustc_query_system",
3587  "rustc_session",
3588  "rustc_span",
3589  "rustc_target",
3590  "smallvec",
3591  "tracing",
3592 ]
3593
3594 [[package]]
3595 name = "rustc_ast_passes"
3596 version = "0.0.0"
3597 dependencies = [
3598  "itertools",
3599  "rustc_ast",
3600  "rustc_ast_pretty",
3601  "rustc_attr",
3602  "rustc_data_structures",
3603  "rustc_errors",
3604  "rustc_feature",
3605  "rustc_parse",
3606  "rustc_session",
3607  "rustc_span",
3608  "rustc_target",
3609  "tracing",
3610 ]
3611
3612 [[package]]
3613 name = "rustc_ast_pretty"
3614 version = "0.0.0"
3615 dependencies = [
3616  "rustc_ast",
3617  "rustc_span",
3618 ]
3619
3620 [[package]]
3621 name = "rustc_attr"
3622 version = "0.0.0"
3623 dependencies = [
3624  "rustc_ast",
3625  "rustc_ast_pretty",
3626  "rustc_data_structures",
3627  "rustc_errors",
3628  "rustc_feature",
3629  "rustc_lexer",
3630  "rustc_macros",
3631  "rustc_serialize",
3632  "rustc_session",
3633  "rustc_span",
3634 ]
3635
3636 [[package]]
3637 name = "rustc_borrowck"
3638 version = "0.0.0"
3639 dependencies = [
3640  "either",
3641  "itertools",
3642  "polonius-engine",
3643  "rustc_const_eval",
3644  "rustc_data_structures",
3645  "rustc_errors",
3646  "rustc_graphviz",
3647  "rustc_hir",
3648  "rustc_index",
3649  "rustc_infer",
3650  "rustc_lexer",
3651  "rustc_macros",
3652  "rustc_middle",
3653  "rustc_mir_dataflow",
3654  "rustc_serialize",
3655  "rustc_session",
3656  "rustc_span",
3657  "rustc_target",
3658  "rustc_trait_selection",
3659  "rustc_traits",
3660  "smallvec",
3661  "tracing",
3662 ]
3663
3664 [[package]]
3665 name = "rustc_builtin_macros"
3666 version = "0.0.0"
3667 dependencies = [
3668  "rustc_ast",
3669  "rustc_ast_pretty",
3670  "rustc_attr",
3671  "rustc_data_structures",
3672  "rustc_errors",
3673  "rustc_expand",
3674  "rustc_feature",
3675  "rustc_lexer",
3676  "rustc_lint_defs",
3677  "rustc_macros",
3678  "rustc_parse",
3679  "rustc_parse_format",
3680  "rustc_session",
3681  "rustc_span",
3682  "rustc_target",
3683  "smallvec",
3684  "tracing",
3685 ]
3686
3687 [[package]]
3688 name = "rustc_codegen_llvm"
3689 version = "0.0.0"
3690 dependencies = [
3691  "bitflags",
3692  "cstr",
3693  "libc",
3694  "libloading",
3695  "measureme",
3696  "rustc-demangle",
3697  "rustc_ast",
3698  "rustc_attr",
3699  "rustc_codegen_ssa",
3700  "rustc_data_structures",
3701  "rustc_errors",
3702  "rustc_fs_util",
3703  "rustc_hir",
3704  "rustc_index",
3705  "rustc_llvm",
3706  "rustc_macros",
3707  "rustc_metadata",
3708  "rustc_middle",
3709  "rustc_query_system",
3710  "rustc_serialize",
3711  "rustc_session",
3712  "rustc_span",
3713  "rustc_symbol_mangling",
3714  "rustc_target",
3715  "smallvec",
3716  "tracing",
3717 ]
3718
3719 [[package]]
3720 name = "rustc_codegen_ssa"
3721 version = "0.0.0"
3722 dependencies = [
3723  "bitflags",
3724  "cc",
3725  "itertools",
3726  "jobserver",
3727  "libc",
3728  "object 0.29.0",
3729  "pathdiff",
3730  "regex",
3731  "rustc_apfloat",
3732  "rustc_arena",
3733  "rustc_ast",
3734  "rustc_attr",
3735  "rustc_const_eval",
3736  "rustc_data_structures",
3737  "rustc_errors",
3738  "rustc_fs_util",
3739  "rustc_hir",
3740  "rustc_incremental",
3741  "rustc_index",
3742  "rustc_macros",
3743  "rustc_metadata",
3744  "rustc_middle",
3745  "rustc_query_system",
3746  "rustc_serialize",
3747  "rustc_session",
3748  "rustc_span",
3749  "rustc_symbol_mangling",
3750  "rustc_target",
3751  "serde_json",
3752  "smallvec",
3753  "snap",
3754  "tempfile",
3755  "thorin-dwp",
3756  "tracing",
3757 ]
3758
3759 [[package]]
3760 name = "rustc_const_eval"
3761 version = "0.0.0"
3762 dependencies = [
3763  "rustc_apfloat",
3764  "rustc_ast",
3765  "rustc_attr",
3766  "rustc_data_structures",
3767  "rustc_errors",
3768  "rustc_hir",
3769  "rustc_index",
3770  "rustc_infer",
3771  "rustc_macros",
3772  "rustc_middle",
3773  "rustc_mir_dataflow",
3774  "rustc_query_system",
3775  "rustc_session",
3776  "rustc_span",
3777  "rustc_target",
3778  "rustc_trait_selection",
3779  "rustc_type_ir",
3780  "tracing",
3781 ]
3782
3783 [[package]]
3784 name = "rustc_data_structures"
3785 version = "0.0.0"
3786 dependencies = [
3787  "arrayvec",
3788  "bitflags",
3789  "cfg-if 0.1.10",
3790  "ena",
3791  "indexmap",
3792  "jobserver",
3793  "libc",
3794  "measureme",
3795  "memmap2",
3796  "parking_lot 0.11.2",
3797  "rustc-hash",
3798  "rustc-rayon",
3799  "rustc-rayon-core",
3800  "rustc_graphviz",
3801  "rustc_index",
3802  "rustc_macros",
3803  "rustc_serialize",
3804  "smallvec",
3805  "stable_deref_trait",
3806  "stacker",
3807  "tempfile",
3808  "tracing",
3809  "winapi",
3810 ]
3811
3812 [[package]]
3813 name = "rustc_driver"
3814 version = "0.0.0"
3815 dependencies = [
3816  "libc",
3817  "rustc_ast",
3818  "rustc_ast_pretty",
3819  "rustc_codegen_ssa",
3820  "rustc_data_structures",
3821  "rustc_error_codes",
3822  "rustc_errors",
3823  "rustc_feature",
3824  "rustc_hir",
3825  "rustc_hir_pretty",
3826  "rustc_interface",
3827  "rustc_lint",
3828  "rustc_log",
3829  "rustc_metadata",
3830  "rustc_middle",
3831  "rustc_parse",
3832  "rustc_plugin_impl",
3833  "rustc_save_analysis",
3834  "rustc_session",
3835  "rustc_span",
3836  "rustc_target",
3837  "rustc_typeck",
3838  "serde_json",
3839  "tracing",
3840  "winapi",
3841 ]
3842
3843 [[package]]
3844 name = "rustc_error_codes"
3845 version = "0.0.0"
3846
3847 [[package]]
3848 name = "rustc_error_messages"
3849 version = "0.0.0"
3850 dependencies = [
3851  "fluent-bundle",
3852  "fluent-syntax",
3853  "intl-memoizer",
3854  "rustc_data_structures",
3855  "rustc_macros",
3856  "rustc_serialize",
3857  "rustc_span",
3858  "tracing",
3859  "unic-langid",
3860 ]
3861
3862 [[package]]
3863 name = "rustc_errors"
3864 version = "0.0.0"
3865 dependencies = [
3866  "annotate-snippets 0.8.0",
3867  "atty",
3868  "rustc_data_structures",
3869  "rustc_error_messages",
3870  "rustc_hir",
3871  "rustc_lint_defs",
3872  "rustc_macros",
3873  "rustc_serialize",
3874  "rustc_span",
3875  "serde",
3876  "serde_json",
3877  "termcolor",
3878  "termize",
3879  "tracing",
3880  "unicode-width",
3881  "winapi",
3882 ]
3883
3884 [[package]]
3885 name = "rustc_expand"
3886 version = "0.0.0"
3887 dependencies = [
3888  "crossbeam-channel",
3889  "rustc_ast",
3890  "rustc_ast_passes",
3891  "rustc_ast_pretty",
3892  "rustc_attr",
3893  "rustc_data_structures",
3894  "rustc_errors",
3895  "rustc_feature",
3896  "rustc_lexer",
3897  "rustc_lint_defs",
3898  "rustc_macros",
3899  "rustc_parse",
3900  "rustc_serialize",
3901  "rustc_session",
3902  "rustc_span",
3903  "smallvec",
3904  "tracing",
3905 ]
3906
3907 [[package]]
3908 name = "rustc_feature"
3909 version = "0.0.0"
3910 dependencies = [
3911  "rustc_data_structures",
3912  "rustc_span",
3913 ]
3914
3915 [[package]]
3916 name = "rustc_fs_util"
3917 version = "0.0.0"
3918
3919 [[package]]
3920 name = "rustc_graphviz"
3921 version = "0.0.0"
3922
3923 [[package]]
3924 name = "rustc_hir"
3925 version = "0.0.0"
3926 dependencies = [
3927  "odht",
3928  "rustc_arena",
3929  "rustc_ast",
3930  "rustc_data_structures",
3931  "rustc_error_messages",
3932  "rustc_index",
3933  "rustc_macros",
3934  "rustc_serialize",
3935  "rustc_span",
3936  "rustc_target",
3937  "smallvec",
3938  "tracing",
3939 ]
3940
3941 [[package]]
3942 name = "rustc_hir_pretty"
3943 version = "0.0.0"
3944 dependencies = [
3945  "rustc_ast",
3946  "rustc_ast_pretty",
3947  "rustc_hir",
3948  "rustc_span",
3949  "rustc_target",
3950 ]
3951
3952 [[package]]
3953 name = "rustc_incremental"
3954 version = "0.0.0"
3955 dependencies = [
3956  "rand 0.8.5",
3957  "rustc_ast",
3958  "rustc_data_structures",
3959  "rustc_errors",
3960  "rustc_fs_util",
3961  "rustc_graphviz",
3962  "rustc_hir",
3963  "rustc_macros",
3964  "rustc_middle",
3965  "rustc_serialize",
3966  "rustc_session",
3967  "rustc_span",
3968  "tracing",
3969 ]
3970
3971 [[package]]
3972 name = "rustc_index"
3973 version = "0.0.0"
3974 dependencies = [
3975  "arrayvec",
3976  "rustc_macros",
3977  "rustc_serialize",
3978  "smallvec",
3979 ]
3980
3981 [[package]]
3982 name = "rustc_infer"
3983 version = "0.0.0"
3984 dependencies = [
3985  "rustc_data_structures",
3986  "rustc_errors",
3987  "rustc_hir",
3988  "rustc_index",
3989  "rustc_macros",
3990  "rustc_middle",
3991  "rustc_serialize",
3992  "rustc_span",
3993  "rustc_target",
3994  "smallvec",
3995  "tracing",
3996 ]
3997
3998 [[package]]
3999 name = "rustc_interface"
4000 version = "0.0.0"
4001 dependencies = [
4002  "libc",
4003  "libloading",
4004  "rustc-rayon",
4005  "rustc-rayon-core",
4006  "rustc_ast",
4007  "rustc_ast_lowering",
4008  "rustc_ast_passes",
4009  "rustc_attr",
4010  "rustc_borrowck",
4011  "rustc_builtin_macros",
4012  "rustc_codegen_llvm",
4013  "rustc_codegen_ssa",
4014  "rustc_const_eval",
4015  "rustc_data_structures",
4016  "rustc_errors",
4017  "rustc_expand",
4018  "rustc_hir",
4019  "rustc_incremental",
4020  "rustc_lint",
4021  "rustc_metadata",
4022  "rustc_middle",
4023  "rustc_mir_build",
4024  "rustc_mir_transform",
4025  "rustc_monomorphize",
4026  "rustc_parse",
4027  "rustc_passes",
4028  "rustc_plugin_impl",
4029  "rustc_privacy",
4030  "rustc_query_impl",
4031  "rustc_resolve",
4032  "rustc_serialize",
4033  "rustc_session",
4034  "rustc_span",
4035  "rustc_symbol_mangling",
4036  "rustc_target",
4037  "rustc_trait_selection",
4038  "rustc_traits",
4039  "rustc_ty_utils",
4040  "rustc_typeck",
4041  "smallvec",
4042  "tracing",
4043  "winapi",
4044 ]
4045
4046 [[package]]
4047 name = "rustc_lexer"
4048 version = "0.1.0"
4049 dependencies = [
4050  "expect-test",
4051  "unic-emoji-char",
4052  "unicode-xid",
4053 ]
4054
4055 [[package]]
4056 name = "rustc_lint"
4057 version = "0.0.0"
4058 dependencies = [
4059  "rustc_ast",
4060  "rustc_ast_pretty",
4061  "rustc_attr",
4062  "rustc_data_structures",
4063  "rustc_errors",
4064  "rustc_feature",
4065  "rustc_hir",
4066  "rustc_index",
4067  "rustc_infer",
4068  "rustc_macros",
4069  "rustc_middle",
4070  "rustc_parse_format",
4071  "rustc_session",
4072  "rustc_span",
4073  "rustc_target",
4074  "rustc_trait_selection",
4075  "rustc_type_ir",
4076  "tracing",
4077  "unicode-security",
4078 ]
4079
4080 [[package]]
4081 name = "rustc_lint_defs"
4082 version = "0.0.0"
4083 dependencies = [
4084  "rustc_ast",
4085  "rustc_data_structures",
4086  "rustc_error_messages",
4087  "rustc_hir",
4088  "rustc_macros",
4089  "rustc_serialize",
4090  "rustc_span",
4091  "rustc_target",
4092  "serde",
4093 ]
4094
4095 [[package]]
4096 name = "rustc_llvm"
4097 version = "0.0.0"
4098 dependencies = [
4099  "cc",
4100  "libc",
4101 ]
4102
4103 [[package]]
4104 name = "rustc_log"
4105 version = "0.0.0"
4106 dependencies = [
4107  "atty",
4108  "rustc_span",
4109  "tracing",
4110  "tracing-subscriber",
4111  "tracing-tree",
4112 ]
4113
4114 [[package]]
4115 name = "rustc_macros"
4116 version = "0.1.0"
4117 dependencies = [
4118  "annotate-snippets 0.8.0",
4119  "fluent-bundle",
4120  "fluent-syntax",
4121  "proc-macro2",
4122  "quote",
4123  "syn",
4124  "synstructure",
4125  "unic-langid",
4126 ]
4127
4128 [[package]]
4129 name = "rustc_metadata"
4130 version = "0.0.0"
4131 dependencies = [
4132  "libloading",
4133  "odht",
4134  "rustc_ast",
4135  "rustc_attr",
4136  "rustc_data_structures",
4137  "rustc_errors",
4138  "rustc_expand",
4139  "rustc_feature",
4140  "rustc_hir",
4141  "rustc_hir_pretty",
4142  "rustc_index",
4143  "rustc_macros",
4144  "rustc_middle",
4145  "rustc_serialize",
4146  "rustc_session",
4147  "rustc_span",
4148  "rustc_target",
4149  "rustc_type_ir",
4150  "smallvec",
4151  "snap",
4152  "tempfile",
4153  "tracing",
4154 ]
4155
4156 [[package]]
4157 name = "rustc_middle"
4158 version = "0.0.0"
4159 dependencies = [
4160  "bitflags",
4161  "chalk-ir",
4162  "either",
4163  "gsgdt",
4164  "polonius-engine",
4165  "rand 0.8.5",
4166  "rand_xoshiro 0.6.0",
4167  "rustc-rayon",
4168  "rustc-rayon-core",
4169  "rustc_apfloat",
4170  "rustc_arena",
4171  "rustc_ast",
4172  "rustc_attr",
4173  "rustc_data_structures",
4174  "rustc_errors",
4175  "rustc_feature",
4176  "rustc_graphviz",
4177  "rustc_hir",
4178  "rustc_index",
4179  "rustc_macros",
4180  "rustc_query_system",
4181  "rustc_serialize",
4182  "rustc_session",
4183  "rustc_span",
4184  "rustc_target",
4185  "rustc_type_ir",
4186  "smallvec",
4187  "tracing",
4188 ]
4189
4190 [[package]]
4191 name = "rustc_mir_build"
4192 version = "0.0.0"
4193 dependencies = [
4194  "rustc_apfloat",
4195  "rustc_arena",
4196  "rustc_ast",
4197  "rustc_attr",
4198  "rustc_data_structures",
4199  "rustc_errors",
4200  "rustc_hir",
4201  "rustc_index",
4202  "rustc_infer",
4203  "rustc_middle",
4204  "rustc_serialize",
4205  "rustc_session",
4206  "rustc_span",
4207  "rustc_target",
4208  "rustc_trait_selection",
4209  "smallvec",
4210  "tracing",
4211 ]
4212
4213 [[package]]
4214 name = "rustc_mir_dataflow"
4215 version = "0.0.0"
4216 dependencies = [
4217  "polonius-engine",
4218  "regex",
4219  "rustc_ast",
4220  "rustc_data_structures",
4221  "rustc_graphviz",
4222  "rustc_hir",
4223  "rustc_index",
4224  "rustc_middle",
4225  "rustc_serialize",
4226  "rustc_span",
4227  "rustc_target",
4228  "smallvec",
4229  "tracing",
4230 ]
4231
4232 [[package]]
4233 name = "rustc_mir_transform"
4234 version = "0.0.0"
4235 dependencies = [
4236  "coverage_test_macros",
4237  "itertools",
4238  "rustc_ast",
4239  "rustc_attr",
4240  "rustc_const_eval",
4241  "rustc_data_structures",
4242  "rustc_errors",
4243  "rustc_hir",
4244  "rustc_index",
4245  "rustc_middle",
4246  "rustc_mir_dataflow",
4247  "rustc_serialize",
4248  "rustc_session",
4249  "rustc_span",
4250  "rustc_target",
4251  "rustc_trait_selection",
4252  "smallvec",
4253  "tracing",
4254 ]
4255
4256 [[package]]
4257 name = "rustc_monomorphize"
4258 version = "0.0.0"
4259 dependencies = [
4260  "rustc_data_structures",
4261  "rustc_hir",
4262  "rustc_index",
4263  "rustc_middle",
4264  "rustc_session",
4265  "rustc_span",
4266  "rustc_target",
4267  "smallvec",
4268  "tracing",
4269 ]
4270
4271 [[package]]
4272 name = "rustc_parse"
4273 version = "0.0.0"
4274 dependencies = [
4275  "bitflags",
4276  "rustc_ast",
4277  "rustc_ast_pretty",
4278  "rustc_data_structures",
4279  "rustc_errors",
4280  "rustc_feature",
4281  "rustc_lexer",
4282  "rustc_macros",
4283  "rustc_session",
4284  "rustc_span",
4285  "tracing",
4286  "unicode-normalization",
4287  "unicode-width",
4288 ]
4289
4290 [[package]]
4291 name = "rustc_parse_format"
4292 version = "0.0.0"
4293 dependencies = [
4294  "rustc_lexer",
4295 ]
4296
4297 [[package]]
4298 name = "rustc_passes"
4299 version = "0.0.0"
4300 dependencies = [
4301  "itertools",
4302  "rustc_ast",
4303  "rustc_ast_pretty",
4304  "rustc_attr",
4305  "rustc_data_structures",
4306  "rustc_errors",
4307  "rustc_expand",
4308  "rustc_feature",
4309  "rustc_hir",
4310  "rustc_index",
4311  "rustc_lexer",
4312  "rustc_macros",
4313  "rustc_middle",
4314  "rustc_serialize",
4315  "rustc_session",
4316  "rustc_span",
4317  "rustc_target",
4318  "tracing",
4319 ]
4320
4321 [[package]]
4322 name = "rustc_plugin_impl"
4323 version = "0.0.0"
4324 dependencies = [
4325  "libloading",
4326  "rustc_ast",
4327  "rustc_errors",
4328  "rustc_lint",
4329  "rustc_metadata",
4330  "rustc_session",
4331  "rustc_span",
4332 ]
4333
4334 [[package]]
4335 name = "rustc_privacy"
4336 version = "0.0.0"
4337 dependencies = [
4338  "rustc_ast",
4339  "rustc_attr",
4340  "rustc_data_structures",
4341  "rustc_errors",
4342  "rustc_hir",
4343  "rustc_macros",
4344  "rustc_middle",
4345  "rustc_session",
4346  "rustc_span",
4347  "rustc_trait_selection",
4348  "rustc_typeck",
4349  "tracing",
4350 ]
4351
4352 [[package]]
4353 name = "rustc_query_impl"
4354 version = "0.0.0"
4355 dependencies = [
4356  "measureme",
4357  "rustc-rayon-core",
4358  "rustc_ast",
4359  "rustc_data_structures",
4360  "rustc_errors",
4361  "rustc_hir",
4362  "rustc_index",
4363  "rustc_macros",
4364  "rustc_middle",
4365  "rustc_query_system",
4366  "rustc_serialize",
4367  "rustc_session",
4368  "rustc_span",
4369  "tracing",
4370 ]
4371
4372 [[package]]
4373 name = "rustc_query_system"
4374 version = "0.0.0"
4375 dependencies = [
4376  "parking_lot 0.11.2",
4377  "rustc-rayon-core",
4378  "rustc_arena",
4379  "rustc_ast",
4380  "rustc_data_structures",
4381  "rustc_errors",
4382  "rustc_feature",
4383  "rustc_hir",
4384  "rustc_index",
4385  "rustc_macros",
4386  "rustc_serialize",
4387  "rustc_session",
4388  "rustc_span",
4389  "rustc_target",
4390  "smallvec",
4391  "tracing",
4392 ]
4393
4394 [[package]]
4395 name = "rustc_resolve"
4396 version = "0.0.0"
4397 dependencies = [
4398  "bitflags",
4399  "rustc_arena",
4400  "rustc_ast",
4401  "rustc_ast_pretty",
4402  "rustc_attr",
4403  "rustc_data_structures",
4404  "rustc_errors",
4405  "rustc_expand",
4406  "rustc_feature",
4407  "rustc_hir",
4408  "rustc_index",
4409  "rustc_metadata",
4410  "rustc_middle",
4411  "rustc_query_system",
4412  "rustc_session",
4413  "rustc_span",
4414  "smallvec",
4415  "tracing",
4416 ]
4417
4418 [[package]]
4419 name = "rustc_save_analysis"
4420 version = "0.0.0"
4421 dependencies = [
4422  "rls-data",
4423  "rls-span",
4424  "rustc_ast",
4425  "rustc_ast_pretty",
4426  "rustc_data_structures",
4427  "rustc_hir",
4428  "rustc_hir_pretty",
4429  "rustc_lexer",
4430  "rustc_middle",
4431  "rustc_session",
4432  "rustc_span",
4433  "serde_json",
4434  "tracing",
4435 ]
4436
4437 [[package]]
4438 name = "rustc_serialize"
4439 version = "0.0.0"
4440 dependencies = [
4441  "indexmap",
4442  "rustc_macros",
4443  "smallvec",
4444 ]
4445
4446 [[package]]
4447 name = "rustc_session"
4448 version = "0.0.0"
4449 dependencies = [
4450  "getopts",
4451  "num_cpus",
4452  "rustc_ast",
4453  "rustc_data_structures",
4454  "rustc_errors",
4455  "rustc_feature",
4456  "rustc_fs_util",
4457  "rustc_hir",
4458  "rustc_lint_defs",
4459  "rustc_macros",
4460  "rustc_serialize",
4461  "rustc_span",
4462  "rustc_target",
4463  "tracing",
4464 ]
4465
4466 [[package]]
4467 name = "rustc_smir"
4468 version = "0.0.0"
4469 dependencies = [
4470  "rustc_borrowck",
4471  "rustc_driver",
4472  "rustc_hir",
4473  "rustc_interface",
4474  "rustc_middle",
4475  "rustc_mir_dataflow",
4476  "rustc_mir_transform",
4477  "rustc_serialize",
4478  "rustc_trait_selection",
4479 ]
4480
4481 [[package]]
4482 name = "rustc_span"
4483 version = "0.0.0"
4484 dependencies = [
4485  "cfg-if 0.1.10",
4486  "md-5",
4487  "rustc_arena",
4488  "rustc_data_structures",
4489  "rustc_index",
4490  "rustc_macros",
4491  "rustc_serialize",
4492  "scoped-tls",
4493  "sha-1 0.10.0",
4494  "sha2",
4495  "tracing",
4496  "unicode-width",
4497 ]
4498
4499 [[package]]
4500 name = "rustc_symbol_mangling"
4501 version = "0.0.0"
4502 dependencies = [
4503  "bitflags",
4504  "punycode",
4505  "rustc-demangle",
4506  "rustc_data_structures",
4507  "rustc_hir",
4508  "rustc_middle",
4509  "rustc_session",
4510  "rustc_span",
4511  "rustc_target",
4512  "tracing",
4513 ]
4514
4515 [[package]]
4516 name = "rustc_target"
4517 version = "0.0.0"
4518 dependencies = [
4519  "bitflags",
4520  "rustc_data_structures",
4521  "rustc_index",
4522  "rustc_macros",
4523  "rustc_serialize",
4524  "rustc_span",
4525  "serde_json",
4526  "tracing",
4527 ]
4528
4529 [[package]]
4530 name = "rustc_tools_util"
4531 version = "0.2.0"
4532
4533 [[package]]
4534 name = "rustc_tools_util"
4535 version = "0.2.0"
4536 source = "registry+https://github.com/rust-lang/crates.io-index"
4537 checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
4538
4539 [[package]]
4540 name = "rustc_trait_selection"
4541 version = "0.0.0"
4542 dependencies = [
4543  "rustc_ast",
4544  "rustc_attr",
4545  "rustc_data_structures",
4546  "rustc_errors",
4547  "rustc_hir",
4548  "rustc_index",
4549  "rustc_infer",
4550  "rustc_lint_defs",
4551  "rustc_macros",
4552  "rustc_middle",
4553  "rustc_parse_format",
4554  "rustc_query_system",
4555  "rustc_session",
4556  "rustc_span",
4557  "rustc_target",
4558  "smallvec",
4559  "tracing",
4560 ]
4561
4562 [[package]]
4563 name = "rustc_traits"
4564 version = "0.0.0"
4565 dependencies = [
4566  "chalk-engine",
4567  "chalk-ir",
4568  "chalk-solve",
4569  "rustc_ast",
4570  "rustc_attr",
4571  "rustc_data_structures",
4572  "rustc_hir",
4573  "rustc_index",
4574  "rustc_infer",
4575  "rustc_middle",
4576  "rustc_span",
4577  "rustc_trait_selection",
4578  "smallvec",
4579  "tracing",
4580 ]
4581
4582 [[package]]
4583 name = "rustc_ty_utils"
4584 version = "0.0.0"
4585 dependencies = [
4586  "rustc_data_structures",
4587  "rustc_errors",
4588  "rustc_hir",
4589  "rustc_index",
4590  "rustc_infer",
4591  "rustc_middle",
4592  "rustc_session",
4593  "rustc_span",
4594  "rustc_target",
4595  "rustc_trait_selection",
4596  "rustc_type_ir",
4597  "tracing",
4598 ]
4599
4600 [[package]]
4601 name = "rustc_type_ir"
4602 version = "0.0.0"
4603 dependencies = [
4604  "bitflags",
4605  "rustc_data_structures",
4606  "rustc_index",
4607  "rustc_macros",
4608  "rustc_serialize",
4609  "smallvec",
4610 ]
4611
4612 [[package]]
4613 name = "rustc_typeck"
4614 version = "0.0.0"
4615 dependencies = [
4616  "rustc_arena",
4617  "rustc_ast",
4618  "rustc_attr",
4619  "rustc_data_structures",
4620  "rustc_errors",
4621  "rustc_graphviz",
4622  "rustc_hir",
4623  "rustc_hir_pretty",
4624  "rustc_index",
4625  "rustc_infer",
4626  "rustc_lint",
4627  "rustc_macros",
4628  "rustc_middle",
4629  "rustc_serialize",
4630  "rustc_session",
4631  "rustc_span",
4632  "rustc_target",
4633  "rustc_trait_selection",
4634  "rustc_ty_utils",
4635  "rustc_type_ir",
4636  "smallvec",
4637  "tracing",
4638 ]
4639
4640 [[package]]
4641 name = "rustc_version"
4642 version = "0.4.0"
4643 source = "registry+https://github.com/rust-lang/crates.io-index"
4644 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4645 dependencies = [
4646  "semver",
4647 ]
4648
4649 [[package]]
4650 name = "rustdoc"
4651 version = "0.0.0"
4652 dependencies = [
4653  "arrayvec",
4654  "askama",
4655  "atty",
4656  "expect-test",
4657  "itertools",
4658  "minifier",
4659  "once_cell",
4660  "pulldown-cmark",
4661  "rayon",
4662  "regex",
4663  "rustdoc-json-types",
4664  "serde",
4665  "serde_json",
4666  "smallvec",
4667  "tempfile",
4668  "tracing",
4669  "tracing-subscriber",
4670  "tracing-tree",
4671 ]
4672
4673 [[package]]
4674 name = "rustdoc-json-types"
4675 version = "0.1.0"
4676 dependencies = [
4677  "serde",
4678  "serde_json",
4679 ]
4680
4681 [[package]]
4682 name = "rustdoc-themes"
4683 version = "0.1.0"
4684
4685 [[package]]
4686 name = "rustdoc-tool"
4687 version = "0.0.0"
4688 dependencies = [
4689  "rustdoc",
4690 ]
4691
4692 [[package]]
4693 name = "rustfix"
4694 version = "0.6.1"
4695 source = "registry+https://github.com/rust-lang/crates.io-index"
4696 checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
4697 dependencies = [
4698  "anyhow",
4699  "log",
4700  "serde",
4701  "serde_json",
4702 ]
4703
4704 [[package]]
4705 name = "rustfmt-config_proc_macro"
4706 version = "0.2.0"
4707 dependencies = [
4708  "proc-macro2",
4709  "quote",
4710  "serde",
4711  "syn",
4712 ]
4713
4714 [[package]]
4715 name = "rustfmt-nightly"
4716 version = "1.5.1"
4717 dependencies = [
4718  "annotate-snippets 0.9.1",
4719  "anyhow",
4720  "bytecount",
4721  "cargo_metadata 0.14.0",
4722  "clap",
4723  "derive-new",
4724  "diff",
4725  "dirs",
4726  "env_logger 0.9.0",
4727  "getopts",
4728  "ignore",
4729  "itertools",
4730  "lazy_static",
4731  "log",
4732  "regex",
4733  "rustc-workspace-hack",
4734  "rustfmt-config_proc_macro",
4735  "serde",
4736  "serde_json",
4737  "term",
4738  "thiserror",
4739  "toml",
4740  "unicode-segmentation",
4741  "unicode-width",
4742  "unicode_categories",
4743 ]
4744
4745 [[package]]
4746 name = "rustversion"
4747 version = "1.0.5"
4748 source = "registry+https://github.com/rust-lang/crates.io-index"
4749 checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
4750
4751 [[package]]
4752 name = "ryu"
4753 version = "1.0.5"
4754 source = "registry+https://github.com/rust-lang/crates.io-index"
4755 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
4756
4757 [[package]]
4758 name = "same-file"
4759 version = "1.0.6"
4760 source = "registry+https://github.com/rust-lang/crates.io-index"
4761 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4762 dependencies = [
4763  "winapi-util",
4764 ]
4765
4766 [[package]]
4767 name = "schannel"
4768 version = "0.1.19"
4769 source = "registry+https://github.com/rust-lang/crates.io-index"
4770 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4771 dependencies = [
4772  "lazy_static",
4773  "winapi",
4774 ]
4775
4776 [[package]]
4777 name = "scoped-tls"
4778 version = "1.0.0"
4779 source = "registry+https://github.com/rust-lang/crates.io-index"
4780 checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4781
4782 [[package]]
4783 name = "scopeguard"
4784 version = "1.1.0"
4785 source = "registry+https://github.com/rust-lang/crates.io-index"
4786 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4787
4788 [[package]]
4789 name = "security-framework"
4790 version = "2.0.0"
4791 source = "registry+https://github.com/rust-lang/crates.io-index"
4792 checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4793 dependencies = [
4794  "bitflags",
4795  "core-foundation",
4796  "core-foundation-sys",
4797  "libc",
4798  "security-framework-sys",
4799 ]
4800
4801 [[package]]
4802 name = "security-framework-sys"
4803 version = "2.0.0"
4804 source = "registry+https://github.com/rust-lang/crates.io-index"
4805 checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4806 dependencies = [
4807  "core-foundation-sys",
4808  "libc",
4809 ]
4810
4811 [[package]]
4812 name = "self_cell"
4813 version = "0.10.2"
4814 source = "registry+https://github.com/rust-lang/crates.io-index"
4815 checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4816
4817 [[package]]
4818 name = "semver"
4819 version = "1.0.12"
4820 source = "registry+https://github.com/rust-lang/crates.io-index"
4821 checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
4822 dependencies = [
4823  "serde",
4824 ]
4825
4826 [[package]]
4827 name = "serde"
4828 version = "1.0.140"
4829 source = "registry+https://github.com/rust-lang/crates.io-index"
4830 checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
4831 dependencies = [
4832  "serde_derive",
4833 ]
4834
4835 [[package]]
4836 name = "serde_derive"
4837 version = "1.0.140"
4838 source = "registry+https://github.com/rust-lang/crates.io-index"
4839 checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
4840 dependencies = [
4841  "proc-macro2",
4842  "quote",
4843  "syn",
4844 ]
4845
4846 [[package]]
4847 name = "serde_ignored"
4848 version = "0.1.2"
4849 source = "registry+https://github.com/rust-lang/crates.io-index"
4850 checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
4851 dependencies = [
4852  "serde",
4853 ]
4854
4855 [[package]]
4856 name = "serde_json"
4857 version = "1.0.82"
4858 source = "registry+https://github.com/rust-lang/crates.io-index"
4859 checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
4860 dependencies = [
4861  "indexmap",
4862  "itoa",
4863  "ryu",
4864  "serde",
4865 ]
4866
4867 [[package]]
4868 name = "serde_repr"
4869 version = "0.1.6"
4870 source = "registry+https://github.com/rust-lang/crates.io-index"
4871 checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
4872 dependencies = [
4873  "proc-macro2",
4874  "quote",
4875  "syn",
4876 ]
4877
4878 [[package]]
4879 name = "sha-1"
4880 version = "0.8.2"
4881 source = "registry+https://github.com/rust-lang/crates.io-index"
4882 checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4883 dependencies = [
4884  "block-buffer 0.7.3",
4885  "digest 0.8.1",
4886  "fake-simd",
4887  "opaque-debug",
4888 ]
4889
4890 [[package]]
4891 name = "sha-1"
4892 version = "0.10.0"
4893 source = "registry+https://github.com/rust-lang/crates.io-index"
4894 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
4895 dependencies = [
4896  "cfg-if 1.0.0",
4897  "cpufeatures",
4898  "digest 0.10.2",
4899 ]
4900
4901 [[package]]
4902 name = "sha2"
4903 version = "0.10.1"
4904 source = "registry+https://github.com/rust-lang/crates.io-index"
4905 checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
4906 dependencies = [
4907  "cfg-if 1.0.0",
4908  "cpufeatures",
4909  "digest 0.10.2",
4910 ]
4911
4912 [[package]]
4913 name = "sharded-slab"
4914 version = "0.1.1"
4915 source = "registry+https://github.com/rust-lang/crates.io-index"
4916 checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
4917 dependencies = [
4918  "lazy_static",
4919 ]
4920
4921 [[package]]
4922 name = "shell-escape"
4923 version = "0.1.5"
4924 source = "registry+https://github.com/rust-lang/crates.io-index"
4925 checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
4926
4927 [[package]]
4928 name = "shlex"
4929 version = "1.0.0"
4930 source = "registry+https://github.com/rust-lang/crates.io-index"
4931 checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4932
4933 [[package]]
4934 name = "signal-hook-registry"
4935 version = "1.2.2"
4936 source = "registry+https://github.com/rust-lang/crates.io-index"
4937 checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
4938 dependencies = [
4939  "libc",
4940 ]
4941
4942 [[package]]
4943 name = "similar"
4944 version = "2.1.0"
4945 source = "registry+https://github.com/rust-lang/crates.io-index"
4946 checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4947
4948 [[package]]
4949 name = "siphasher"
4950 version = "0.3.3"
4951 source = "registry+https://github.com/rust-lang/crates.io-index"
4952 checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
4953
4954 [[package]]
4955 name = "sized-chunks"
4956 version = "0.6.4"
4957 source = "registry+https://github.com/rust-lang/crates.io-index"
4958 checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
4959 dependencies = [
4960  "bitmaps",
4961  "typenum",
4962 ]
4963
4964 [[package]]
4965 name = "slab"
4966 version = "0.4.2"
4967 source = "registry+https://github.com/rust-lang/crates.io-index"
4968 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4969
4970 [[package]]
4971 name = "smallvec"
4972 version = "1.8.1"
4973 source = "registry+https://github.com/rust-lang/crates.io-index"
4974 checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
4975
4976 [[package]]
4977 name = "snap"
4978 version = "1.0.1"
4979 source = "registry+https://github.com/rust-lang/crates.io-index"
4980 checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4981
4982 [[package]]
4983 name = "snapbox"
4984 version = "0.2.9"
4985 source = "registry+https://github.com/rust-lang/crates.io-index"
4986 checksum = "c1f212b806d6f56d19838e36a0aaa7e79a0bc9ca177e873fb87651ad92f983e2"
4987 dependencies = [
4988  "concolor",
4989  "content_inspector",
4990  "dunce",
4991  "filetime",
4992  "normalize-line-endings",
4993  "similar",
4994  "snapbox-macros",
4995  "tempfile",
4996  "walkdir",
4997  "yansi",
4998 ]
4999
5000 [[package]]
5001 name = "snapbox-macros"
5002 version = "0.2.1"
5003 source = "registry+https://github.com/rust-lang/crates.io-index"
5004 checksum = "c01dea7e04cbb27ef4c86e9922184608185f7cd95c1763bc30d727cda4a5e930"
5005
5006 [[package]]
5007 name = "socket2"
5008 version = "0.4.1"
5009 source = "registry+https://github.com/rust-lang/crates.io-index"
5010 checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
5011 dependencies = [
5012  "libc",
5013  "winapi",
5014 ]
5015
5016 [[package]]
5017 name = "stable_deref_trait"
5018 version = "1.2.0"
5019 source = "registry+https://github.com/rust-lang/crates.io-index"
5020 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5021
5022 [[package]]
5023 name = "stacker"
5024 version = "0.1.14"
5025 source = "registry+https://github.com/rust-lang/crates.io-index"
5026 checksum = "90939d5171a4420b3ff5fbc8954d641e7377335454c259dcb80786f3f21dc9b4"
5027 dependencies = [
5028  "cc",
5029  "cfg-if 1.0.0",
5030  "libc",
5031  "psm",
5032  "winapi",
5033 ]
5034
5035 [[package]]
5036 name = "static_assertions"
5037 version = "1.1.0"
5038 source = "registry+https://github.com/rust-lang/crates.io-index"
5039 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5040
5041 [[package]]
5042 name = "std"
5043 version = "0.0.0"
5044 dependencies = [
5045  "addr2line 0.16.0",
5046  "alloc",
5047  "cfg-if 0.1.10",
5048  "compiler_builtins",
5049  "core",
5050  "dlmalloc",
5051  "fortanix-sgx-abi",
5052  "hashbrown",
5053  "hermit-abi 0.2.0",
5054  "libc",
5055  "miniz_oxide 0.4.0",
5056  "object 0.26.2",
5057  "panic_abort",
5058  "panic_unwind",
5059  "profiler_builtins",
5060  "rand 0.7.3",
5061  "rustc-demangle",
5062  "std_detect",
5063  "unwind",
5064  "wasi 0.11.0+wasi-snapshot-preview1",
5065 ]
5066
5067 [[package]]
5068 name = "std_detect"
5069 version = "0.1.5"
5070 dependencies = [
5071  "cfg-if 0.1.10",
5072  "compiler_builtins",
5073  "libc",
5074  "rustc-std-workspace-alloc",
5075  "rustc-std-workspace-core",
5076 ]
5077
5078 [[package]]
5079 name = "string_cache"
5080 version = "0.8.3"
5081 source = "registry+https://github.com/rust-lang/crates.io-index"
5082 checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
5083 dependencies = [
5084  "lazy_static",
5085  "new_debug_unreachable",
5086  "parking_lot 0.11.2",
5087  "phf_shared",
5088  "precomputed-hash",
5089  "serde",
5090 ]
5091
5092 [[package]]
5093 name = "string_cache_codegen"
5094 version = "0.5.2"
5095 source = "registry+https://github.com/rust-lang/crates.io-index"
5096 checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
5097 dependencies = [
5098  "phf_generator",
5099  "phf_shared",
5100  "proc-macro2",
5101  "quote",
5102 ]
5103
5104 [[package]]
5105 name = "strip-ansi-escapes"
5106 version = "0.1.0"
5107 source = "registry+https://github.com/rust-lang/crates.io-index"
5108 checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
5109 dependencies = [
5110  "vte",
5111 ]
5112
5113 [[package]]
5114 name = "strsim"
5115 version = "0.10.0"
5116 source = "registry+https://github.com/rust-lang/crates.io-index"
5117 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5118
5119 [[package]]
5120 name = "syn"
5121 version = "1.0.91"
5122 source = "registry+https://github.com/rust-lang/crates.io-index"
5123 checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
5124 dependencies = [
5125  "proc-macro2",
5126  "quote",
5127  "unicode-xid",
5128 ]
5129
5130 [[package]]
5131 name = "synstructure"
5132 version = "0.12.6"
5133 source = "registry+https://github.com/rust-lang/crates.io-index"
5134 checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
5135 dependencies = [
5136  "proc-macro2",
5137  "quote",
5138  "syn",
5139  "unicode-xid",
5140 ]
5141
5142 [[package]]
5143 name = "tar"
5144 version = "0.4.38"
5145 source = "registry+https://github.com/rust-lang/crates.io-index"
5146 checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
5147 dependencies = [
5148  "filetime",
5149  "libc",
5150  "xattr",
5151 ]
5152
5153 [[package]]
5154 name = "tempfile"
5155 version = "3.2.0"
5156 source = "registry+https://github.com/rust-lang/crates.io-index"
5157 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
5158 dependencies = [
5159  "cfg-if 1.0.0",
5160  "libc",
5161  "rand 0.8.5",
5162  "redox_syscall",
5163  "remove_dir_all",
5164  "winapi",
5165 ]
5166
5167 [[package]]
5168 name = "tendril"
5169 version = "0.4.3"
5170 source = "registry+https://github.com/rust-lang/crates.io-index"
5171 checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5172 dependencies = [
5173  "futf",
5174  "mac",
5175  "utf-8",
5176 ]
5177
5178 [[package]]
5179 name = "term"
5180 version = "0.7.0"
5181 source = "registry+https://github.com/rust-lang/crates.io-index"
5182 checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5183 dependencies = [
5184  "dirs-next",
5185  "rustversion",
5186  "winapi",
5187 ]
5188
5189 [[package]]
5190 name = "termcolor"
5191 version = "1.1.2"
5192 source = "registry+https://github.com/rust-lang/crates.io-index"
5193 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
5194 dependencies = [
5195  "winapi-util",
5196 ]
5197
5198 [[package]]
5199 name = "termize"
5200 version = "0.1.1"
5201 source = "registry+https://github.com/rust-lang/crates.io-index"
5202 checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5203 dependencies = [
5204  "libc",
5205  "winapi",
5206 ]
5207
5208 [[package]]
5209 name = "test"
5210 version = "0.0.0"
5211 dependencies = [
5212  "cfg-if 0.1.10",
5213  "core",
5214  "getopts",
5215  "libc",
5216  "panic_abort",
5217  "panic_unwind",
5218  "proc_macro",
5219  "std",
5220 ]
5221
5222 [[package]]
5223 name = "tester"
5224 version = "0.9.0"
5225 source = "registry+https://github.com/rust-lang/crates.io-index"
5226 checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5227 dependencies = [
5228  "cfg-if 1.0.0",
5229  "getopts",
5230  "libc",
5231  "num_cpus",
5232  "term",
5233 ]
5234
5235 [[package]]
5236 name = "textwrap"
5237 version = "0.15.0"
5238 source = "registry+https://github.com/rust-lang/crates.io-index"
5239 checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
5240
5241 [[package]]
5242 name = "thiserror"
5243 version = "1.0.30"
5244 source = "registry+https://github.com/rust-lang/crates.io-index"
5245 checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
5246 dependencies = [
5247  "thiserror-impl",
5248 ]
5249
5250 [[package]]
5251 name = "thiserror-impl"
5252 version = "1.0.30"
5253 source = "registry+https://github.com/rust-lang/crates.io-index"
5254 checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
5255 dependencies = [
5256  "proc-macro2",
5257  "quote",
5258  "syn",
5259 ]
5260
5261 [[package]]
5262 name = "thorin-dwp"
5263 version = "0.3.0"
5264 source = "registry+https://github.com/rust-lang/crates.io-index"
5265 checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
5266 dependencies = [
5267  "gimli 0.26.1",
5268  "hashbrown",
5269  "object 0.29.0",
5270  "tracing",
5271 ]
5272
5273 [[package]]
5274 name = "thread_local"
5275 version = "1.1.4"
5276 source = "registry+https://github.com/rust-lang/crates.io-index"
5277 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
5278 dependencies = [
5279  "once_cell",
5280 ]
5281
5282 [[package]]
5283 name = "tidy"
5284 version = "0.1.0"
5285 dependencies = [
5286  "cargo_metadata 0.14.0",
5287  "crossbeam-utils",
5288  "lazy_static",
5289  "regex",
5290  "walkdir",
5291 ]
5292
5293 [[package]]
5294 name = "tier-check"
5295 version = "0.1.0"
5296
5297 [[package]]
5298 name = "time"
5299 version = "0.1.43"
5300 source = "registry+https://github.com/rust-lang/crates.io-index"
5301 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
5302 dependencies = [
5303  "libc",
5304  "winapi",
5305 ]
5306
5307 [[package]]
5308 name = "tinystr"
5309 version = "0.3.4"
5310 source = "registry+https://github.com/rust-lang/crates.io-index"
5311 checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
5312
5313 [[package]]
5314 name = "tinyvec"
5315 version = "0.3.4"
5316 source = "registry+https://github.com/rust-lang/crates.io-index"
5317 checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
5318
5319 [[package]]
5320 name = "tokio"
5321 version = "1.8.4"
5322 source = "registry+https://github.com/rust-lang/crates.io-index"
5323 checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
5324 dependencies = [
5325  "autocfg",
5326  "bytes",
5327  "libc",
5328  "memchr",
5329  "mio",
5330  "num_cpus",
5331  "once_cell",
5332  "pin-project-lite",
5333  "signal-hook-registry",
5334  "winapi",
5335 ]
5336
5337 [[package]]
5338 name = "tokio-stream"
5339 version = "0.1.7"
5340 source = "registry+https://github.com/rust-lang/crates.io-index"
5341 checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
5342 dependencies = [
5343  "futures-core",
5344  "pin-project-lite",
5345  "tokio",
5346 ]
5347
5348 [[package]]
5349 name = "tokio-util"
5350 version = "0.6.7"
5351 source = "registry+https://github.com/rust-lang/crates.io-index"
5352 checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
5353 dependencies = [
5354  "bytes",
5355  "futures-core",
5356  "futures-sink",
5357  "log",
5358  "pin-project-lite",
5359  "tokio",
5360 ]
5361
5362 [[package]]
5363 name = "toml"
5364 version = "0.5.7"
5365 source = "registry+https://github.com/rust-lang/crates.io-index"
5366 checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
5367 dependencies = [
5368  "serde",
5369 ]
5370
5371 [[package]]
5372 name = "toml_edit"
5373 version = "0.14.3"
5374 source = "registry+https://github.com/rust-lang/crates.io-index"
5375 checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5376 dependencies = [
5377  "combine",
5378  "indexmap",
5379  "itertools",
5380  "kstring",
5381  "serde",
5382 ]
5383
5384 [[package]]
5385 name = "topological-sort"
5386 version = "0.1.0"
5387 source = "registry+https://github.com/rust-lang/crates.io-index"
5388 checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5389
5390 [[package]]
5391 name = "tower-service"
5392 version = "0.3.1"
5393 source = "registry+https://github.com/rust-lang/crates.io-index"
5394 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
5395
5396 [[package]]
5397 name = "tracing"
5398 version = "0.1.29"
5399 source = "registry+https://github.com/rust-lang/crates.io-index"
5400 checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
5401 dependencies = [
5402  "cfg-if 1.0.0",
5403  "pin-project-lite",
5404  "tracing-attributes",
5405  "tracing-core",
5406 ]
5407
5408 [[package]]
5409 name = "tracing-attributes"
5410 version = "0.1.18"
5411 source = "registry+https://github.com/rust-lang/crates.io-index"
5412 checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
5413 dependencies = [
5414  "proc-macro2",
5415  "quote",
5416  "syn",
5417 ]
5418
5419 [[package]]
5420 name = "tracing-core"
5421 version = "0.1.21"
5422 source = "registry+https://github.com/rust-lang/crates.io-index"
5423 checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
5424 dependencies = [
5425  "lazy_static",
5426 ]
5427
5428 [[package]]
5429 name = "tracing-error"
5430 version = "0.2.0"
5431 source = "registry+https://github.com/rust-lang/crates.io-index"
5432 checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5433 dependencies = [
5434  "tracing",
5435  "tracing-subscriber",
5436 ]
5437
5438 [[package]]
5439 name = "tracing-log"
5440 version = "0.1.2"
5441 source = "registry+https://github.com/rust-lang/crates.io-index"
5442 checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
5443 dependencies = [
5444  "lazy_static",
5445  "log",
5446  "tracing-core",
5447 ]
5448
5449 [[package]]
5450 name = "tracing-subscriber"
5451 version = "0.3.3"
5452 source = "registry+https://github.com/rust-lang/crates.io-index"
5453 checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
5454 dependencies = [
5455  "ansi_term",
5456  "lazy_static",
5457  "matchers",
5458  "parking_lot 0.11.2",
5459  "regex",
5460  "sharded-slab",
5461  "smallvec",
5462  "thread_local",
5463  "tracing",
5464  "tracing-core",
5465  "tracing-log",
5466 ]
5467
5468 [[package]]
5469 name = "tracing-tree"
5470 version = "0.2.0"
5471 source = "registry+https://github.com/rust-lang/crates.io-index"
5472 checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
5473 dependencies = [
5474  "ansi_term",
5475  "atty",
5476  "tracing-core",
5477  "tracing-log",
5478  "tracing-subscriber",
5479 ]
5480
5481 [[package]]
5482 name = "type-map"
5483 version = "0.4.0"
5484 source = "registry+https://github.com/rust-lang/crates.io-index"
5485 checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5486 dependencies = [
5487  "rustc-hash",
5488 ]
5489
5490 [[package]]
5491 name = "typenum"
5492 version = "1.12.0"
5493 source = "registry+https://github.com/rust-lang/crates.io-index"
5494 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
5495
5496 [[package]]
5497 name = "ucd-parse"
5498 version = "0.1.8"
5499 source = "registry+https://github.com/rust-lang/crates.io-index"
5500 checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
5501 dependencies = [
5502  "lazy_static",
5503  "regex",
5504 ]
5505
5506 [[package]]
5507 name = "ucd-trie"
5508 version = "0.1.3"
5509 source = "registry+https://github.com/rust-lang/crates.io-index"
5510 checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5511
5512 [[package]]
5513 name = "ui_test"
5514 version = "0.1.0"
5515 dependencies = [
5516  "cargo_metadata 0.15.0",
5517  "color-eyre",
5518  "colored",
5519  "crossbeam",
5520  "lazy_static",
5521  "pretty_assertions",
5522  "regex",
5523  "rustc_version",
5524  "serde",
5525  "serde_json",
5526 ]
5527
5528 [[package]]
5529 name = "unic-char-property"
5530 version = "0.9.0"
5531 source = "registry+https://github.com/rust-lang/crates.io-index"
5532 checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5533 dependencies = [
5534  "unic-char-range",
5535 ]
5536
5537 [[package]]
5538 name = "unic-char-range"
5539 version = "0.9.0"
5540 source = "registry+https://github.com/rust-lang/crates.io-index"
5541 checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5542
5543 [[package]]
5544 name = "unic-common"
5545 version = "0.9.0"
5546 source = "registry+https://github.com/rust-lang/crates.io-index"
5547 checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5548
5549 [[package]]
5550 name = "unic-emoji-char"
5551 version = "0.9.0"
5552 source = "registry+https://github.com/rust-lang/crates.io-index"
5553 checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5554 dependencies = [
5555  "unic-char-property",
5556  "unic-char-range",
5557  "unic-ucd-version",
5558 ]
5559
5560 [[package]]
5561 name = "unic-langid"
5562 version = "0.9.0"
5563 source = "registry+https://github.com/rust-lang/crates.io-index"
5564 checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
5565 dependencies = [
5566  "unic-langid-impl",
5567  "unic-langid-macros",
5568 ]
5569
5570 [[package]]
5571 name = "unic-langid-impl"
5572 version = "0.9.0"
5573 source = "registry+https://github.com/rust-lang/crates.io-index"
5574 checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
5575 dependencies = [
5576  "tinystr",
5577 ]
5578
5579 [[package]]
5580 name = "unic-langid-macros"
5581 version = "0.9.0"
5582 source = "registry+https://github.com/rust-lang/crates.io-index"
5583 checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
5584 dependencies = [
5585  "proc-macro-hack",
5586  "tinystr",
5587  "unic-langid-impl",
5588  "unic-langid-macros-impl",
5589 ]
5590
5591 [[package]]
5592 name = "unic-langid-macros-impl"
5593 version = "0.9.0"
5594 source = "registry+https://github.com/rust-lang/crates.io-index"
5595 checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
5596 dependencies = [
5597  "proc-macro-hack",
5598  "quote",
5599  "syn",
5600  "unic-langid-impl",
5601 ]
5602
5603 [[package]]
5604 name = "unic-ucd-version"
5605 version = "0.9.0"
5606 source = "registry+https://github.com/rust-lang/crates.io-index"
5607 checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5608 dependencies = [
5609  "unic-common",
5610 ]
5611
5612 [[package]]
5613 name = "unicase"
5614 version = "2.6.0"
5615 source = "registry+https://github.com/rust-lang/crates.io-index"
5616 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5617 dependencies = [
5618  "version_check",
5619 ]
5620
5621 [[package]]
5622 name = "unicode-bdd"
5623 version = "0.1.0"
5624 dependencies = [
5625  "ucd-parse",
5626 ]
5627
5628 [[package]]
5629 name = "unicode-bidi"
5630 version = "0.3.4"
5631 source = "registry+https://github.com/rust-lang/crates.io-index"
5632 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5633 dependencies = [
5634  "matches",
5635 ]
5636
5637 [[package]]
5638 name = "unicode-normalization"
5639 version = "0.1.13"
5640 source = "registry+https://github.com/rust-lang/crates.io-index"
5641 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
5642 dependencies = [
5643  "tinyvec",
5644 ]
5645
5646 [[package]]
5647 name = "unicode-script"
5648 version = "0.5.3"
5649 source = "registry+https://github.com/rust-lang/crates.io-index"
5650 checksum = "098ec66172ce21cd55f8bcc786ee209dd20e04eff70acfca30cb79924d173ae9"
5651
5652 [[package]]
5653 name = "unicode-security"
5654 version = "0.0.5"
5655 source = "registry+https://github.com/rust-lang/crates.io-index"
5656 checksum = "5d87c28edc5b263377e448d6cdcb935c06b95413d8013ba6fae470558ccab18f"
5657 dependencies = [
5658  "unicode-normalization",
5659  "unicode-script",
5660 ]
5661
5662 [[package]]
5663 name = "unicode-segmentation"
5664 version = "1.9.0"
5665 source = "registry+https://github.com/rust-lang/crates.io-index"
5666 checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
5667
5668 [[package]]
5669 name = "unicode-width"
5670 version = "0.1.8"
5671 source = "registry+https://github.com/rust-lang/crates.io-index"
5672 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5673 dependencies = [
5674  "compiler_builtins",
5675  "rustc-std-workspace-core",
5676  "rustc-std-workspace-std",
5677 ]
5678
5679 [[package]]
5680 name = "unicode-xid"
5681 version = "0.2.2"
5682 source = "registry+https://github.com/rust-lang/crates.io-index"
5683 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
5684
5685 [[package]]
5686 name = "unicode_categories"
5687 version = "0.1.1"
5688 source = "registry+https://github.com/rust-lang/crates.io-index"
5689 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5690
5691 [[package]]
5692 name = "unified-diff"
5693 version = "0.2.1"
5694 source = "registry+https://github.com/rust-lang/crates.io-index"
5695 checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5696 dependencies = [
5697  "diff",
5698 ]
5699
5700 [[package]]
5701 name = "unindent"
5702 version = "0.1.7"
5703 source = "registry+https://github.com/rust-lang/crates.io-index"
5704 checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5705
5706 [[package]]
5707 name = "unstable-book-gen"
5708 version = "0.1.0"
5709 dependencies = [
5710  "num-traits",
5711  "tidy",
5712 ]
5713
5714 [[package]]
5715 name = "unwind"
5716 version = "0.0.0"
5717 dependencies = [
5718  "cc",
5719  "cfg-if 0.1.10",
5720  "compiler_builtins",
5721  "core",
5722  "libc",
5723 ]
5724
5725 [[package]]
5726 name = "url"
5727 version = "1.7.2"
5728 source = "registry+https://github.com/rust-lang/crates.io-index"
5729 checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
5730 dependencies = [
5731  "idna 0.1.5",
5732  "matches",
5733  "percent-encoding 1.0.1",
5734 ]
5735
5736 [[package]]
5737 name = "url"
5738 version = "2.2.2"
5739 source = "registry+https://github.com/rust-lang/crates.io-index"
5740 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
5741 dependencies = [
5742  "form_urlencoded",
5743  "idna 0.2.0",
5744  "matches",
5745  "percent-encoding 2.1.0",
5746  "serde",
5747 ]
5748
5749 [[package]]
5750 name = "utf-8"
5751 version = "0.7.5"
5752 source = "registry+https://github.com/rust-lang/crates.io-index"
5753 checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
5754
5755 [[package]]
5756 name = "utf8parse"
5757 version = "0.1.1"
5758 source = "registry+https://github.com/rust-lang/crates.io-index"
5759 checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
5760
5761 [[package]]
5762 name = "vcpkg"
5763 version = "0.2.10"
5764 source = "registry+https://github.com/rust-lang/crates.io-index"
5765 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
5766
5767 [[package]]
5768 name = "vergen"
5769 version = "5.1.0"
5770 source = "registry+https://github.com/rust-lang/crates.io-index"
5771 checksum = "dfbc87f9a7a9d61b15d51d1d3547284f67b6b4f1494ce3fc5814c101f35a5183"
5772 dependencies = [
5773  "anyhow",
5774  "chrono",
5775  "enum-iterator",
5776  "getset",
5777  "git2",
5778  "rustversion",
5779  "thiserror",
5780 ]
5781
5782 [[package]]
5783 name = "version_check"
5784 version = "0.9.3"
5785 source = "registry+https://github.com/rust-lang/crates.io-index"
5786 checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
5787
5788 [[package]]
5789 name = "vte"
5790 version = "0.3.3"
5791 source = "registry+https://github.com/rust-lang/crates.io-index"
5792 checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
5793 dependencies = [
5794  "utf8parse",
5795 ]
5796
5797 [[package]]
5798 name = "walkdir"
5799 version = "2.3.2"
5800 source = "registry+https://github.com/rust-lang/crates.io-index"
5801 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
5802 dependencies = [
5803  "same-file",
5804  "winapi",
5805  "winapi-util",
5806 ]
5807
5808 [[package]]
5809 name = "wasi"
5810 version = "0.9.0+wasi-snapshot-preview1"
5811 source = "registry+https://github.com/rust-lang/crates.io-index"
5812 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5813
5814 [[package]]
5815 name = "wasi"
5816 version = "0.11.0+wasi-snapshot-preview1"
5817 source = "registry+https://github.com/rust-lang/crates.io-index"
5818 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
5819 dependencies = [
5820  "compiler_builtins",
5821  "rustc-std-workspace-alloc",
5822  "rustc-std-workspace-core",
5823 ]
5824
5825 [[package]]
5826 name = "winapi"
5827 version = "0.3.9"
5828 source = "registry+https://github.com/rust-lang/crates.io-index"
5829 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5830 dependencies = [
5831  "winapi-i686-pc-windows-gnu",
5832  "winapi-x86_64-pc-windows-gnu",
5833 ]
5834
5835 [[package]]
5836 name = "winapi-i686-pc-windows-gnu"
5837 version = "0.4.0"
5838 source = "registry+https://github.com/rust-lang/crates.io-index"
5839 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5840
5841 [[package]]
5842 name = "winapi-util"
5843 version = "0.1.5"
5844 source = "registry+https://github.com/rust-lang/crates.io-index"
5845 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5846 dependencies = [
5847  "winapi",
5848 ]
5849
5850 [[package]]
5851 name = "winapi-x86_64-pc-windows-gnu"
5852 version = "0.4.0"
5853 source = "registry+https://github.com/rust-lang/crates.io-index"
5854 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5855
5856 [[package]]
5857 name = "windows-sys"
5858 version = "0.36.1"
5859 source = "registry+https://github.com/rust-lang/crates.io-index"
5860 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
5861 dependencies = [
5862  "windows_aarch64_msvc",
5863  "windows_i686_gnu",
5864  "windows_i686_msvc",
5865  "windows_x86_64_gnu",
5866  "windows_x86_64_msvc",
5867 ]
5868
5869 [[package]]
5870 name = "windows_aarch64_msvc"
5871 version = "0.36.1"
5872 source = "registry+https://github.com/rust-lang/crates.io-index"
5873 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
5874
5875 [[package]]
5876 name = "windows_i686_gnu"
5877 version = "0.36.1"
5878 source = "registry+https://github.com/rust-lang/crates.io-index"
5879 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
5880
5881 [[package]]
5882 name = "windows_i686_msvc"
5883 version = "0.36.1"
5884 source = "registry+https://github.com/rust-lang/crates.io-index"
5885 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
5886
5887 [[package]]
5888 name = "windows_x86_64_gnu"
5889 version = "0.36.1"
5890 source = "registry+https://github.com/rust-lang/crates.io-index"
5891 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
5892
5893 [[package]]
5894 name = "windows_x86_64_msvc"
5895 version = "0.36.1"
5896 source = "registry+https://github.com/rust-lang/crates.io-index"
5897 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
5898
5899 [[package]]
5900 name = "xattr"
5901 version = "0.2.2"
5902 source = "registry+https://github.com/rust-lang/crates.io-index"
5903 checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
5904 dependencies = [
5905  "libc",
5906 ]
5907
5908 [[package]]
5909 name = "xz2"
5910 version = "0.1.6"
5911 source = "registry+https://github.com/rust-lang/crates.io-index"
5912 checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
5913 dependencies = [
5914  "lzma-sys",
5915 ]
5916
5917 [[package]]
5918 name = "yaml-merge-keys"
5919 version = "0.4.1"
5920 source = "registry+https://github.com/rust-lang/crates.io-index"
5921 checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
5922 dependencies = [
5923  "lazy_static",
5924  "thiserror",
5925  "yaml-rust",
5926 ]
5927
5928 [[package]]
5929 name = "yaml-rust"
5930 version = "0.4.4"
5931 source = "registry+https://github.com/rust-lang/crates.io-index"
5932 checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
5933 dependencies = [
5934  "linked-hash-map",
5935 ]
5936
5937 [[package]]
5938 name = "yansi"
5939 version = "0.5.1"
5940 source = "registry+https://github.com/rust-lang/crates.io-index"
5941 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5942
5943 [[package]]
5944 name = "yansi-term"
5945 version = "0.1.2"
5946 source = "registry+https://github.com/rust-lang/crates.io-index"
5947 checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5948 dependencies = [
5949  "winapi",
5950 ]