blob: d8612b3a2561b62989edaf3a72b6f8a580c1e2d7 [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Eric Hussea194b82021-03-26 19:29:083version = 3
4
Ahmed Charles9ca382f2016-09-02 08:55:295[[package]]
Alex Crichton06d565c2020-05-13 21:22:376name = "addr2line"
Ralf Jung10430db2022-07-15 14:04:237version = "0.17.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:1511 "compiler_builtins",
12 "gimli",
13 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:2315]
16
17[[package]]
Alex Crichton06d565c2020-05-13 21:22:3718name = "adler"
Ralf Jung10430db2022-07-15 14:04:2319version = "1.0.2"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Michael Howellcf83a1d2022-11-03 17:10:1522dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
Ralf Jung10430db2022-07-15 14:04:2326
27[[package]]
Lain Yang9a337b62022-01-07 05:32:5828name = "ahash"
29version = "0.7.4"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
32dependencies = [
33 "getrandom 0.2.0",
34 "once_cell",
35 "version_check",
36]
37
38[[package]]
Steve Klabnika0769612017-02-07 23:13:5739name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4140version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3941source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4142checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3943dependencies = [
Alex Crichton093ede22019-08-15 00:45:0944 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3945]
46
47[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2948name = "alloc"
49version = "0.0.0"
50dependencies = [
Alex Crichton093ede22019-08-15 00:45:0951 "compiler_builtins",
52 "core",
Aaron Hill2550d5b2021-03-07 23:39:1953 "rand 0.7.3",
Aaron Hill70ba4912020-08-01 14:11:1554 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2955]
56
57[[package]]
steveklabnikecfbaca2018-04-03 14:32:0458name = "ammonia"
klensy947e7872022-04-15 18:11:1459version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4760source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1461checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4762dependencies = [
Alex Crichton093ede22019-08-15 00:45:0963 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0964 "maplit",
klensy947e7872022-04-15 18:11:1465 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0966 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4367 "url",
Eric Huss2dafa912019-06-19 03:36:4768]
69
70[[package]]
topecongiroca19ffe2019-04-17 22:42:1871name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:5472version = "0.9.1"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:3575dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:5476 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:3577 "yansi-term",
78]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:2679
80[[package]]
Steve Klabnika0769612017-02-07 23:13:5781name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:0082version = "0.12.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
85dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:3186 "winapi",
Oliver Schererec7230f2020-07-24 18:42:0087]
88
89[[package]]
Eric Huss6da85d62020-01-14 17:47:0490name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:3991version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:0492source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:3993checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:0494
95[[package]]
Rune Tynan77156562021-01-16 01:34:1596name = "array_tool"
97version = "1.0.3"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
100
101[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54102name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29103version = "0.7.0"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54106
107[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46108name = "askama"
109version = "0.11.0"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
112dependencies = [
113 "askama_derive",
114 "askama_escape",
115 "askama_shared",
116]
117
118[[package]]
119name = "askama_derive"
120version = "0.11.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
123dependencies = [
124 "askama_shared",
125 "proc-macro2",
126 "syn",
127]
128
129[[package]]
130name = "askama_escape"
131version = "0.10.2"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
134
135[[package]]
136name = "askama_shared"
137version = "0.12.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
140dependencies = [
141 "askama_escape",
142 "nom",
143 "proc-macro2",
144 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39145 "serde",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46146 "syn",
Guillaume Gomez48f5dca2022-01-17 16:36:39147 "toml",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46148]
149
150[[package]]
Alex Crichton1cede102017-06-15 02:33:06151name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21152version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13153source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21154checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13155dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07156 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09157 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31158 "winapi",
Alex Crichton1cede102017-06-15 02:33:06159]
160
161[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05162name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23163version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35164source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23165checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35166
167[[package]]
Ralf Jung10430db2022-07-15 14:04:23168name = "backtrace"
169version = "0.3.66"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
172dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15173 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23174 "cc",
175 "cfg-if 1.0.0",
176 "libc",
Michael Howell8e71a132022-11-08 00:13:20177 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:15178 "object",
Ralf Jung10430db2022-07-15 14:04:23179 "rustc-demangle",
180]
181
182[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58183name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20184version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01185source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20186checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01187
188[[package]]
Eric Huss2b985322019-11-25 16:14:07189name = "bitmaps"
Mark Rousskov342d9562020-08-17 15:21:44190version = "2.1.0"
Eric Huss2b985322019-11-25 16:14:07191source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44192checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
Eric Huss2b985322019-11-25 16:14:07193dependencies = [
194 "typenum",
195]
196
197[[package]]
James Munnsde763692019-01-19 02:39:37198name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01199version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12200source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01201checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12202dependencies = [
klensy45fac342022-08-31 20:04:12203 "generic-array",
James Munnsde763692019-01-19 02:39:37204]
205
206[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39207name = "bstr"
klensy43512e62022-07-26 16:16:43208version = "0.2.17"
Eric Huss6a09cfa2019-05-16 05:27:39209source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43210checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Eric Huss6a09cfa2019-05-16 05:27:39211dependencies = [
Eric Hussfaa64612021-06-22 23:19:24212 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09213 "memchr",
Charles Lewa7750042022-11-06 06:43:25214 "regex-automata 0.1.10",
Eric Huss6a09cfa2019-05-16 05:27:39215]
216
217[[package]]
Ralf Jung55162732022-11-15 19:06:42218name = "bstr"
219version = "1.0.1"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
222dependencies = [
223 "memchr",
224 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52225 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42226 "serde",
227]
228
229[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04230name = "build-manifest"
231version = "0.1.0"
232dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01233 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40234 "flate2",
Pietro Albiniacd8e592020-10-01 15:15:12235 "hex 0.4.2",
Pietro Albiniacd8e592020-10-01 15:15:12236 "rayon",
Alex Crichton093ede22019-08-15 00:45:09237 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07238 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12239 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40240 "tar",
Eric Huss7d92cf42019-08-20 17:46:35241 "toml",
Alex Crichton9e8785f2017-01-24 22:37:04242]
243
244[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03245name = "bump-stage0"
246version = "0.1.0"
247dependencies = [
248 "anyhow",
249 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32250 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03251 "serde",
252 "serde_json",
253 "toml",
254]
255
256[[package]]
Alex Crichton4f661c02018-10-08 17:39:09257name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05258version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09259source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05260checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09261dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05262 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09263]
264
265[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43266name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31267version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43268source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31269checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43270
271[[package]]
Alex Crichton8ccf1122018-09-20 21:37:53272name = "bytesize"
Mark Rousskov342d9562020-08-17 15:21:44273version = "1.0.1"
Alex Crichton8ccf1122018-09-20 21:37:53274source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44275checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
Alex Crichton8ccf1122018-09-20 21:37:53276
277[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20278name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37279version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20280source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37281checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20282dependencies = [
283 "serde",
284]
285
286[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58287name = "cargo"
Weihang Lo934c4142022-11-11 22:07:29288version = "0.68.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58289dependencies = [
Eric Huss6da85d62020-01-14 17:47:04290 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09291 "atty",
292 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20293 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09294 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40295 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08296 "cargo-util",
Weihang Lo40bb4b72022-10-14 08:58:48297 "clap 4.0.15",
Alex Crichton093ede22019-08-15 00:45:09298 "crates-io",
Alex Crichton093ede22019-08-15 00:45:09299 "curl",
300 "curl-sys",
Eric Huss7ca38ee2021-07-16 02:27:11301 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:09302 "filetime",
303 "flate2",
Alex Crichton093ede22019-08-15 00:45:09304 "fwdansi",
305 "git2",
306 "git2-curl",
307 "glob",
Mark Rousskov342d9562020-08-17 15:21:44308 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11309 "home",
Weihang Lo35f89622022-11-18 21:35:07310 "http-auth",
Mark Rousskov342d9562020-08-17 15:21:44311 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09312 "ignore",
313 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39314 "indexmap",
pierwillf684acd2022-03-04 17:54:28315 "itertools",
Alex Crichton093ede22019-08-15 00:45:09316 "jobserver",
Yuki Okushi1f0a39502020-05-26 04:00:42317 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:09318 "lazycell",
319 "libc",
320 "libgit2-sys",
321 "log",
322 "memchr",
flip199544cea512021-07-01 16:18:02323 "opener",
Alex Crichton093ede22019-08-15 00:45:09324 "openssl",
Eric Huss94015472021-10-12 04:48:27325 "os_info",
Eric Huss4b4a5142022-04-14 01:02:32326 "pathdiff",
Eric Huss4a7e2fb2022-08-21 04:19:43327 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09328 "pretty_env_logger",
Alex Crichton093ede22019-08-15 00:45:09329 "rustc-workspace-hack",
Philipp Krones586cbd02022-06-04 12:07:44330 "rustfix",
Weihang Lo5095f542022-09-27 16:46:34331 "same-file",
klensy8ebc73b2022-02-06 20:57:29332 "semver",
Alex Crichton093ede22019-08-15 00:45:09333 "serde",
Weihang Lo5095f542022-09-27 16:46:34334 "serde-value",
Igor Matuszewskic2249a42019-09-08 08:28:11335 "serde_ignored",
Alex Crichton093ede22019-08-15 00:45:09336 "serde_json",
Eric Husscb969e82021-04-01 00:45:03337 "shell-escape",
Eric Huss3a6fc802022-04-20 13:50:39338 "snapbox",
Alex Crichton093ede22019-08-15 00:45:09339 "strip-ansi-escapes",
340 "tar",
341 "tempfile",
342 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27343 "toml_edit",
Alex Crichton093ede22019-08-15 00:45:09344 "unicode-width",
Aaron Hill70ba4912020-08-01 14:11:15345 "unicode-xid",
Eric Huss4a7e2fb2022-08-21 04:19:43346 "url",
Alex Crichton093ede22019-08-15 00:45:09347 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31348 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58349]
350
351[[package]]
Eric Huss74498c12020-12-16 17:03:33352name = "cargo-credential"
Weihang Lo35f89622022-11-18 21:35:07353version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33354
355[[package]]
356name = "cargo-credential-1password"
Weihang Lo35f89622022-11-18 21:35:07357version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33358dependencies = [
359 "cargo-credential",
360 "serde",
361 "serde_json",
362]
363
364[[package]]
365name = "cargo-credential-macos-keychain"
Weihang Lo35f89622022-11-18 21:35:07366version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33367dependencies = [
368 "cargo-credential",
369 "security-framework",
370]
371
372[[package]]
373name = "cargo-credential-wincred"
Weihang Lo35f89622022-11-18 21:35:07374version = "0.2.0"
Eric Huss74498c12020-12-16 17:03:33375dependencies = [
376 "cargo-credential",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31377 "winapi",
Eric Huss74498c12020-12-16 17:03:33378]
379
380[[package]]
Ralf Jung759e4952020-06-01 18:17:20381name = "cargo-miri"
382version = "0.1.0"
383dependencies = [
Ralf Jung3ba055f2022-08-10 18:17:48384 "cargo_metadata 0.15.0",
Ralf Jung759e4952020-06-01 18:17:20385 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57386 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20387 "rustc-workspace-hack",
Philipp Kronesdb490d02022-10-06 07:45:08388 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22389 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20390 "serde",
391 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20392]
393
394[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56395name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56396version = "0.1.2"
Alex Crichton5c5e3fa2019-09-24 18:06:56397dependencies = [
398 "serde",
399]
400
401[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20402name = "cargo-platform"
403version = "0.1.2"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
406dependencies = [
407 "serde",
408]
409
410[[package]]
Eric Hussaedb74b2019-06-12 14:37:30411name = "cargo-test-macro"
412version = "0.1.0"
Eric Hussaedb74b2019-06-12 14:37:30413
414[[package]]
Aaron Hilld440e132019-09-16 18:45:40415name = "cargo-test-support"
416version = "0.1.0"
417dependencies = [
Eric Hussea194b82021-03-26 19:29:08418 "anyhow",
Aaron Hilld440e132019-09-16 18:45:40419 "cargo-test-macro",
Eric Hussea194b82021-03-26 19:29:08420 "cargo-util",
Weihang Lo5095f542022-09-27 16:46:34421 "crates-io",
Aaron Hilld440e132019-09-16 18:45:40422 "filetime",
423 "flate2",
424 "git2",
425 "glob",
pierwillf684acd2022-03-04 17:54:28426 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:42427 "lazy_static",
Aaron Hilld440e132019-09-16 18:45:40428 "serde_json",
Eric Huss22326c52022-05-04 05:48:05429 "snapbox",
Aaron Hilld440e132019-09-16 18:45:40430 "tar",
Eric Hussfaa64612021-06-22 23:19:24431 "termcolor",
Mark Rousskovbf29b3c2022-05-18 16:16:27432 "toml_edit",
Eric Huss4a7e2fb2022-08-21 04:19:43433 "url",
Eric Huss0a31aa22022-08-10 11:07:57434 "winapi",
Aaron Hilld440e132019-09-16 18:45:40435]
436
437[[package]]
Eric Hussea194b82021-03-26 19:29:08438name = "cargo-util"
Weihang Lode53bd32022-11-16 00:10:54439version = "0.2.3"
Eric Hussea194b82021-03-26 19:29:08440dependencies = [
441 "anyhow",
442 "core-foundation",
443 "crypto-hash",
444 "filetime",
445 "hex 0.4.2",
446 "jobserver",
447 "libc",
448 "log",
Weihang Lo8a808dc2022-11-23 01:01:35449 "miow 0.5.0",
Eric Hussea194b82021-03-26 19:29:08450 "same-file",
451 "shell-escape",
452 "tempfile",
453 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31454 "winapi",
Eric Hussea194b82021-03-26 19:29:08455]
456
457[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29458name = "cargo_metadata"
Caleb Cartwright0697f562021-10-20 05:15:20459version = "0.14.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
462dependencies = [
463 "camino",
464 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
klensy8ebc73b2022-02-06 20:57:29465 "semver",
Caleb Cartwright0697f562021-10-20 05:15:20466 "serde",
467 "serde_json",
468]
469
470[[package]]
Ralf Jungc2df1c22022-07-21 20:04:37471name = "cargo_metadata"
472version = "0.15.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "3abb7553d5b9b8421c6de7cb02606ff15e0c6eea7d8eadd75ef013fd636bec36"
475dependencies = [
476 "camino",
477 "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
478 "semver",
479 "serde",
480 "serde_json",
481]
482
483[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26484name = "cargotest2"
485version = "0.1.0"
486
487[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35488name = "cc"
Tom Parker-Shemilt18129b62022-11-09 21:52:10489version = "1.0.76"
Nick Cameronc5cad5a2017-09-22 01:58:35490source = "registry+https://github.com/rust-lang/crates.io-index"
Tom Parker-Shemilt18129b62022-11-09 21:52:10491checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
Eric Hussa9023832019-11-09 19:59:53492dependencies = [
493 "jobserver",
Eric Hussa9023832019-11-09 19:59:53494]
Nick Cameronc5cad5a2017-09-22 01:58:35495
496[[package]]
Josh Stone020c5ec2017-05-08 22:01:13497name = "cfg-if"
Alex Crichtonaabf4e92020-01-08 15:33:57498version = "0.1.10"
Josh Stone020c5ec2017-05-08 22:01:13499source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:57500checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Josh Stone020c5ec2017-05-08 22:01:13501
502[[package]]
Aaron Hill44fdfd62020-10-11 17:51:07503name = "cfg-if"
504version = "1.0.0"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03507dependencies = [
508 "compiler_builtins",
509 "rustc-std-workspace-core",
510]
Aaron Hill44fdfd62020-10-11 17:51:07511
512[[package]]
Jack Hueya24df5b2020-03-03 16:25:03513name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38514version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03515source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38516checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03517dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15518 "proc-macro2",
519 "quote",
520 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:16521 "synstructure",
Jack Hueya24df5b2020-03-03 16:25:03522]
523
524[[package]]
525name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38526version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03527source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38528checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03529dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19530 "chalk-derive",
531 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37532 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03533 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09534 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03535]
536
537[[package]]
538name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38539version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03540source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38541checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03542dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31543 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03544 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42545 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03546]
547
548[[package]]
Jack Hueya24df5b2020-03-03 16:25:03549name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38550version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03551source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38552checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03553dependencies = [
554 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03555 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09556 "ena",
pierwill8d27c282022-01-19 19:44:43557 "indexmap",
pierwillf684acd2022-03-04 17:54:28558 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03559 "petgraph",
560 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09561 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37562 "tracing-subscriber",
563 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03564]
565
566[[package]]
Alex Crichton15899b02018-01-25 04:01:42567name = "chrono"
Tomasz Miąsko2abe7c82021-02-28 00:00:00568version = "0.4.19"
Alex Crichton15899b02018-01-25 04:01:42569source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:00570checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
Alex Crichton15899b02018-01-25 04:01:42571dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:00572 "libc",
Alex Crichton093ede22019-08-15 00:45:09573 "num-integer",
574 "num-traits",
575 "time",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31576 "winapi",
Alex Crichton15899b02018-01-25 04:01:42577]
578
579[[package]]
Steve Klabnika0769612017-02-07 23:13:57580name = "clap"
Weihang Lo11e66e12022-09-05 17:34:53581version = "3.2.20"
Eric Hussbfacc5c2022-01-19 03:14:33582source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53583checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
Eric Hussbfacc5c2022-01-19 03:14:33584dependencies = [
585 "atty",
586 "bitflags",
Caleb Cartwrightf367f4d2022-06-13 03:04:54587 "clap_derive",
Weihang Loc1b4f112022-10-04 20:57:49588 "clap_lex 0.2.2",
Eric Hussbfacc5c2022-01-19 03:14:33589 "indexmap",
Arlo Siemsenb59abdc2022-06-17 17:58:51590 "once_cell",
Michael Howell4a7b7732022-06-20 18:41:56591 "strsim",
Eric Hussbfacc5c2022-01-19 03:14:33592 "termcolor",
Michael Howell4a7b7732022-06-20 18:41:56593 "textwrap",
Eric Hussbfacc5c2022-01-19 03:14:33594]
595
596[[package]]
Weihang Loc1b4f112022-10-04 20:57:49597name = "clap"
Weihang Lo40bb4b72022-10-14 08:58:48598version = "4.0.15"
Weihang Loc1b4f112022-10-04 20:57:49599source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo40bb4b72022-10-14 08:58:48600checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
Weihang Loc1b4f112022-10-04 20:57:49601dependencies = [
602 "atty",
603 "bitflags",
604 "clap_lex 0.3.0",
605 "strsim",
606 "termcolor",
607]
608
609[[package]]
Eric Huss51814222022-04-15 18:57:06610name = "clap_complete"
611version = "3.1.1"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
614dependencies = [
Weihang Loc1b4f112022-10-04 20:57:49615 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:06616]
617
618[[package]]
Caleb Cartwrightf367f4d2022-06-13 03:04:54619name = "clap_derive"
Weihang Lo11e66e12022-09-05 17:34:53620version = "3.2.18"
Caleb Cartwrightf367f4d2022-06-13 03:04:54621source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo11e66e12022-09-05 17:34:53622checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
Caleb Cartwrightf367f4d2022-06-13 03:04:54623dependencies = [
Eric Huss821e9d52022-07-18 21:41:10624 "heck",
Caleb Cartwrightf367f4d2022-06-13 03:04:54625 "proc-macro-error",
626 "proc-macro2",
627 "quote",
628 "syn",
629]
630
631[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51632name = "clap_lex"
633version = "0.2.2"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
636dependencies = [
637 "os_str_bytes",
638]
639
640[[package]]
Weihang Loc1b4f112022-10-04 20:57:49641name = "clap_lex"
642version = "0.3.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
645dependencies = [
646 "os_str_bytes",
647]
648
649[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29650name = "clippy"
Philipp Kronesd4077782022-11-21 19:52:06651version = "0.1.67"
Ahmed Charles9ca382f2016-09-02 08:55:29652dependencies = [
Alex Crichton093ede22019-08-15 00:45:09653 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16654 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41655 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09656 "derive-new",
flip1995647f2b42021-06-03 07:06:49657 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43658 "futures",
flip1995fe247b42021-09-08 14:32:16659 "if_chain",
pierwillf684acd2022-03-04 17:54:28660 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44661 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39662 "quote",
flip1995412ebc32021-03-12 14:31:11663 "regex",
flip1995706fa542022-03-14 11:03:16664 "rustc-semver",
Alex Crichton093ede22019-08-15 00:45:09665 "rustc-workspace-hack",
Philipp Kronesdb490d02022-10-06 07:45:08666 "rustc_tools_util",
klensy8ebc73b2022-02-06 20:57:29667 "semver",
Alex Crichton093ede22019-08-15 00:45:09668 "serde",
flip19950f1ff452021-03-25 18:29:39669 "syn",
Matthias Krügerf77104b2019-12-02 22:09:48670 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00671 "termize",
Ralf Jungbf11b122021-04-06 11:20:48672 "tester",
flip1995159d6c32022-01-13 12:18:51673 "tokio",
Philipp Krones5fead7a2022-06-30 09:35:55674 "toml",
Philipp Kronesd6732192022-07-28 17:08:41675 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29676]
677
678[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49679name = "clippy_dev"
680version = "0.0.1"
681dependencies = [
flip1995463c7602022-05-05 14:13:10682 "aho-corasick",
Weihang Loc1b4f112022-10-04 20:57:49683 "clap 3.2.20",
flip19958d5f69d2021-10-21 11:13:17684 "indoc",
pierwillf684acd2022-03-04 17:54:28685 "itertools",
flip199544cea512021-07-01 16:18:02686 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49687 "shell-escape",
Joshua Nelson8c25e272021-04-14 13:20:49688 "walkdir",
689]
690
691[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29692name = "clippy_lints"
Philipp Kronesd4077782022-11-21 19:52:06693version = "0.1.67"
Oliver Schneider847bb142018-05-11 12:11:06694dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:37695 "cargo_metadata 0.14.0",
flip19950046d7c2021-02-25 10:26:23696 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06697 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09698 "if_chain",
pierwillf684acd2022-03-04 17:54:28699 "itertools",
Guillaume Gomez80b26bd2022-01-19 10:02:24700 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09701 "quine-mc_cluskey",
702 "regex-syntax",
flip1995898ef0f2020-12-06 14:07:59703 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29704 "semver",
Alex Crichton093ede22019-08-15 00:45:09705 "serde",
flip1995c24058b2021-05-06 10:21:46706 "serde_json",
flip199537cdd7e2022-06-16 15:39:29707 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:35708 "toml",
Alex Crichton093ede22019-08-15 00:45:09709 "unicode-normalization",
flip199544cea512021-07-01 16:18:02710 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43711 "url",
Oliver Schneider847bb142018-05-11 12:11:06712]
713
714[[package]]
flip19950046d7c2021-02-25 10:26:23715name = "clippy_utils"
Philipp Kronesd4077782022-11-21 19:52:06716version = "0.1.67"
flip19950046d7c2021-02-25 10:26:23717dependencies = [
flip1995159d6c32022-01-13 12:18:51718 "arrayvec",
flip19950046d7c2021-02-25 10:26:23719 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45720 "itertools",
flip19950046d7c2021-02-25 10:26:23721 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23722]
723
724[[package]]
Ralf Jung10430db2022-07-15 14:04:23725name = "color-eyre"
726version = "0.6.2"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
729dependencies = [
730 "backtrace",
731 "color-spantrace",
732 "eyre",
733 "indenter",
734 "once_cell",
735 "owo-colors",
736 "tracing-error",
737]
738
739[[package]]
740name = "color-spantrace"
741version = "0.2.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
744dependencies = [
745 "once_cell",
746 "owo-colors",
747 "tracing-core",
748 "tracing-error",
749]
750
751[[package]]
Nick Cameron127f9a62018-04-25 22:11:28752name = "colored"
Ralf Jung0e908752020-09-17 18:04:20753version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28754source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20755checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28756dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42757 "atty",
758 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31759 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28760]
761
762[[package]]
Eric Hussaf8048b2022-01-26 00:24:21763name = "combine"
klensy45fac342022-08-31 20:04:12764version = "4.6.6"
Eric Hussaf8048b2022-01-26 00:24:21765source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:12766checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
Eric Hussaf8048b2022-01-26 00:24:21767dependencies = [
768 "bytes",
769 "memchr",
770]
771
772[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29773name = "commoncrypto"
774version = "0.2.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09776checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
Oliver Schneideracdf83f2017-12-06 08:25:29777dependencies = [
Alex Crichton093ede22019-08-15 00:45:09778 "commoncrypto-sys",
Oliver Schneideracdf83f2017-12-06 08:25:29779]
780
781[[package]]
782name = "commoncrypto-sys"
783version = "0.2.0"
784source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09785checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
Oliver Schneideracdf83f2017-12-06 08:25:29786dependencies = [
Alex Crichton093ede22019-08-15 00:45:09787 "libc",
Murarth64842582017-06-17 19:01:18788]
789
790[[package]]
Alex Crichton147e2da2016-10-07 06:30:38791name = "compiler_builtins"
Nicholas Bishopcdb69072022-11-18 03:11:39792version = "0.1.84"
Alex Crichton4c21a3b2018-11-20 05:52:50793source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Bishopcdb69072022-11-18 03:11:39794checksum = "989b2c1ca6e90ad06fdc69d1d1862fa28d27a977be6d92ae2fa762cf61fe0b10"
Alex Crichton147e2da2016-10-07 06:30:38795dependencies = [
Alex Crichton093ede22019-08-15 00:45:09796 "cc",
797 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38798]
799
800[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29801name = "compiletest"
802version = "0.0.0"
803dependencies = [
Michael Howellb29d9d52021-02-24 06:42:42804 "colored",
Alex Crichton093ede22019-08-15 00:45:09805 "diff",
Alex Crichton093ede22019-08-15 00:45:09806 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21807 "glob",
Yuki Okushi1f0a39502020-05-26 04:00:42808 "lazy_static",
Eric Hussfab89962022-08-08 04:26:13809 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09810 "libc",
Weihang Lobfce2272022-11-04 23:50:44811 "miow 0.3.7",
Jakob Degen17395b42022-10-31 00:17:25812 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09813 "regex",
Philipp Krones586cbd02022-06-04 12:07:44814 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09815 "serde",
816 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00817 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00818 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42819 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09820 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31821 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29822]
823
824[[package]]
825name = "compiletest_rs"
Philipp Kronesdb490d02022-10-06 07:45:08826version = "0.9.0"
hyd-deve671c352021-09-06 16:43:27827source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesdb490d02022-10-06 07:45:08828checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372"
hyd-deve671c352021-09-06 16:43:27829dependencies = [
830 "diff",
831 "filetime",
832 "getopts",
833 "lazy_static",
834 "libc",
835 "log",
Weihang Lobfce2272022-11-04 23:50:44836 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27837 "regex",
Philipp Krones586cbd02022-06-04 12:07:44838 "rustfix",
hyd-deve671c352021-09-06 16:43:27839 "serde",
840 "serde_derive",
841 "serde_json",
842 "tempfile",
843 "tester",
844 "winapi",
845]
846
847[[package]]
Eric Huss3a6fc802022-04-20 13:50:39848name = "concolor"
Weihang Lobfce2272022-11-04 23:50:44849version = "0.0.9"
Eric Huss3a6fc802022-04-20 13:50:39850source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44851checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37"
Eric Huss3a6fc802022-04-20 13:50:39852dependencies = [
853 "atty",
854 "bitflags",
855 "concolor-query",
856]
857
858[[package]]
859name = "concolor-query"
Weihang Lobfce2272022-11-04 23:50:44860version = "0.1.0"
Eric Huss3a6fc802022-04-20 13:50:39861source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44862checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
Eric Huss3a6fc802022-04-20 13:50:39863
864[[package]]
865name = "content_inspector"
866version = "0.2.4"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
869dependencies = [
870 "memchr",
871]
872
873[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29874name = "core"
875version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16876dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19877 "rand 0.7.3",
Thom Chiovoloni08127592022-05-02 06:10:56878 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16879]
Ahmed Charles9ca382f2016-09-02 08:55:29880
881[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28882name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05883version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07884source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05885checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07886dependencies = [
Eric Huss6654c582020-06-23 22:00:48887 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09888 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28889]
890
891[[package]]
892name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05893version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07894source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05895checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07896
897[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48898name = "coverage_test_macros"
899version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48900
901[[package]]
pierwillef6dd122022-02-10 16:54:01902name = "cpufeatures"
903version = "0.2.1"
Pietro Albiniacd8e592020-10-01 15:15:12904source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01905checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
906dependencies = [
907 "libc",
908]
Pietro Albiniacd8e592020-10-01 15:15:12909
910[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58911name = "crates-io"
Weihang Lode53bd32022-11-16 00:10:54912version = "0.35.0"
Nick Cameronad8ecc22017-07-19 01:32:12913dependencies = [
Eric Huss6da85d62020-01-14 17:47:04914 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09915 "curl",
Eric Huss4a7e2fb2022-08-21 04:19:43916 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09917 "serde",
Alex Crichton093ede22019-08-15 00:45:09918 "serde_json",
Eric Huss4a7e2fb2022-08-21 04:19:43919 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58920]
921
922[[package]]
Alex Crichtonb4110902018-12-08 11:06:54923name = "crc32fast"
klensy43512e62022-07-26 16:16:43924version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54925source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43926checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54927dependencies = [
klensy43512e62022-07-26 16:16:43928 "cfg-if 1.0.0",
Alex Crichtonb4110902018-12-08 11:06:54929]
Alex Crichton38bedfa2017-09-02 03:46:51930
931[[package]]
kennytmcab21f12018-07-26 21:58:55932name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:42933version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:38934source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:42935checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:38936dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54937 "cfg-if 1.0.0",
Josh Stonef3b88122022-01-10 19:34:07938 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38939]
940
941[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45942name = "crossbeam-deque"
Josh Stonef3b88122022-01-10 19:34:07943version = "0.8.1"
Josh Stone33c41252019-09-10 17:13:07944source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07945checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Josh Stone33c41252019-09-10 17:13:07946dependencies = [
Josh Stonef3b88122022-01-10 19:34:07947 "cfg-if 1.0.0",
Igor Matuszewski5b091302019-12-10 15:01:01948 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07949 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07950]
951
952[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45953name = "crossbeam-epoch"
Josh Stonef3b88122022-01-10 19:34:07954version = "0.9.6"
Matthias Krüger696fb8f2019-01-21 15:32:43955source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07956checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
Matthias Krüger696fb8f2019-01-21 15:32:43957dependencies = [
Josh Stonef3b88122022-01-10 19:34:07958 "cfg-if 1.0.0",
959 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:42960 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01961 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16962 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43963]
964
965[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45966name = "crossbeam-utils"
klensy4e079132022-04-11 18:50:19967version = "0.8.8"
Eric Husse0f2f9d2019-11-12 17:57:41968source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19969checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
Eric Husse0f2f9d2019-11-12 17:57:41970dependencies = [
Eric Huss71bf7cf2020-10-14 22:16:47971 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47972 "lazy_static",
973]
974
975[[package]]
pierwillef6dd122022-02-10 16:54:01976name = "crypto-common"
977version = "0.1.2"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
980dependencies = [
klensy45fac342022-08-31 20:04:12981 "generic-array",
pierwillef6dd122022-02-10 16:54:01982]
983
984[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29985name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44986version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29987source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44988checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29989dependencies = [
Alex Crichton093ede22019-08-15 00:45:09990 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40991 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09992 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31993 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:29994]
995
996[[package]]
Xidorn Quan38e42332021-02-13 11:17:15997name = "cstr"
998version = "0.2.8"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1001dependencies = [
1002 "proc-macro2",
1003 "quote",
1004]
1005
1006[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581007name = "curl"
Weihang Lobfce2272022-11-04 23:50:441008version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581009source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441010checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581011dependencies = [
Alex Crichton093ede22019-08-15 00:45:091012 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:091013 "libc",
1014 "openssl-probe",
1015 "openssl-sys",
1016 "schannel",
klensyd5e8ad42021-07-04 18:49:561017 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311018 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581019]
1020
1021[[package]]
1022name = "curl-sys"
Weihang Lobfce2272022-11-04 23:50:441023version = "0.4.59+curl-7.86.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581024source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441025checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581026dependencies = [
Alex Crichton093ede22019-08-15 00:45:091027 "cc",
1028 "libc",
1029 "libnghttp2-sys",
1030 "libz-sys",
1031 "openssl-sys",
1032 "pkg-config",
1033 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311034 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131035]
1036
1037[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511038name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221039version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511040source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091041checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511042
1043[[package]]
Philipp Kronesd4077782022-11-21 19:52:061044name = "declare_clippy_lint"
1045version = "0.1.67"
1046dependencies = [
1047 "itertools",
1048 "quote",
1049 "syn",
1050]
1051
1052[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581053name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491054version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581055source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491056checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581057dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151058 "proc-macro2",
1059 "quote",
1060 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581061]
1062
1063[[package]]
Cengiz Can837817c2017-04-27 19:41:181064name = "diff"
klensy43512e62022-07-26 16:16:431065version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181066source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431067checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181068
1069[[package]]
Mark Simulacrum42fde212018-03-10 14:03:061070name = "difference"
1071version = "2.0.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091073checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
Mark Simulacrum42fde212018-03-10 14:03:061074
1075[[package]]
James Munnsde763692019-01-19 02:39:371076name = "digest"
pierwillef6dd122022-02-10 16:54:011077version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121078source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011079checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121080dependencies = [
klensy45fac342022-08-31 20:04:121081 "block-buffer",
pierwillef6dd122022-02-10 16:54:011082 "crypto-common",
James Munnsde763692019-01-19 02:39:371083]
1084
1085[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451086name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:571087version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451088source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:571089checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:451090dependencies = [
Alex Crichton093ede22019-08-15 00:45:091091 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451092]
1093
1094[[package]]
flip19954c228cc2019-02-18 09:32:581095name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541096version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581097source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541098checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581099dependencies = [
Alex Crichton093ede22019-08-15 00:45:091100 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581101]
1102
1103[[package]]
flip19950046d7c2021-02-25 10:26:231104name = "dirs-next"
1105version = "2.0.0"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1108dependencies = [
1109 "cfg-if 1.0.0",
1110 "dirs-sys-next",
1111]
1112
1113[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321114name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471115version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321116source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471117checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321118dependencies = [
Alex Crichton093ede22019-08-15 00:45:091119 "libc",
Jubilee Young27ef7192021-04-23 22:49:471120 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311121 "winapi",
flip19950046d7c2021-02-25 10:26:231122]
1123
1124[[package]]
1125name = "dirs-sys-next"
1126version = "0.1.2"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1129dependencies = [
1130 "libc",
Jubilee Young27ef7192021-04-23 22:49:471131 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311132 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321133]
1134
1135[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421136name = "displaydoc"
1137version = "0.2.3"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1140dependencies = [
1141 "proc-macro2",
1142 "quote",
1143 "syn",
1144]
1145
1146[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291147name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351148version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501149source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351150checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291151dependencies = [
Alex Crichton093ede22019-08-15 00:45:091152 "compiler_builtins",
1153 "libc",
1154 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291155]
1156
1157[[package]]
Eric Huss3a6fc802022-04-20 13:50:391158name = "dunce"
1159version = "1.0.2"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1162
1163[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291164name = "either"
Mark Rousskov342d9562020-08-17 15:21:441165version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291166source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441167checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291168
1169[[package]]
steveklabnikecfbaca2018-04-03 14:32:041170name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101171version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041172source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101173checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041174dependencies = [
Alex Crichton093ede22019-08-15 00:45:091175 "regex",
1176 "serde",
1177 "serde_derive",
1178 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041179]
1180
1181[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121182name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071183version = "0.14.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071186dependencies = [
Alex Crichton093ede22019-08-15 00:45:091187 "log",
varkor443a2d42019-03-19 21:30:071188]
1189
1190[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581191name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201192version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421193source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201194checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231195dependencies = [
Alex Crichton093ede22019-08-15 00:45:091196 "atty",
Eric Hussd45d8b12020-01-21 17:55:431197 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091198 "log",
1199 "regex",
1200 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231201]
1202
1203[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561204name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111205version = "0.9.0"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1208dependencies = [
1209 "atty",
1210 "humantime 2.0.1",
1211 "log",
1212 "regex",
1213 "termcolor",
1214]
1215
1216[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291217name = "error_index_generator"
1218version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581219dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211220 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581221]
Ahmed Charles9ca382f2016-09-02 08:55:291222
1223[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301224name = "expand-yaml-anchors"
1225version = "0.1.0"
1226dependencies = [
1227 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001228 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301229]
1230
1231[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501232name = "expect-test"
Aleksey Kladov5716c3e2020-08-31 19:04:091233version = "1.0.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501234source = "registry+https://github.com/rust-lang/crates.io-index"
Aleksey Kladov5716c3e2020-08-31 19:04:091235checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
Aleksey Kladovf7be59c2020-08-21 12:03:501236dependencies = [
1237 "difference",
1238 "once_cell",
1239]
1240
1241[[package]]
Ralf Jung10430db2022-07-15 14:04:231242name = "eyre"
1243version = "0.6.8"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1246dependencies = [
1247 "indenter",
1248 "once_cell",
1249]
1250
1251[[package]]
David Wood2dc1a8a2021-12-03 14:24:051252name = "fallible-iterator"
1253version = "0.2.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1256
1257[[package]]
Ralf Jung55162732022-11-15 19:06:421258name = "fastrand"
1259version = "1.8.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1262dependencies = [
1263 "instant",
1264]
1265
1266[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291267name = "filetime"
klensydcdc3082021-05-11 19:03:591268version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591269source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591270checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591271dependencies = [
klensydcdc3082021-05-11 19:03:591272 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091273 "libc",
klensydcdc3082021-05-11 19:03:591274 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311275 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591276]
1277
1278[[package]]
Jack Hueya24df5b2020-03-03 16:25:031279name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191280version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031281source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191282checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031283
1284[[package]]
Josh Stone020c5ec2017-05-08 22:01:131285name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201286version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291287source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201288checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291289dependencies = [
Michael Howell8e71a132022-11-08 00:13:201290 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091291 "crc32fast",
1292 "libc",
1293 "libz-sys",
Michael Howell8e71a132022-11-08 00:13:201294 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291295]
1296
1297[[package]]
David Wood7f916972022-03-26 07:27:431298name = "fluent-bundle"
1299version = "0.15.2"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1302dependencies = [
1303 "fluent-langneg",
1304 "fluent-syntax",
1305 "intl-memoizer",
1306 "intl_pluralrules",
1307 "rustc-hash",
1308 "self_cell",
1309 "smallvec",
1310 "unic-langid",
1311]
1312
1313[[package]]
1314name = "fluent-langneg"
1315version = "0.13.0"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1318dependencies = [
1319 "unic-langid",
1320]
1321
1322[[package]]
1323name = "fluent-syntax"
1324version = "0.11.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1327dependencies = [
1328 "thiserror",
1329]
1330
1331[[package]]
Simon Sapinb77ff242017-07-18 21:26:551332name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441333version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551334source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441335checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551336
1337[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581338name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291339version = "0.3.2"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091341checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291342dependencies = [
Alex Crichton093ede22019-08-15 00:45:091343 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291344]
1345
1346[[package]]
1347name = "foreign-types-shared"
1348version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581349source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091350checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581351
1352[[package]]
Eric Hussf3287a62021-05-12 00:39:511353name = "form_urlencoded"
1354version = "1.0.1"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1357dependencies = [
1358 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431359 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511360]
1361
1362[[package]]
Jethro Beekman4a350562018-08-28 04:33:261363name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491364version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501365source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491366checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261367dependencies = [
Alex Crichton093ede22019-08-15 00:45:091368 "compiler_builtins",
1369 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261370]
1371
1372[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471373name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391374version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471375source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391376checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471377
1378[[package]]
Alex Crichton016eaf82018-10-21 02:15:061379name = "fs_extra"
1380version = "1.1.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091382checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061383
1384[[package]]
steveklabnikecfbaca2018-04-03 14:32:041385name = "futf"
Eric Huss04b75a72022-06-22 23:49:241386version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041387source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241388checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041389dependencies = [
Alex Crichton093ede22019-08-15 00:45:091390 "mac",
1391 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041392]
1393
1394[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121395name = "futures"
klensy8ebc73b2022-02-06 20:57:291396version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541397source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291398checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541399dependencies = [
1400 "futures-channel",
1401 "futures-core",
1402 "futures-executor",
1403 "futures-io",
1404 "futures-sink",
1405 "futures-task",
1406 "futures-util",
1407]
1408
1409[[package]]
1410name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291411version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541412source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291413checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541414dependencies = [
1415 "futures-core",
1416 "futures-sink",
1417]
1418
1419[[package]]
1420name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291421version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541422source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291423checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541424
1425[[package]]
1426name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291427version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541428source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291429checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541430dependencies = [
1431 "futures-core",
1432 "futures-task",
1433 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541434]
1435
1436[[package]]
1437name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291438version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541439source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291440checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541441
1442[[package]]
1443name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291444version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541445source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291446checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541447dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541448 "proc-macro2",
1449 "quote",
1450 "syn",
1451]
1452
1453[[package]]
1454name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291455version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541456source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291457checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541458
1459[[package]]
1460name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291461version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541462source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291463checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541464
1465[[package]]
1466name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291467version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541468source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291469checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541470dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541471 "futures-channel",
1472 "futures-core",
1473 "futures-io",
1474 "futures-macro",
1475 "futures-sink",
1476 "futures-task",
1477 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311478 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541479 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541480 "slab",
1481]
1482
1483[[package]]
Eric Huss97308712018-08-14 21:27:261484name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051485version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261486source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051487checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261488dependencies = [
Alex Crichton093ede22019-08-15 00:45:091489 "memchr",
1490 "termcolor",
Eric Huss97308712018-08-14 21:27:261491]
1492
1493[[package]]
James Munnsde763692019-01-19 02:39:371494name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121495version = "0.14.4"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1498dependencies = [
1499 "typenum",
1500 "version_check",
1501]
1502
1503[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291504name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081505version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291506source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081507checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361508dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081509 "rustc-std-workspace-core",
1510 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091511 "unicode-width",
varkore72f7e12019-04-30 19:37:361512]
Ahmed Charles9ca382f2016-09-02 08:55:291513
1514[[package]]
gnzlbg52caca02019-08-01 15:02:261515name = "getrandom"
Collin Bakerdfab01b2022-10-21 18:38:561516version = "0.1.16"
gnzlbg52caca02019-08-01 15:02:261517source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Bakerdfab01b2022-10-21 18:38:561518checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
gnzlbg52caca02019-08-01 15:02:261519dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:561520 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091521 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131522 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261523]
1524
1525[[package]]
Ralf Jung0e908752020-09-17 18:04:201526name = "getrandom"
1527version = "0.2.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1530dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071531 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201532 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131533 "wasi 0.9.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201534]
1535
1536[[package]]
Alex Crichton06d565c2020-05-13 21:22:371537name = "gimli"
David Wood2dc1a8a2021-12-03 14:24:051538version = "0.26.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1541dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151542 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051543 "fallible-iterator",
1544 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151545 "rustc-std-workspace-alloc",
1546 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051547 "stable_deref_trait",
1548]
1549
1550[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581551name = "git2"
Weihang Loae1764c2022-08-29 06:15:361552version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581553source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361554checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581555dependencies = [
Alex Crichton093ede22019-08-15 00:45:091556 "bitflags",
1557 "libc",
1558 "libgit2-sys",
1559 "log",
1560 "openssl-probe",
1561 "openssl-sys",
Eric Huss4a7e2fb2022-08-21 04:19:431562 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581563]
1564
1565[[package]]
1566name = "git2-curl"
Weihang Loae1764c2022-08-29 06:15:361567version = "0.16.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581568source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361569checksum = "ed817a00721e2f8037ba722e60358d4956dae9cca10315fc982f967907d3b0cd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581570dependencies = [
Alex Crichton093ede22019-08-15 00:45:091571 "curl",
1572 "git2",
1573 "log",
Eric Huss4a7e2fb2022-08-21 04:19:431574 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581575]
1576
1577[[package]]
1578name = "glob"
Eric Huss45432452019-03-12 20:34:471579version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581580source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091581checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581582
1583[[package]]
Simon Sapinb77ff242017-07-18 21:26:551584name = "globset"
klensy43512e62022-07-26 16:16:431585version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551586source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431587checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551588dependencies = [
Alex Crichton093ede22019-08-15 00:45:091589 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421590 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091591 "fnv",
1592 "log",
1593 "regex",
Simon Sapinb77ff242017-07-18 21:26:551594]
1595
1596[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291597name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461598version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291599source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461600checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291601dependencies = [
1602 "serde",
1603]
1604
1605[[package]]
Steve Klabnika0769612017-02-07 23:13:571606name = "handlebars"
klensy45fac342022-08-31 20:04:121607version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571608source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121609checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571610dependencies = [
Alex Crichton093ede22019-08-15 00:45:091611 "log",
1612 "pest",
1613 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091614 "serde",
1615 "serde_json",
klensy45fac342022-08-31 20:04:121616 "thiserror",
James Munnsde763692019-01-19 02:39:371617]
1618
1619[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051620name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261621version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511622source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261623checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111624dependencies = [
Martin Kröning21625e52022-06-01 22:16:001625 "ahash",
Alex Crichton093ede22019-08-15 00:45:091626 "compiler_builtins",
1627 "rustc-std-workspace-alloc",
1628 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071629]
1630
1631[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471632name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541633version = "0.4.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1636
1637[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101638name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301639version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101640source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301641checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101642dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071643 "libc",
1644]
1645
1646[[package]]
1647name = "hermit-abi"
joboet262193e2022-09-06 08:44:051648version = "0.2.6"
Stefan Lankes1ab5b0b2022-02-15 12:57:071649source = "registry+https://github.com/rust-lang/crates.io-index"
joboet262193e2022-09-06 08:44:051650checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
Stefan Lankes1ab5b0b2022-02-15 12:57:071651dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101652 "compiler_builtins",
1653 "libc",
joboet262193e2022-09-06 08:44:051654 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101655 "rustc-std-workspace-core",
1656]
1657
1658[[package]]
Alex Crichton1cede102017-06-15 02:33:061659name = "hex"
Alex Crichtond8251152018-07-02 16:33:161660version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221661source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091662checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221663
1664[[package]]
Aaron Hilld440e132019-09-16 18:45:401665name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441666version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401667source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441668checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401669
1670[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121671name = "home"
Mark Rousskov342d9562020-08-17 15:21:441672version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531673source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441674checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531675dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311676 "winapi",
flip199596c3ec12019-08-20 07:32:531677]
1678
1679[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181680name = "html-checker"
1681version = "0.1.0"
1682dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001683 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181684 "walkdir",
1685]
1686
1687[[package]]
steveklabnikecfbaca2018-04-03 14:32:041688name = "html5ever"
klensy947e7872022-04-15 18:11:141689version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471690source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141691checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471692dependencies = [
Alex Crichton093ede22019-08-15 00:45:091693 "log",
1694 "mac",
1695 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151696 "proc-macro2",
1697 "quote",
1698 "syn",
Eric Huss2dafa912019-06-19 03:36:471699]
1700
1701[[package]]
Weihang Lo35f89622022-11-18 21:35:071702name = "http-auth"
1703version = "0.1.6"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850"
1706dependencies = [
1707 "memchr",
1708]
1709
1710[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481711name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561712version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481713source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561714checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481715dependencies = [
klensy45fac342022-08-31 20:04:121716 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481717]
1718
1719[[package]]
Eric Hussd45d8b12020-01-21 17:55:431720name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441721version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431722source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441723checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431724
1725[[package]]
Charles Lewa7750042022-11-06 06:43:251726name = "icu_list"
1727version = "1.0.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1"
1730dependencies = [
1731 "displaydoc",
1732 "icu_locid",
1733 "icu_provider",
1734 "regex-automata 0.2.0",
1735 "writeable",
1736 "zerovec",
1737]
1738
1739[[package]]
1740name = "icu_locid"
1741version = "1.0.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8"
1744dependencies = [
1745 "displaydoc",
1746 "litemap",
1747 "tinystr",
1748 "writeable",
1749 "zerovec",
1750]
1751
1752[[package]]
1753name = "icu_provider"
1754version = "1.0.1"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100"
1757dependencies = [
1758 "displaydoc",
1759 "icu_locid",
1760 "icu_provider_macros",
1761 "stable_deref_trait",
1762 "writeable",
1763 "yoke",
1764 "zerofrom",
1765 "zerovec",
1766]
1767
1768[[package]]
1769name = "icu_provider_adapters"
1770version = "1.0.0"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545"
1773dependencies = [
1774 "icu_locid",
1775 "icu_provider",
1776 "tinystr",
1777 "yoke",
1778 "zerovec",
1779]
1780
1781[[package]]
1782name = "icu_provider_macros"
1783version = "1.0.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606"
1786dependencies = [
1787 "proc-macro2",
1788 "quote",
1789 "syn",
1790]
1791
1792[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581793name = "idna"
Eric Hussf2428a62019-08-01 00:44:391794version = "0.2.0"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091796checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391797dependencies = [
Alex Crichton093ede22019-08-15 00:45:091798 "matches",
1799 "unicode-bidi",
1800 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391801]
1802
1803[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291804name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541805version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291806source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091807checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291808
1809[[package]]
Simon Sapinb77ff242017-07-18 21:26:551810name = "ignore"
klensy43512e62022-07-26 16:16:431811version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:551812source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431813checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:551814dependencies = [
Josh Stonef3b88122022-01-10 19:34:071815 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091816 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421817 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091818 "log",
1819 "memchr",
1820 "regex",
1821 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591822 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091823 "walkdir",
1824 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551825]
1826
1827[[package]]
Eric Huss8c20add2018-12-03 01:33:201828name = "im-rc"
klensy45fac342022-08-31 20:04:121829version = "15.1.0"
Eric Huss8c20add2018-12-03 01:33:201830source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121831checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
Eric Huss8c20add2018-12-03 01:33:201832dependencies = [
Eric Huss2b985322019-11-25 16:14:071833 "bitmaps",
klensy45fac342022-08-31 20:04:121834 "rand_core 0.6.2",
1835 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091836 "sized-chunks",
1837 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401838 "version_check",
Eric Huss8c20add2018-12-03 01:33:201839]
1840
1841[[package]]
Ralf Jung10430db2022-07-15 14:04:231842name = "indenter"
1843version = "0.3.3"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1846
1847[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571848name = "indexmap"
Josh Stonedaa7c142022-07-14 17:13:521849version = "1.9.1"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571850source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:521851checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
Josh Stone997a7662020-08-08 00:03:471852dependencies = [
1853 "autocfg",
Josh Stonedaa7c142022-07-14 17:13:521854 "hashbrown",
pierwill4f892242022-01-06 19:27:591855 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321856 "serde",
Josh Stone997a7662020-08-08 00:03:471857]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571858
1859[[package]]
flip19958d5f69d2021-10-21 11:13:171860name = "indoc"
klensy43512e62022-07-26 16:16:431861version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171862source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431863checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171864
1865[[package]]
Josh Stone020c5ec2017-05-08 22:01:131866name = "installer"
1867version = "0.0.0"
1868dependencies = [
Michael Forney32025fd2020-05-25 00:08:451869 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:491870 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:091871 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421872 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091873 "num_cpus",
1874 "rayon",
1875 "remove_dir_all",
1876 "tar",
1877 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311878 "winapi",
Alex Crichton093ede22019-08-15 00:45:091879 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131880]
1881
1882[[package]]
Mark Rousskov342d9562020-08-17 15:21:441883name = "instant"
flip1995e36e5a52021-12-06 11:33:551884version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441885source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551886checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1887dependencies = [
1888 "cfg-if 1.0.0",
1889]
Mark Rousskov342d9562020-08-17 15:21:441890
1891[[package]]
David Wood7f916972022-03-26 07:27:431892name = "intl-memoizer"
1893version = "0.5.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1896dependencies = [
1897 "type-map",
1898 "unic-langid",
1899]
1900
1901[[package]]
1902name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421903version = "7.0.2"
David Wood7f916972022-03-26 07:27:431904source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421905checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431906dependencies = [
David Wood7f916972022-03-26 07:27:431907 "unic-langid",
1908]
1909
1910[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291911name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:481912version = "0.10.5"
Eric Huss78529352021-06-02 03:38:391913source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:481914checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:391915dependencies = [
1916 "either",
1917]
1918
1919[[package]]
Steve Klabnik2795de32017-02-20 00:20:571920name = "itoa"
Ralf Jungc2df1c22022-07-21 20:04:371921version = "1.0.2"
Steve Klabnik2795de32017-02-20 00:20:571922source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:371923checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
Steve Klabnik2795de32017-02-20 00:20:571924
1925[[package]]
Rémy Rakicadab1352022-05-06 21:20:041926name = "jemalloc-sys"
1927version = "0.5.0+5.3.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
1930dependencies = [
1931 "cc",
1932 "fs_extra",
1933 "libc",
1934]
1935
1936[[package]]
Alex Crichton453080f2017-06-05 16:36:481937name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:071938version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:481939source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:071940checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:481941dependencies = [
Alex Crichton093ede22019-08-15 00:45:091942 "libc",
Alex Crichton453080f2017-06-05 16:36:481943]
1944
1945[[package]]
Rune Tynan77156562021-01-16 01:34:151946name = "jsondocck"
1947version = "0.1.0"
1948dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471949 "fs-err",
Rune Tynan77156562021-01-16 01:34:151950 "getopts",
1951 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101952 "once_cell",
Rune Tynan77156562021-01-16 01:34:151953 "regex",
Rune Tynan77156562021-01-16 01:34:151954 "serde_json",
klensyc63cb012021-06-01 15:25:361955 "shlex",
Rune Tynan77156562021-01-16 01:34:151956]
1957
1958[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371959name = "jsondoclint"
1960version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391961dependencies = [
1962 "anyhow",
1963 "fs-err",
1964 "rustdoc-json-types",
1965 "serde_json",
1966]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371967
1968[[package]]
Rune Tynan77156562021-01-16 01:34:151969name = "jsonpath_lib"
1970version = "0.2.6"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1973dependencies = [
1974 "array_tool",
1975 "env_logger 0.7.1",
1976 "log",
1977 "serde",
1978 "serde_json",
1979]
1980
1981[[package]]
Eric Hussaf8048b2022-01-26 00:24:211982name = "kstring"
Eric Huss7758eaf2022-04-28 05:42:541983version = "2.0.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
1986dependencies = [
1987 "static_assertions",
1988]
1989
1990[[package]]
Steve Klabnika0769612017-02-07 23:13:571991name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571992version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491993source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571994checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491995
1996[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291997name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441998version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161999source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442000checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162001
2002[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292003name = "libc"
Thom Chiovoloni4b664322022-10-20 00:54:552004version = "0.2.135"
Ahmed Charles9ca382f2016-09-02 08:55:292005source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovoloni4b664322022-10-20 00:54:552006checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
Alex Crichton4c21a3b2018-11-20 05:52:502007dependencies = [
Alex Crichton093ede22019-08-15 00:45:092008 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502009]
Ahmed Charles9ca382f2016-09-02 08:55:292010
2011[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382012name = "libffi"
2013version = "3.0.1"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6"
2016dependencies = [
2017 "libc",
2018 "libffi-sys",
2019]
2020
2021[[package]]
2022name = "libffi-sys"
2023version = "2.0.0"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
2026dependencies = [
2027 "cc",
2028]
2029
2030[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582031name = "libgit2-sys"
Weihang Loae1764c2022-08-29 06:15:362032version = "0.14.0+1.5.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582033source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:362034checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582035dependencies = [
Alex Crichton093ede22019-08-15 00:45:092036 "cc",
2037 "libc",
2038 "libssh2-sys",
2039 "libz-sys",
2040 "openssl-sys",
2041 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582042]
2043
2044[[package]]
Andy Russell923f9392021-11-08 23:03:552045name = "libloading"
2046version = "0.7.1"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2049dependencies = [
2050 "cfg-if 1.0.0",
2051 "winapi",
2052]
2053
2054[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052055name = "libm"
2056version = "0.1.4"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2059
2060[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532061name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442062version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532063source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442064checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532065dependencies = [
Alex Crichton093ede22019-08-15 00:45:092066 "cc",
2067 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532068]
2069
2070[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582071name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032072version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582073source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032074checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582075dependencies = [
Alex Crichton093ede22019-08-15 00:45:092076 "cc",
2077 "libc",
2078 "libz-sys",
2079 "openssl-sys",
2080 "pkg-config",
2081 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582082]
2083
2084[[package]]
2085name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452086version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582087source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452088checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582089dependencies = [
Alex Crichton093ede22019-08-15 00:45:092090 "cc",
2091 "libc",
2092 "pkg-config",
2093 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582094]
2095
2096[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292097name = "linkchecker"
2098version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302099dependencies = [
2100 "once_cell",
2101 "regex",
2102]
Ahmed Charles9ca382f2016-09-02 08:55:292103
2104[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302105name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292106version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302107source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292108checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302109
2110[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572111name = "lint-docs"
2112version = "0.1.0"
2113dependencies = [
2114 "serde_json",
2115 "tempfile",
2116 "walkdir",
2117]
2118
2119[[package]]
Charles Lewa7750042022-11-06 06:43:252120name = "litemap"
2121version = "0.6.0"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e"
2124
2125[[package]]
Hans Kratz6162fc02021-09-25 13:25:082126name = "lld-wrapper"
2127version = "0.1.0"
2128
2129[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392130name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:442131version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:382132source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:442133checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:442134dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442135 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442136 "scopeguard",
2137]
2138
2139[[package]]
2140name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252141version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442142source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252143checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382144dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252145 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382146]
Ahmed Charles9ca382f2016-09-02 08:55:292147
2148[[package]]
Josh Stone020c5ec2017-05-08 22:01:132149name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442150version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132151source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442152checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132153dependencies = [
Alex Crichton093ede22019-08-15 00:45:092154 "cc",
2155 "libc",
2156 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132157]
2158
2159[[package]]
steveklabnikecfbaca2018-04-03 14:32:042160name = "mac"
2161version = "0.1.1"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092163checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042164
2165[[package]]
2166name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442167version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042168source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442169checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042170
2171[[package]]
2172name = "markup5ever"
klensy947e7872022-04-15 18:11:142173version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472174source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142175checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472176dependencies = [
Alex Crichton093ede22019-08-15 00:45:092177 "log",
2178 "phf",
2179 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092180 "string_cache",
2181 "string_cache_codegen",
2182 "tendril",
Eric Huss2dafa912019-06-19 03:36:472183]
2184
2185[[package]]
Oliver Schererec7230f2020-07-24 18:42:002186name = "matchers"
pierwillea25b772021-12-21 17:00:302187version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002188source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302189checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002190dependencies = [
Charles Lewa7750042022-11-06 06:43:252191 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002192]
2193
2194[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582195name = "matches"
Alex Crichton2863b752018-08-21 17:23:472196version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582197source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092198checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582199
2200[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152201name = "md-5"
pierwillef6dd122022-02-10 16:54:012202version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062203source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012204checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062205dependencies = [
klensy45fac342022-08-31 20:04:122206 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062207]
2208
2209[[package]]
Steve Klabnika0769612017-02-07 23:13:572210name = "mdbook"
Eric Huss31dd1f62022-07-22 18:59:202211version = "0.4.21"
Steve Klabnika0769612017-02-07 23:13:572212source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss31dd1f62022-07-22 18:59:202213checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
Steve Klabnika0769612017-02-07 23:13:572214dependencies = [
Alex Crichton093ede22019-08-15 00:45:092215 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462216 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092217 "chrono",
Weihang Loc1b4f112022-10-04 20:57:492218 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:062219 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092220 "elasticlunr-rs",
Eric Huss821e9d52022-07-18 21:41:102221 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:092222 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422223 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092224 "log",
2225 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072226 "opener",
Guillaume Gomez80b26bd2022-01-19 10:02:242227 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092228 "regex",
2229 "serde",
Alex Crichton093ede22019-08-15 00:45:092230 "serde_json",
klensyc63cb012021-06-01 15:25:362231 "shlex",
Alex Crichton093ede22019-08-15 00:45:092232 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352233 "toml",
Eric Hussa882fdd2021-12-03 20:25:072234 "topological-sort",
James Munnsde763692019-01-19 02:39:372235]
2236
2237[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492238name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032239version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442240source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032241checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582242dependencies = [
2243 "log",
2244 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442245 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582246 "perf-event-open-sys",
2247 "rustc-hash",
2248 "smallvec",
2249]
2250
2251[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582252name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202253version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292254source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202255checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242256dependencies = [
2257 "compiler_builtins",
2258 "rustc-std-workspace-core",
2259]
Steve Klabnika0769612017-02-07 23:13:572260
2261[[package]]
Camille GILLOT458d0442021-03-17 16:29:452262name = "memmap2"
2263version = "0.2.1"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2266dependencies = [
2267 "libc",
2268]
2269
2270[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452271name = "memoffset"
Josh Stonef3b88122022-01-10 19:34:072272version = "0.6.5"
Ralf Jungc7a599e2019-07-25 13:57:252273source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:072274checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
Ralf Jungc7a599e2019-07-25 13:57:252275dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442276 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252277]
2278
2279[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052280name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182281version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052282source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182283checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052284
2285[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462286name = "minimal-lexical"
2287version = "0.2.1"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2290
2291[[package]]
Alex Crichtonb4110902018-12-08 11:06:542292name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232293version = "0.5.3"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2296dependencies = [
Michael Howell8e71a132022-11-08 00:13:202297 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152298 "compiler_builtins",
2299 "rustc-std-workspace-alloc",
2300 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232301]
2302
2303[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582304name = "miow"
klensyd5e8ad42021-07-04 18:49:562305version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552306source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562307checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552308dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312309 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552310]
2311
2312[[package]]
Weihang Lobfce2272022-11-04 23:50:442313name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352314version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442315source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352316checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442317dependencies = [
Weihang Lo8a808dc2022-11-23 01:01:352318 "windows-sys",
Weihang Lobfce2272022-11-04 23:50:442319]
2320
2321[[package]]
kennytm0692b3d2017-12-15 19:41:582322name = "miri"
2323version = "0.1.0"
2324dependencies = [
Alex Crichton093ede22019-08-15 00:45:092325 "colored",
Ralf Junge5d01782021-10-04 22:13:002326 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202327 "getrandom 0.2.0",
Ralf Junga272c452022-05-30 08:17:462328 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202329 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382330 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052331 "libloading",
Alex Crichton093ede22019-08-15 00:45:092332 "log",
Ralf Jung61a986a2022-06-26 02:21:492333 "measureme",
klensy947e7872022-04-15 18:11:142334 "rand 0.8.5",
Ralf Junga272c452022-05-30 08:17:462335 "regex",
Alex Crichton093ede22019-08-15 00:45:092336 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252337 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292338 "smallvec",
Ralf Junga272c452022-05-30 08:17:462339 "ui_test",
kennytm0692b3d2017-12-15 19:41:582340]
2341
2342[[package]]
Jakob Degen17395b42022-10-31 00:17:252343name = "miropt-test-tools"
2344version = "0.1.0"
2345dependencies = [
2346 "regex",
2347]
2348
2349[[package]]
Alex Crichtond8251152018-07-02 16:33:162350name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442351version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162352source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442353checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452354
2355[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462356name = "nom"
2357version = "7.1.0"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2360dependencies = [
2361 "memchr",
2362 "minimal-lexical",
2363 "version_check",
2364]
2365
2366[[package]]
Eric Huss3a6fc802022-04-20 13:50:392367name = "normalize-line-endings"
2368version = "0.3.0"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2371
2372[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242373name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442374version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162375source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442376checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162377dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442378 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092379 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162380]
2381
2382[[package]]
2383name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442384version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572385source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442386checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2387dependencies = [
2388 "autocfg",
2389]
Steve Klabnik2795de32017-02-20 00:20:572390
2391[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292392name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292393version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292394source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292395checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292396dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072397 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092398 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292399]
2400
2401[[package]]
Alex Crichton06d565c2020-05-13 21:22:372402name = "object"
Martin Kröning21625e52022-06-01 22:16:002403version = "0.29.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2406dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152407 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002408 "crc32fast",
Josh Stonedaa7c142022-07-14 17:13:522409 "flate2",
2410 "hashbrown",
Martin Kröning21625e52022-06-01 22:16:002411 "indexmap",
2412 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152413 "rustc-std-workspace-alloc",
2414 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002415]
2416
2417[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372418name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152419version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372420source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152421checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372422dependencies = [
2423 "cfg-if 1.0.0",
2424]
2425
2426[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412427name = "once_cell"
Ralf Jung55162732022-11-15 19:06:422428version = "1.16.0"
Mark Rousskov2fc32b92019-09-10 01:01:412429source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:422430checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
Mark Rousskov2fc32b92019-09-10 01:01:412431
2432[[package]]
Alex Crichton2863b752018-08-21 17:23:472433name = "opener"
Eric Hussfaa64612021-06-22 23:19:242434version = "0.5.0"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2437dependencies = [
Ralf Jung55162732022-11-15 19:06:422438 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312439 "winapi",
Eric Hussfaa64612021-06-22 23:19:242440]
2441
2442[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582443name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292444version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582445source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292446checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582447dependencies = [
Alex Crichton093ede22019-08-15 00:45:092448 "bitflags",
klensy50c38902021-05-01 11:50:032449 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092450 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092451 "libc",
klensy50c38902021-05-01 11:50:032452 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092453 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582454]
2455
2456[[package]]
2457name = "openssl-probe"
klensy43512e62022-07-26 16:16:432458version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582459source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432460checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582461
2462[[package]]
Eric Huss97308712018-08-14 21:27:262463name = "openssl-src"
klensy43512e62022-07-26 16:16:432464version = "111.22.0+1.1.1q"
Eric Huss97308712018-08-14 21:27:262465source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432466checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
Eric Huss97308712018-08-14 21:27:262467dependencies = [
Alex Crichton093ede22019-08-15 00:45:092468 "cc",
Eric Huss97308712018-08-14 21:27:262469]
2470
2471[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582472name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292473version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582474source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292475checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582476dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152477 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092478 "cc",
2479 "libc",
2480 "openssl-src",
2481 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092482 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582483]
2484
2485[[package]]
Weihang Lo5095f542022-09-27 16:46:342486name = "ordered-float"
2487version = "2.10.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2490dependencies = [
2491 "num-traits",
2492]
2493
2494[[package]]
Eric Huss94015472021-10-12 04:48:272495name = "os_info"
Eric Huss0a31aa22022-08-10 11:07:572496version = "3.5.0"
Eric Huss94015472021-10-12 04:48:272497source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss0a31aa22022-08-10 11:07:572498checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
Eric Huss94015472021-10-12 04:48:272499dependencies = [
2500 "log",
2501 "serde",
2502 "winapi",
2503]
2504
2505[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332506name = "os_str_bytes"
2507version = "6.0.0"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332510
2511[[package]]
Ralf Jung10430db2022-07-15 14:04:232512name = "owo-colors"
2513version = "3.4.0"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2516
2517[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052518name = "packed_simd_2"
2519version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322520source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052521checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322522dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072523 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052524 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322525]
2526
2527[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292528name = "panic_abort"
2529version = "0.0.0"
2530dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392531 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562532 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092533 "compiler_builtins",
2534 "core",
2535 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292536]
2537
2538[[package]]
2539name = "panic_unwind"
2540version = "0.0.0"
2541dependencies = [
Alex Crichton093ede22019-08-15 00:45:092542 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562543 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092544 "compiler_builtins",
2545 "core",
2546 "libc",
2547 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292548]
2549
2550[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012551name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552552version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442553source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552554checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442555dependencies = [
2556 "instant",
Caleb Cartwright63913182021-02-10 01:52:542557 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442558 "parking_lot_core 0.8.5",
2559]
2560
2561[[package]]
2562name = "parking_lot"
2563version = "0.12.1"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2566dependencies = [
2567 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552568 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442569]
2570
2571[[package]]
2572name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552573version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442574source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552575checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442576dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472577 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442578 "instant",
2579 "libc",
klensydcdc3082021-05-11 19:03:592580 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292581 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312582 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312583]
2584
2585[[package]]
Philipp Krones586cbd02022-06-04 12:07:442586name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552587version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442588source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552589checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442590dependencies = [
2591 "cfg-if 1.0.0",
2592 "libc",
2593 "redox_syscall",
2594 "smallvec",
Weihang Lo8a808dc2022-11-23 01:01:352595 "windows-sys",
Philipp Krones586cbd02022-06-04 12:07:442596]
2597
2598[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272599name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322600version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272601source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322602checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272603
2604[[package]]
Alex Crichton1cede102017-06-15 02:33:062605name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482606version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392607source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482608checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392609
2610[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382611name = "perf-event-open-sys"
2612version = "1.0.1"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2615dependencies = [
2616 "libc",
2617]
2618
2619[[package]]
Steve Klabnika0769612017-02-07 23:13:572620name = "pest"
klensy45fac342022-08-31 20:04:122621version = "2.3.0"
James Munnsde763692019-01-19 02:39:372622source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122623checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
James Munnsde763692019-01-19 02:39:372624dependencies = [
klensy45fac342022-08-31 20:04:122625 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092626 "ucd-trie",
James Munnsde763692019-01-19 02:39:372627]
2628
2629[[package]]
Alex Crichtone9d89832018-04-02 15:43:552630name = "pest_derive"
klensy45fac342022-08-31 20:04:122631version = "2.3.0"
James Munnsde763692019-01-19 02:39:372632source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122633checksum = "905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91"
James Munnsde763692019-01-19 02:39:372634dependencies = [
Alex Crichton093ede22019-08-15 00:45:092635 "pest",
2636 "pest_generator",
James Munnsde763692019-01-19 02:39:372637]
2638
2639[[package]]
2640name = "pest_generator"
klensy45fac342022-08-31 20:04:122641version = "2.3.0"
James Munnsde763692019-01-19 02:39:372642source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122643checksum = "5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad"
James Munnsde763692019-01-19 02:39:372644dependencies = [
Alex Crichton093ede22019-08-15 00:45:092645 "pest",
2646 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152647 "proc-macro2",
2648 "quote",
2649 "syn",
James Munnsde763692019-01-19 02:39:372650]
2651
2652[[package]]
2653name = "pest_meta"
klensy45fac342022-08-31 20:04:122654version = "2.3.0"
James Munnsde763692019-01-19 02:39:372655source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122656checksum = "1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04"
James Munnsde763692019-01-19 02:39:372657dependencies = [
klensy45fac342022-08-31 20:04:122658 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092659 "pest",
klensy45fac342022-08-31 20:04:122660 "sha-1",
James Munnsde763692019-01-19 02:39:372661]
2662
2663[[package]]
Jack Hueya24df5b2020-03-03 16:25:032664name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192665version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032666source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192667checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032668dependencies = [
2669 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192670 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032671]
2672
2673[[package]]
steveklabnikecfbaca2018-04-03 14:32:042674name = "phf"
klensy947e7872022-04-15 18:11:142675version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042676source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142677checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042678dependencies = [
Alex Crichton093ede22019-08-15 00:45:092679 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042680]
2681
2682[[package]]
2683name = "phf_codegen"
klensy947e7872022-04-15 18:11:142684version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042685source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142686checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042687dependencies = [
Alex Crichton093ede22019-08-15 00:45:092688 "phf_generator",
2689 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042690]
2691
2692[[package]]
2693name = "phf_generator"
klensy947e7872022-04-15 18:11:142694version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042695source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142696checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042697dependencies = [
Alex Crichton093ede22019-08-15 00:45:092698 "phf_shared",
klensy947e7872022-04-15 18:11:142699 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042700]
2701
2702[[package]]
2703name = "phf_shared"
klensy947e7872022-04-15 18:11:142704version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042705source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142706checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042707dependencies = [
Alex Crichton093ede22019-08-15 00:45:092708 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042709]
2710
2711[[package]]
Caleb Cartwright63913182021-02-10 01:52:542712name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212713version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542714source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212715checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542716
2717[[package]]
2718name = "pin-utils"
2719version = "0.1.0"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2722
2723[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582724name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232725version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582726source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232727checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582728
2729[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012730name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062731version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012732source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062733checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512734dependencies = [
Alex Crichton093ede22019-08-15 00:45:092735 "datafrog",
2736 "log",
2737 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512738]
Santiago Pastorino8429d112018-05-24 21:52:012739
2740[[package]]
gnzlbg52caca02019-08-01 15:02:262741name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212742version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262743source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212744checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262745
2746[[package]]
steveklabnikecfbaca2018-04-03 14:32:042747name = "precomputed-hash"
2748version = "0.1.1"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092750checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042751
2752[[package]]
Eric Huss8c20add2018-12-03 01:33:202753name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382754version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202755source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382756checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202757dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382758 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092759 "log",
Eric Huss8c20add2018-12-03 01:33:202760]
2761
2762[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112763name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442764version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112765source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442766checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112767dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442768 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152769 "proc-macro2",
2770 "quote",
2771 "syn",
Mark Rousskov342d9562020-08-17 15:21:442772 "version_check",
2773]
2774
2775[[package]]
2776name = "proc-macro-error-attr"
2777version = "1.0.4"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2780dependencies = [
2781 "proc-macro2",
2782 "quote",
2783 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552784]
2785
2786[[package]]
David Wood7f916972022-03-26 07:27:432787name = "proc-macro-hack"
2788version = "0.5.19"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2791
2792[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112793name = "proc-macro2"
Andres Suareza65ddf02022-10-09 03:25:402794version = "1.0.46"
Igor Matuszewskic2249a42019-09-08 08:28:112795source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:402796checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
Igor Matuszewskic2249a42019-09-08 08:28:112797dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402798 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112799]
2800
2801[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292802name = "proc_macro"
2803version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082804dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322805 "core",
Alex Crichtonb47c9692019-08-16 15:29:082806 "std",
2807]
Ahmed Charles9ca382f2016-09-02 08:55:292808
2809[[package]]
whitequark42754ce2017-02-13 09:57:502810name = "profiler_builtins"
2811version = "0.0.0"
2812dependencies = [
Alex Crichton093ede22019-08-15 00:45:092813 "cc",
2814 "compiler_builtins",
2815 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392816]
2817
2818[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242819name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552820version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242821source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552822checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242823dependencies = [
2824 "cc",
2825]
2826
2827[[package]]
Steve Klabnika0769612017-02-07 23:13:572828name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:202829version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:012830source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202831checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:012832dependencies = [
2833 "bitflags",
2834 "memchr",
2835 "unicase",
2836]
2837
2838[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322839name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442840version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322841source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442842checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322843
2844[[package]]
Steve Klabnika0769612017-02-07 23:13:572845name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062846version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572847source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062848checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572849
2850[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292851name = "quine-mc_cluskey"
2852version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582853source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092854checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582855
2856[[package]]
2857name = "quote"
Philipp Kronesd4077782022-11-21 19:52:062858version = "1.0.21"
Igor Matuszewskic2249a42019-09-08 08:28:112859source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesd4077782022-11-21 19:52:062860checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Igor Matuszewskic2249a42019-09-08 08:28:112861dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152862 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552863]
2864
2865[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292866name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572867version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262868source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572869checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262870dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:562871 "getrandom 0.1.16",
Alex Crichton093ede22019-08-15 00:45:092872 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192873 "rand_chacha 0.2.2",
2874 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:142875 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:542876]
2877
2878[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192879name = "rand"
klensy947e7872022-04-15 18:11:142880version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192881source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142882checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192883dependencies = [
2884 "libc",
2885 "rand_chacha 0.3.0",
2886 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:192887]
2888
2889[[package]]
gnzlbg52caca02019-08-01 15:02:262890name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212891version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262892source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212893checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262894dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212895 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:192896 "rand_core 0.5.1",
2897]
2898
2899[[package]]
2900name = "rand_chacha"
2901version = "0.3.0"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2904dependencies = [
2905 "ppv-lite86",
2906 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:262907]
2908
2909[[package]]
Alex Crichtonb4110902018-12-08 11:06:542910name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072911version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262912source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072913checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262914dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:562915 "getrandom 0.1.16",
gnzlbg52caca02019-08-01 15:02:262916]
2917
2918[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192919name = "rand_core"
2920version = "0.6.2"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2923dependencies = [
2924 "getrandom 0.2.0",
2925]
2926
2927[[package]]
Alex Crichtonb4110902018-12-08 11:06:542928name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:262929version = "0.2.0"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092931checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:262932dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:192933 "rand_core 0.5.1",
2934]
2935
2936[[package]]
Ralf Jung5b78e982019-04-19 07:37:332937name = "rand_xorshift"
2938version = "0.2.0"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092940checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:332941dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:192942 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:072943]
2944
2945[[package]]
2946name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:292947version = "0.6.0"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2950dependencies = [
2951 "rand_core 0.6.2",
2952]
2953
2954[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292955name = "rayon"
Josh Stoneab57e362022-05-28 00:14:222956version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:452957source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222958checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:452959dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442960 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162961 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092962 "either",
2963 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292964]
2965
2966[[package]]
2967name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:222968version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:292969source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222970checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:292971dependencies = [
Josh Stonef3b88122022-01-10 19:34:072972 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162973 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072974 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:092975 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312976]
2977
2978[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352979name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:402980version = "0.2.10"
flip19950046d7c2021-02-25 10:26:232981source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:402982checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:232983dependencies = [
2984 "bitflags",
2985]
2986
2987[[package]]
flip19954c228cc2019-02-18 09:32:582988name = "redox_users"
flip19950046d7c2021-02-25 10:26:232989version = "0.4.0"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2992dependencies = [
2993 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:592994 "redox_syscall",
flip19950046d7c2021-02-25 10:26:232995]
2996
2997[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582998name = "regex"
klensy43512e62022-07-26 16:16:432999version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:063000source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433001checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:063002dependencies = [
Alex Crichton093ede22019-08-15 00:45:093003 "aho-corasick",
3004 "memchr",
3005 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063006]
3007
3008[[package]]
Oliver Schererec7230f2020-07-24 18:42:003009name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093010version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003011source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093012checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003013dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003014 "regex-syntax",
3015]
3016
3017[[package]]
Charles Lewa7750042022-11-06 06:43:253018name = "regex-automata"
3019version = "0.2.0"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3022dependencies = [
3023 "memchr",
3024]
3025
3026[[package]]
Steve Klabnika0769612017-02-07 23:13:573027name = "regex-syntax"
klensy43512e62022-07-26 16:16:433028version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:063029source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433030checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:063031
3032[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193033name = "remote-test-client"
3034version = "0.1.0"
3035
3036[[package]]
3037name = "remote-test-server"
3038version = "0.1.0"
3039
3040[[package]]
Alex Crichton994bfd42018-02-26 17:07:163041name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443042version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163043source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443044checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163045dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313046 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163047]
3048
3049[[package]]
est31d32ff142022-08-23 20:14:123050name = "replace-version-placeholder"
3051version = "0.1.0"
3052dependencies = [
3053 "tidy",
3054 "walkdir",
3055]
3056
3057[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583058name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433059version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583060dependencies = [
Alex Crichton093ede22019-08-15 00:45:093061 "rustc-workspace-hack",
Alex Crichton093ede22019-08-15 00:45:093062 "serde",
3063 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483064]
3065
3066[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593067name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593068version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553069source = "registry+https://github.com/rust-lang/crates.io-index"
3070checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593071dependencies = [
Alex Crichton093ede22019-08-15 00:45:093072 "rls-span",
3073 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593074]
3075
3076[[package]]
Nick Cameronfee1f642017-03-14 02:16:443077name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593078version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443081dependencies = [
Alex Crichton093ede22019-08-15 00:45:093082 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583083]
3084
3085[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153086name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173087version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153088dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173089 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153090 "rustc-demangle",
3091]
3092
3093[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293094name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573095version = "0.1.0"
3096dependencies = [
Weihang Loc1b4f112022-10-04 20:57:493097 "clap 3.2.20",
Eric Huss5b9e9d02020-11-15 01:37:023098 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093099 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573100]
Ahmed Charles9ca382f2016-09-02 08:55:293101
3102[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573103name = "rustc-build-sysroot"
Ralf Jung55162732022-11-15 19:06:423104version = "0.4.0"
Ralf Jung9cc11e22022-10-04 13:23:573105source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:423106checksum = "20c4b4625eeb148cccf82d5e9b90ad7fab3b11a0204cf75cc7fa04981a0fdffd"
Ralf Jung9cc11e22022-10-04 13:23:573107dependencies = [
3108 "anyhow",
3109 "rustc_version",
3110 "tempfile",
3111]
3112
3113[[package]]
Josh Stone020c5ec2017-05-08 22:01:133114name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253115version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133116source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253117checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513118dependencies = [
Alex Crichton093ede22019-08-15 00:45:093119 "compiler_builtins",
3120 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513121]
Josh Stone020c5ec2017-05-08 22:01:133122
3123[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023124name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193125version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023126source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193127checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023128
3129[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293130name = "rustc-main"
3131version = "0.0.0"
3132dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043133 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093134 "rustc_codegen_ssa",
3135 "rustc_driver",
Oli Scherer9960cc12022-06-02 10:08:383136 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:293137]
3138
3139[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033140name = "rustc-rayon"
Josh Stoneab57e362022-05-28 00:14:223141version = "0.4.0"
Josh Stone33c41252019-09-10 17:13:073142source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223143checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
Josh Stone33c41252019-09-10 17:13:073144dependencies = [
Josh Stoneab57e362022-05-28 00:14:223145 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163146 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073147 "either",
Igor Matuszewski5b091302019-12-10 15:01:013148 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413149]
3150
3151[[package]]
Josh Stone33c41252019-09-10 17:13:073152name = "rustc-rayon-core"
Josh Stoneab57e362022-05-28 00:14:223153version = "0.4.1"
Josh Stone33c41252019-09-10 17:13:073154source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223155checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
Josh Stone33c41252019-09-10 17:13:073156dependencies = [
Josh Stoneab57e362022-05-28 00:14:223157 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163158 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073159 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073160 "num_cpus",
3161]
3162
3163[[package]]
flip1995898ef0f2020-12-06 14:07:593164name = "rustc-semver"
3165version = "1.1.0"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3168
3169[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053170name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053171version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053172dependencies = [
Alex Crichton093ede22019-08-15 00:45:093173 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053174]
3175
3176[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503177name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053178version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503179dependencies = [
Alex Crichton093ede22019-08-15 00:45:093180 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503181]
3182
3183[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083184name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053185version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083186dependencies = [
3187 "std",
3188]
3189
3190[[package]]
Alex Crichton0e034d12018-07-31 21:16:553191name = "rustc-workspace-hack"
3192version = "1.0.0"
3193dependencies = [
Ralf Jung55162732022-11-15 19:06:423194 "bstr 0.2.17",
Weihang Loc1b4f112022-10-04 20:57:493195 "clap 3.2.20",
Eric Huss0bfc45a2020-12-23 20:18:153196 "libz-sys",
Ralf Jung157b2d52022-11-16 15:13:553197 "rand 0.8.5",
Ralf Jung1cc71392022-07-08 04:23:013198 "regex",
Alex Crichton093ede22019-08-15 00:45:093199 "serde_json",
Aaron Hill70ba4912020-08-01 14:11:153200 "syn",
Eric Huss4a7e2fb2022-08-21 04:19:433201 "url",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313202 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553203]
3204
3205[[package]]
hkalbasi390a6372022-11-06 21:06:113206name = "rustc_abi"
3207version = "0.0.0"
3208dependencies = [
3209 "bitflags",
3210 "rand 0.8.5",
3211 "rand_xoshiro",
3212 "rustc_data_structures",
3213 "rustc_index",
3214 "rustc_macros",
3215 "rustc_serialize",
3216 "tracing",
3217]
3218
3219[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433220name = "rustc_apfloat"
3221version = "0.0.0"
3222dependencies = [
Alex Crichton093ede22019-08-15 00:45:093223 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293224 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433225]
3226
3227[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403228name = "rustc_arena"
3229version = "0.0.0"
3230dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293231 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403232]
3233
3234[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263235name = "rustc_ast"
3236version = "0.0.0"
3237dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013238 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263239 "rustc_data_structures",
3240 "rustc_index",
3241 "rustc_lexer",
3242 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403243 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263244 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293245 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303246 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003247 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263248]
3249
3250[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563251name = "rustc_ast_lowering"
3252version = "0.0.0"
3253dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403254 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263255 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463256 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563257 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563258 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573259 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563260 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513261 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233262 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503263 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563264 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563265 "rustc_span",
3266 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293267 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303268 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003269 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563270]
3271
3272[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443273name = "rustc_ast_passes"
3274version = "0.0.0"
3275dependencies = [
pierwillf684acd2022-03-04 17:54:283276 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263277 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463278 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203279 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443280 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443281 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393282 "rustc_feature",
finalchildd6fdf142022-08-17 14:51:013283 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443284 "rustc_parse",
3285 "rustc_session",
3286 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053287 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003288 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443289]
3290
3291[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463292name = "rustc_ast_pretty"
3293version = "0.0.0"
3294dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263295 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463296 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463297]
3298
3299[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203300name = "rustc_attr"
3301version = "0.0.0"
3302dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263303 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463304 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203305 "rustc_data_structures",
3306 "rustc_errors",
3307 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483308 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203309 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403310 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203311 "rustc_session",
3312 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203313]
3314
3315[[package]]
Charles Lewa7750042022-11-06 06:43:253316name = "rustc_baked_icu_data"
3317version = "0.0.0"
3318dependencies = [
3319 "icu_list",
3320 "icu_locid",
3321 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223322 "icu_provider_adapters",
Charles Lewa7750042022-11-06 06:43:253323 "litemap",
Charles Lewbde2f982022-11-06 06:58:223324 "zerovec",
Charles Lewa7750042022-11-06 06:43:253325]
3326
3327[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403328name = "rustc_borrowck"
3329version = "0.0.0"
3330dependencies = [
3331 "either",
pierwillf684acd2022-03-04 17:54:283332 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403333 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113334 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403335 "rustc_data_structures",
3336 "rustc_errors",
3337 "rustc_graphviz",
3338 "rustc_hir",
3339 "rustc_index",
3340 "rustc_infer",
3341 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013342 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403343 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073344 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403345 "rustc_serialize",
3346 "rustc_session",
3347 "rustc_span",
3348 "rustc_target",
3349 "rustc_trait_selection",
3350 "rustc_traits",
3351 "smallvec",
3352 "tracing",
3353]
3354
3355[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323356name = "rustc_builtin_macros"
3357version = "0.0.0"
3358dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263359 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463360 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203361 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323362 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323363 "rustc_errors",
3364 "rustc_expand",
3365 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143366 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233367 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313368 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323369 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403370 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203371 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323372 "rustc_span",
3373 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293374 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303375 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003376 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323377]
3378
3379[[package]]
Irina Popab63d7e22018-05-08 13:10:163380name = "rustc_codegen_llvm"
3381version = "0.0.0"
3382dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353383 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153384 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353385 "libc",
Ralf Jung61a986a2022-06-26 02:21:493386 "measureme",
Michael Howellcf83a1d2022-11-03 17:10:153387 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353388 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263389 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203390 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353391 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353392 "rustc_data_structures",
3393 "rustc_errors",
3394 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573395 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353396 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093397 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553398 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593399 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453400 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543401 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403402 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353403 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323404 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543405 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353406 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293407 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383408 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003409 "tracing",
Irina Popab63d7e22018-05-08 13:10:163410]
3411
3412[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043413name = "rustc_codegen_ssa"
3414version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353415dependencies = [
Alex Crichton093ede22019-08-15 00:45:093416 "bitflags",
3417 "cc",
pierwillf684acd2022-03-04 17:54:283418 "itertools",
Alex Crichton093ede22019-08-15 00:45:093419 "jobserver",
3420 "libc",
Michael Howellcf83a1d2022-11-03 17:10:153421 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273422 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143423 "regex",
David Wood2dc1a8a2021-12-03 14:24:053424 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263425 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203426 "rustc_attr",
522522527412d12022-07-14 21:42:473427 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093428 "rustc_data_structures",
3429 "rustc_errors",
3430 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573431 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093432 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103433 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573434 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363435 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453436 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543437 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403438 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083439 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323440 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583441 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093442 "rustc_target",
bjorn35cc35932022-05-06 15:20:423443 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423444 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253445 "snap",
Mark Mansi2d75a332020-03-12 23:07:583446 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053447 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003448 "tracing",
Irina Popab63d7e22018-05-08 13:10:163449]
3450
3451[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113452name = "rustc_const_eval"
3453version = "0.0.0"
3454dependencies = [
Ralf Jung41018892022-11-18 09:18:323455 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113456 "rustc_apfloat",
3457 "rustc_ast",
3458 "rustc_attr",
3459 "rustc_data_structures",
3460 "rustc_errors",
3461 "rustc_hir",
3462 "rustc_index",
3463 "rustc_infer",
3464 "rustc_macros",
3465 "rustc_middle",
3466 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543467 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113468 "rustc_session",
3469 "rustc_span",
3470 "rustc_target",
3471 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463472 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113473 "tracing",
3474]
3475
3476[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293477name = "rustc_data_structures"
3478version = "0.0.0"
3479dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353480 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363481 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073482 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093483 "ena",
Alex Crichton093ede22019-08-15 00:45:093484 "indexmap",
3485 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193486 "libc",
Ralf Jung61a986a2022-06-26 02:21:493487 "measureme",
bjorn38331dbe2021-03-29 09:18:523488 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443489 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093490 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013491 "rustc-rayon",
3492 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403493 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513494 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573495 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403496 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293497 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093498 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553499 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503500 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303501 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003502 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313503 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293504]
3505
3506[[package]]
3507name = "rustc_driver"
3508version = "0.0.0"
3509dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193510 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263511 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463512 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483513 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093514 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503515 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093516 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183517 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573518 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293519 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193520 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093521 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133522 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523523 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093524 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093525 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453526 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133527 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323528 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093529 "rustc_save_analysis",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083530 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323531 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093532 "rustc_target",
bjorn3fc1df4f2021-06-03 15:45:093533 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003534 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313535 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293536]
3537
3538[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053539name = "rustc_error_codes"
3540version = "0.0.0"
3541
3542[[package]]
David Woodc45f2952022-03-24 02:03:043543name = "rustc_error_messages"
3544version = "0.0.0"
3545dependencies = [
David Woodd5119c52022-03-28 08:36:203546 "fluent-bundle",
3547 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253548 "icu_list",
3549 "icu_locid",
3550 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383551 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253552 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433553 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043554 "rustc_macros",
3555 "rustc_serialize",
3556 "rustc_span",
David Wood7f916972022-03-26 07:27:433557 "tracing",
3558 "unic-langid",
Charles Lewa7750042022-11-06 06:43:253559 "writeable",
David Woodc45f2952022-03-24 02:03:043560]
3561
3562[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293563name = "rustc_errors"
3564version = "0.0.0"
3565dependencies = [
klensy754b5262022-07-31 13:44:063566 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203567 "rustc_ast",
3568 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093569 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043570 "rustc_error_messages",
Michael Gouletff9fd362022-06-29 05:09:593571 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523572 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573573 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403574 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323575 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593576 "rustc_target",
bjorn362a4f912021-06-03 19:14:153577 "serde",
3578 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093579 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483580 "termize",
Oliver Schererec7230f2020-07-24 18:42:003581 "tracing",
Alex Crichton093ede22019-08-15 00:45:093582 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313583 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293584]
3585
3586[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323587name = "rustc_expand"
3588version = "0.0.0"
3589dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033590 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263591 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393592 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463593 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203594 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323595 "rustc_data_structures",
3596 "rustc_errors",
3597 "rustc_feature",
3598 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003599 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573600 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323601 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403602 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203603 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323604 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293605 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523606 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003607 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323608]
3609
3610[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383611name = "rustc_feature"
3612version = "0.0.0"
3613dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183614 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323615 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383616]
3617
3618[[package]]
Mark Rousskove3177c62018-08-03 21:31:033619name = "rustc_fs_util"
3620version = "0.0.0"
3621
3622[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403623name = "rustc_graphviz"
3624version = "0.0.0"
3625
3626[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273627name = "rustc_hir"
3628version = "0.0.0"
3629dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373630 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203631 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263632 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273633 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043634 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273635 "rustc_index",
3636 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403637 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273638 "rustc_span",
3639 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293640 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003641 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273642]
3643
3644[[package]]
lcnr1fc86a62022-09-26 11:00:293645name = "rustc_hir_analysis"
3646version = "0.0.0"
3647dependencies = [
3648 "rustc_arena",
3649 "rustc_ast",
3650 "rustc_attr",
3651 "rustc_data_structures",
3652 "rustc_errors",
3653 "rustc_feature",
3654 "rustc_graphviz",
3655 "rustc_hir",
3656 "rustc_hir_pretty",
3657 "rustc_index",
3658 "rustc_infer",
3659 "rustc_lint",
3660 "rustc_macros",
3661 "rustc_middle",
3662 "rustc_serialize",
3663 "rustc_session",
3664 "rustc_span",
3665 "rustc_target",
3666 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293667 "rustc_type_ir",
3668 "smallvec",
3669 "tracing",
3670]
3671
3672[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193673name = "rustc_hir_pretty"
3674version = "0.0.0"
3675dependencies = [
3676 "rustc_ast",
3677 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193678 "rustc_hir",
3679 "rustc_span",
3680 "rustc_target",
3681]
3682
3683[[package]]
lcnrfb3ab132022-10-20 15:51:373684name = "rustc_hir_typeck"
3685version = "0.1.0"
3686dependencies = [
3687 "rustc_ast",
3688 "rustc_data_structures",
3689 "rustc_errors",
3690 "rustc_graphviz",
3691 "rustc_hir",
3692 "rustc_hir_analysis",
3693 "rustc_hir_pretty",
3694 "rustc_index",
3695 "rustc_infer",
3696 "rustc_lint",
3697 "rustc_macros",
3698 "rustc_middle",
3699 "rustc_serialize",
3700 "rustc_session",
3701 "rustc_span",
3702 "rustc_target",
3703 "rustc_trait_selection",
3704 "rustc_type_ir",
3705 "smallvec",
3706 "tracing",
3707]
3708
3709[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293710name = "rustc_incremental"
3711version = "0.0.0"
3712dependencies = [
klensy947e7872022-04-15 18:11:143713 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263714 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093715 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593716 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093717 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403718 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573719 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573720 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453721 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403722 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163723 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323724 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003725 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293726]
3727
3728[[package]]
csmoe1cff2e62019-09-25 19:09:513729name = "rustc_index"
3730version = "0.0.0"
3731dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353732 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573733 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403734 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293735 "smallvec",
csmoe1cff2e62019-09-25 19:09:513736]
3737
3738[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243739name = "rustc_infer"
3740version = "0.0.0"
3741dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243742 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243743 "rustc_errors",
3744 "rustc_hir",
3745 "rustc_index",
3746 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453747 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403748 "rustc_serialize",
Nikita Tomashevich313d4742022-08-21 17:56:003749 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243750 "rustc_span",
3751 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293752 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003753 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243754]
3755
3756[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233757name = "rustc_interface"
3758version = "0.0.0"
3759dependencies = [
Andy Russell923f9392021-11-08 23:03:553760 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013761 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313762 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263763 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563764 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443765 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203766 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403767 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323768 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353769 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093770 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113771 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093772 "rustc_data_structures",
3773 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323774 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273775 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293776 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373777 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093778 "rustc_incremental",
3779 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473780 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093781 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453782 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443783 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253784 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153785 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133786 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093787 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323788 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093789 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163790 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093791 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403792 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163793 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323794 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583795 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163796 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403797 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093798 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373799 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:293800 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003801 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233802]
3803
3804[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403805name = "rustc_lexer"
3806version = "0.1.0"
3807dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503808 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233809 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153810 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403811]
3812
3813[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293814name = "rustc_lint"
3815version = "0.0.0"
3816dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263817 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463818 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203819 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093820 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473821 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383822 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573823 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333824 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353825 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453826 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453827 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423828 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203829 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323830 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093831 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403832 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463833 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003834 "tracing",
Charles Lew485e98a2020-01-02 12:02:223835 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293836]
3837
3838[[package]]
Aaron Hill23018a52020-08-13 19:41:523839name = "rustc_lint_defs"
3840version = "0.0.0"
3841dependencies = [
3842 "rustc_ast",
3843 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043844 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273845 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523846 "rustc_macros",
3847 "rustc_serialize",
3848 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383849 "rustc_target",
bjorn362a4f912021-06-03 19:14:153850 "serde",
Aaron Hill23018a52020-08-13 19:41:523851]
3852
3853[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293854name = "rustc_llvm"
3855version = "0.0.0"
3856dependencies = [
Alex Crichton093ede22019-08-15 00:45:093857 "cc",
Aaron Hill47e932b2019-12-12 15:51:193858 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293859]
3860
3861[[package]]
David Tolnay6152d152022-01-04 00:32:523862name = "rustc_log"
3863version = "0.0.0"
3864dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353865 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523866 "tracing",
3867 "tracing-subscriber",
3868 "tracing-tree",
3869]
3870
3871[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103872name = "rustc_macros"
3873version = "0.1.0"
3874dependencies = [
klensy754b5262022-07-31 13:44:063875 "annotate-snippets",
David Wood552eb322022-05-23 17:24:553876 "fluent-bundle",
3877 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:153878 "proc-macro2",
3879 "quote",
3880 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163881 "synstructure",
David Wood552eb322022-05-23 17:24:553882 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:103883]
3884
3885[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293886name = "rustc_metadata"
3887version = "0.0.0"
3888dependencies = [
Andy Russell923f9392021-11-08 23:03:553889 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:373890 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263891 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203892 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093893 "rustc_data_structures",
3894 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323895 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173896 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573897 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193898 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103899 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573900 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453901 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403902 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083903 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323904 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093905 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:463906 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293907 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:303908 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:043909 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003910 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293911]
3912
3913[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453914name = "rustc_middle"
3915version = "0.0.0"
3916dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453917 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033918 "chalk-ir",
Camille GILLOTfd9c04f2021-01-05 18:53:073919 "either",
3920 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453921 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:263922 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453923 "rustc-rayon-core",
3924 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403925 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453926 "rustc_ast",
3927 "rustc_attr",
3928 "rustc_data_structures",
3929 "rustc_errors",
3930 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:073931 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453932 "rustc_hir",
3933 "rustc_index",
3934 "rustc_macros",
3935 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403936 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453937 "rustc_session",
3938 "rustc_span",
3939 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:103940 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293941 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303942 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003943 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453944]
3945
3946[[package]]
Matthew Jasperb3589292020-01-05 15:46:443947name = "rustc_mir_build"
3948version = "0.0.0"
3949dependencies = [
Ralf Jung41018892022-11-18 09:18:323950 "either",
Matthew Jasperb3589292020-01-05 15:46:443951 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403952 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263953 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203954 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:443955 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:443956 "rustc_errors",
3957 "rustc_hir",
3958 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243959 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453960 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403961 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:073962 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:443963 "rustc_span",
3964 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403965 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:293966 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003967 "tracing",
Matthew Jasperb3589292020-01-05 15:46:443968]
3969
3970[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:073971name = "rustc_mir_dataflow"
3972version = "0.0.0"
3973dependencies = [
3974 "polonius-engine",
3975 "regex",
3976 "rustc_ast",
3977 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:143978 "rustc_errors",
Camille GILLOTfd9c04f2021-01-05 18:53:073979 "rustc_graphviz",
3980 "rustc_hir",
3981 "rustc_index",
5225225ee2b1612022-08-19 09:21:143982 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:073983 "rustc_middle",
3984 "rustc_serialize",
5225225ee2b1612022-08-19 09:21:143985 "rustc_session",
Camille GILLOTfd9c04f2021-01-05 18:53:073986 "rustc_span",
3987 "rustc_target",
3988 "smallvec",
3989 "tracing",
3990]
3991
3992[[package]]
Camille GILLOTbba4be62021-01-01 00:53:253993name = "rustc_mir_transform"
3994version = "0.0.0"
3995dependencies = [
3996 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:323997 "either",
pierwillf684acd2022-03-04 17:54:283998 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:253999 "rustc_ast",
4000 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114001 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254002 "rustc_data_structures",
4003 "rustc_errors",
4004 "rustc_hir",
4005 "rustc_index",
4006 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074007 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254008 "rustc_serialize",
4009 "rustc_session",
4010 "rustc_span",
4011 "rustc_target",
4012 "rustc_trait_selection",
4013 "smallvec",
4014 "tracing",
4015]
4016
4017[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154018name = "rustc_monomorphize"
4019version = "0.0.0"
4020dependencies = [
4021 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474022 "rustc_errors",
Camille GILLOT81a600b2021-01-02 13:42:154023 "rustc_hir",
4024 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474025 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154026 "rustc_middle",
4027 "rustc_session",
4028 "rustc_span",
4029 "rustc_target",
4030 "smallvec",
4031 "tracing",
4032]
4033
4034[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134035name = "rustc_parse"
4036version = "0.0.0"
4037dependencies = [
4038 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264039 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464040 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134041 "rustc_data_structures",
4042 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384043 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134044 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244045 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204046 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324047 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524048 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004049 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404050 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004051 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134052]
4053
4054[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404055name = "rustc_parse_format"
4056version = "0.0.0"
4057dependencies = [
4058 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404059]
4060
4061[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294062name = "rustc_passes"
4063version = "0.0.0"
4064dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244065 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264066 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134067 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204068 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094069 "rustc_data_structures",
4070 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434071 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414072 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574073 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574074 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124075 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044076 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454077 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004078 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434079 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324080 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574081 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004082 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294083]
4084
4085[[package]]
Simon Sapind0bbc602019-07-16 17:08:324086name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294087version = "0.0.0"
4088dependencies = [
Andy Russell923f9392021-11-08 23:03:554089 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264090 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164091 "rustc_errors",
Mazdak Farrokhzadf58db202020-01-09 06:52:014092 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334093 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094094 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084095 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324096 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294097]
4098
4099[[package]]
4100name = "rustc_privacy"
4101version = "0.0.0"
4102dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574103 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204104 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094105 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164106 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574107 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294108 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344109 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454110 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084111 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324112 "rustc_span",
kadmin6a03f032020-11-22 09:37:374113 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004114 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294115]
4116
4117[[package]]
Camille GILLOT4581d162021-01-19 19:40:164118name = "rustc_query_impl"
4119version = "0.0.0"
4120dependencies = [
Ralf Jung61a986a2022-06-26 02:21:494121 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164122 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014123 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164124 "rustc_data_structures",
4125 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164126 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014127 "rustc_index",
4128 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164129 "rustc_middle",
4130 "rustc_query_system",
4131 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014132 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164133 "rustc_span",
Michael Goulet53093752022-08-10 20:53:064134 "rustc_target",
Nicholas Nethercoteb38106b2022-08-17 04:22:304135 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134136 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164137]
4138
4139[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224140name = "rustc_query_system"
4141version = "0.0.0"
4142dependencies = [
Philipp Krones586cbd02022-06-04 12:07:444143 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:314144 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404145 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314146 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224147 "rustc_data_structures",
4148 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314149 "rustc_feature",
4150 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224151 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574152 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404153 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374154 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314155 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314156 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044157 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294158 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304159 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004160 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224161]
4162
4163[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294164name = "rustc_resolve"
4165version = "0.0.0"
4166dependencies = [
Alex Crichton093ede22019-08-15 00:45:094167 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404168 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264169 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464170 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204171 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094172 "rustc_data_structures",
4173 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324174 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184175 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574176 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294177 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384178 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094179 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454180 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504181 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564182 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324183 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294184 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524185 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004186 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294187]
4188
4189[[package]]
4190name = "rustc_save_analysis"
4191version = "0.0.0"
4192dependencies = [
Alex Crichton093ede22019-08-15 00:45:094193 "rls-data",
4194 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264195 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464196 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094197 "rustc_data_structures",
Wonchul Lee9b95eef2022-08-19 21:40:314198 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574199 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414200 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154201 "rustc_lexer",
Wonchul Lee9b95eef2022-08-19 21:40:314202 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454203 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084204 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324205 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094206 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004207 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294208]
4209
4210[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404211name = "rustc_serialize"
4212version = "0.0.0"
4213dependencies = [
4214 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504215 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294216 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304217 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404218]
4219
4220[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334221name = "rustc_session"
4222version = "0.0.0"
4223dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194224 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514225 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264226 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334227 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334228 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284229 "rustc_feature",
4230 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034231 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524232 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574233 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404234 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324235 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284236 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514237 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004238 "tracing",
Onur Özkan71a3a482022-10-28 07:20:514239 "winapi",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324240]
4241
4242[[package]]
Oli Scherer9960cc12022-06-02 10:08:384243name = "rustc_smir"
4244version = "0.0.0"
4245dependencies = [
4246 "rustc_borrowck",
4247 "rustc_driver",
Oli Scherer0324ac82022-06-02 10:15:074248 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384249 "rustc_interface",
4250 "rustc_middle",
Oli Scherer0324ac82022-06-02 10:15:074251 "rustc_mir_dataflow",
4252 "rustc_mir_transform",
4253 "rustc_serialize",
4254 "rustc_trait_selection",
Oli Scherer9960cc12022-06-02 10:08:384255]
4256
4257[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324258name = "rustc_span"
4259version = "0.0.0"
4260dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074261 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244262 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404263 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324264 "rustc_data_structures",
4265 "rustc_index",
4266 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404267 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324268 "scoped-tls",
klensy45fac342022-08-31 20:04:124269 "sha-1",
Arlo Siemsen3296d5c2020-10-13 15:41:064270 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004271 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324272 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334273]
4274
4275[[package]]
Mark Mansi2d75a332020-03-12 23:07:584276name = "rustc_symbol_mangling"
4277version = "0.0.0"
4278dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414279 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584280 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584281 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584282 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134283 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584284 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134285 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454286 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584287 "rustc_session",
4288 "rustc_span",
4289 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004290 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584291]
4292
4293[[package]]
Irina Popa38e96402017-12-08 19:18:214294name = "rustc_target"
4295version = "0.0.0"
4296dependencies = [
Alex Crichton093ede22019-08-15 00:45:094297 "bitflags",
hkalbasi390a6372022-11-06 21:06:114298 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094299 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154300 "rustc_feature",
csmoe64f61c72019-09-26 05:38:334301 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524302 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404303 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324304 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094305 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004306 "tracing",
Irina Popa38e96402017-12-08 19:18:214307]
4308
4309[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064310name = "rustc_tools_util"
Ralf Jung9cc11e22022-10-04 13:23:574311version = "0.2.1"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366"
4314
4315[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404316name = "rustc_trait_selection"
4317version = "0.0.0"
4318dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404319 "rustc_ast",
4320 "rustc_attr",
4321 "rustc_data_structures",
4322 "rustc_errors",
4323 "rustc_hir",
4324 "rustc_index",
4325 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364326 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404327 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454328 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404329 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544330 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404331 "rustc_session",
4332 "rustc_span",
4333 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134334 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294335 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004336 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404337]
4338
4339[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544340name = "rustc_traits"
4341version = "0.0.0"
4342dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374343 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034344 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034345 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264346 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314347 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094348 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574349 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034350 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244351 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454352 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324353 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304354 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404355 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294356 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004357 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544358]
4359
4360[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134361name = "rustc_transmute"
4362version = "0.1.0"
4363dependencies = [
4364 "itertools",
4365 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144366 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134367 "rustc_infer",
4368 "rustc_macros",
4369 "rustc_middle",
4370 "rustc_span",
4371 "rustc_target",
4372 "tracing",
4373]
4374
4375[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374376name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304377version = "0.0.0"
4378dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304379 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294380 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304381 "rustc_hir",
kadmine612e262022-07-09 09:35:064382 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244383 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314384 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454385 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084386 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304387 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324388 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404389 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464390 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004391 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304392]
4393
4394[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104395name = "rustc_type_ir"
4396version = "0.0.0"
4397dependencies = [
4398 "bitflags",
4399 "rustc_data_structures",
4400 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554401 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104402 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344403 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104404]
4405
4406[[package]]
Oliver Schneider847bb142018-05-11 12:11:064407name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004408version = "0.4.0"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4411dependencies = [
klensy8ebc73b2022-02-06 20:57:294412 "semver",
Ralf Junge5d01782021-10-04 22:13:004413]
4414
4415[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294416name = "rustdoc"
4417version = "0.0.0"
4418dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354419 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464420 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284421 "expect-test",
pierwillf684acd2022-03-04 17:54:284422 "itertools",
Alex Crichton093ede22019-08-15 00:45:094423 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044424 "once_cell",
Guillaume Gomez80b26bd2022-01-19 10:02:244425 "pulldown-cmark",
Noah Lev7865a852021-10-29 01:19:014426 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344427 "regex",
Rune Tynan67b78a02021-01-25 21:23:434428 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454429 "serde",
4430 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294431 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094432 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304433 "thin-vec",
Joshua Nelson65f0b252020-12-28 18:28:294434 "tracing",
4435 "tracing-subscriber",
4436 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584437]
4438
4439[[package]]
Rune Tynan67b78a02021-01-25 21:23:434440name = "rustdoc-json-types"
4441version = "0.1.0"
4442dependencies = [
4443 "serde",
Rune Tynanca48d152021-03-04 23:45:574444 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434445]
4446
4447[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534448name = "rustdoc-themes"
4449version = "0.1.0"
4450
4451[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584452name = "rustdoc-tool"
4453version = "0.0.0"
4454dependencies = [
Alex Crichton093ede22019-08-15 00:45:094455 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294456]
4457
4458[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154459name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444460version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044461source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444462checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504463dependencies = [
4464 "anyhow",
4465 "log",
4466 "serde",
4467 "serde_json",
4468]
4469
4470[[package]]
topecongiro5a411a62019-06-18 12:15:194471name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114472version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194473dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154474 "proc-macro2",
4475 "quote",
Alex Crichton093ede22019-08-15 00:45:094476 "serde",
Aaron Hill70ba4912020-08-01 14:11:154477 "syn",
topecongiro5a411a62019-06-18 12:15:194478]
4479
4480[[package]]
Alex Crichton1cede102017-06-15 02:33:064481name = "rustfmt-nightly"
Caleb Cartwright993ee002022-06-23 03:16:584482version = "1.5.1"
kennytm0692b3d2017-12-15 19:41:584483dependencies = [
klensy754b5262022-07-31 13:44:064484 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394485 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094486 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374487 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494488 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094489 "derive-new",
4490 "diff",
4491 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544492 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094493 "getopts",
4494 "ignore",
pierwillf684acd2022-03-04 17:54:284495 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424496 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094497 "log",
4498 "regex",
Alex Crichton093ede22019-08-15 00:45:094499 "rustc-workspace-hack",
4500 "rustfmt-config_proc_macro",
4501 "serde",
4502 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544503 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394504 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354505 "toml",
Alex Crichton093ede22019-08-15 00:45:094506 "unicode-segmentation",
4507 "unicode-width",
4508 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274509]
4510
4511[[package]]
flip19950046d7c2021-02-25 10:26:234512name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554513version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234514source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554515checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234516
4517[[package]]
Alex Crichton2863b752018-08-21 17:23:474518name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444519version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474520source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444521checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474522
4523[[package]]
Josh Stone020c5ec2017-05-08 22:01:134524name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444525version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224526source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444527checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224528dependencies = [
Alex Crichton093ede22019-08-15 00:45:094529 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224530]
4531
4532[[package]]
4533name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444534version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224535source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444536checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224537dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424538 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314539 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224540]
4541
4542[[package]]
Alex Crichton453080f2017-06-05 16:36:484543name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524544version = "1.0.0"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094546checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524547
4548[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124549name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444550version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254551source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444552checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254553
4554[[package]]
Eric Huss74498c12020-12-16 17:03:334555name = "security-framework"
4556version = "2.0.0"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4559dependencies = [
4560 "bitflags",
4561 "core-foundation",
4562 "core-foundation-sys",
4563 "libc",
4564 "security-framework-sys",
4565]
4566
4567[[package]]
4568name = "security-framework-sys"
4569version = "2.0.0"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4572dependencies = [
4573 "core-foundation-sys",
4574 "libc",
4575]
4576
4577[[package]]
David Wood7f916972022-03-26 07:27:434578name = "self_cell"
4579version = "0.10.2"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4582
4583[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584584name = "semver"
Ralf Jungc2df1c22022-07-21 20:04:374585version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394586source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:374587checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394588dependencies = [
4589 "serde",
4590]
4591
4592[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584593name = "serde"
Weihang Lo9926f6e2022-10-22 12:05:484594version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584595source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484596checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
Eric Huss57393642018-12-17 18:23:044597dependencies = [
Alex Crichton093ede22019-08-15 00:45:094598 "serde_derive",
Eric Huss57393642018-12-17 18:23:044599]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584600
4601[[package]]
Weihang Lo5095f542022-09-27 16:46:344602name = "serde-value"
4603version = "0.7.0"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
4606dependencies = [
4607 "ordered-float",
4608 "serde",
4609]
4610
4611[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584612name = "serde_derive"
Weihang Lo9926f6e2022-10-22 12:05:484613version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584614source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484615checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584616dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154617 "proc-macro2",
4618 "quote",
4619 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584620]
4621
4622[[package]]
flip199596c3ec12019-08-20 07:32:534623name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444624version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534625source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444626checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534627dependencies = [
4628 "serde",
4629]
4630
4631[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584632name = "serde_json"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394633version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584634source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394635checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584636dependencies = [
Rune Tynan77156562021-01-16 01:34:154637 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094638 "itoa",
4639 "ryu",
4640 "serde",
Steve Klabnik2795de32017-02-20 00:20:574641]
4642
4643[[package]]
James Munnsde763692019-01-19 02:39:374644name = "sha-1"
pierwillef6dd122022-02-10 16:54:014645version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064646source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014647checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064648dependencies = [
pierwillef6dd122022-02-10 16:54:014649 "cfg-if 1.0.0",
4650 "cpufeatures",
klensy45fac342022-08-31 20:04:124651 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:064652]
4653
4654[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124655name = "sha2"
pierwillef6dd122022-02-10 16:54:014656version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124657source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014658checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124659dependencies = [
pierwillef6dd122022-02-10 16:54:014660 "cfg-if 1.0.0",
4661 "cpufeatures",
klensy45fac342022-08-31 20:04:124662 "digest",
James Munnsde763692019-01-19 02:39:374663]
4664
4665[[package]]
Oliver Schererec7230f2020-07-24 18:42:004666name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004667version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004668source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004669checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004670dependencies = [
4671 "lazy_static",
4672]
4673
4674[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584675name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444676version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584677source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444678checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584679
4680[[package]]
steveklabnik54371882018-01-25 17:32:254681name = "shlex"
Eric Huss788167a2021-02-23 01:05:214682version = "1.0.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4685
4686[[package]]
Eric Huss3a6fc802022-04-20 13:50:394687name = "similar"
4688version = "2.1.0"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4691
4692[[package]]
steveklabnikecfbaca2018-04-03 14:32:044693name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154694version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044695source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154696checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044697
4698[[package]]
Eric Hussd5e03532019-05-23 20:27:494699name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024700version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494701source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024702checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494703dependencies = [
Eric Huss2b985322019-11-25 16:14:074704 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094705 "typenum",
Eric Hussd5e03532019-05-23 20:27:494706]
4707
4708[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434709name = "slab"
4710version = "0.4.2"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094712checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434713
4714[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014715name = "smallvec"
Nicholas Nethercote7c406612022-06-26 22:48:554716version = "1.8.1"
Ralf Jung90b8d342019-11-04 14:59:094717source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote7c406612022-06-26 22:48:554718checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
Ralf Jung90b8d342019-11-04 14:59:094719
4720[[package]]
Josh Triplett574f6be2020-08-20 23:16:304721name = "snap"
4722version = "1.0.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4725
4726[[package]]
Eric Huss3a6fc802022-04-20 13:50:394727name = "snapbox"
Weihang Lobfce2272022-11-04 23:50:444728version = "0.4.1"
Eric Huss3a6fc802022-04-20 13:50:394729source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:444730checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293"
Eric Huss3a6fc802022-04-20 13:50:394731dependencies = [
4732 "concolor",
4733 "content_inspector",
4734 "dunce",
4735 "filetime",
4736 "normalize-line-endings",
4737 "similar",
4738 "snapbox-macros",
4739 "tempfile",
4740 "walkdir",
4741 "yansi",
4742]
4743
4744[[package]]
4745name = "snapbox-macros"
Eric Huss6e4603e2022-08-24 03:58:124746version = "0.3.0"
Eric Huss3a6fc802022-04-20 13:50:394747source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e4603e2022-08-24 03:58:124748checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
Eric Huss3a6fc802022-04-20 13:50:394749
4750[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154751name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184752version = "0.4.1"
klensy50c38902021-05-01 11:50:034753source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184754checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034755dependencies = [
4756 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314757 "winapi",
klensy50c38902021-05-01 11:50:034758]
4759
4760[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454761name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444762version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454763source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444764checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454765
4766[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244767name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554768version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244769source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554770checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244771dependencies = [
4772 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:354773 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:244774 "libc",
4775 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314776 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244777]
4778
4779[[package]]
Eric Huss7758eaf2022-04-28 05:42:544780name = "static_assertions"
4781version = "1.1.0"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4784
4785[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294786name = "std"
4787version = "0.0.0"
4788dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154789 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094790 "alloc",
Wesley Wiser9286c3c2022-09-15 15:39:034791 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:094792 "compiler_builtins",
4793 "core",
4794 "dlmalloc",
4795 "fortanix-sgx-abi",
Josh Stonedaa7c142022-07-14 17:13:524796 "hashbrown",
joboet262193e2022-09-06 08:44:054797 "hermit-abi 0.2.6",
Alex Crichton093ede22019-08-15 00:45:094798 "libc",
Michael Howell8e71a132022-11-08 00:13:204799 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:154800 "object",
Alex Crichton093ede22019-08-15 00:45:094801 "panic_abort",
4802 "panic_unwind",
4803 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194804 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374805 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464806 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094807 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:134808 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:294809]
4810
4811[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464812name = "std_detect"
4813version = "0.1.5"
4814dependencies = [
Wesley Wiser9286c3c2022-09-15 15:39:034815 "cfg-if 1.0.0",
Joshua Nelson1b0b7e92021-04-02 08:11:464816 "compiler_builtins",
4817 "libc",
4818 "rustc-std-workspace-alloc",
4819 "rustc-std-workspace-core",
4820]
4821
4822[[package]]
steveklabnikecfbaca2018-04-03 14:32:044823name = "string_cache"
klensy947e7872022-04-15 18:11:144824version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044825source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144826checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044827dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424828 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094829 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444830 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094831 "phf_shared",
4832 "precomputed-hash",
4833 "serde",
steveklabnikecfbaca2018-04-03 14:32:044834]
4835
4836[[package]]
4837name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144838version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044839source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144840checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044841dependencies = [
Alex Crichton093ede22019-08-15 00:45:094842 "phf_generator",
4843 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154844 "proc-macro2",
4845 "quote",
steveklabnikecfbaca2018-04-03 14:32:044846]
4847
4848[[package]]
Eric Hussd5e03532019-05-23 20:27:494849name = "strip-ansi-escapes"
4850version = "0.1.0"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094852checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494853dependencies = [
Alex Crichton093ede22019-08-15 00:45:094854 "vte",
Eric Hussd5e03532019-05-23 20:27:494855]
4856
4857[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584858name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:334859version = "0.10.0"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4862
4863[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114864name = "syn"
Andres Suareza65ddf02022-10-09 03:25:404865version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:114866source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:404867checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:114868dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154869 "proc-macro2",
4870 "quote",
Andres Suareza65ddf02022-10-09 03:25:404871 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:114872]
4873
4874[[package]]
Alex Crichton325d7392017-12-10 17:42:494875name = "synstructure"
pierwillea25b772021-12-21 17:00:304876version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:234877source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304878checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:234879dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154880 "proc-macro2",
4881 "quote",
4882 "syn",
4883 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234884]
4885
4886[[package]]
Josh Stone020c5ec2017-05-08 22:01:134887name = "tar"
Eric Huss845faad2022-06-08 18:48:314888version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:134889source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:314890checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:134891dependencies = [
Alex Crichton093ede22019-08-15 00:45:094892 "filetime",
4893 "libc",
Alex Crichton093ede22019-08-15 00:45:094894 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134895]
4896
4897[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554898name = "tempfile"
Ralf Jung55162732022-11-15 19:06:424899version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:554900source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:424901checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:554902dependencies = [
Jubilee Young27ef7192021-04-23 22:49:474903 "cfg-if 1.0.0",
Ralf Jung55162732022-11-15 19:06:424904 "fastrand",
Alex Crichton093ede22019-08-15 00:45:094905 "libc",
klensydcdc3082021-05-11 19:03:594906 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:094907 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314908 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:554909]
4910
4911[[package]]
steveklabnikecfbaca2018-04-03 14:32:044912name = "tendril"
Eric Huss04b75a72022-06-22 23:49:244913version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:044914source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:244915checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:044916dependencies = [
Alex Crichton093ede22019-08-15 00:45:094917 "futf",
4918 "mac",
4919 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044920]
4921
4922[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294923name = "term"
flip19950046d7c2021-02-25 10:26:234924version = "0.7.0"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
4927dependencies = [
4928 "dirs-next",
4929 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314930 "winapi",
flip19950046d7c2021-02-25 10:26:234931]
4932
4933[[package]]
Alex Crichton1cede102017-06-15 02:33:064934name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:244935version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:124936source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:244937checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:124938dependencies = [
Eric Huss89d79062020-07-29 18:02:054939 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124940]
4941
4942[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484943name = "termize"
4944version = "0.1.1"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4947dependencies = [
4948 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314949 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:484950]
4951
4952[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294953name = "test"
4954version = "0.0.0"
4955dependencies = [
Collin Baker426296e2022-11-21 21:43:344956 "cfg-if 1.0.0",
Alex Crichtonb47c9692019-08-16 15:29:084957 "core",
Alex Crichton093ede22019-08-15 00:45:094958 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084959 "libc",
4960 "panic_abort",
4961 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:094962 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:084963 "std",
Ahmed Charles9ca382f2016-09-02 08:55:294964]
4965
4966[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184967name = "tester"
flip19950046d7c2021-02-25 10:26:234968version = "0.9.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
4971dependencies = [
4972 "cfg-if 1.0.0",
4973 "getopts",
4974 "libc",
4975 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:544976 "term",
flip19950046d7c2021-02-25 10:26:234977]
4978
4979[[package]]
steveklabnik4871dba2017-06-27 17:33:324980name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:514981version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:334982source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:514983checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:334984
4985[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:304986name = "thin-vec"
Michael Howell03968a82022-10-11 17:00:014987version = "0.2.9"
Nicholas Nethercoteb38106b2022-08-17 04:22:304988source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell03968a82022-10-11 17:00:014989checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
Nicholas Nethercoteb38106b2022-08-17 04:22:304990
4991[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304992name = "thiserror"
klensy45fac342022-08-31 20:04:124993version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:304994source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:124995checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
Pietro Albini9beb8f52019-11-26 11:06:304996dependencies = [
4997 "thiserror-impl",
4998]
4999
5000[[package]]
5001name = "thiserror-impl"
klensy45fac342022-08-31 20:04:125002version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305003source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125004checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
Pietro Albini9beb8f52019-11-26 11:06:305005dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155006 "proc-macro2",
5007 "quote",
5008 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305009]
5010
5011[[package]]
David Wood2dc1a8a2021-12-03 14:24:055012name = "thorin-dwp"
Josh Stonedaa7c142022-07-14 17:13:525013version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:055014source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:525015checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
David Wood2dc1a8a2021-12-03 14:24:055016dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155017 "gimli",
Josh Stonedaa7c142022-07-14 17:13:525018 "hashbrown",
Michael Howellcf83a1d2022-11-03 17:10:155019 "object",
David Wood2dc1a8a2021-12-03 14:24:055020 "tracing",
5021]
5022
5023[[package]]
Steve Klabnika0769612017-02-07 23:13:575024name = "thread_local"
klensy9f621ae2022-01-24 17:19:215025version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315026source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215027checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315028dependencies = [
klensy9f621ae2022-01-24 17:19:215029 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315030]
5031
5032[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295033name = "tidy"
5034version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565035dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:375036 "cargo_metadata 0.14.0",
yukang18511ba2022-11-04 08:56:485037 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425038 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255039 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095040 "regex",
Alex Crichton093ede22019-08-15 00:45:095041 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565042]
Ahmed Charles9ca382f2016-09-02 08:55:295043
5044[[package]]
Eric Hussce717472020-08-11 23:49:395045name = "tier-check"
5046version = "0.1.0"
5047
5048[[package]]
Alex Crichton15899b02018-01-25 04:01:425049name = "time"
Mark Rousskov342d9562020-08-17 15:21:445050version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425051source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445052checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425053dependencies = [
Alex Crichton093ede22019-08-15 00:45:095054 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315055 "winapi",
Alex Crichton15899b02018-01-25 04:01:425056]
5057
5058[[package]]
David Wood7f916972022-03-26 07:27:435059name = "tinystr"
Manish Goregaokar288194e2022-10-19 23:24:425060version = "0.7.0"
David Wood7f916972022-03-26 07:27:435061source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425062checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
5063dependencies = [
5064 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255065 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425066]
David Wood7f916972022-03-26 07:27:435067
5068[[package]]
Mark Rousskov342d9562020-08-17 15:21:445069name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565070version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445071source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565072checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5073dependencies = [
5074 "tinyvec_macros",
5075]
5076
5077[[package]]
5078name = "tinyvec_macros"
5079version = "0.1.0"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:445082
5083[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435084name = "tokio"
klensy9f621ae2022-01-24 17:19:215085version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435086source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215087checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435088dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315089 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095090 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545091 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315092 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435093]
5094
5095[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295096name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475097version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135098source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475099checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135100dependencies = [
Alex Crichton093ede22019-08-15 00:45:095101 "serde",
Eric Hussd2228ca2019-03-29 03:13:135102]
5103
5104[[package]]
Weihang Lo9926f6e2022-10-22 12:05:485105name = "toml_datetime"
5106version = "0.5.0"
Eric Huss7758eaf2022-04-28 05:42:545107source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:485108checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
5109dependencies = [
5110 "serde",
5111]
5112
5113[[package]]
5114name = "toml_edit"
5115version = "0.15.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
Eric Huss7758eaf2022-04-28 05:42:545118dependencies = [
5119 "combine",
5120 "indexmap",
5121 "itertools",
Mark Rousskovbf29b3c2022-05-18 16:16:275122 "kstring",
Eric Hussaf8048b2022-01-26 00:24:215123 "serde",
Weihang Lo9926f6e2022-10-22 12:05:485124 "toml_datetime",
Eric Hussaf8048b2022-01-26 00:24:215125]
5126
5127[[package]]
Eric Hussa882fdd2021-12-03 20:25:075128name = "topological-sort"
5129version = "0.1.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5132
5133[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095134name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:325135version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:095136source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:325137checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:095138dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005139 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315140 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095141 "tracing-attributes",
5142 "tracing-core",
5143]
5144
5145[[package]]
5146name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:125147version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:095148source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125149checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:095150dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155151 "proc-macro2",
5152 "quote",
5153 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095154]
5155
5156[[package]]
5157name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:125158version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095159source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125160checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:095161dependencies = [
Oli Scherere8962282022-07-05 08:26:125162 "once_cell",
5163 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095164]
5165
5166[[package]]
Ralf Jung10430db2022-07-15 14:04:235167name = "tracing-error"
5168version = "0.2.0"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5171dependencies = [
5172 "tracing",
5173 "tracing-subscriber",
5174]
5175
5176[[package]]
Jack Hueyd66452c2020-08-04 22:35:375177name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005178version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375179source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005180checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375181dependencies = [
5182 "lazy_static",
5183 "log",
5184 "tracing-core",
5185]
5186
5187[[package]]
Oliver Schererec7230f2020-07-24 18:42:005188name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305189version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005190source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305191checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005192dependencies = [
klensy8ebc73b2022-02-06 20:57:295193 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005194 "lazy_static",
5195 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445196 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005197 "regex",
Oliver Schererec7230f2020-07-24 18:42:005198 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295199 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445200 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595201 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005202 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375203 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375204]
5205
5206[[package]]
5207name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305208version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375209source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305210checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375211dependencies = [
klensy8ebc73b2022-02-06 20:57:295212 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375213 "atty",
pierwillea25b772021-12-21 17:00:305214 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005215 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375216 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005217]
5218
5219[[package]]
David Wood7f916972022-03-26 07:27:435220name = "type-map"
5221version = "0.4.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5224dependencies = [
5225 "rustc-hash",
5226]
5227
5228[[package]]
Eric Huss8c20add2018-12-03 01:33:205229name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575230version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205231source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575232checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205233
5234[[package]]
Mark Rousskov064f8882020-01-13 21:40:195235name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445236version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195237source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445238checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195239dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425240 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195241 "regex",
5242]
5243
5244[[package]]
James Munnsde763692019-01-19 02:39:375245name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445246version = "0.1.3"
James Munnsde763692019-01-19 02:39:375247source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445248checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375249
5250[[package]]
Ralf Junga272c452022-05-30 08:17:465251name = "ui_test"
Ralf Jung55162732022-11-15 19:06:425252version = "0.4.0"
Ralf Jungf76eac42022-09-01 20:59:055253source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:425254checksum = "bf4559da3fe6b481f8674a29379677cb9606cd6f75fc254a2c9834c55638503d"
Ralf Junga272c452022-05-30 08:17:465255dependencies = [
Ralf Jung55162732022-11-15 19:06:425256 "bstr 1.0.1",
Ralf Jungc2df1c22022-07-21 20:04:375257 "cargo_metadata 0.15.0",
Ralf Jung10430db2022-07-15 14:04:235258 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465259 "colored",
Ralf Jung55162732022-11-15 19:06:425260 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055261 "diff",
Ralf Junga272c452022-05-30 08:17:465262 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465263 "regex",
5264 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265265 "serde",
5266 "serde_json",
Ralf Jung55162732022-11-15 19:06:425267 "tempfile",
Ralf Junga272c452022-05-30 08:17:465268]
5269
5270[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235271name = "unic-char-property"
5272version = "0.9.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5275dependencies = [
5276 "unic-char-range",
5277]
5278
5279[[package]]
5280name = "unic-char-range"
5281version = "0.9.0"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5284
5285[[package]]
5286name = "unic-common"
5287version = "0.9.0"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5290
5291[[package]]
5292name = "unic-emoji-char"
5293version = "0.9.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5296dependencies = [
5297 "unic-char-property",
5298 "unic-char-range",
5299 "unic-ucd-version",
5300]
5301
5302[[package]]
David Wood7f916972022-03-26 07:27:435303name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425304version = "0.9.1"
David Wood7f916972022-03-26 07:27:435305source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425306checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435307dependencies = [
5308 "unic-langid-impl",
5309 "unic-langid-macros",
5310]
5311
5312[[package]]
5313name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425314version = "0.9.1"
David Wood7f916972022-03-26 07:27:435315source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425316checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435317dependencies = [
5318 "tinystr",
5319]
5320
5321[[package]]
5322name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425323version = "0.9.1"
David Wood7f916972022-03-26 07:27:435324source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425325checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435326dependencies = [
5327 "proc-macro-hack",
5328 "tinystr",
5329 "unic-langid-impl",
5330 "unic-langid-macros-impl",
5331]
5332
5333[[package]]
5334name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425335version = "0.9.1"
David Wood7f916972022-03-26 07:27:435336source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425337checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435338dependencies = [
5339 "proc-macro-hack",
5340 "quote",
5341 "syn",
5342 "unic-langid-impl",
5343]
5344
5345[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235346name = "unic-ucd-version"
5347version = "0.9.0"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5350dependencies = [
5351 "unic-common",
5352]
5353
5354[[package]]
Andy Russell30301642019-04-20 17:03:595355name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405356version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595357source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405358checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595359dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405360 "version_check",
Andy Russell30301642019-04-20 17:03:595361]
5362
5363[[package]]
Mark Rousskov064f8882020-01-13 21:40:195364name = "unicode-bdd"
5365version = "0.1.0"
5366dependencies = [
5367 "ucd-parse",
5368]
5369
5370[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585371name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325372version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585373source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095374checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585375dependencies = [
Alex Crichton093ede22019-08-15 00:45:095376 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585377]
5378
5379[[package]]
Andres Suareza65ddf02022-10-09 03:25:405380name = "unicode-ident"
5381version = "1.0.5"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5384
5385[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585386name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565387version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585388source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565389checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405390dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445391 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405392]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585393
5394[[package]]
Charles Lew485e98a2020-01-02 12:02:225395name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565396version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225397source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565398checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225399
5400[[package]]
5401name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565402version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225403source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565404checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225405dependencies = [
Charles Lewc05961c2020-04-25 01:38:315406 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225407 "unicode-script",
5408]
5409
5410[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585411name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565412version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575413source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565414checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575415
5416[[package]]
5417name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565418version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575419source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565420checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085421dependencies = [
5422 "compiler_builtins",
5423 "rustc-std-workspace-core",
5424 "rustc-std-workspace-std",
5425]
Steve Klabnika0769612017-02-07 23:13:575426
5427[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585428name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565429version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395430source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565431checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395432
5433[[package]]
flip19954c228cc2019-02-18 09:32:585434name = "unicode_categories"
5435version = "0.1.1"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095437checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585438
5439[[package]]
Michael Howellb29d9d52021-02-24 06:42:425440name = "unified-diff"
5441version = "0.2.1"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5444dependencies = [
5445 "diff",
5446]
5447
5448[[package]]
est31c2d59062017-06-12 19:35:475449name = "unstable-book-gen"
5450version = "0.1.0"
5451dependencies = [
Alex Crichton093ede22019-08-15 00:45:095452 "num-traits",
5453 "tidy",
est31c2d59062017-06-12 19:35:475454]
5455
5456[[package]]
Nick Cameron71a0be02017-09-25 04:13:295457name = "unwind"
5458version = "0.0.0"
5459dependencies = [
Alex Crichton093ede22019-08-15 00:45:095460 "cc",
Collin Bakerdfab01b2022-10-21 18:38:565461 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095462 "compiler_builtins",
5463 "core",
5464 "libc",
Nick Cameron71a0be02017-09-25 04:13:295465]
5466
5467[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585468name = "url"
Eric Hussf3287a62021-05-12 00:39:515469version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395470source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515471checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395472dependencies = [
Eric Hussf3287a62021-05-12 00:39:515473 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435474 "idna",
Alex Crichton093ede22019-08-15 00:45:095475 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435476 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:095477 "serde",
Eric Hussf2428a62019-08-01 00:44:395478]
5479
5480[[package]]
steveklabnikecfbaca2018-04-03 14:32:045481name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445482version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045483source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445484checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045485
5486[[package]]
Eric Hussd5e03532019-05-23 20:27:495487name = "utf8parse"
5488version = "0.1.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095490checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495491
5492[[package]]
Oli Scherere8962282022-07-05 08:26:125493name = "valuable"
5494version = "0.1.0"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5497
5498[[package]]
Alex Crichton1cede102017-06-15 02:33:065499name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445500version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065501source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445502checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065503
5504[[package]]
Alex Crichtonb4110902018-12-08 11:06:545505name = "version_check"
klensydcdc3082021-05-11 19:03:595506version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075507source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595508checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075509
5510[[package]]
Eric Hussd5e03532019-05-23 20:27:495511name = "vte"
5512version = "0.3.3"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095514checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495515dependencies = [
Alex Crichton093ede22019-08-15 00:45:095516 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495517]
5518
5519[[package]]
Josh Stone020c5ec2017-05-08 22:01:135520name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395521version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225522source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395523checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225524dependencies = [
Alex Crichton093ede22019-08-15 00:45:095525 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315526 "winapi",
Alex Crichton093ede22019-08-15 00:45:095527 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225528]
5529
5530[[package]]
newpavlov6374b842019-08-29 17:13:155531name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255532version = "0.9.0+wasi-snapshot-preview1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135535
5536[[package]]
5537name = "wasi"
5538version = "0.11.0+wasi-snapshot-preview1"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155541dependencies = [
5542 "compiler_builtins",
5543 "rustc-std-workspace-alloc",
5544 "rustc-std-workspace-core",
5545]
5546
5547[[package]]
Steve Klabnika0769612017-02-07 23:13:575548name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445549version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225550source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445551checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225552dependencies = [
Alex Crichton093ede22019-08-15 00:45:095553 "winapi-i686-pc-windows-gnu",
5554 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225555]
5556
5557[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225558name = "winapi-i686-pc-windows-gnu"
5559version = "0.4.0"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095561checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225562
5563[[package]]
Alex Crichton2863b752018-08-21 17:23:475564name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055565version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475566source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055567checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475568dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315569 "winapi",
Alex Crichton2863b752018-08-21 17:23:475570]
5571
5572[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225573name = "winapi-x86_64-pc-windows-gnu"
5574version = "0.4.0"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095576checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225577
5578[[package]]
Philipp Krones586cbd02022-06-04 12:07:445579name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555580version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445581source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555582checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445583dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:555584 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355585 "windows_aarch64_msvc",
5586 "windows_i686_gnu",
5587 "windows_i686_msvc",
5588 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:555589 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355590 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:445591]
5592
5593[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555594name = "windows_aarch64_gnullvm"
5595version = "0.42.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
5598
5599[[package]]
Philipp Krones586cbd02022-06-04 12:07:445600name = "windows_aarch64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555601version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445602source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555603checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
Philipp Krones586cbd02022-06-04 12:07:445604
5605[[package]]
5606name = "windows_i686_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555607version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445608source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555609checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
Philipp Krones586cbd02022-06-04 12:07:445610
5611[[package]]
5612name = "windows_i686_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555613version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445614source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555615checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
Philipp Krones586cbd02022-06-04 12:07:445616
5617[[package]]
5618name = "windows_x86_64_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555619version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445620source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555621checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
5622
5623[[package]]
5624name = "windows_x86_64_gnullvm"
5625version = "0.42.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
Philipp Krones586cbd02022-06-04 12:07:445628
5629[[package]]
5630name = "windows_x86_64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555631version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445632source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555633checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
Philipp Krones586cbd02022-06-04 12:07:445634
5635[[package]]
Charles Lewa7750042022-11-06 06:43:255636name = "writeable"
5637version = "0.5.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b"
5640
5641[[package]]
Josh Stone020c5ec2017-05-08 22:01:135642name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225643version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135644source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095645checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135646dependencies = [
Alex Crichton093ede22019-08-15 00:45:095647 "libc",
Josh Stone020c5ec2017-05-08 22:01:135648]
5649
5650[[package]]
5651name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445652version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135653source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445654checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135655dependencies = [
Alex Crichton093ede22019-08-15 00:45:095656 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135657]
5658
5659[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305660name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445661version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305662source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445663checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305664dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425665 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305666 "thiserror",
Michael Howell271bad92022-06-18 15:54:005667 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305668]
5669
5670[[package]]
Josh Stone020c5ec2017-05-08 22:01:135671name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445672version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305673source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445674checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305675dependencies = [
5676 "linked-hash-map",
5677]
Igor Matuszewski2214a412021-05-03 20:59:355678
5679[[package]]
Eric Huss3a6fc802022-04-20 13:50:395680name = "yansi"
5681version = "0.5.1"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5684
5685[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355686name = "yansi-term"
5687version = "0.1.2"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5690dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315691 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355692]
Charles Lewa7750042022-11-06 06:43:255693
5694[[package]]
5695name = "yoke"
5696version = "0.6.2"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184"
5699dependencies = [
5700 "serde",
5701 "stable_deref_trait",
5702 "yoke-derive",
5703 "zerofrom",
5704]
5705
5706[[package]]
5707name = "yoke-derive"
5708version = "0.6.1"
5709source = "registry+https://github.com/rust-lang/crates.io-index"
5710checksum = "1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e"
5711dependencies = [
5712 "proc-macro2",
5713 "quote",
5714 "syn",
5715 "synstructure",
5716]
5717
5718[[package]]
5719name = "zerofrom"
5720version = "0.1.1"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5723dependencies = [
5724 "zerofrom-derive",
5725]
5726
5727[[package]]
5728name = "zerofrom-derive"
5729version = "0.1.1"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5732dependencies = [
5733 "proc-macro2",
5734 "quote",
5735 "syn",
5736 "synstructure",
5737]
5738
5739[[package]]
5740name = "zerovec"
5741version = "0.9.0"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8"
5744dependencies = [
5745 "yoke",
5746 "zerofrom",
5747 "zerovec-derive",
5748]
5749
5750[[package]]
5751name = "zerovec-derive"
5752version = "0.9.0"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e"
5755dependencies = [
5756 "proc-macro2",
5757 "quote",
5758 "syn",
5759 "synstructure",
5760]