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