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