blob: 250c3db4e10f7639e7562a40a84e4f0c64d6818a [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",
236 "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 "bytesize",
Caleb Cartwright0697f562021-10-20 05:15:20292 "cargo-platform 0.1.2",
Alex Crichton093ede22019-08-15 00:45:09293 "cargo-test-macro",
Aaron Hilld440e132019-09-16 18:45:40294 "cargo-test-support",
Eric Hussea194b82021-03-26 19:29:08295 "cargo-util",
Weihang Lo40bb4b72022-10-14 08:58:48296 "clap 4.0.15",
Alex Crichton093ede22019-08-15 00:45:09297 "crates-io",
Alex Crichton093ede22019-08-15 00:45:09298 "curl",
299 "curl-sys",
Weihang Lo1e5dad02022-11-25 22:37:04300 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:09301 "filetime",
302 "flate2",
Alex Crichton093ede22019-08-15 00:45:09303 "fwdansi",
304 "git2",
305 "git2-curl",
306 "glob",
Mark Rousskov342d9562020-08-17 15:21:44307 "hex 0.4.2",
Igor Matuszewskic2249a42019-09-08 08:28:11308 "home",
Weihang Lo35f89622022-11-18 21:35:07309 "http-auth",
Mark Rousskov342d9562020-08-17 15:21:44310 "humantime 2.0.1",
Alex Crichton093ede22019-08-15 00:45:09311 "ignore",
312 "im-rc",
Eric Huss3a6fc802022-04-20 13:50:39313 "indexmap",
Weihang Lo1e5dad02022-11-25 22:37:04314 "is-terminal",
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",
688 "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]]
Maybe Wafflee20e5062022-11-28 11:11:45874name = "convert_case"
875version = "0.4.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
878
879[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29880name = "core"
881version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16882dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:19883 "rand 0.7.3",
Thom Chiovoloni08127592022-05-02 06:10:56884 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16885]
Ahmed Charles9ca382f2016-09-02 08:55:29886
887[[package]]
Nick Cameron7cb3f452017-08-24 05:52:28888name = "core-foundation"
Eric Hussf3206bc2020-06-30 17:39:05889version = "0.9.0"
Eric Huss2b985322019-11-25 16:14:07890source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05891checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
Eric Huss2b985322019-11-25 16:14:07892dependencies = [
Eric Huss6654c582020-06-23 22:00:48893 "core-foundation-sys",
Alex Crichton093ede22019-08-15 00:45:09894 "libc",
Nick Cameron7cb3f452017-08-24 05:52:28895]
896
897[[package]]
898name = "core-foundation-sys"
Eric Hussf3206bc2020-06-30 17:39:05899version = "0.8.0"
Eric Huss2b985322019-11-25 16:14:07900source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3206bc2020-06-30 17:39:05901checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
Eric Huss2b985322019-11-25 16:14:07902
903[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48904name = "coverage_test_macros"
905version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48906
907[[package]]
pierwillef6dd122022-02-10 16:54:01908name = "cpufeatures"
klensyceee8802022-11-22 14:41:06909version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12910source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06911checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01912dependencies = [
913 "libc",
914]
Pietro Albiniacd8e592020-10-01 15:15:12915
916[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58917name = "crates-io"
Weihang Lode53bd32022-11-16 00:10:54918version = "0.35.0"
Nick Cameronad8ecc22017-07-19 01:32:12919dependencies = [
Eric Huss6da85d62020-01-14 17:47:04920 "anyhow",
Alex Crichton093ede22019-08-15 00:45:09921 "curl",
Eric Huss4a7e2fb2022-08-21 04:19:43922 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:09923 "serde",
Alex Crichton093ede22019-08-15 00:45:09924 "serde_json",
Eric Huss4a7e2fb2022-08-21 04:19:43925 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58926]
927
928[[package]]
Alex Crichtonb4110902018-12-08 11:06:54929name = "crc32fast"
klensy43512e62022-07-26 16:16:43930version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54931source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43932checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54933dependencies = [
klensy43512e62022-07-26 16:16:43934 "cfg-if 1.0.0",
Alex Crichtonb4110902018-12-08 11:06:54935]
Alex Crichton38bedfa2017-09-02 03:46:51936
937[[package]]
kennytmcab21f12018-07-26 21:58:55938name = "crossbeam-channel"
Ralf Jung55162732022-11-15 19:06:42939version = "0.5.6"
Matthias Krüger451d4922020-02-10 19:47:38940source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:42941checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
Matthias Krüger451d4922020-02-10 19:47:38942dependencies = [
Caleb Cartwright63913182021-02-10 01:52:54943 "cfg-if 1.0.0",
Josh Stonef3b88122022-01-10 19:34:07944 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38945]
946
947[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45948name = "crossbeam-deque"
Josh Stonef3b88122022-01-10 19:34:07949version = "0.8.1"
Josh Stone33c41252019-09-10 17:13:07950source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07951checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Josh Stone33c41252019-09-10 17:13:07952dependencies = [
Josh Stonef3b88122022-01-10 19:34:07953 "cfg-if 1.0.0",
Igor Matuszewski5b091302019-12-10 15:01:01954 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07955 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07956]
957
958[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45959name = "crossbeam-epoch"
Josh Stonef3b88122022-01-10 19:34:07960version = "0.9.6"
Matthias Krüger696fb8f2019-01-21 15:32:43961source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:07962checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
Matthias Krüger696fb8f2019-01-21 15:32:43963dependencies = [
Josh Stonef3b88122022-01-10 19:34:07964 "cfg-if 1.0.0",
965 "crossbeam-utils",
Yuki Okushi1f0a39502020-05-26 04:00:42966 "lazy_static",
Igor Matuszewski5b091302019-12-10 15:01:01967 "memoffset",
Mateusz Mikuła2d8d8132019-12-04 17:40:16968 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43969]
970
971[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45972name = "crossbeam-utils"
klensy4e079132022-04-11 18:50:19973version = "0.8.8"
Eric Husse0f2f9d2019-11-12 17:57:41974source = "registry+https://github.com/rust-lang/crates.io-index"
klensy4e079132022-04-11 18:50:19975checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
Eric Husse0f2f9d2019-11-12 17:57:41976dependencies = [
Eric Huss71bf7cf2020-10-14 22:16:47977 "cfg-if 1.0.0",
Eric Huss71bf7cf2020-10-14 22:16:47978 "lazy_static",
979]
980
981[[package]]
pierwillef6dd122022-02-10 16:54:01982name = "crypto-common"
983version = "0.1.2"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
986dependencies = [
klensy45fac342022-08-31 20:04:12987 "generic-array",
pierwillef6dd122022-02-10 16:54:01988]
989
990[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29991name = "crypto-hash"
Mark Rousskov342d9562020-08-17 15:21:44992version = "0.3.4"
Oliver Schneideracdf83f2017-12-06 08:25:29993source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44994checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
Oliver Schneideracdf83f2017-12-06 08:25:29995dependencies = [
Alex Crichton093ede22019-08-15 00:45:09996 "commoncrypto",
Aaron Hilld440e132019-09-16 18:45:40997 "hex 0.3.2",
Alex Crichton093ede22019-08-15 00:45:09998 "openssl",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31999 "winapi",
Oliver Schneideracdf83f2017-12-06 08:25:291000]
1001
1002[[package]]
Xidorn Quan38e42332021-02-13 11:17:151003name = "cstr"
1004version = "0.2.8"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b"
1007dependencies = [
1008 "proc-macro2",
1009 "quote",
1010]
1011
1012[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581013name = "curl"
Weihang Lobfce2272022-11-04 23:50:441014version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581015source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441016checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581017dependencies = [
Alex Crichton093ede22019-08-15 00:45:091018 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:091019 "libc",
1020 "openssl-probe",
1021 "openssl-sys",
1022 "schannel",
klensyd5e8ad42021-07-04 18:49:561023 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311024 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581025]
1026
1027[[package]]
1028name = "curl-sys"
Weihang Lobfce2272022-11-04 23:50:441029version = "0.4.59+curl-7.86.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581030source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:441031checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581032dependencies = [
Alex Crichton093ede22019-08-15 00:45:091033 "cc",
1034 "libc",
1035 "libnghttp2-sys",
1036 "libz-sys",
1037 "openssl-sys",
1038 "pkg-config",
1039 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311040 "winapi",
Josh Stone020c5ec2017-05-08 22:01:131041]
1042
1043[[package]]
Douglas Campos422fe7c2018-05-29 11:52:511044name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:221045version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:511046source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091047checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:511048
1049[[package]]
Philipp Kronesd4077782022-11-21 19:52:061050name = "declare_clippy_lint"
1051version = "0.1.67"
1052dependencies = [
1053 "itertools",
1054 "quote",
1055 "syn",
1056]
1057
1058[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581059name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:491060version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581061source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:491062checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581063dependencies = [
Aaron Hill70ba4912020-08-01 14:11:151064 "proc-macro2",
1065 "quote",
1066 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581067]
1068
1069[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451070name = "derive_more"
1071version = "0.99.17"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1074dependencies = [
1075 "convert_case",
1076 "proc-macro2",
1077 "quote",
1078 "rustc_version",
1079 "syn",
1080]
1081
1082[[package]]
Cengiz Can837817c2017-04-27 19:41:181083name = "diff"
klensy43512e62022-07-26 16:16:431084version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181085source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431086checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181087
1088[[package]]
James Munnsde763692019-01-19 02:39:371089name = "digest"
pierwillef6dd122022-02-10 16:54:011090version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:121091source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:011092checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
Pietro Albiniacd8e592020-10-01 15:15:121093dependencies = [
klensy45fac342022-08-31 20:04:121094 "block-buffer",
pierwillef6dd122022-02-10 16:54:011095 "crypto-common",
James Munnsde763692019-01-19 02:39:371096]
1097
1098[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451099name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:571100version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451101source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:571102checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:451103dependencies = [
Alex Crichton093ede22019-08-15 00:45:091104 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451105]
1106
1107[[package]]
flip19954c228cc2019-02-18 09:32:581108name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541109version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581110source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541111checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581112dependencies = [
Alex Crichton093ede22019-08-15 00:45:091113 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581114]
1115
1116[[package]]
flip19950046d7c2021-02-25 10:26:231117name = "dirs-next"
1118version = "2.0.0"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1121dependencies = [
1122 "cfg-if 1.0.0",
1123 "dirs-sys-next",
1124]
1125
1126[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321127name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:471128version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:321129source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:471130checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:321131dependencies = [
Alex Crichton093ede22019-08-15 00:45:091132 "libc",
Jubilee Young27ef7192021-04-23 22:49:471133 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311134 "winapi",
flip19950046d7c2021-02-25 10:26:231135]
1136
1137[[package]]
1138name = "dirs-sys-next"
1139version = "0.1.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1142dependencies = [
1143 "libc",
Jubilee Young27ef7192021-04-23 22:49:471144 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311145 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321146]
1147
1148[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421149name = "displaydoc"
1150version = "0.2.3"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1153dependencies = [
1154 "proc-macro2",
1155 "quote",
1156 "syn",
1157]
1158
1159[[package]]
klensyceee8802022-11-22 14:41:061160name = "dissimilar"
1161version = "1.0.4"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
1164
1165[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291166name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:351167version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:501168source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:351169checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:291170dependencies = [
Alex Crichton093ede22019-08-15 00:45:091171 "compiler_builtins",
1172 "libc",
1173 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:291174]
1175
1176[[package]]
Eric Huss3a6fc802022-04-20 13:50:391177name = "dunce"
1178version = "1.0.2"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
1181
1182[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291183name = "either"
Mark Rousskov342d9562020-08-17 15:21:441184version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291185source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441186checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291187
1188[[package]]
steveklabnikecfbaca2018-04-03 14:32:041189name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101190version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041191source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101192checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041193dependencies = [
Alex Crichton093ede22019-08-15 00:45:091194 "regex",
1195 "serde",
1196 "serde_derive",
1197 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041198]
1199
1200[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121201name = "ena"
Markus Westerlindcaacdd22020-02-25 08:47:071202version = "0.14.0"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
varkor443a2d42019-03-19 21:30:071205dependencies = [
Alex Crichton093ede22019-08-15 00:45:091206 "log",
varkor443a2d42019-03-19 21:30:071207]
1208
1209[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581210name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201211version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421212source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201213checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231214dependencies = [
Alex Crichton093ede22019-08-15 00:45:091215 "atty",
Eric Hussd45d8b12020-01-21 17:55:431216 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091217 "log",
1218 "regex",
1219 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231220]
1221
1222[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561223name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111224version = "0.9.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1227dependencies = [
1228 "atty",
1229 "humantime 2.0.1",
1230 "log",
1231 "regex",
1232 "termcolor",
1233]
1234
1235[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041236name = "env_logger"
1237version = "0.10.0"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1240dependencies = [
1241 "humantime 2.0.1",
1242 "is-terminal",
1243 "log",
1244 "regex",
1245 "termcolor",
1246]
1247
1248[[package]]
1249name = "errno"
1250version = "0.2.8"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1253dependencies = [
1254 "errno-dragonfly",
1255 "libc",
1256 "winapi",
1257]
1258
1259[[package]]
1260name = "errno-dragonfly"
1261version = "0.1.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1264dependencies = [
1265 "cc",
1266 "libc",
1267]
1268
1269[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291270name = "error_index_generator"
1271version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581272dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211273 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581274]
Ahmed Charles9ca382f2016-09-02 08:55:291275
1276[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301277name = "expand-yaml-anchors"
1278version = "0.1.0"
1279dependencies = [
1280 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001281 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301282]
1283
1284[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501285name = "expect-test"
klensyceee8802022-11-22 14:41:061286version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501287source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061288checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501289dependencies = [
klensyceee8802022-11-22 14:41:061290 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501291 "once_cell",
1292]
1293
1294[[package]]
Ralf Jung10430db2022-07-15 14:04:231295name = "eyre"
1296version = "0.6.8"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1299dependencies = [
1300 "indenter",
1301 "once_cell",
1302]
1303
1304[[package]]
David Wood2dc1a8a2021-12-03 14:24:051305name = "fallible-iterator"
1306version = "0.2.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1309
1310[[package]]
Ralf Jung55162732022-11-15 19:06:421311name = "fastrand"
1312version = "1.8.0"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1315dependencies = [
1316 "instant",
1317]
1318
1319[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291320name = "filetime"
klensydcdc3082021-05-11 19:03:591321version = "0.2.14"
Alex Crichton924f8c72018-04-18 15:43:591322source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:591323checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
Alex Crichton924f8c72018-04-18 15:43:591324dependencies = [
klensydcdc3082021-05-11 19:03:591325 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091326 "libc",
klensydcdc3082021-05-11 19:03:591327 "redox_syscall",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311328 "winapi",
Alex Crichton924f8c72018-04-18 15:43:591329]
1330
1331[[package]]
Jack Hueya24df5b2020-03-03 16:25:031332name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191333version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031334source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191335checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031336
1337[[package]]
Josh Stone020c5ec2017-05-08 22:01:131338name = "flate2"
Michael Howell8e71a132022-11-08 00:13:201339version = "1.0.23"
Felix Schütt7c13fa32017-12-31 14:34:291340source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell8e71a132022-11-08 00:13:201341checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
Felix Schütt7c13fa32017-12-31 14:34:291342dependencies = [
Michael Howell8e71a132022-11-08 00:13:201343 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091344 "crc32fast",
1345 "libc",
1346 "libz-sys",
Michael Howell8e71a132022-11-08 00:13:201347 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291348]
1349
1350[[package]]
David Wood7f916972022-03-26 07:27:431351name = "fluent-bundle"
1352version = "0.15.2"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1355dependencies = [
1356 "fluent-langneg",
1357 "fluent-syntax",
1358 "intl-memoizer",
1359 "intl_pluralrules",
1360 "rustc-hash",
1361 "self_cell",
1362 "smallvec",
1363 "unic-langid",
1364]
1365
1366[[package]]
1367name = "fluent-langneg"
1368version = "0.13.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1371dependencies = [
1372 "unic-langid",
1373]
1374
1375[[package]]
1376name = "fluent-syntax"
1377version = "0.11.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1380dependencies = [
1381 "thiserror",
1382]
1383
1384[[package]]
Simon Sapinb77ff242017-07-18 21:26:551385name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441386version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551387source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441388checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551389
1390[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581391name = "foreign-types"
Oliver Schneideracdf83f2017-12-06 08:25:291392version = "0.3.2"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091394checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
Oliver Schneideracdf83f2017-12-06 08:25:291395dependencies = [
Alex Crichton093ede22019-08-15 00:45:091396 "foreign-types-shared",
Oliver Schneideracdf83f2017-12-06 08:25:291397]
1398
1399[[package]]
1400name = "foreign-types-shared"
1401version = "0.1.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581402source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091403checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581404
1405[[package]]
Eric Hussf3287a62021-05-12 00:39:511406name = "form_urlencoded"
1407version = "1.0.1"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1410dependencies = [
1411 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431412 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511413]
1414
1415[[package]]
Jethro Beekman4a350562018-08-28 04:33:261416name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491417version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501418source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491419checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261420dependencies = [
Alex Crichton093ede22019-08-15 00:45:091421 "compiler_builtins",
1422 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261423]
1424
1425[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471426name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391427version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471428source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391429checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471430
1431[[package]]
Alex Crichton016eaf82018-10-21 02:15:061432name = "fs_extra"
1433version = "1.1.0"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091435checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
Alex Crichton016eaf82018-10-21 02:15:061436
1437[[package]]
steveklabnikecfbaca2018-04-03 14:32:041438name = "futf"
Eric Huss04b75a72022-06-22 23:49:241439version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041440source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241441checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041442dependencies = [
Alex Crichton093ede22019-08-15 00:45:091443 "mac",
1444 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041445]
1446
1447[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121448name = "futures"
klensy8ebc73b2022-02-06 20:57:291449version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541450source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291451checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
Caleb Cartwright63913182021-02-10 01:52:541452dependencies = [
1453 "futures-channel",
1454 "futures-core",
1455 "futures-executor",
1456 "futures-io",
1457 "futures-sink",
1458 "futures-task",
1459 "futures-util",
1460]
1461
1462[[package]]
1463name = "futures-channel"
klensy8ebc73b2022-02-06 20:57:291464version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541465source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291466checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
Caleb Cartwright63913182021-02-10 01:52:541467dependencies = [
1468 "futures-core",
1469 "futures-sink",
1470]
1471
1472[[package]]
1473name = "futures-core"
klensy8ebc73b2022-02-06 20:57:291474version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541475source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291476checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
Caleb Cartwright63913182021-02-10 01:52:541477
1478[[package]]
1479name = "futures-executor"
klensy8ebc73b2022-02-06 20:57:291480version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541481source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291482checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
Caleb Cartwright63913182021-02-10 01:52:541483dependencies = [
1484 "futures-core",
1485 "futures-task",
1486 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541487]
1488
1489[[package]]
1490name = "futures-io"
klensy8ebc73b2022-02-06 20:57:291491version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541492source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291493checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
Caleb Cartwright63913182021-02-10 01:52:541494
1495[[package]]
1496name = "futures-macro"
klensy8ebc73b2022-02-06 20:57:291497version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541498source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291499checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
Caleb Cartwright63913182021-02-10 01:52:541500dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541501 "proc-macro2",
1502 "quote",
1503 "syn",
1504]
1505
1506[[package]]
1507name = "futures-sink"
klensy8ebc73b2022-02-06 20:57:291508version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541509source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291510checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
Caleb Cartwright63913182021-02-10 01:52:541511
1512[[package]]
1513name = "futures-task"
klensy8ebc73b2022-02-06 20:57:291514version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541515source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291516checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
Caleb Cartwright63913182021-02-10 01:52:541517
1518[[package]]
1519name = "futures-util"
klensy8ebc73b2022-02-06 20:57:291520version = "0.3.19"
Caleb Cartwright63913182021-02-10 01:52:541521source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291522checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
Caleb Cartwright63913182021-02-10 01:52:541523dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541524 "futures-channel",
1525 "futures-core",
1526 "futures-io",
1527 "futures-macro",
1528 "futures-sink",
1529 "futures-task",
1530 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311531 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541532 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541533 "slab",
1534]
1535
1536[[package]]
Eric Huss97308712018-08-14 21:27:261537name = "fwdansi"
Eric Huss89d79062020-07-29 18:02:051538version = "1.1.0"
Eric Huss97308712018-08-14 21:27:261539source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:051540checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
Eric Huss97308712018-08-14 21:27:261541dependencies = [
Alex Crichton093ede22019-08-15 00:45:091542 "memchr",
1543 "termcolor",
Eric Huss97308712018-08-14 21:27:261544]
1545
1546[[package]]
James Munnsde763692019-01-19 02:39:371547name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121548version = "0.14.4"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1551dependencies = [
1552 "typenum",
1553 "version_check",
1554]
1555
1556[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291557name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081558version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291559source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081560checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361561dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081562 "rustc-std-workspace-core",
1563 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091564 "unicode-width",
varkore72f7e12019-04-30 19:37:361565]
Ahmed Charles9ca382f2016-09-02 08:55:291566
1567[[package]]
gnzlbg52caca02019-08-01 15:02:261568name = "getrandom"
Collin Bakerdfab01b2022-10-21 18:38:561569version = "0.1.16"
gnzlbg52caca02019-08-01 15:02:261570source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Bakerdfab01b2022-10-21 18:38:561571checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
gnzlbg52caca02019-08-01 15:02:261572dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:561573 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:091574 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131575 "wasi 0.9.0+wasi-snapshot-preview1",
gnzlbg52caca02019-08-01 15:02:261576]
1577
1578[[package]]
Ralf Jung0e908752020-09-17 18:04:201579name = "getrandom"
1580version = "0.2.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
1583dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:071584 "cfg-if 0.1.10",
Ralf Jung0e908752020-09-17 18:04:201585 "libc",
Harald Hoyer00cbc8d2022-01-21 13:19:131586 "wasi 0.9.0+wasi-snapshot-preview1",
Ralf Jung0e908752020-09-17 18:04:201587]
1588
1589[[package]]
Alex Crichton06d565c2020-05-13 21:22:371590name = "gimli"
David Wood2dc1a8a2021-12-03 14:24:051591version = "0.26.1"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
1594dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:151595 "compiler_builtins",
David Wood2dc1a8a2021-12-03 14:24:051596 "fallible-iterator",
1597 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151598 "rustc-std-workspace-alloc",
1599 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051600 "stable_deref_trait",
1601]
1602
1603[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581604name = "git2"
Weihang Loae1764c2022-08-29 06:15:361605version = "0.15.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581606source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361607checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581608dependencies = [
Alex Crichton093ede22019-08-15 00:45:091609 "bitflags",
1610 "libc",
1611 "libgit2-sys",
1612 "log",
1613 "openssl-probe",
1614 "openssl-sys",
Eric Huss4a7e2fb2022-08-21 04:19:431615 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581616]
1617
1618[[package]]
1619name = "git2-curl"
Weihang Loae1764c2022-08-29 06:15:361620version = "0.16.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581621source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:361622checksum = "ed817a00721e2f8037ba722e60358d4956dae9cca10315fc982f967907d3b0cd"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581623dependencies = [
Alex Crichton093ede22019-08-15 00:45:091624 "curl",
1625 "git2",
1626 "log",
Eric Huss4a7e2fb2022-08-21 04:19:431627 "url",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581628]
1629
1630[[package]]
1631name = "glob"
Eric Huss45432452019-03-12 20:34:471632version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581633source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091634checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581635
1636[[package]]
Simon Sapinb77ff242017-07-18 21:26:551637name = "globset"
klensy43512e62022-07-26 16:16:431638version = "0.4.9"
Simon Sapinb77ff242017-07-18 21:26:551639source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431640checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
Simon Sapinb77ff242017-07-18 21:26:551641dependencies = [
Alex Crichton093ede22019-08-15 00:45:091642 "aho-corasick",
Ralf Jung55162732022-11-15 19:06:421643 "bstr 0.2.17",
Alex Crichton093ede22019-08-15 00:45:091644 "fnv",
1645 "log",
1646 "regex",
Simon Sapinb77ff242017-07-18 21:26:551647]
1648
1649[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291650name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461651version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291652source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461653checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291654dependencies = [
1655 "serde",
1656]
1657
1658[[package]]
Steve Klabnika0769612017-02-07 23:13:571659name = "handlebars"
klensy45fac342022-08-31 20:04:121660version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571661source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121662checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571663dependencies = [
Alex Crichton093ede22019-08-15 00:45:091664 "log",
1665 "pest",
1666 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091667 "serde",
1668 "serde_json",
klensy45fac342022-08-31 20:04:121669 "thiserror",
James Munnsde763692019-01-19 02:39:371670]
1671
1672[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051673name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261674version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511675source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261676checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111677dependencies = [
Martin Kröning21625e52022-06-01 22:16:001678 "ahash",
Alex Crichton093ede22019-08-15 00:45:091679 "compiler_builtins",
1680 "rustc-std-workspace-alloc",
1681 "rustc-std-workspace-core",
Eric Huss04538c62019-07-08 21:52:071682]
1683
1684[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471685name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541686version = "0.4.0"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1689
1690[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101691name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301692version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101693source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301694checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101695dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071696 "libc",
1697]
1698
1699[[package]]
1700name = "hermit-abi"
joboet262193e2022-09-06 08:44:051701version = "0.2.6"
Stefan Lankes1ab5b0b2022-02-15 12:57:071702source = "registry+https://github.com/rust-lang/crates.io-index"
joboet262193e2022-09-06 08:44:051703checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
Stefan Lankes1ab5b0b2022-02-15 12:57:071704dependencies = [
Stefan Lankes5ebd4d92019-10-20 07:55:101705 "compiler_builtins",
1706 "libc",
joboet262193e2022-09-06 08:44:051707 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101708 "rustc-std-workspace-core",
1709]
1710
1711[[package]]
Alex Crichton1cede102017-06-15 02:33:061712name = "hex"
Alex Crichtond8251152018-07-02 16:33:161713version = "0.3.2"
Alex Crichton80d6ed22018-01-08 21:56:221714source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091715checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
Alex Crichton80d6ed22018-01-08 21:56:221716
1717[[package]]
Aaron Hilld440e132019-09-16 18:45:401718name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441719version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401720source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441721checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401722
1723[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121724name = "home"
Mark Rousskov342d9562020-08-17 15:21:441725version = "0.5.3"
flip199596c3ec12019-08-20 07:32:531726source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441727checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
flip199596c3ec12019-08-20 07:32:531728dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:311729 "winapi",
flip199596c3ec12019-08-20 07:32:531730]
1731
1732[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181733name = "html-checker"
1734version = "0.1.0"
1735dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001736 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181737 "walkdir",
1738]
1739
1740[[package]]
steveklabnikecfbaca2018-04-03 14:32:041741name = "html5ever"
klensy947e7872022-04-15 18:11:141742version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471743source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141744checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471745dependencies = [
Alex Crichton093ede22019-08-15 00:45:091746 "log",
1747 "mac",
1748 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151749 "proc-macro2",
1750 "quote",
1751 "syn",
Eric Huss2dafa912019-06-19 03:36:471752]
1753
1754[[package]]
Weihang Lo35f89622022-11-18 21:35:071755name = "http-auth"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850"
1759dependencies = [
1760 "memchr",
1761]
1762
1763[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481764name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561765version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481766source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561767checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481768dependencies = [
klensy45fac342022-08-31 20:04:121769 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481770]
1771
1772[[package]]
Eric Hussd45d8b12020-01-21 17:55:431773name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441774version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431775source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441776checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431777
1778[[package]]
Charles Lewa7750042022-11-06 06:43:251779name = "icu_list"
1780version = "1.0.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "c40218275f081c4493f190357c5395647b06734c2dc3dcb41cc099a0f60168b1"
1783dependencies = [
1784 "displaydoc",
1785 "icu_locid",
1786 "icu_provider",
1787 "regex-automata 0.2.0",
1788 "writeable",
1789 "zerovec",
1790]
1791
1792[[package]]
1793name = "icu_locid"
1794version = "1.0.0"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "34b3de5d99a0e275fe6193b9586dbf37364daebc0d39c89b5cf8376a53b789e8"
1797dependencies = [
1798 "displaydoc",
1799 "litemap",
1800 "tinystr",
1801 "writeable",
1802 "zerovec",
1803]
1804
1805[[package]]
1806name = "icu_provider"
1807version = "1.0.1"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "2f911086e3c521a8a824d4f8bfd87769645ced2f07ff913b521c0d793be07100"
1810dependencies = [
1811 "displaydoc",
1812 "icu_locid",
1813 "icu_provider_macros",
1814 "stable_deref_trait",
1815 "writeable",
1816 "yoke",
1817 "zerofrom",
1818 "zerovec",
1819]
1820
1821[[package]]
1822name = "icu_provider_adapters"
1823version = "1.0.0"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "980c71d8a91b246ebbb97847178a4b816eea39d1d550c70ee566384555bb6545"
1826dependencies = [
1827 "icu_locid",
1828 "icu_provider",
1829 "tinystr",
1830 "yoke",
1831 "zerovec",
1832]
1833
1834[[package]]
1835name = "icu_provider_macros"
1836version = "1.0.0"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "38cf6f5b65cf81f0b4298da647101acbfe6ae0e25263f92bd7a22597e9d6d606"
1839dependencies = [
1840 "proc-macro2",
1841 "quote",
1842 "syn",
1843]
1844
1845[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581846name = "idna"
Eric Hussf2428a62019-08-01 00:44:391847version = "0.2.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091849checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391850dependencies = [
Alex Crichton093ede22019-08-15 00:45:091851 "matches",
1852 "unicode-bidi",
1853 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391854]
1855
1856[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291857name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541858version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291859source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091860checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291861
1862[[package]]
Simon Sapinb77ff242017-07-18 21:26:551863name = "ignore"
klensy43512e62022-07-26 16:16:431864version = "0.4.18"
Simon Sapinb77ff242017-07-18 21:26:551865source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431866checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
Simon Sapinb77ff242017-07-18 21:26:551867dependencies = [
Josh Stonef3b88122022-01-10 19:34:071868 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:091869 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421870 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091871 "log",
1872 "memchr",
1873 "regex",
1874 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591875 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091876 "walkdir",
1877 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551878]
1879
1880[[package]]
Eric Huss8c20add2018-12-03 01:33:201881name = "im-rc"
klensy45fac342022-08-31 20:04:121882version = "15.1.0"
Eric Huss8c20add2018-12-03 01:33:201883source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121884checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
Eric Huss8c20add2018-12-03 01:33:201885dependencies = [
Eric Huss2b985322019-11-25 16:14:071886 "bitmaps",
klensy45fac342022-08-31 20:04:121887 "rand_core 0.6.2",
1888 "rand_xoshiro",
Alex Crichton093ede22019-08-15 00:45:091889 "sized-chunks",
1890 "typenum",
Guillaume Gomezd8589de2020-02-13 17:39:401891 "version_check",
Eric Huss8c20add2018-12-03 01:33:201892]
1893
1894[[package]]
Ralf Jung10430db2022-07-15 14:04:231895name = "indenter"
1896version = "0.3.3"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1899
1900[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571901name = "indexmap"
Josh Stonedaa7c142022-07-14 17:13:521902version = "1.9.1"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571903source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:521904checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
Josh Stone997a7662020-08-08 00:03:471905dependencies = [
1906 "autocfg",
Josh Stonedaa7c142022-07-14 17:13:521907 "hashbrown",
pierwill4f892242022-01-06 19:27:591908 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321909 "serde",
Josh Stone997a7662020-08-08 00:03:471910]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571911
1912[[package]]
flip19958d5f69d2021-10-21 11:13:171913name = "indoc"
klensy43512e62022-07-26 16:16:431914version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171915source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431916checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171917
1918[[package]]
Josh Stone020c5ec2017-05-08 22:01:131919name = "installer"
1920version = "0.0.0"
1921dependencies = [
Michael Forney32025fd2020-05-25 00:08:451922 "anyhow",
Weihang Loc1b4f112022-10-04 20:57:491923 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:091924 "flate2",
Yuki Okushi1f0a39502020-05-26 04:00:421925 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091926 "num_cpus",
1927 "rayon",
1928 "remove_dir_all",
1929 "tar",
1930 "walkdir",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311931 "winapi",
Alex Crichton093ede22019-08-15 00:45:091932 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131933]
1934
1935[[package]]
Mark Rousskov342d9562020-08-17 15:21:441936name = "instant"
flip1995e36e5a52021-12-06 11:33:551937version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441938source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551939checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1940dependencies = [
1941 "cfg-if 1.0.0",
1942]
Mark Rousskov342d9562020-08-17 15:21:441943
1944[[package]]
David Wood7f916972022-03-26 07:27:431945name = "intl-memoizer"
1946version = "0.5.1"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1949dependencies = [
1950 "type-map",
1951 "unic-langid",
1952]
1953
1954[[package]]
1955name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421956version = "7.0.2"
David Wood7f916972022-03-26 07:27:431957source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421958checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431959dependencies = [
David Wood7f916972022-03-26 07:27:431960 "unic-langid",
1961]
1962
1963[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041964name = "io-lifetimes"
1965version = "1.0.2"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656"
1968dependencies = [
1969 "libc",
1970 "windows-sys",
1971]
1972
1973[[package]]
1974name = "is-terminal"
1975version = "0.4.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "aae5bc6e2eb41c9def29a3e0f1306382807764b9b53112030eff57435667352d"
1978dependencies = [
1979 "hermit-abi 0.2.6",
1980 "io-lifetimes",
1981 "rustix",
1982 "windows-sys",
1983]
1984
1985[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291986name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:481987version = "0.10.5"
Eric Huss78529352021-06-02 03:38:391988source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:481989checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:391990dependencies = [
1991 "either",
1992]
1993
1994[[package]]
Steve Klabnik2795de32017-02-20 00:20:571995name = "itoa"
Ralf Jungc2df1c22022-07-21 20:04:371996version = "1.0.2"
Steve Klabnik2795de32017-02-20 00:20:571997source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:371998checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
Steve Klabnik2795de32017-02-20 00:20:571999
2000[[package]]
Rémy Rakicadab1352022-05-06 21:20:042001name = "jemalloc-sys"
2002version = "0.5.0+5.3.0"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
2005dependencies = [
2006 "cc",
2007 "fs_extra",
2008 "libc",
2009]
2010
2011[[package]]
Alex Crichton453080f2017-06-05 16:36:482012name = "jobserver"
Eric Hussb5cbf2f2021-08-18 00:38:072013version = "0.1.24"
Alex Crichton453080f2017-06-05 16:36:482014source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussb5cbf2f2021-08-18 00:38:072015checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
Alex Crichton453080f2017-06-05 16:36:482016dependencies = [
Alex Crichton093ede22019-08-15 00:45:092017 "libc",
Alex Crichton453080f2017-06-05 16:36:482018]
2019
2020[[package]]
Rune Tynan77156562021-01-16 01:34:152021name = "jsondocck"
2022version = "0.1.0"
2023dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472024 "fs-err",
Rune Tynan77156562021-01-16 01:34:152025 "getopts",
2026 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:102027 "once_cell",
Rune Tynan77156562021-01-16 01:34:152028 "regex",
Rune Tynan77156562021-01-16 01:34:152029 "serde_json",
klensyc63cb012021-06-01 15:25:362030 "shlex",
Rune Tynan77156562021-01-16 01:34:152031]
2032
2033[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372034name = "jsondoclint"
2035version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392036dependencies = [
2037 "anyhow",
2038 "fs-err",
2039 "rustdoc-json-types",
2040 "serde_json",
2041]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372042
2043[[package]]
Rune Tynan77156562021-01-16 01:34:152044name = "jsonpath_lib"
2045version = "0.2.6"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
2048dependencies = [
2049 "array_tool",
2050 "env_logger 0.7.1",
2051 "log",
2052 "serde",
2053 "serde_json",
2054]
2055
2056[[package]]
Eric Hussaf8048b2022-01-26 00:24:212057name = "kstring"
Eric Huss7758eaf2022-04-28 05:42:542058version = "2.0.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2061dependencies = [
2062 "static_assertions",
2063]
2064
2065[[package]]
Steve Klabnika0769612017-02-07 23:13:572066name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572067version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492068source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572069checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492070
2071[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292072name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:442073version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:162074source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442075checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:162076
2077[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292078name = "libc"
Thom Chiovoloni4b664322022-10-20 00:54:552079version = "0.2.135"
Ahmed Charles9ca382f2016-09-02 08:55:292080source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovoloni4b664322022-10-20 00:54:552081checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
Alex Crichton4c21a3b2018-11-20 05:52:502082dependencies = [
Alex Crichton093ede22019-08-15 00:45:092083 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502084]
Ahmed Charles9ca382f2016-09-02 08:55:292085
2086[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382087name = "libffi"
2088version = "3.0.1"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6"
2091dependencies = [
2092 "libc",
2093 "libffi-sys",
2094]
2095
2096[[package]]
2097name = "libffi-sys"
2098version = "2.0.0"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
2101dependencies = [
2102 "cc",
2103]
2104
2105[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582106name = "libgit2-sys"
Weihang Loae1764c2022-08-29 06:15:362107version = "0.14.0+1.5.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582108source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loae1764c2022-08-29 06:15:362109checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582110dependencies = [
Alex Crichton093ede22019-08-15 00:45:092111 "cc",
2112 "libc",
2113 "libssh2-sys",
2114 "libz-sys",
2115 "openssl-sys",
2116 "pkg-config",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582117]
2118
2119[[package]]
Andy Russell923f9392021-11-08 23:03:552120name = "libloading"
2121version = "0.7.1"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2124dependencies = [
2125 "cfg-if 1.0.0",
2126 "winapi",
2127]
2128
2129[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052130name = "libm"
2131version = "0.1.4"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2134
2135[[package]]
Alex Crichton8ccf1122018-09-20 21:37:532136name = "libnghttp2-sys"
Mark Rousskov342d9562020-08-17 15:21:442137version = "0.1.4+1.41.0"
Alex Crichton8ccf1122018-09-20 21:37:532138source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442139checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
Alex Crichton8ccf1122018-09-20 21:37:532140dependencies = [
Alex Crichton093ede22019-08-15 00:45:092141 "cc",
2142 "libc",
Alex Crichton8ccf1122018-09-20 21:37:532143]
2144
2145[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582146name = "libssh2-sys"
Eric Huss000d3362021-12-28 21:24:032147version = "0.2.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582148source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss000d3362021-12-28 21:24:032149checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582150dependencies = [
Alex Crichton093ede22019-08-15 00:45:092151 "cc",
2152 "libc",
2153 "libz-sys",
2154 "openssl-sys",
2155 "pkg-config",
2156 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582157]
2158
2159[[package]]
2160name = "libz-sys"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452161version = "1.1.3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582162source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkdfff6992021-07-30 11:56:452163checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582164dependencies = [
Alex Crichton093ede22019-08-15 00:45:092165 "cc",
2166 "libc",
2167 "pkg-config",
2168 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582169]
2170
2171[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292172name = "linkchecker"
2173version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302174dependencies = [
2175 "once_cell",
2176 "regex",
2177]
Ahmed Charles9ca382f2016-09-02 08:55:292178
2179[[package]]
Pietro Albini9beb8f52019-11-26 11:06:302180name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:292181version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:302182source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292183checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:302184
2185[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572186name = "lint-docs"
2187version = "0.1.0"
2188dependencies = [
2189 "serde_json",
2190 "tempfile",
2191 "walkdir",
2192]
2193
2194[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042195name = "linux-raw-sys"
2196version = "0.1.3"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
2199
2200[[package]]
Charles Lewa7750042022-11-06 06:43:252201name = "litemap"
2202version = "0.6.0"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "f34a3f4798fac63fb48cf277eefa38f94d3443baff555bb98e4f56bc9092368e"
2205
2206[[package]]
Hans Kratz6162fc02021-09-25 13:25:082207name = "lld-wrapper"
2208version = "0.1.0"
2209
2210[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392211name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:442212version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:382213source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:442214checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:442215dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442216 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442217 "scopeguard",
2218]
2219
2220[[package]]
2221name = "log"
Joshua Nelson079d1c42021-05-02 20:56:252222version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:442223source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:252224checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:382225dependencies = [
Joshua Nelson079d1c42021-05-02 20:56:252226 "cfg-if 1.0.0",
Malo Jaffré8ed13d62017-12-29 10:24:382227]
Ahmed Charles9ca382f2016-09-02 08:55:292228
2229[[package]]
Josh Stone020c5ec2017-05-08 22:01:132230name = "lzma-sys"
Mark Rousskov342d9562020-08-17 15:21:442231version = "0.1.16"
Josh Stone020c5ec2017-05-08 22:01:132232source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442233checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99"
Josh Stone020c5ec2017-05-08 22:01:132234dependencies = [
Alex Crichton093ede22019-08-15 00:45:092235 "cc",
2236 "libc",
2237 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132238]
2239
2240[[package]]
steveklabnikecfbaca2018-04-03 14:32:042241name = "mac"
2242version = "0.1.1"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092244checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042245
2246[[package]]
2247name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442248version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042249source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442250checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042251
2252[[package]]
2253name = "markup5ever"
klensy947e7872022-04-15 18:11:142254version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472255source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142256checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472257dependencies = [
Alex Crichton093ede22019-08-15 00:45:092258 "log",
2259 "phf",
2260 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092261 "string_cache",
2262 "string_cache_codegen",
2263 "tendril",
Eric Huss2dafa912019-06-19 03:36:472264]
2265
2266[[package]]
Oliver Schererec7230f2020-07-24 18:42:002267name = "matchers"
pierwillea25b772021-12-21 17:00:302268version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002269source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302270checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002271dependencies = [
Charles Lewa7750042022-11-06 06:43:252272 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002273]
2274
2275[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582276name = "matches"
Alex Crichton2863b752018-08-21 17:23:472277version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582278source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092279checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582280
2281[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152282name = "md-5"
pierwillef6dd122022-02-10 16:54:012283version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062284source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012285checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062286dependencies = [
klensy45fac342022-08-31 20:04:122287 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062288]
2289
2290[[package]]
Steve Klabnika0769612017-02-07 23:13:572291name = "mdbook"
Eric Huss31dd1f62022-07-22 18:59:202292version = "0.4.21"
Steve Klabnika0769612017-02-07 23:13:572293source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss31dd1f62022-07-22 18:59:202294checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
Steve Klabnika0769612017-02-07 23:13:572295dependencies = [
Alex Crichton093ede22019-08-15 00:45:092296 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462297 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092298 "chrono",
Weihang Loc1b4f112022-10-04 20:57:492299 "clap 3.2.20",
Eric Huss51814222022-04-15 18:57:062300 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092301 "elasticlunr-rs",
Eric Huss821e9d52022-07-18 21:41:102302 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:092303 "handlebars",
Yuki Okushi1f0a39502020-05-26 04:00:422304 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:092305 "log",
2306 "memchr",
Eric Hussa882fdd2021-12-03 20:25:072307 "opener",
Guillaume Gomez80b26bd2022-01-19 10:02:242308 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092309 "regex",
2310 "serde",
Alex Crichton093ede22019-08-15 00:45:092311 "serde_json",
klensyc63cb012021-06-01 15:25:362312 "shlex",
Alex Crichton093ede22019-08-15 00:45:092313 "tempfile",
Eric Huss7d92cf42019-08-20 17:46:352314 "toml",
Eric Hussa882fdd2021-12-03 20:25:072315 "topological-sort",
James Munnsde763692019-01-19 02:39:372316]
2317
2318[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492319name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032320version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442321source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032322checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582323dependencies = [
2324 "log",
2325 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442326 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582327 "perf-event-open-sys",
2328 "rustc-hash",
2329 "smallvec",
2330]
2331
2332[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582333name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202334version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292335source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202336checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242337dependencies = [
2338 "compiler_builtins",
2339 "rustc-std-workspace-core",
2340]
Steve Klabnika0769612017-02-07 23:13:572341
2342[[package]]
Camille GILLOT458d0442021-03-17 16:29:452343name = "memmap2"
2344version = "0.2.1"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2347dependencies = [
2348 "libc",
2349]
2350
2351[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452352name = "memoffset"
Josh Stonef3b88122022-01-10 19:34:072353version = "0.6.5"
Ralf Jungc7a599e2019-07-25 13:57:252354source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonef3b88122022-01-10 19:34:072355checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
Ralf Jungc7a599e2019-07-25 13:57:252356dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442357 "autocfg",
Ralf Jungc7a599e2019-07-25 13:57:252358]
2359
2360[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052361name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182362version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052363source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182364checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052365
2366[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462367name = "minimal-lexical"
2368version = "0.2.1"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2371
2372[[package]]
Alex Crichtonb4110902018-12-08 11:06:542373name = "miniz_oxide"
Ralf Jung10430db2022-07-15 14:04:232374version = "0.5.3"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2377dependencies = [
Michael Howell8e71a132022-11-08 00:13:202378 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152379 "compiler_builtins",
2380 "rustc-std-workspace-alloc",
2381 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232382]
2383
2384[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582385name = "miow"
klensyd5e8ad42021-07-04 18:49:562386version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552387source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562388checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552389dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312390 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552391]
2392
2393[[package]]
Weihang Lobfce2272022-11-04 23:50:442394name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352395version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442396source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352397checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442398dependencies = [
Weihang Lo8a808dc2022-11-23 01:01:352399 "windows-sys",
Weihang Lobfce2272022-11-04 23:50:442400]
2401
2402[[package]]
kennytm0692b3d2017-12-15 19:41:582403name = "miri"
2404version = "0.1.0"
2405dependencies = [
Alex Crichton093ede22019-08-15 00:45:092406 "colored",
Ralf Junge5d01782021-10-04 22:13:002407 "env_logger 0.9.0",
Ralf Jung0e908752020-09-17 18:04:202408 "getrandom 0.2.0",
Ralf Junga272c452022-05-30 08:17:462409 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202410 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382411 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052412 "libloading",
Alex Crichton093ede22019-08-15 00:45:092413 "log",
Ralf Jung61a986a2022-06-26 02:21:492414 "measureme",
klensy947e7872022-04-15 18:11:142415 "rand 0.8.5",
Ralf Junga272c452022-05-30 08:17:462416 "regex",
Alex Crichton093ede22019-08-15 00:45:092417 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252418 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292419 "smallvec",
Ralf Junga272c452022-05-30 08:17:462420 "ui_test",
kennytm0692b3d2017-12-15 19:41:582421]
2422
2423[[package]]
Jakob Degen17395b42022-10-31 00:17:252424name = "miropt-test-tools"
2425version = "0.1.0"
2426dependencies = [
2427 "regex",
2428]
2429
2430[[package]]
Alex Crichtond8251152018-07-02 16:33:162431name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442432version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162433source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442434checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452435
2436[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462437name = "nom"
2438version = "7.1.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2441dependencies = [
2442 "memchr",
2443 "minimal-lexical",
2444 "version_check",
2445]
2446
2447[[package]]
Eric Huss3a6fc802022-04-20 13:50:392448name = "normalize-line-endings"
2449version = "0.3.0"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2452
2453[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242454name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442455version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162456source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442457checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162458dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442459 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092460 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162461]
2462
2463[[package]]
2464name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442465version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572466source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442467checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2468dependencies = [
2469 "autocfg",
2470]
Steve Klabnik2795de32017-02-20 00:20:572471
2472[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292473name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292474version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292475source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292476checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292477dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072478 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092479 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292480]
2481
2482[[package]]
Alex Crichton06d565c2020-05-13 21:22:372483name = "object"
Martin Kröning21625e52022-06-01 22:16:002484version = "0.29.0"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2487dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:152488 "compiler_builtins",
Martin Kröning21625e52022-06-01 22:16:002489 "crc32fast",
Josh Stonedaa7c142022-07-14 17:13:522490 "flate2",
2491 "hashbrown",
Martin Kröning21625e52022-06-01 22:16:002492 "indexmap",
2493 "memchr",
Michael Howellcf83a1d2022-11-03 17:10:152494 "rustc-std-workspace-alloc",
2495 "rustc-std-workspace-core",
Martin Kröning21625e52022-06-01 22:16:002496]
2497
2498[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372499name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152500version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372501source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152502checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372503dependencies = [
2504 "cfg-if 1.0.0",
2505]
2506
2507[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412508name = "once_cell"
Ralf Jung55162732022-11-15 19:06:422509version = "1.16.0"
Mark Rousskov2fc32b92019-09-10 01:01:412510source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:422511checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
Mark Rousskov2fc32b92019-09-10 01:01:412512
2513[[package]]
Alex Crichton2863b752018-08-21 17:23:472514name = "opener"
Eric Hussfaa64612021-06-22 23:19:242515version = "0.5.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2518dependencies = [
Ralf Jung55162732022-11-15 19:06:422519 "bstr 0.2.17",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312520 "winapi",
Eric Hussfaa64612021-06-22 23:19:242521]
2522
2523[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582524name = "openssl"
Johannes Nixdorf59c66bb2022-04-16 08:50:292525version = "0.10.38"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582526source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292527checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582528dependencies = [
Alex Crichton093ede22019-08-15 00:45:092529 "bitflags",
klensy50c38902021-05-01 11:50:032530 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092531 "foreign-types",
Alex Crichton093ede22019-08-15 00:45:092532 "libc",
klensy50c38902021-05-01 11:50:032533 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092534 "openssl-sys",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582535]
2536
2537[[package]]
2538name = "openssl-probe"
klensy43512e62022-07-26 16:16:432539version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582540source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432541checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582542
2543[[package]]
Eric Huss97308712018-08-14 21:27:262544name = "openssl-src"
klensy43512e62022-07-26 16:16:432545version = "111.22.0+1.1.1q"
Eric Huss97308712018-08-14 21:27:262546source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432547checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
Eric Huss97308712018-08-14 21:27:262548dependencies = [
Alex Crichton093ede22019-08-15 00:45:092549 "cc",
Eric Huss97308712018-08-14 21:27:262550]
2551
2552[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582553name = "openssl-sys"
Johannes Nixdorf59c66bb2022-04-16 08:50:292554version = "0.9.72"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582555source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf59c66bb2022-04-16 08:50:292556checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582557dependencies = [
Amanieu d'Antrasd51b7b22020-03-16 18:37:152558 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092559 "cc",
2560 "libc",
2561 "openssl-src",
2562 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092563 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582564]
2565
2566[[package]]
Weihang Lo5095f542022-09-27 16:46:342567name = "ordered-float"
2568version = "2.10.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
2571dependencies = [
2572 "num-traits",
2573]
2574
2575[[package]]
Eric Huss94015472021-10-12 04:48:272576name = "os_info"
Eric Huss0a31aa22022-08-10 11:07:572577version = "3.5.0"
Eric Huss94015472021-10-12 04:48:272578source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss0a31aa22022-08-10 11:07:572579checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
Eric Huss94015472021-10-12 04:48:272580dependencies = [
2581 "log",
2582 "serde",
2583 "winapi",
2584]
2585
2586[[package]]
Eric Hussbfacc5c2022-01-19 03:14:332587name = "os_str_bytes"
2588version = "6.0.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
Eric Hussbfacc5c2022-01-19 03:14:332591
2592[[package]]
Ralf Jung10430db2022-07-15 14:04:232593name = "owo-colors"
2594version = "3.4.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
2597
2598[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052599name = "packed_simd_2"
2600version = "0.3.4"
Nick Cameron7a7445b2018-12-01 10:36:322601source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:052602checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
Nick Cameron7a7445b2018-12-01 10:36:322603dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:072604 "cfg-if 0.1.10",
Yuki Okushi2b0e27e2021-03-17 20:34:052605 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322606]
2607
2608[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292609name = "panic_abort"
2610version = "0.0.0"
2611dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392612 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562613 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092614 "compiler_builtins",
2615 "core",
2616 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292617]
2618
2619[[package]]
2620name = "panic_unwind"
2621version = "0.0.0"
2622dependencies = [
Alex Crichton093ede22019-08-15 00:45:092623 "alloc",
Collin Bakerdfab01b2022-10-21 18:38:562624 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:092625 "compiler_builtins",
2626 "core",
2627 "libc",
2628 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292629]
2630
2631[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012632name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552633version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442634source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552635checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442636dependencies = [
2637 "instant",
Caleb Cartwright63913182021-02-10 01:52:542638 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442639 "parking_lot_core 0.8.5",
2640]
2641
2642[[package]]
2643name = "parking_lot"
2644version = "0.12.1"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2647dependencies = [
2648 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552649 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442650]
2651
2652[[package]]
2653name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552654version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442655source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552656checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442657dependencies = [
Yuki Okushi79348f42021-03-17 20:25:472658 "cfg-if 1.0.0",
Mark Rousskov342d9562020-08-17 15:21:442659 "instant",
2660 "libc",
klensydcdc3082021-05-11 19:03:592661 "redox_syscall",
Jubilee Younge8eb6912021-04-22 04:40:292662 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312663 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312664]
2665
2666[[package]]
Philipp Krones586cbd02022-06-04 12:07:442667name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552668version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442669source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552670checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442671dependencies = [
2672 "cfg-if 1.0.0",
2673 "libc",
2674 "redox_syscall",
2675 "smallvec",
Weihang Lo8a808dc2022-11-23 01:01:352676 "windows-sys",
Philipp Krones586cbd02022-06-04 12:07:442677]
2678
2679[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272680name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322681version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272682source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322683checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272684
2685[[package]]
Alex Crichton1cede102017-06-15 02:33:062686name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482687version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392688source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482689checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392690
2691[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382692name = "perf-event-open-sys"
2693version = "1.0.1"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2696dependencies = [
2697 "libc",
2698]
2699
2700[[package]]
Steve Klabnika0769612017-02-07 23:13:572701name = "pest"
klensy45fac342022-08-31 20:04:122702version = "2.3.0"
James Munnsde763692019-01-19 02:39:372703source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122704checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4"
James Munnsde763692019-01-19 02:39:372705dependencies = [
klensy45fac342022-08-31 20:04:122706 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092707 "ucd-trie",
James Munnsde763692019-01-19 02:39:372708]
2709
2710[[package]]
Alex Crichtone9d89832018-04-02 15:43:552711name = "pest_derive"
klensy45fac342022-08-31 20:04:122712version = "2.3.0"
James Munnsde763692019-01-19 02:39:372713source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122714checksum = "905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91"
James Munnsde763692019-01-19 02:39:372715dependencies = [
Alex Crichton093ede22019-08-15 00:45:092716 "pest",
2717 "pest_generator",
James Munnsde763692019-01-19 02:39:372718]
2719
2720[[package]]
2721name = "pest_generator"
klensy45fac342022-08-31 20:04:122722version = "2.3.0"
James Munnsde763692019-01-19 02:39:372723source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122724checksum = "5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad"
James Munnsde763692019-01-19 02:39:372725dependencies = [
Alex Crichton093ede22019-08-15 00:45:092726 "pest",
2727 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152728 "proc-macro2",
2729 "quote",
2730 "syn",
James Munnsde763692019-01-19 02:39:372731]
2732
2733[[package]]
2734name = "pest_meta"
klensy45fac342022-08-31 20:04:122735version = "2.3.0"
James Munnsde763692019-01-19 02:39:372736source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:122737checksum = "1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04"
James Munnsde763692019-01-19 02:39:372738dependencies = [
klensy45fac342022-08-31 20:04:122739 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092740 "pest",
klensy45fac342022-08-31 20:04:122741 "sha-1",
James Munnsde763692019-01-19 02:39:372742]
2743
2744[[package]]
Jack Hueya24df5b2020-03-03 16:25:032745name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192746version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032747source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192748checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032749dependencies = [
2750 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192751 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032752]
2753
2754[[package]]
steveklabnikecfbaca2018-04-03 14:32:042755name = "phf"
klensy947e7872022-04-15 18:11:142756version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042757source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142758checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042759dependencies = [
Alex Crichton093ede22019-08-15 00:45:092760 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042761]
2762
2763[[package]]
2764name = "phf_codegen"
klensy947e7872022-04-15 18:11:142765version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042766source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142767checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042768dependencies = [
Alex Crichton093ede22019-08-15 00:45:092769 "phf_generator",
2770 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042771]
2772
2773[[package]]
2774name = "phf_generator"
klensy947e7872022-04-15 18:11:142775version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042776source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142777checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042778dependencies = [
Alex Crichton093ede22019-08-15 00:45:092779 "phf_shared",
klensy947e7872022-04-15 18:11:142780 "rand 0.8.5",
steveklabnikecfbaca2018-04-03 14:32:042781]
2782
2783[[package]]
2784name = "phf_shared"
klensy947e7872022-04-15 18:11:142785version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042786source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142787checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042788dependencies = [
Alex Crichton093ede22019-08-15 00:45:092789 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042790]
2791
2792[[package]]
Caleb Cartwright63913182021-02-10 01:52:542793name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212794version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542795source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212796checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542797
2798[[package]]
2799name = "pin-utils"
2800version = "0.1.0"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2803
2804[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582805name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232806version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582807source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232808checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582809
2810[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012811name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062812version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012813source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062814checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512815dependencies = [
Alex Crichton093ede22019-08-15 00:45:092816 "datafrog",
2817 "log",
2818 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512819]
Santiago Pastorino8429d112018-05-24 21:52:012820
2821[[package]]
gnzlbg52caca02019-08-01 15:02:262822name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212823version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262824source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212825checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262826
2827[[package]]
steveklabnikecfbaca2018-04-03 14:32:042828name = "precomputed-hash"
2829version = "0.1.1"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092831checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042832
2833[[package]]
Eric Huss8c20add2018-12-03 01:33:202834name = "pretty_env_logger"
Matthias Krüger451d4922020-02-10 19:47:382835version = "0.4.0"
Eric Huss8c20add2018-12-03 01:33:202836source = "registry+https://github.com/rust-lang/crates.io-index"
Matthias Krüger451d4922020-02-10 19:47:382837checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
Eric Huss8c20add2018-12-03 01:33:202838dependencies = [
Matthias Krüger451d4922020-02-10 19:47:382839 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:092840 "log",
Eric Huss8c20add2018-12-03 01:33:202841]
2842
2843[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112844name = "proc-macro-error"
Mark Rousskov342d9562020-08-17 15:21:442845version = "1.0.4"
Igor Matuszewskic2249a42019-09-08 08:28:112846source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442847checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Igor Matuszewskic2249a42019-09-08 08:28:112848dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442849 "proc-macro-error-attr",
Aaron Hill70ba4912020-08-01 14:11:152850 "proc-macro2",
2851 "quote",
2852 "syn",
Mark Rousskov342d9562020-08-17 15:21:442853 "version_check",
2854]
2855
2856[[package]]
2857name = "proc-macro-error-attr"
2858version = "1.0.4"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2861dependencies = [
2862 "proc-macro2",
2863 "quote",
2864 "version_check",
Alex Crichtone9d89832018-04-02 15:43:552865]
2866
2867[[package]]
David Wood7f916972022-03-26 07:27:432868name = "proc-macro-hack"
2869version = "0.5.19"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2872
2873[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112874name = "proc-macro2"
Andres Suareza65ddf02022-10-09 03:25:402875version = "1.0.46"
Igor Matuszewskic2249a42019-09-08 08:28:112876source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:402877checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
Igor Matuszewskic2249a42019-09-08 08:28:112878dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402879 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112880]
2881
2882[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292883name = "proc_macro"
2884version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082885dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322886 "core",
Alex Crichtonb47c9692019-08-16 15:29:082887 "std",
2888]
Ahmed Charles9ca382f2016-09-02 08:55:292889
2890[[package]]
whitequark42754ce2017-02-13 09:57:502891name = "profiler_builtins"
2892version = "0.0.0"
2893dependencies = [
Alex Crichton093ede22019-08-15 00:45:092894 "cc",
2895 "compiler_builtins",
2896 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392897]
2898
2899[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242900name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552901version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242902source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552903checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242904dependencies = [
2905 "cc",
2906]
2907
2908[[package]]
Steve Klabnika0769612017-02-07 23:13:572909name = "pulldown-cmark"
Guillaume Gomez7f78a9a2022-07-26 18:36:202910version = "0.9.2"
Joshua Nelsone4c28bf2020-09-14 00:15:012911source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202912checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
Joshua Nelsone4c28bf2020-09-14 00:15:012913dependencies = [
2914 "bitflags",
2915 "memchr",
2916 "unicase",
2917]
2918
2919[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322920name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442921version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322922source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442923checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322924
2925[[package]]
Steve Klabnika0769612017-02-07 23:13:572926name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062927version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572928source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062929checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572930
2931[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292932name = "quine-mc_cluskey"
2933version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582934source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092935checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582936
2937[[package]]
2938name = "quote"
Philipp Kronesd4077782022-11-21 19:52:062939version = "1.0.21"
Igor Matuszewskic2249a42019-09-08 08:28:112940source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesd4077782022-11-21 19:52:062941checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
Igor Matuszewskic2249a42019-09-08 08:28:112942dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152943 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552944]
2945
2946[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292947name = "rand"
Alex Crichtonaabf4e92020-01-08 15:33:572948version = "0.7.3"
gnzlbg52caca02019-08-01 15:02:262949source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572950checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
gnzlbg52caca02019-08-01 15:02:262951dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:562952 "getrandom 0.1.16",
Alex Crichton093ede22019-08-15 00:45:092953 "libc",
Aaron Hill2550d5b2021-03-07 23:39:192954 "rand_chacha 0.2.2",
2955 "rand_core 0.5.1",
klensy947e7872022-04-15 18:11:142956 "rand_hc",
Alex Crichtonb4110902018-12-08 11:06:542957]
2958
2959[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192960name = "rand"
klensy947e7872022-04-15 18:11:142961version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192962source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142963checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192964dependencies = [
2965 "libc",
2966 "rand_chacha 0.3.0",
2967 "rand_core 0.6.2",
Aaron Hill2550d5b2021-03-07 23:39:192968]
2969
2970[[package]]
gnzlbg52caca02019-08-01 15:02:262971name = "rand_chacha"
Yuki Okushi9f8628b2020-05-26 04:35:212972version = "0.2.2"
gnzlbg52caca02019-08-01 15:02:262973source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212974checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
gnzlbg52caca02019-08-01 15:02:262975dependencies = [
Yuki Okushi9f8628b2020-05-26 04:35:212976 "ppv-lite86",
Aaron Hill2550d5b2021-03-07 23:39:192977 "rand_core 0.5.1",
2978]
2979
2980[[package]]
2981name = "rand_chacha"
2982version = "0.3.0"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2985dependencies = [
2986 "ppv-lite86",
2987 "rand_core 0.6.2",
gnzlbg52caca02019-08-01 15:02:262988]
2989
2990[[package]]
Alex Crichtonb4110902018-12-08 11:06:542991name = "rand_core"
Eric Huss2b985322019-11-25 16:14:072992version = "0.5.1"
gnzlbg52caca02019-08-01 15:02:262993source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2b985322019-11-25 16:14:072994checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
gnzlbg52caca02019-08-01 15:02:262995dependencies = [
Collin Bakerdfab01b2022-10-21 18:38:562996 "getrandom 0.1.16",
gnzlbg52caca02019-08-01 15:02:262997]
2998
2999[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193000name = "rand_core"
3001version = "0.6.2"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3004dependencies = [
3005 "getrandom 0.2.0",
3006]
3007
3008[[package]]
Alex Crichtonb4110902018-12-08 11:06:543009name = "rand_hc"
gnzlbg52caca02019-08-01 15:02:263010version = "0.2.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093012checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
gnzlbg52caca02019-08-01 15:02:263013dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193014 "rand_core 0.5.1",
3015]
3016
3017[[package]]
Ralf Jung5b78e982019-04-19 07:37:333018name = "rand_xorshift"
3019version = "0.2.0"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093021checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
Ralf Jung5b78e982019-04-19 07:37:333022dependencies = [
Aaron Hill2550d5b2021-03-07 23:39:193023 "rand_core 0.5.1",
Eric Huss2b985322019-11-25 16:14:073024]
3025
3026[[package]]
3027name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293028version = "0.6.0"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3031dependencies = [
3032 "rand_core 0.6.2",
3033]
3034
3035[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293036name = "rayon"
Josh Stoneab57e362022-05-28 00:14:223037version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:453038source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223039checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:453040dependencies = [
Mark Rousskov342d9562020-08-17 15:21:443041 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163042 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:093043 "either",
3044 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293045]
3046
3047[[package]]
3048name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:223049version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:293050source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223051checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:293052dependencies = [
Josh Stonef3b88122022-01-10 19:34:073053 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163054 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073055 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:093056 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:313057]
3058
3059[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353060name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:403061version = "0.2.10"
flip19950046d7c2021-02-25 10:26:233062source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:403063checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:233064dependencies = [
3065 "bitflags",
3066]
3067
3068[[package]]
flip19954c228cc2019-02-18 09:32:583069name = "redox_users"
flip19950046d7c2021-02-25 10:26:233070version = "0.4.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3073dependencies = [
3074 "getrandom 0.2.0",
klensydcdc3082021-05-11 19:03:593075 "redox_syscall",
flip19950046d7c2021-02-25 10:26:233076]
3077
3078[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583079name = "regex"
klensy43512e62022-07-26 16:16:433080version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:063081source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433082checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:063083dependencies = [
Alex Crichton093ede22019-08-15 00:45:093084 "aho-corasick",
3085 "memchr",
3086 "regex-syntax",
Oliver Schneider847bb142018-05-11 12:11:063087]
3088
3089[[package]]
Oliver Schererec7230f2020-07-24 18:42:003090name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093091version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003092source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093093checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003094dependencies = [
Oliver Schererec7230f2020-07-24 18:42:003095 "regex-syntax",
3096]
3097
3098[[package]]
Charles Lewa7750042022-11-06 06:43:253099name = "regex-automata"
3100version = "0.2.0"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3103dependencies = [
3104 "memchr",
3105]
3106
3107[[package]]
Steve Klabnika0769612017-02-07 23:13:573108name = "regex-syntax"
klensy43512e62022-07-26 16:16:433109version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:063110source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:433111checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:063112
3113[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193114name = "remote-test-client"
3115version = "0.1.0"
3116
3117[[package]]
3118name = "remote-test-server"
3119version = "0.1.0"
3120
3121[[package]]
Alex Crichton994bfd42018-02-26 17:07:163122name = "remove_dir_all"
Mark Rousskov342d9562020-08-17 15:21:443123version = "0.5.3"
Alex Crichton994bfd42018-02-26 17:07:163124source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443125checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
Alex Crichton994bfd42018-02-26 17:07:163126dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:313127 "winapi",
Alex Crichton994bfd42018-02-26 17:07:163128]
3129
3130[[package]]
est31d32ff142022-08-23 20:14:123131name = "replace-version-placeholder"
3132version = "0.1.0"
3133dependencies = [
3134 "tidy",
3135 "walkdir",
3136]
3137
3138[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583139name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433140version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583141dependencies = [
Alex Crichton093ede22019-08-15 00:45:093142 "rustc-workspace-hack",
Alex Crichton093ede22019-08-15 00:45:093143 "serde",
3144 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483145]
3146
3147[[package]]
Martin Algesten9a6afa82018-02-02 07:29:593148name = "rls-data"
Igor Matuszewskid72ea1b2021-01-15 00:50:593149version = "0.19.1"
Igor Matuszewski3ac464f2021-01-15 01:26:553150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
Martin Algesten9a6afa82018-02-02 07:29:593152dependencies = [
Alex Crichton093ede22019-08-15 00:45:093153 "rls-span",
3154 "serde",
Martin Algesten9a6afa82018-02-02 07:29:593155]
3156
3157[[package]]
Nick Cameronfee1f642017-03-14 02:16:443158name = "rls-span"
Igor Matuszewskid72ea1b2021-01-15 00:50:593159version = "0.5.3"
Igor Matuszewski3ac464f2021-01-15 01:26:553160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
Nick Cameronfee1f642017-03-14 02:16:443162dependencies = [
Alex Crichton093ede22019-08-15 00:45:093163 "serde",
Tatsuyuki Ishi0e79b972017-04-29 23:11:583164]
3165
3166[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153167name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173168version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153169dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173170 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153171 "rustc-demangle",
3172]
3173
3174[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293175name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573176version = "0.1.0"
3177dependencies = [
Weihang Loc1b4f112022-10-04 20:57:493178 "clap 3.2.20",
Eric Huss5b9e9d02020-11-15 01:37:023179 "env_logger 0.7.1",
Alex Crichton093ede22019-08-15 00:45:093180 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573181]
Ahmed Charles9ca382f2016-09-02 08:55:293182
3183[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573184name = "rustc-build-sysroot"
Ralf Jung55162732022-11-15 19:06:423185version = "0.4.0"
Ralf Jung9cc11e22022-10-04 13:23:573186source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:423187checksum = "20c4b4625eeb148cccf82d5e9b90ad7fab3b11a0204cf75cc7fa04981a0fdffd"
Ralf Jung9cc11e22022-10-04 13:23:573188dependencies = [
3189 "anyhow",
3190 "rustc_version",
3191 "tempfile",
3192]
3193
3194[[package]]
Josh Stone020c5ec2017-05-08 22:01:133195name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253196version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:133197source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:253198checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:513199dependencies = [
Alex Crichton093ede22019-08-15 00:45:093200 "compiler_builtins",
3201 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513202]
Josh Stone020c5ec2017-05-08 22:01:133203
3204[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023205name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193206version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023207source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193208checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023209
3210[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293211name = "rustc-main"
3212version = "0.0.0"
3213dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043214 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093215 "rustc_codegen_ssa",
3216 "rustc_driver",
Oli Scherer9960cc12022-06-02 10:08:383217 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:293218]
3219
3220[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033221name = "rustc-rayon"
Josh Stoneab57e362022-05-28 00:14:223222version = "0.4.0"
Josh Stone33c41252019-09-10 17:13:073223source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223224checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a"
Josh Stone33c41252019-09-10 17:13:073225dependencies = [
Josh Stoneab57e362022-05-28 00:14:223226 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:163227 "crossbeam-deque",
Josh Stone33c41252019-09-10 17:13:073228 "either",
Igor Matuszewski5b091302019-12-10 15:01:013229 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413230]
3231
3232[[package]]
Josh Stone33c41252019-09-10 17:13:073233name = "rustc-rayon-core"
Josh Stoneab57e362022-05-28 00:14:223234version = "0.4.1"
Josh Stone33c41252019-09-10 17:13:073235source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:223236checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30"
Josh Stone33c41252019-09-10 17:13:073237dependencies = [
Josh Stoneab57e362022-05-28 00:14:223238 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163239 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073240 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073241 "num_cpus",
3242]
3243
3244[[package]]
flip1995898ef0f2020-12-06 14:07:593245name = "rustc-semver"
3246version = "1.1.0"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3249
3250[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053251name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053252version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053253dependencies = [
Alex Crichton093ede22019-08-15 00:45:093254 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053255]
3256
3257[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503258name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053259version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503260dependencies = [
Alex Crichton093ede22019-08-15 00:45:093261 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503262]
3263
3264[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083265name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053266version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083267dependencies = [
3268 "std",
3269]
3270
3271[[package]]
Alex Crichton0e034d12018-07-31 21:16:553272name = "rustc-workspace-hack"
3273version = "1.0.0"
3274dependencies = [
Ralf Jung55162732022-11-15 19:06:423275 "bstr 0.2.17",
Weihang Loc1b4f112022-10-04 20:57:493276 "clap 3.2.20",
Weihang Lo1e5dad02022-11-25 22:37:043277 "libc",
Eric Huss0bfc45a2020-12-23 20:18:153278 "libz-sys",
Ralf Jung157b2d52022-11-16 15:13:553279 "rand 0.8.5",
Ralf Jung1cc71392022-07-08 04:23:013280 "regex",
Alex Crichton093ede22019-08-15 00:45:093281 "serde_json",
Aaron Hill70ba4912020-08-01 14:11:153282 "syn",
Eric Huss4a7e2fb2022-08-21 04:19:433283 "url",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313284 "winapi",
Alex Crichton0e034d12018-07-31 21:16:553285]
3286
3287[[package]]
hkalbasi390a6372022-11-06 21:06:113288name = "rustc_abi"
3289version = "0.0.0"
3290dependencies = [
3291 "bitflags",
3292 "rand 0.8.5",
3293 "rand_xoshiro",
3294 "rustc_data_structures",
3295 "rustc_index",
3296 "rustc_macros",
3297 "rustc_serialize",
3298 "tracing",
3299]
3300
3301[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433302name = "rustc_apfloat"
3303version = "0.0.0"
3304dependencies = [
Alex Crichton093ede22019-08-15 00:45:093305 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293306 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433307]
3308
3309[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403310name = "rustc_arena"
3311version = "0.0.0"
3312dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293313 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403314]
3315
3316[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263317name = "rustc_ast"
3318version = "0.0.0"
3319dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:013320 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263321 "rustc_data_structures",
3322 "rustc_index",
3323 "rustc_lexer",
3324 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403325 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263326 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293327 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303328 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003329 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263330]
3331
3332[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563333name = "rustc_ast_lowering"
3334version = "0.0.0"
3335dependencies = [
Vadim Petrochenkov11d95142020-06-02 17:03:403336 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263337 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463338 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563339 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563340 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573341 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563342 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513343 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233344 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503345 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563346 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563347 "rustc_span",
3348 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293349 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303350 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003351 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563352]
3353
3354[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443355name = "rustc_ast_passes"
3356version = "0.0.0"
3357dependencies = [
pierwillf684acd2022-03-04 17:54:283358 "itertools",
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",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443362 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443363 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393364 "rustc_feature",
finalchildd6fdf142022-08-17 14:51:013365 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443366 "rustc_parse",
3367 "rustc_session",
3368 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053369 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:003370 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443371]
3372
3373[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463374name = "rustc_ast_pretty"
3375version = "0.0.0"
3376dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263377 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463378 "rustc_span",
Mazdak Farrokhzade2333312020-01-11 16:02:463379]
3380
3381[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203382name = "rustc_attr"
3383version = "0.0.0"
3384dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263385 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463386 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203387 "rustc_data_structures",
3388 "rustc_errors",
3389 "rustc_feature",
Vadim Petrochenkov20c50442020-08-10 19:27:483390 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203391 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403392 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203393 "rustc_session",
3394 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203395]
3396
3397[[package]]
Charles Lewa7750042022-11-06 06:43:253398name = "rustc_baked_icu_data"
3399version = "0.0.0"
3400dependencies = [
3401 "icu_list",
3402 "icu_locid",
3403 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223404 "icu_provider_adapters",
Charles Lewa7750042022-11-06 06:43:253405 "litemap",
Charles Lewbde2f982022-11-06 06:58:223406 "zerovec",
Charles Lewa7750042022-11-06 06:43:253407]
3408
3409[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403410name = "rustc_borrowck"
3411version = "0.0.0"
3412dependencies = [
3413 "either",
pierwillf684acd2022-03-04 17:54:283414 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403415 "polonius-engine",
Camille GILLOTc5fc2602021-01-05 19:08:113416 "rustc_const_eval",
Camille GILLOT31a61cc2020-12-30 17:48:403417 "rustc_data_structures",
3418 "rustc_errors",
3419 "rustc_graphviz",
3420 "rustc_hir",
3421 "rustc_index",
3422 "rustc_infer",
3423 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013424 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403425 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073426 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403427 "rustc_serialize",
3428 "rustc_session",
3429 "rustc_span",
3430 "rustc_target",
3431 "rustc_trait_selection",
3432 "rustc_traits",
3433 "smallvec",
3434 "tracing",
3435]
3436
3437[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323438name = "rustc_builtin_macros"
3439version = "0.0.0"
3440dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263441 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463442 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203443 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323444 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323445 "rustc_errors",
3446 "rustc_expand",
3447 "rustc_feature",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143448 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233449 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313450 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323451 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403452 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203453 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323454 "rustc_span",
3455 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293456 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303457 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003458 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323459]
3460
3461[[package]]
Irina Popab63d7e22018-05-08 13:10:163462name = "rustc_codegen_llvm"
3463version = "0.0.0"
3464dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353465 "bitflags",
Xidorn Quan38e42332021-02-13 11:17:153466 "cstr",
Alex Crichton7f23e6e2019-10-22 15:51:353467 "libc",
Ralf Jung61a986a2022-06-26 02:21:493468 "measureme",
Michael Howellcf83a1d2022-11-03 17:10:153469 "object",
Alex Crichton7f23e6e2019-10-22 15:51:353470 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263471 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203472 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353473 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353474 "rustc_data_structures",
3475 "rustc_errors",
3476 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573477 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353478 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093479 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553480 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593481 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453482 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543483 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403484 "rustc_serialize",
Aaron Hillfca192c2019-12-06 03:04:353485 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323486 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543487 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353488 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293489 "smallvec",
Alex Gaynorc65c3622022-06-30 19:01:383490 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003491 "tracing",
Irina Popab63d7e22018-05-08 13:10:163492]
3493
3494[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043495name = "rustc_codegen_ssa"
3496version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353497dependencies = [
Alex Crichton093ede22019-08-15 00:45:093498 "bitflags",
3499 "cc",
pierwillf684acd2022-03-04 17:54:283500 "itertools",
Alex Crichton093ede22019-08-15 00:45:093501 "jobserver",
3502 "libc",
Michael Howellcf83a1d2022-11-03 17:10:153503 "object",
Federico Ponzi4b6a0272020-07-17 22:01:273504 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143505 "regex",
David Wood2dc1a8a2021-12-03 14:24:053506 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263507 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203508 "rustc_attr",
522522527412d12022-07-14 21:42:473509 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093510 "rustc_data_structures",
3511 "rustc_errors",
3512 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573513 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093514 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103515 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573516 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363517 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453518 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543519 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403520 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083521 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323522 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583523 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093524 "rustc_target",
bjorn35cc35932022-05-06 15:20:423525 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423526 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253527 "snap",
Mark Mansi2d75a332020-03-12 23:07:583528 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053529 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003530 "tracing",
Irina Popab63d7e22018-05-08 13:10:163531]
3532
3533[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113534name = "rustc_const_eval"
3535version = "0.0.0"
3536dependencies = [
Ralf Jung41018892022-11-18 09:18:323537 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113538 "rustc_apfloat",
3539 "rustc_ast",
3540 "rustc_attr",
3541 "rustc_data_structures",
3542 "rustc_errors",
3543 "rustc_hir",
3544 "rustc_index",
3545 "rustc_infer",
3546 "rustc_macros",
3547 "rustc_middle",
3548 "rustc_mir_dataflow",
Camille GILLOT02025d82020-11-14 15:48:543549 "rustc_query_system",
Camille GILLOTc5fc2602021-01-05 19:08:113550 "rustc_session",
3551 "rustc_span",
3552 "rustc_target",
3553 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463554 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113555 "tracing",
3556]
3557
3558[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293559name = "rustc_data_structures"
3560version = "0.0.0"
3561dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353562 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363563 "bitflags",
Aaron Hill44fdfd62020-10-11 17:51:073564 "cfg-if 0.1.10",
Jack Hueya42e5a12020-05-27 05:05:093565 "ena",
Alex Crichton093ede22019-08-15 00:45:093566 "indexmap",
3567 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193568 "libc",
Ralf Jung61a986a2022-06-26 02:21:493569 "measureme",
bjorn38331dbe2021-03-29 09:18:523570 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443571 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093572 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013573 "rustc-rayon",
3574 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:403575 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513576 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573577 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403578 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293579 "smallvec",
Alex Crichton093ede22019-08-15 00:45:093580 "stable_deref_trait",
Simonas Kazlauskasa5c53652020-03-14 18:13:553581 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503582 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303583 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003584 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313585 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293586]
3587
3588[[package]]
3589name = "rustc_driver"
3590version = "0.0.0"
3591dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193592 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263593 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463594 "rustc_ast_pretty",
Victor Dinga47fdb92020-01-23 10:48:483595 "rustc_codegen_ssa",
Alex Crichton093ede22019-08-15 00:45:093596 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503597 "rustc_error_codes",
Alex Crichton093ede22019-08-15 00:45:093598 "rustc_errors",
Mazdak Farrokhzad70234f12019-11-30 01:34:183599 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573600 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293601 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193602 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093603 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133604 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523605 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093606 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093607 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453608 "rustc_middle",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133609 "rustc_parse",
Simon Sapind0bbc602019-07-16 17:08:323610 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093611 "rustc_save_analysis",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083612 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323613 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093614 "rustc_target",
bjorn3fc1df4f2021-06-03 15:45:093615 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003616 "tracing",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313617 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293618]
3619
3620[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053621name = "rustc_error_codes"
3622version = "0.0.0"
3623
3624[[package]]
David Woodc45f2952022-03-24 02:03:043625name = "rustc_error_messages"
3626version = "0.0.0"
3627dependencies = [
David Woodd5119c52022-03-28 08:36:203628 "fluent-bundle",
3629 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253630 "icu_list",
3631 "icu_locid",
3632 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383633 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253634 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433635 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043636 "rustc_macros",
3637 "rustc_serialize",
3638 "rustc_span",
David Wood7f916972022-03-26 07:27:433639 "tracing",
3640 "unic-langid",
Charles Lewa7750042022-11-06 06:43:253641 "writeable",
David Woodc45f2952022-03-24 02:03:043642]
3643
3644[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293645name = "rustc_errors"
3646version = "0.0.0"
3647dependencies = [
klensy754b5262022-07-31 13:44:063648 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203649 "rustc_ast",
3650 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093651 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043652 "rustc_error_messages",
Michael Gouletff9fd362022-06-29 05:09:593653 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523654 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573655 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403656 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323657 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593658 "rustc_target",
bjorn362a4f912021-06-03 19:14:153659 "serde",
3660 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093661 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483662 "termize",
Oliver Schererec7230f2020-07-24 18:42:003663 "tracing",
Alex Crichton093ede22019-08-15 00:45:093664 "unicode-width",
Igor Matuszewskiaf53b0d2021-07-21 13:17:313665 "winapi",
Ahmed Charles9ca382f2016-09-02 08:55:293666]
3667
3668[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323669name = "rustc_expand"
3670version = "0.0.0"
3671dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033672 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263673 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393674 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463675 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203676 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323677 "rustc_data_structures",
3678 "rustc_errors",
3679 "rustc_feature",
3680 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003681 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573682 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323683 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403684 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203685 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323686 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293687 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523688 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003689 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323690]
3691
3692[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383693name = "rustc_feature"
3694version = "0.0.0"
3695dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183696 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323697 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383698]
3699
3700[[package]]
Mark Rousskove3177c62018-08-03 21:31:033701name = "rustc_fs_util"
3702version = "0.0.0"
3703
3704[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403705name = "rustc_graphviz"
3706version = "0.0.0"
3707
3708[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273709name = "rustc_hir"
3710version = "0.0.0"
3711dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373712 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203713 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263714 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273715 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043716 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273717 "rustc_index",
3718 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403719 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273720 "rustc_span",
3721 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293722 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003723 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273724]
3725
3726[[package]]
lcnr1fc86a62022-09-26 11:00:293727name = "rustc_hir_analysis"
3728version = "0.0.0"
3729dependencies = [
3730 "rustc_arena",
3731 "rustc_ast",
3732 "rustc_attr",
3733 "rustc_data_structures",
3734 "rustc_errors",
3735 "rustc_feature",
3736 "rustc_graphviz",
3737 "rustc_hir",
3738 "rustc_hir_pretty",
3739 "rustc_index",
3740 "rustc_infer",
3741 "rustc_lint",
3742 "rustc_macros",
3743 "rustc_middle",
3744 "rustc_serialize",
3745 "rustc_session",
3746 "rustc_span",
3747 "rustc_target",
3748 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293749 "rustc_type_ir",
3750 "smallvec",
3751 "tracing",
3752]
3753
3754[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193755name = "rustc_hir_pretty"
3756version = "0.0.0"
3757dependencies = [
3758 "rustc_ast",
3759 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193760 "rustc_hir",
3761 "rustc_span",
3762 "rustc_target",
3763]
3764
3765[[package]]
lcnrfb3ab132022-10-20 15:51:373766name = "rustc_hir_typeck"
3767version = "0.1.0"
3768dependencies = [
3769 "rustc_ast",
3770 "rustc_data_structures",
3771 "rustc_errors",
3772 "rustc_graphviz",
3773 "rustc_hir",
3774 "rustc_hir_analysis",
3775 "rustc_hir_pretty",
3776 "rustc_index",
3777 "rustc_infer",
3778 "rustc_lint",
3779 "rustc_macros",
3780 "rustc_middle",
3781 "rustc_serialize",
3782 "rustc_session",
3783 "rustc_span",
3784 "rustc_target",
3785 "rustc_trait_selection",
3786 "rustc_type_ir",
3787 "smallvec",
3788 "tracing",
3789]
3790
3791[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293792name = "rustc_incremental"
3793version = "0.0.0"
3794dependencies = [
klensy947e7872022-04-15 18:11:143795 "rand 0.8.5",
Vadim Petrochenkov6054a302020-02-29 17:16:263796 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093797 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593798 "rustc_errors",
Alex Crichton093ede22019-08-15 00:45:093799 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403800 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573801 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573802 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453803 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403804 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163805 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323806 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003807 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293808]
3809
3810[[package]]
csmoe1cff2e62019-09-25 19:09:513811name = "rustc_index"
3812version = "0.0.0"
3813dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:353814 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573815 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403816 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293817 "smallvec",
csmoe1cff2e62019-09-25 19:09:513818]
3819
3820[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243821name = "rustc_infer"
3822version = "0.0.0"
3823dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243824 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243825 "rustc_errors",
3826 "rustc_hir",
3827 "rustc_index",
3828 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453829 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403830 "rustc_serialize",
Nikita Tomashevich313d4742022-08-21 17:56:003831 "rustc_session",
Camille GILLOTf07e8892020-01-06 19:13:243832 "rustc_span",
3833 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293834 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003835 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243836]
3837
3838[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233839name = "rustc_interface"
3840version = "0.0.0"
3841dependencies = [
Andy Russell923f9392021-11-08 23:03:553842 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013843 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313844 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263845 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563846 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443847 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203848 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403849 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323850 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353851 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093852 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113853 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093854 "rustc_data_structures",
3855 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323856 "rustc_expand",
Mazdak Farrokhzad7a140732019-12-25 02:51:273857 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293858 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373859 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093860 "rustc_incremental",
3861 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473862 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093863 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453864 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443865 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253866 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153867 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133868 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093869 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323870 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093871 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163872 "rustc_query_impl",
Alex Crichton093ede22019-08-15 00:45:093873 "rustc_resolve",
Vadim Petrochenkov11d95142020-06-02 17:03:403874 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163875 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323876 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583877 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163878 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403879 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093880 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373881 "rustc_ty_utils",
Jubilee Younge8eb6912021-04-22 04:40:293882 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003883 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233884]
3885
3886[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403887name = "rustc_lexer"
3888version = "0.1.0"
3889dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503890 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233891 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153892 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403893]
3894
3895[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293896name = "rustc_lint"
3897version = "0.0.0"
3898dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263899 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463900 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203901 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093902 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473903 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383904 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573905 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333906 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353907 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453908 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453909 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423910 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203911 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323912 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093913 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403914 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463915 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003916 "tracing",
Charles Lew485e98a2020-01-02 12:02:223917 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293918]
3919
3920[[package]]
Aaron Hill23018a52020-08-13 19:41:523921name = "rustc_lint_defs"
3922version = "0.0.0"
3923dependencies = [
3924 "rustc_ast",
3925 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043926 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273927 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523928 "rustc_macros",
3929 "rustc_serialize",
3930 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383931 "rustc_target",
bjorn362a4f912021-06-03 19:14:153932 "serde",
Aaron Hill23018a52020-08-13 19:41:523933]
3934
3935[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293936name = "rustc_llvm"
3937version = "0.0.0"
3938dependencies = [
Alex Crichton093ede22019-08-15 00:45:093939 "cc",
Aaron Hill47e932b2019-12-12 15:51:193940 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293941]
3942
3943[[package]]
David Tolnay6152d152022-01-04 00:32:523944name = "rustc_log"
3945version = "0.0.0"
3946dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353947 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523948 "tracing",
3949 "tracing-subscriber",
3950 "tracing-tree",
3951]
3952
3953[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103954name = "rustc_macros"
3955version = "0.1.0"
3956dependencies = [
klensy754b5262022-07-31 13:44:063957 "annotate-snippets",
David Wood552eb322022-05-23 17:24:553958 "fluent-bundle",
3959 "fluent-syntax",
Aaron Hill70ba4912020-08-01 14:11:153960 "proc-macro2",
3961 "quote",
3962 "syn",
Igor Matuszewski403a9d02020-05-05 11:26:163963 "synstructure",
David Wood552eb322022-05-23 17:24:553964 "unic-langid",
John Kåre Alsaker74b64192019-03-01 00:22:103965]
3966
3967[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293968name = "rustc_metadata"
3969version = "0.0.0"
3970dependencies = [
Andy Russell923f9392021-11-08 23:03:553971 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:373972 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263973 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203974 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093975 "rustc_data_structures",
3976 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323977 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173978 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573979 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193980 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103981 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573982 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453983 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403984 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083985 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323986 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093987 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:463988 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293989 "smallvec",
Josh Triplett574f6be2020-08-20 23:16:303990 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:043991 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003992 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293993]
3994
3995[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453996name = "rustc_middle"
3997version = "0.0.0"
3998dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453999 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:034000 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:454001 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:074002 "either",
4003 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454004 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264005 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454006 "rustc-rayon-core",
4007 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404008 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454009 "rustc_ast",
4010 "rustc_attr",
4011 "rustc_data_structures",
4012 "rustc_errors",
4013 "rustc_feature",
Camille GILLOTfd9c04f2021-01-05 18:53:074014 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454015 "rustc_hir",
4016 "rustc_index",
4017 "rustc_macros",
4018 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404019 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454020 "rustc_session",
4021 "rustc_span",
4022 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104023 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294024 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304025 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004026 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454027]
4028
4029[[package]]
Matthew Jasperb3589292020-01-05 15:46:444030name = "rustc_mir_build"
4031version = "0.0.0"
4032dependencies = [
Ralf Jung41018892022-11-18 09:18:324033 "either",
Matthew Jasperb3589292020-01-05 15:46:444034 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404035 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264036 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204037 "rustc_attr",
Matthew Jasperb3589292020-01-05 15:46:444038 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444039 "rustc_errors",
4040 "rustc_hir",
4041 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244042 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454043 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404044 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074045 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444046 "rustc_span",
4047 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404048 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294049 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004050 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444051]
4052
4053[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074054name = "rustc_mir_dataflow"
4055version = "0.0.0"
4056dependencies = [
4057 "polonius-engine",
4058 "regex",
4059 "rustc_ast",
4060 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144061 "rustc_errors",
Camille GILLOTfd9c04f2021-01-05 18:53:074062 "rustc_graphviz",
4063 "rustc_hir",
4064 "rustc_index",
5225225ee2b1612022-08-19 09:21:144065 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074066 "rustc_middle",
4067 "rustc_serialize",
5225225ee2b1612022-08-19 09:21:144068 "rustc_session",
Camille GILLOTfd9c04f2021-01-05 18:53:074069 "rustc_span",
4070 "rustc_target",
4071 "smallvec",
4072 "tracing",
4073]
4074
4075[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254076name = "rustc_mir_transform"
4077version = "0.0.0"
4078dependencies = [
4079 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:324080 "either",
pierwillf684acd2022-03-04 17:54:284081 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:254082 "rustc_ast",
4083 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114084 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254085 "rustc_data_structures",
4086 "rustc_errors",
4087 "rustc_hir",
4088 "rustc_index",
4089 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074090 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254091 "rustc_serialize",
4092 "rustc_session",
4093 "rustc_span",
4094 "rustc_target",
4095 "rustc_trait_selection",
4096 "smallvec",
4097 "tracing",
4098]
4099
4100[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154101name = "rustc_monomorphize"
4102version = "0.0.0"
4103dependencies = [
4104 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474105 "rustc_errors",
Camille GILLOT81a600b2021-01-02 13:42:154106 "rustc_hir",
4107 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:474108 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154109 "rustc_middle",
4110 "rustc_session",
4111 "rustc_span",
4112 "rustc_target",
4113 "smallvec",
4114 "tracing",
4115]
4116
4117[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134118name = "rustc_parse"
4119version = "0.0.0"
4120dependencies = [
4121 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264122 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464123 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134124 "rustc_data_structures",
4125 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384126 "rustc_feature",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134127 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244128 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204129 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324130 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:524131 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004132 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404133 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004134 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134135]
4136
4137[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404138name = "rustc_parse_format"
4139version = "0.0.0"
4140dependencies = [
4141 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404142]
4143
4144[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294145name = "rustc_passes"
4146version = "0.0.0"
4147dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:244148 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:264149 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134150 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204151 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094152 "rustc_data_structures",
4153 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434154 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414155 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574156 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574157 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124158 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044159 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454160 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:004161 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434162 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324163 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574164 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004165 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294166]
4167
4168[[package]]
Simon Sapind0bbc602019-07-16 17:08:324169name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:294170version = "0.0.0"
4171dependencies = [
Andy Russell923f9392021-11-08 23:03:554172 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:264173 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164174 "rustc_errors",
Mazdak Farrokhzadf58db202020-01-09 06:52:014175 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:334176 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094177 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084178 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324179 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:294180]
4181
4182[[package]]
4183name = "rustc_privacy"
4184version = "0.0.0"
4185dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574186 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204187 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094188 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164189 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574190 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294191 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:344192 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454193 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084194 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324195 "rustc_span",
kadmin6a03f032020-11-22 09:37:374196 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004197 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294198]
4199
4200[[package]]
Camille GILLOT4581d162021-01-19 19:40:164201name = "rustc_query_impl"
4202version = "0.0.0"
4203dependencies = [
Ralf Jung61a986a2022-06-26 02:21:494204 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164205 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:014206 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:164207 "rustc_data_structures",
4208 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164209 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014210 "rustc_index",
4211 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:164212 "rustc_middle",
4213 "rustc_query_system",
4214 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014215 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164216 "rustc_span",
Michael Goulet53093752022-08-10 20:53:064217 "rustc_target",
Nicholas Nethercoteb38106b2022-08-17 04:22:304218 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134219 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164220]
4221
4222[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224223name = "rustc_query_system"
4224version = "0.0.0"
4225dependencies = [
Philipp Krones586cbd02022-06-04 12:07:444226 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:314227 "rustc-rayon-core",
Vadim Petrochenkov11d95142020-06-02 17:03:404228 "rustc_arena",
Camille GILLOTc355b2e2020-11-14 15:35:314229 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224230 "rustc_data_structures",
4231 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314232 "rustc_feature",
4233 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224234 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574235 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404236 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374237 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314238 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314239 "rustc_target",
Eric Holk578fc492022-09-07 21:46:044240 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294241 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304242 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004243 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224244]
4245
4246[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294247name = "rustc_resolve"
4248version = "0.0.0"
4249dependencies = [
Alex Crichton093ede22019-08-15 00:45:094250 "bitflags",
Vadim Petrochenkov11d95142020-06-02 17:03:404251 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264252 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464253 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204254 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094255 "rustc_data_structures",
4256 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324257 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184258 "rustc_feature",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574259 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294260 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384261 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094262 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454263 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504264 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564265 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324266 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294267 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524268 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004269 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294270]
4271
4272[[package]]
4273name = "rustc_save_analysis"
4274version = "0.0.0"
4275dependencies = [
Alex Crichton093ede22019-08-15 00:45:094276 "rls-data",
4277 "rls-span",
Vadim Petrochenkov6054a302020-02-29 17:16:264278 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464279 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:094280 "rustc_data_structures",
Wonchul Lee9b95eef2022-08-19 21:40:314281 "rustc_errors",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574282 "rustc_hir",
Mazdak Farrokhzadf1701dd2020-03-24 01:44:414283 "rustc_hir_pretty",
Aleksey Kladov66218952020-08-29 09:38:154284 "rustc_lexer",
Wonchul Lee9b95eef2022-08-19 21:40:314285 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454286 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084287 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324288 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094289 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004290 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294291]
4292
4293[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404294name = "rustc_serialize"
4295version = "0.0.0"
4296dependencies = [
4297 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504298 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294299 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304300 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404301]
4302
4303[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334304name = "rustc_session"
4305version = "0.0.0"
4306dependencies = [
Luca Barbieriac2b84f2020-04-10 20:42:194307 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514308 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264309 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334310 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334311 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284312 "rustc_feature",
4313 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034314 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524315 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574316 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404317 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324318 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284319 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514320 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004321 "tracing",
Onur Özkan71a3a482022-10-28 07:20:514322 "winapi",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324323]
4324
4325[[package]]
Oli Scherer9960cc12022-06-02 10:08:384326name = "rustc_smir"
4327version = "0.0.0"
4328dependencies = [
4329 "rustc_borrowck",
4330 "rustc_driver",
Oli Scherer0324ac82022-06-02 10:15:074331 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384332 "rustc_interface",
4333 "rustc_middle",
Oli Scherer0324ac82022-06-02 10:15:074334 "rustc_mir_dataflow",
4335 "rustc_mir_transform",
4336 "rustc_serialize",
4337 "rustc_trait_selection",
Oli Scherer9960cc12022-06-02 10:08:384338]
4339
4340[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324341name = "rustc_span"
4342version = "0.0.0"
4343dependencies = [
Aaron Hill44fdfd62020-10-11 17:51:074344 "cfg-if 0.1.10",
Igor Matuszewskibd37d7d2020-12-05 15:40:244345 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404346 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324347 "rustc_data_structures",
4348 "rustc_index",
4349 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404350 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324351 "scoped-tls",
klensy45fac342022-08-31 20:04:124352 "sha-1",
Arlo Siemsen3296d5c2020-10-13 15:41:064353 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004354 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324355 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334356]
4357
4358[[package]]
Mark Mansi2d75a332020-03-12 23:07:584359name = "rustc_symbol_mangling"
4360version = "0.0.0"
4361dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414362 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584363 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584364 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584365 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134366 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584367 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134368 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454369 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584370 "rustc_session",
4371 "rustc_span",
4372 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004373 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584374]
4375
4376[[package]]
Irina Popa38e96402017-12-08 19:18:214377name = "rustc_target"
4378version = "0.0.0"
4379dependencies = [
Alex Crichton093ede22019-08-15 00:45:094380 "bitflags",
hkalbasi390a6372022-11-06 21:06:114381 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094382 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154383 "rustc_feature",
csmoe64f61c72019-09-26 05:38:334384 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524385 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404386 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324387 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094388 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004389 "tracing",
Irina Popa38e96402017-12-08 19:18:214390]
4391
4392[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064393name = "rustc_tools_util"
Ralf Jung9cc11e22022-10-04 13:23:574394version = "0.2.1"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366"
4397
4398[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404399name = "rustc_trait_selection"
4400version = "0.0.0"
4401dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404402 "rustc_ast",
4403 "rustc_attr",
4404 "rustc_data_structures",
4405 "rustc_errors",
4406 "rustc_hir",
4407 "rustc_index",
4408 "rustc_infer",
Charles Lew250d1262021-10-02 11:00:364409 "rustc_lint_defs",
Camille GILLOTc1e3d552020-02-11 18:53:404410 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454411 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404412 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544413 "rustc_query_system",
Camille GILLOTc1e3d552020-02-11 18:53:404414 "rustc_session",
4415 "rustc_span",
4416 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134417 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294418 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004419 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404420]
4421
4422[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544423name = "rustc_traits"
4424version = "0.0.0"
4425dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374426 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034427 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034428 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264429 "rustc_ast",
Jack Huey4b64bc12021-01-01 18:44:314430 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094431 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574432 "rustc_hir",
Jack Hueya24df5b2020-03-03 16:25:034433 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244434 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454435 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324436 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304437 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404438 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294439 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004440 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544441]
4442
4443[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134444name = "rustc_transmute"
4445version = "0.1.0"
4446dependencies = [
4447 "itertools",
4448 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144449 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134450 "rustc_infer",
4451 "rustc_macros",
4452 "rustc_middle",
4453 "rustc_span",
4454 "rustc_target",
4455 "tracing",
4456]
4457
4458[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374459name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304460version = "0.0.0"
4461dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304462 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294463 "rustc_errors",
Camille GILLOT9908a872020-01-13 12:40:304464 "rustc_hir",
kadmine612e262022-07-09 09:35:064465 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244466 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314467 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454468 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084469 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304470 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324471 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404472 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464473 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004474 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304475]
4476
4477[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104478name = "rustc_type_ir"
4479version = "0.0.0"
4480dependencies = [
4481 "bitflags",
4482 "rustc_data_structures",
4483 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554484 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104485 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344486 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104487]
4488
4489[[package]]
Oliver Schneider847bb142018-05-11 12:11:064490name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004491version = "0.4.0"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4494dependencies = [
klensy8ebc73b2022-02-06 20:57:294495 "semver",
Ralf Junge5d01782021-10-04 22:13:004496]
4497
4498[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294499name = "rustdoc"
4500version = "0.0.0"
4501dependencies = [
Igor Matuszewski2214a412021-05-03 20:59:354502 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464503 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284504 "expect-test",
pierwillf684acd2022-03-04 17:54:284505 "itertools",
Alex Crichton093ede22019-08-15 00:45:094506 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044507 "once_cell",
Guillaume Gomez80b26bd2022-01-19 10:02:244508 "pulldown-cmark",
Noah Lev7865a852021-10-29 01:19:014509 "rayon",
Guillaume Gomezf467b8d2020-10-13 13:46:344510 "regex",
Rune Tynan67b78a02021-01-25 21:23:434511 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454512 "serde",
4513 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294514 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094515 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304516 "thin-vec",
Joshua Nelson65f0b252020-12-28 18:28:294517 "tracing",
4518 "tracing-subscriber",
4519 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584520]
4521
4522[[package]]
Rune Tynan67b78a02021-01-25 21:23:434523name = "rustdoc-json-types"
4524version = "0.1.0"
4525dependencies = [
4526 "serde",
Rune Tynanca48d152021-03-04 23:45:574527 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434528]
4529
4530[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534531name = "rustdoc-themes"
4532version = "0.1.0"
4533
4534[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584535name = "rustdoc-tool"
4536version = "0.0.0"
4537dependencies = [
Alex Crichton093ede22019-08-15 00:45:094538 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294539]
4540
4541[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154542name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444543version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044544source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444545checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504546dependencies = [
4547 "anyhow",
4548 "log",
4549 "serde",
4550 "serde_json",
4551]
4552
4553[[package]]
topecongiro5a411a62019-06-18 12:15:194554name = "rustfmt-config_proc_macro"
Igor Matuszewskic2249a42019-09-08 08:28:114555version = "0.2.0"
topecongiro5a411a62019-06-18 12:15:194556dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154557 "proc-macro2",
4558 "quote",
Alex Crichton093ede22019-08-15 00:45:094559 "serde",
Aaron Hill70ba4912020-08-01 14:11:154560 "syn",
topecongiro5a411a62019-06-18 12:15:194561]
4562
4563[[package]]
Alex Crichton1cede102017-06-15 02:33:064564name = "rustfmt-nightly"
Caleb Cartwright993ee002022-06-23 03:16:584565version = "1.5.1"
kennytm0692b3d2017-12-15 19:41:584566dependencies = [
klensy754b5262022-07-31 13:44:064567 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394568 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094569 "bytecount",
Ralf Jungc2df1c22022-07-21 20:04:374570 "cargo_metadata 0.14.0",
Weihang Loc1b4f112022-10-04 20:57:494571 "clap 3.2.20",
Alex Crichton093ede22019-08-15 00:45:094572 "derive-new",
4573 "diff",
4574 "dirs",
Caleb Cartwrightf367f4d2022-06-13 03:04:544575 "env_logger 0.9.0",
Alex Crichton093ede22019-08-15 00:45:094576 "getopts",
4577 "ignore",
pierwillf684acd2022-03-04 17:54:284578 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424579 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094580 "log",
4581 "regex",
Alex Crichton093ede22019-08-15 00:45:094582 "rustc-workspace-hack",
4583 "rustfmt-config_proc_macro",
4584 "serde",
4585 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544586 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394587 "thiserror",
Eric Huss7d92cf42019-08-20 17:46:354588 "toml",
Alex Crichton093ede22019-08-15 00:45:094589 "unicode-segmentation",
4590 "unicode-width",
4591 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274592]
4593
4594[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044595name = "rustix"
4596version = "0.36.3"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e"
4599dependencies = [
4600 "bitflags",
4601 "errno",
4602 "io-lifetimes",
4603 "libc",
4604 "linux-raw-sys",
4605 "windows-sys",
4606]
4607
4608[[package]]
flip19950046d7c2021-02-25 10:26:234609name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554610version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234611source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554612checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234613
4614[[package]]
Alex Crichton2863b752018-08-21 17:23:474615name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444616version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474617source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444618checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474619
4620[[package]]
Josh Stone020c5ec2017-05-08 22:01:134621name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444622version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224623source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444624checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224625dependencies = [
Alex Crichton093ede22019-08-15 00:45:094626 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224627]
4628
4629[[package]]
4630name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444631version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224632source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444633checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224634dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424635 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314636 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224637]
4638
4639[[package]]
Alex Crichton453080f2017-06-05 16:36:484640name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524641version = "1.0.0"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094643checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524644
4645[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124646name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444647version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254648source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444649checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254650
4651[[package]]
Eric Huss74498c12020-12-16 17:03:334652name = "security-framework"
4653version = "2.0.0"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
4656dependencies = [
4657 "bitflags",
4658 "core-foundation",
4659 "core-foundation-sys",
4660 "libc",
4661 "security-framework-sys",
4662]
4663
4664[[package]]
4665name = "security-framework-sys"
4666version = "2.0.0"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
4669dependencies = [
4670 "core-foundation-sys",
4671 "libc",
4672]
4673
4674[[package]]
David Wood7f916972022-03-26 07:27:434675name = "self_cell"
4676version = "0.10.2"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4679
4680[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584681name = "semver"
Ralf Jungc2df1c22022-07-21 20:04:374682version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394683source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:374684checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394685dependencies = [
4686 "serde",
4687]
4688
4689[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584690name = "serde"
Weihang Lo9926f6e2022-10-22 12:05:484691version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584692source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484693checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
Eric Huss57393642018-12-17 18:23:044694dependencies = [
Alex Crichton093ede22019-08-15 00:45:094695 "serde_derive",
Eric Huss57393642018-12-17 18:23:044696]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584697
4698[[package]]
Weihang Lo5095f542022-09-27 16:46:344699name = "serde-value"
4700version = "0.7.0"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
4703dependencies = [
4704 "ordered-float",
4705 "serde",
4706]
4707
4708[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584709name = "serde_derive"
Weihang Lo9926f6e2022-10-22 12:05:484710version = "1.0.147"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584711source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:484712checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584713dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154714 "proc-macro2",
4715 "quote",
4716 "syn",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584717]
4718
4719[[package]]
flip199596c3ec12019-08-20 07:32:534720name = "serde_ignored"
Mark Rousskov342d9562020-08-17 15:21:444721version = "0.1.2"
flip199596c3ec12019-08-20 07:32:534722source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444723checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f"
flip199596c3ec12019-08-20 07:32:534724dependencies = [
4725 "serde",
4726]
4727
4728[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584729name = "serde_json"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394730version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584731source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:394732checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584733dependencies = [
Rune Tynan77156562021-01-16 01:34:154734 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094735 "itoa",
4736 "ryu",
4737 "serde",
Steve Klabnik2795de32017-02-20 00:20:574738]
4739
4740[[package]]
James Munnsde763692019-01-19 02:39:374741name = "sha-1"
pierwillef6dd122022-02-10 16:54:014742version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:064743source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014744checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
Arlo Siemsen3296d5c2020-10-13 15:41:064745dependencies = [
pierwillef6dd122022-02-10 16:54:014746 "cfg-if 1.0.0",
4747 "cpufeatures",
klensy45fac342022-08-31 20:04:124748 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:064749]
4750
4751[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124752name = "sha2"
pierwillef6dd122022-02-10 16:54:014753version = "0.10.1"
Pietro Albiniacd8e592020-10-01 15:15:124754source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:014755checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
Pietro Albiniacd8e592020-10-01 15:15:124756dependencies = [
pierwillef6dd122022-02-10 16:54:014757 "cfg-if 1.0.0",
4758 "cpufeatures",
klensy45fac342022-08-31 20:04:124759 "digest",
James Munnsde763692019-01-19 02:39:374760]
4761
4762[[package]]
Oliver Schererec7230f2020-07-24 18:42:004763name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004764version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004765source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004766checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004767dependencies = [
4768 "lazy_static",
4769]
4770
4771[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584772name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444773version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584774source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444775checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584776
4777[[package]]
steveklabnik54371882018-01-25 17:32:254778name = "shlex"
Eric Huss788167a2021-02-23 01:05:214779version = "1.0.0"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4782
4783[[package]]
Eric Huss3a6fc802022-04-20 13:50:394784name = "similar"
4785version = "2.1.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
4788
4789[[package]]
steveklabnikecfbaca2018-04-03 14:32:044790name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154791version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044792source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154793checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044794
4795[[package]]
Eric Hussd5e03532019-05-23 20:27:494796name = "sized-chunks"
klensyd480a3e2021-03-12 13:33:024797version = "0.6.4"
Eric Hussd5e03532019-05-23 20:27:494798source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd480a3e2021-03-12 13:33:024799checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207"
Eric Hussd5e03532019-05-23 20:27:494800dependencies = [
Eric Huss2b985322019-11-25 16:14:074801 "bitmaps",
Alex Crichton093ede22019-08-15 00:45:094802 "typenum",
Eric Hussd5e03532019-05-23 20:27:494803]
4804
4805[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434806name = "slab"
4807version = "0.4.2"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094809checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434810
4811[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014812name = "smallvec"
Nicholas Nethercote7c406612022-06-26 22:48:554813version = "1.8.1"
Ralf Jung90b8d342019-11-04 14:59:094814source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote7c406612022-06-26 22:48:554815checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
Ralf Jung90b8d342019-11-04 14:59:094816
4817[[package]]
Josh Triplett574f6be2020-08-20 23:16:304818name = "snap"
4819version = "1.0.1"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "da73c8f77aebc0e40c300b93f0a5f1bece7a248a36eee287d4e095f35c7b7d6e"
4822
4823[[package]]
Eric Huss3a6fc802022-04-20 13:50:394824name = "snapbox"
Weihang Lobfce2272022-11-04 23:50:444825version = "0.4.1"
Eric Huss3a6fc802022-04-20 13:50:394826source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:444827checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293"
Eric Huss3a6fc802022-04-20 13:50:394828dependencies = [
4829 "concolor",
4830 "content_inspector",
4831 "dunce",
4832 "filetime",
4833 "normalize-line-endings",
4834 "similar",
4835 "snapbox-macros",
4836 "tempfile",
4837 "walkdir",
4838 "yansi",
4839]
4840
4841[[package]]
4842name = "snapbox-macros"
Eric Huss6e4603e2022-08-24 03:58:124843version = "0.3.0"
Eric Huss3a6fc802022-04-20 13:50:394844source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e4603e2022-08-24 03:58:124845checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
Eric Huss3a6fc802022-04-20 13:50:394846
4847[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154848name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184849version = "0.4.1"
klensy50c38902021-05-01 11:50:034850source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184851checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034852dependencies = [
4853 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314854 "winapi",
klensy50c38902021-05-01 11:50:034855]
4856
4857[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454858name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444859version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454860source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444861checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454862
4863[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244864name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554865version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244866source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554867checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244868dependencies = [
4869 "cc",
Mateusz Mikułaf58289c2021-08-18 20:36:354870 "cfg-if 1.0.0",
Oliver Scherer26edcee2018-11-02 15:14:244871 "libc",
4872 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314873 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244874]
4875
4876[[package]]
Eric Huss7758eaf2022-04-28 05:42:544877name = "static_assertions"
4878version = "1.1.0"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4881
4882[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294883name = "std"
4884version = "0.0.0"
4885dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154886 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094887 "alloc",
Wesley Wiser9286c3c2022-09-15 15:39:034888 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:094889 "compiler_builtins",
4890 "core",
4891 "dlmalloc",
4892 "fortanix-sgx-abi",
Josh Stonedaa7c142022-07-14 17:13:524893 "hashbrown",
joboet262193e2022-09-06 08:44:054894 "hermit-abi 0.2.6",
Alex Crichton093ede22019-08-15 00:45:094895 "libc",
Michael Howell8e71a132022-11-08 00:13:204896 "miniz_oxide",
Michael Howellcf83a1d2022-11-03 17:10:154897 "object",
Alex Crichton093ede22019-08-15 00:45:094898 "panic_abort",
4899 "panic_unwind",
4900 "profiler_builtins",
Aaron Hill2550d5b2021-03-07 23:39:194901 "rand 0.7.3",
Alex Crichton06d565c2020-05-13 21:22:374902 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464903 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094904 "unwind",
Harald Hoyer00cbc8d2022-01-21 13:19:134905 "wasi 0.11.0+wasi-snapshot-preview1",
Ahmed Charles9ca382f2016-09-02 08:55:294906]
4907
4908[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464909name = "std_detect"
4910version = "0.1.5"
4911dependencies = [
Wesley Wiser9286c3c2022-09-15 15:39:034912 "cfg-if 1.0.0",
Joshua Nelson1b0b7e92021-04-02 08:11:464913 "compiler_builtins",
4914 "libc",
4915 "rustc-std-workspace-alloc",
4916 "rustc-std-workspace-core",
4917]
4918
4919[[package]]
steveklabnikecfbaca2018-04-03 14:32:044920name = "string_cache"
klensy947e7872022-04-15 18:11:144921version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044922source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144923checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044924dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424925 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094926 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444927 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094928 "phf_shared",
4929 "precomputed-hash",
4930 "serde",
steveklabnikecfbaca2018-04-03 14:32:044931]
4932
4933[[package]]
4934name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144935version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044936source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144937checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044938dependencies = [
Alex Crichton093ede22019-08-15 00:45:094939 "phf_generator",
4940 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154941 "proc-macro2",
4942 "quote",
steveklabnikecfbaca2018-04-03 14:32:044943]
4944
4945[[package]]
Eric Hussd5e03532019-05-23 20:27:494946name = "strip-ansi-escapes"
4947version = "0.1.0"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094949checksum = "9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
Eric Hussd5e03532019-05-23 20:27:494950dependencies = [
Alex Crichton093ede22019-08-15 00:45:094951 "vte",
Eric Hussd5e03532019-05-23 20:27:494952]
4953
4954[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584955name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:334956version = "0.10.0"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4959
4960[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114961name = "syn"
Andres Suareza65ddf02022-10-09 03:25:404962version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:114963source = "registry+https://github.com/rust-lang/crates.io-index"
Andres Suareza65ddf02022-10-09 03:25:404964checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:114965dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154966 "proc-macro2",
4967 "quote",
Andres Suareza65ddf02022-10-09 03:25:404968 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:114969]
4970
4971[[package]]
Alex Crichton325d7392017-12-10 17:42:494972name = "synstructure"
pierwillea25b772021-12-21 17:00:304973version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:234974source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304975checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:234976dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154977 "proc-macro2",
4978 "quote",
4979 "syn",
4980 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234981]
4982
4983[[package]]
Josh Stone020c5ec2017-05-08 22:01:134984name = "tar"
Eric Huss845faad2022-06-08 18:48:314985version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:134986source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:314987checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:134988dependencies = [
Alex Crichton093ede22019-08-15 00:45:094989 "filetime",
4990 "libc",
Alex Crichton093ede22019-08-15 00:45:094991 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134992]
4993
4994[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554995name = "tempfile"
Ralf Jung55162732022-11-15 19:06:424996version = "3.3.0"
Aleksey Kladov850156a2018-03-29 07:34:554997source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:424998checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
Aleksey Kladov850156a2018-03-29 07:34:554999dependencies = [
Jubilee Young27ef7192021-04-23 22:49:475000 "cfg-if 1.0.0",
Ralf Jung55162732022-11-15 19:06:425001 "fastrand",
Alex Crichton093ede22019-08-15 00:45:095002 "libc",
klensydcdc3082021-05-11 19:03:595003 "redox_syscall",
Alex Crichton093ede22019-08-15 00:45:095004 "remove_dir_all",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315005 "winapi",
Aleksey Kladov850156a2018-03-29 07:34:555006]
5007
5008[[package]]
steveklabnikecfbaca2018-04-03 14:32:045009name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245010version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045011source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245012checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045013dependencies = [
Alex Crichton093ede22019-08-15 00:45:095014 "futf",
5015 "mac",
5016 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045017]
5018
5019[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295020name = "term"
flip19950046d7c2021-02-25 10:26:235021version = "0.7.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5024dependencies = [
5025 "dirs-next",
5026 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315027 "winapi",
flip19950046d7c2021-02-25 10:26:235028]
5029
5030[[package]]
Alex Crichton1cede102017-06-15 02:33:065031name = "termcolor"
Eric Hussfaa64612021-06-22 23:19:245032version = "1.1.2"
Alex Crichtonfa5b3d32018-07-26 00:25:125033source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussfaa64612021-06-22 23:19:245034checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Alex Crichtonfa5b3d32018-07-26 00:25:125035dependencies = [
Eric Huss89d79062020-07-29 18:02:055036 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125037]
5038
5039[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485040name = "termize"
5041version = "0.1.1"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5044dependencies = [
5045 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315046 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485047]
5048
5049[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295050name = "test"
5051version = "0.0.0"
5052dependencies = [
Collin Baker426296e2022-11-21 21:43:345053 "cfg-if 1.0.0",
Alex Crichtonb47c9692019-08-16 15:29:085054 "core",
Alex Crichton093ede22019-08-15 00:45:095055 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:085056 "libc",
5057 "panic_abort",
5058 "panic_unwind",
Alex Crichton093ede22019-08-15 00:45:095059 "proc_macro",
Alex Crichtonb47c9692019-08-16 15:29:085060 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295061]
5062
5063[[package]]
Ralf Jung2bfa6222019-11-17 10:40:185064name = "tester"
flip19950046d7c2021-02-25 10:26:235065version = "0.9.0"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5068dependencies = [
5069 "cfg-if 1.0.0",
5070 "getopts",
5071 "libc",
5072 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:545073 "term",
flip19950046d7c2021-02-25 10:26:235074]
5075
5076[[package]]
steveklabnik4871dba2017-06-27 17:33:325077name = "textwrap"
Arlo Siemsenb59abdc2022-06-17 17:58:515078version = "0.15.0"
Eric Hussbfacc5c2022-01-19 03:14:335079source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsenb59abdc2022-06-17 17:58:515080checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
Eric Hussbfacc5c2022-01-19 03:14:335081
5082[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305083name = "thin-vec"
Michael Howell03968a82022-10-11 17:00:015084version = "0.2.9"
Nicholas Nethercoteb38106b2022-08-17 04:22:305085source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Howell03968a82022-10-11 17:00:015086checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305087
5088[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305089name = "thiserror"
klensy45fac342022-08-31 20:04:125090version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305091source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125092checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
Pietro Albini9beb8f52019-11-26 11:06:305093dependencies = [
5094 "thiserror-impl",
5095]
5096
5097[[package]]
5098name = "thiserror-impl"
klensy45fac342022-08-31 20:04:125099version = "1.0.33"
Pietro Albini9beb8f52019-11-26 11:06:305100source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:125101checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
Pietro Albini9beb8f52019-11-26 11:06:305102dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155103 "proc-macro2",
5104 "quote",
5105 "syn",
Pietro Albini9beb8f52019-11-26 11:06:305106]
5107
5108[[package]]
David Wood2dc1a8a2021-12-03 14:24:055109name = "thorin-dwp"
Josh Stonedaa7c142022-07-14 17:13:525110version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:055111source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stonedaa7c142022-07-14 17:13:525112checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
David Wood2dc1a8a2021-12-03 14:24:055113dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:155114 "gimli",
Josh Stonedaa7c142022-07-14 17:13:525115 "hashbrown",
Michael Howellcf83a1d2022-11-03 17:10:155116 "object",
David Wood2dc1a8a2021-12-03 14:24:055117 "tracing",
5118]
5119
5120[[package]]
Steve Klabnika0769612017-02-07 23:13:575121name = "thread_local"
klensy9f621ae2022-01-24 17:19:215122version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:315123source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215124checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:315125dependencies = [
klensy9f621ae2022-01-24 17:19:215126 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315127]
5128
5129[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295130name = "tidy"
5131version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565132dependencies = [
Ralf Jungc2df1c22022-07-21 20:04:375133 "cargo_metadata 0.14.0",
yukang18511ba2022-11-04 08:56:485134 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:425135 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:255136 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095137 "regex",
Alex Crichton093ede22019-08-15 00:45:095138 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565139]
Ahmed Charles9ca382f2016-09-02 08:55:295140
5141[[package]]
Eric Hussce717472020-08-11 23:49:395142name = "tier-check"
5143version = "0.1.0"
5144
5145[[package]]
Alex Crichton15899b02018-01-25 04:01:425146name = "time"
Mark Rousskov342d9562020-08-17 15:21:445147version = "0.1.43"
Alex Crichton15899b02018-01-25 04:01:425148source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445149checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
Alex Crichton15899b02018-01-25 04:01:425150dependencies = [
Alex Crichton093ede22019-08-15 00:45:095151 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315152 "winapi",
Alex Crichton15899b02018-01-25 04:01:425153]
5154
5155[[package]]
David Wood7f916972022-03-26 07:27:435156name = "tinystr"
Manish Goregaokar288194e2022-10-19 23:24:425157version = "0.7.0"
David Wood7f916972022-03-26 07:27:435158source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425159checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
5160dependencies = [
5161 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255162 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425163]
David Wood7f916972022-03-26 07:27:435164
5165[[package]]
Mark Rousskov342d9562020-08-17 15:21:445166name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565167version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445168source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565169checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5170dependencies = [
5171 "tinyvec_macros",
5172]
5173
5174[[package]]
5175name = "tinyvec_macros"
5176version = "0.1.0"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:445179
5180[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435181name = "tokio"
klensy9f621ae2022-01-24 17:19:215182version = "1.8.4"
Matthias Krüger696fb8f2019-01-21 15:32:435183source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:215184checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
Matthias Krüger696fb8f2019-01-21 15:32:435185dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315186 "autocfg",
Alex Crichton093ede22019-08-15 00:45:095187 "bytes",
Caleb Cartwright63913182021-02-10 01:52:545188 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315189 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435190]
5191
5192[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295193name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:475194version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:135195source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:475196checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:135197dependencies = [
Alex Crichton093ede22019-08-15 00:45:095198 "serde",
Eric Hussd2228ca2019-03-29 03:13:135199]
5200
5201[[package]]
Weihang Lo9926f6e2022-10-22 12:05:485202name = "toml_datetime"
5203version = "0.5.0"
Eric Huss7758eaf2022-04-28 05:42:545204source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:485205checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
5206dependencies = [
5207 "serde",
5208]
5209
5210[[package]]
5211name = "toml_edit"
5212version = "0.15.0"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
Eric Huss7758eaf2022-04-28 05:42:545215dependencies = [
5216 "combine",
5217 "indexmap",
5218 "itertools",
Mark Rousskovbf29b3c2022-05-18 16:16:275219 "kstring",
Eric Hussaf8048b2022-01-26 00:24:215220 "serde",
Weihang Lo9926f6e2022-10-22 12:05:485221 "toml_datetime",
Eric Hussaf8048b2022-01-26 00:24:215222]
5223
5224[[package]]
Eric Hussa882fdd2021-12-03 20:25:075225name = "topological-sort"
5226version = "0.1.0"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5229
5230[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095231name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:325232version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:095233source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:325234checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:095235dependencies = [
Tomasz Miąsko2abe7c82021-02-28 00:00:005236 "cfg-if 1.0.0",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315237 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095238 "tracing-attributes",
5239 "tracing-core",
5240]
5241
5242[[package]]
5243name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:125244version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:095245source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125246checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:095247dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155248 "proc-macro2",
5249 "quote",
5250 "syn",
Jack Hueyecb8b9f2020-05-27 05:05:095251]
5252
5253[[package]]
5254name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:125255version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095256source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:125257checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:095258dependencies = [
Oli Scherere8962282022-07-05 08:26:125259 "once_cell",
5260 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095261]
5262
5263[[package]]
Ralf Jung10430db2022-07-15 14:04:235264name = "tracing-error"
5265version = "0.2.0"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5268dependencies = [
5269 "tracing",
5270 "tracing-subscriber",
5271]
5272
5273[[package]]
Jack Hueyd66452c2020-08-04 22:35:375274name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005275version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375276source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005277checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375278dependencies = [
5279 "lazy_static",
5280 "log",
5281 "tracing-core",
5282]
5283
5284[[package]]
Oliver Schererec7230f2020-07-24 18:42:005285name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305286version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005287source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305288checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005289dependencies = [
klensy8ebc73b2022-02-06 20:57:295290 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005291 "lazy_static",
5292 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445293 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005294 "regex",
Oliver Schererec7230f2020-07-24 18:42:005295 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295296 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445297 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595298 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005299 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375300 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375301]
5302
5303[[package]]
5304name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305305version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375306source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305307checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375308dependencies = [
klensy8ebc73b2022-02-06 20:57:295309 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375310 "atty",
pierwillea25b772021-12-21 17:00:305311 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005312 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375313 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005314]
5315
5316[[package]]
David Wood7f916972022-03-26 07:27:435317name = "type-map"
5318version = "0.4.0"
5319source = "registry+https://github.com/rust-lang/crates.io-index"
5320checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5321dependencies = [
5322 "rustc-hash",
5323]
5324
5325[[package]]
Eric Huss8c20add2018-12-03 01:33:205326name = "typenum"
Eric Hussc8443bb2020-05-18 22:41:575327version = "1.12.0"
Eric Huss8c20add2018-12-03 01:33:205328source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussc8443bb2020-05-18 22:41:575329checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
Eric Huss8c20add2018-12-03 01:33:205330
5331[[package]]
Mark Rousskov064f8882020-01-13 21:40:195332name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445333version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195334source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445335checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195336dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425337 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195338 "regex",
5339]
5340
5341[[package]]
James Munnsde763692019-01-19 02:39:375342name = "ucd-trie"
Mark Rousskov342d9562020-08-17 15:21:445343version = "0.1.3"
James Munnsde763692019-01-19 02:39:375344source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445345checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
James Munnsde763692019-01-19 02:39:375346
5347[[package]]
Ralf Junga272c452022-05-30 08:17:465348name = "ui_test"
Ralf Jung55162732022-11-15 19:06:425349version = "0.4.0"
Ralf Jungf76eac42022-09-01 20:59:055350source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung55162732022-11-15 19:06:425351checksum = "bf4559da3fe6b481f8674a29379677cb9606cd6f75fc254a2c9834c55638503d"
Ralf Junga272c452022-05-30 08:17:465352dependencies = [
Ralf Jung55162732022-11-15 19:06:425353 "bstr 1.0.1",
Ralf Jungc2df1c22022-07-21 20:04:375354 "cargo_metadata 0.15.0",
Ralf Jung10430db2022-07-15 14:04:235355 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465356 "colored",
Ralf Jung55162732022-11-15 19:06:425357 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055358 "diff",
Ralf Junga272c452022-05-30 08:17:465359 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465360 "regex",
5361 "rustc_version",
Ralf Jung9f2b69d2022-06-01 13:26:265362 "serde",
5363 "serde_json",
Ralf Jung55162732022-11-15 19:06:425364 "tempfile",
Ralf Junga272c452022-05-30 08:17:465365]
5366
5367[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235368name = "unic-char-property"
5369version = "0.9.0"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5372dependencies = [
5373 "unic-char-range",
5374]
5375
5376[[package]]
5377name = "unic-char-range"
5378version = "0.9.0"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5381
5382[[package]]
5383name = "unic-common"
5384version = "0.9.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5387
5388[[package]]
5389name = "unic-emoji-char"
5390version = "0.9.0"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5393dependencies = [
5394 "unic-char-property",
5395 "unic-char-range",
5396 "unic-ucd-version",
5397]
5398
5399[[package]]
David Wood7f916972022-03-26 07:27:435400name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425401version = "0.9.1"
David Wood7f916972022-03-26 07:27:435402source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425403checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435404dependencies = [
5405 "unic-langid-impl",
5406 "unic-langid-macros",
5407]
5408
5409[[package]]
5410name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425411version = "0.9.1"
David Wood7f916972022-03-26 07:27:435412source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425413checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435414dependencies = [
5415 "tinystr",
5416]
5417
5418[[package]]
5419name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425420version = "0.9.1"
David Wood7f916972022-03-26 07:27:435421source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425422checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435423dependencies = [
5424 "proc-macro-hack",
5425 "tinystr",
5426 "unic-langid-impl",
5427 "unic-langid-macros-impl",
5428]
5429
5430[[package]]
5431name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425432version = "0.9.1"
David Wood7f916972022-03-26 07:27:435433source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425434checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435435dependencies = [
5436 "proc-macro-hack",
5437 "quote",
5438 "syn",
5439 "unic-langid-impl",
5440]
5441
5442[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235443name = "unic-ucd-version"
5444version = "0.9.0"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5447dependencies = [
5448 "unic-common",
5449]
5450
5451[[package]]
Andy Russell30301642019-04-20 17:03:595452name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405453version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595454source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405455checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595456dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405457 "version_check",
Andy Russell30301642019-04-20 17:03:595458]
5459
5460[[package]]
Mark Rousskov064f8882020-01-13 21:40:195461name = "unicode-bdd"
5462version = "0.1.0"
5463dependencies = [
5464 "ucd-parse",
5465]
5466
5467[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585468name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325469version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585470source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095471checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585472dependencies = [
Alex Crichton093ede22019-08-15 00:45:095473 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585474]
5475
5476[[package]]
Andres Suareza65ddf02022-10-09 03:25:405477name = "unicode-ident"
5478version = "1.0.5"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5481
5482[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585483name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565484version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585485source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565486checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405487dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445488 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405489]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585490
5491[[package]]
Charles Lew485e98a2020-01-02 12:02:225492name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565493version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225494source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565495checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225496
5497[[package]]
5498name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565499version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225500source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565501checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225502dependencies = [
Charles Lewc05961c2020-04-25 01:38:315503 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225504 "unicode-script",
5505]
5506
5507[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585508name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565509version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575510source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565511checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575512
5513[[package]]
5514name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565515version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575516source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565517checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085518dependencies = [
5519 "compiler_builtins",
5520 "rustc-std-workspace-core",
5521 "rustc-std-workspace-std",
5522]
Steve Klabnika0769612017-02-07 23:13:575523
5524[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585525name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565526version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395527source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565528checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395529
5530[[package]]
flip19954c228cc2019-02-18 09:32:585531name = "unicode_categories"
5532version = "0.1.1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095534checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585535
5536[[package]]
Michael Howellb29d9d52021-02-24 06:42:425537name = "unified-diff"
5538version = "0.2.1"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5541dependencies = [
5542 "diff",
5543]
5544
5545[[package]]
est31c2d59062017-06-12 19:35:475546name = "unstable-book-gen"
5547version = "0.1.0"
5548dependencies = [
Alex Crichton093ede22019-08-15 00:45:095549 "num-traits",
5550 "tidy",
est31c2d59062017-06-12 19:35:475551]
5552
5553[[package]]
Nick Cameron71a0be02017-09-25 04:13:295554name = "unwind"
5555version = "0.0.0"
5556dependencies = [
Alex Crichton093ede22019-08-15 00:45:095557 "cc",
Collin Bakerdfab01b2022-10-21 18:38:565558 "cfg-if 1.0.0",
Alex Crichton093ede22019-08-15 00:45:095559 "compiler_builtins",
5560 "core",
5561 "libc",
Nick Cameron71a0be02017-09-25 04:13:295562]
5563
5564[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585565name = "url"
Eric Hussf3287a62021-05-12 00:39:515566version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395567source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515568checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395569dependencies = [
Eric Hussf3287a62021-05-12 00:39:515570 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435571 "idna",
Alex Crichton093ede22019-08-15 00:45:095572 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435573 "percent-encoding",
Alex Crichton093ede22019-08-15 00:45:095574 "serde",
Eric Hussf2428a62019-08-01 00:44:395575]
5576
5577[[package]]
steveklabnikecfbaca2018-04-03 14:32:045578name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445579version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045580source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445581checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045582
5583[[package]]
Eric Hussd5e03532019-05-23 20:27:495584name = "utf8parse"
5585version = "0.1.1"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095587checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
Eric Hussd5e03532019-05-23 20:27:495588
5589[[package]]
Oli Scherere8962282022-07-05 08:26:125590name = "valuable"
5591version = "0.1.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5594
5595[[package]]
Alex Crichton1cede102017-06-15 02:33:065596name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445597version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065598source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445599checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065600
5601[[package]]
Alex Crichtonb4110902018-12-08 11:06:545602name = "version_check"
klensydcdc3082021-05-11 19:03:595603version = "0.9.3"
Eric Huss2b985322019-11-25 16:14:075604source = "registry+https://github.com/rust-lang/crates.io-index"
klensydcdc3082021-05-11 19:03:595605checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Eric Huss2b985322019-11-25 16:14:075606
5607[[package]]
Eric Hussd5e03532019-05-23 20:27:495608name = "vte"
5609version = "0.3.3"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095611checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
Eric Hussd5e03532019-05-23 20:27:495612dependencies = [
Alex Crichton093ede22019-08-15 00:45:095613 "utf8parse",
Eric Hussd5e03532019-05-23 20:27:495614]
5615
5616[[package]]
Josh Stone020c5ec2017-05-08 22:01:135617name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395618version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225619source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395620checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225621dependencies = [
Alex Crichton093ede22019-08-15 00:45:095622 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315623 "winapi",
Alex Crichton093ede22019-08-15 00:45:095624 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225625]
5626
5627[[package]]
newpavlov6374b842019-08-29 17:13:155628name = "wasi"
Alex Crichtonf3fb1c52019-11-25 17:27:255629version = "0.9.0+wasi-snapshot-preview1"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Harald Hoyer00cbc8d2022-01-21 13:19:135632
5633[[package]]
5634name = "wasi"
5635version = "0.11.0+wasi-snapshot-preview1"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155638dependencies = [
5639 "compiler_builtins",
5640 "rustc-std-workspace-alloc",
5641 "rustc-std-workspace-core",
5642]
5643
5644[[package]]
Steve Klabnika0769612017-02-07 23:13:575645name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445646version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225647source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445648checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225649dependencies = [
Alex Crichton093ede22019-08-15 00:45:095650 "winapi-i686-pc-windows-gnu",
5651 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225652]
5653
5654[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225655name = "winapi-i686-pc-windows-gnu"
5656version = "0.4.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095658checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225659
5660[[package]]
Alex Crichton2863b752018-08-21 17:23:475661name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055662version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475663source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055664checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475665dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315666 "winapi",
Alex Crichton2863b752018-08-21 17:23:475667]
5668
5669[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225670name = "winapi-x86_64-pc-windows-gnu"
5671version = "0.4.0"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095673checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225674
5675[[package]]
Philipp Krones586cbd02022-06-04 12:07:445676name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555677version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445678source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555679checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445680dependencies = [
Mateusz Mikuład5899ef2022-11-05 11:19:555681 "windows_aarch64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355682 "windows_aarch64_msvc",
5683 "windows_i686_gnu",
5684 "windows_i686_msvc",
5685 "windows_x86_64_gnu",
Mateusz Mikuład5899ef2022-11-05 11:19:555686 "windows_x86_64_gnullvm",
Weihang Lo8a808dc2022-11-23 01:01:355687 "windows_x86_64_msvc",
Philipp Krones586cbd02022-06-04 12:07:445688]
5689
5690[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555691name = "windows_aarch64_gnullvm"
5692version = "0.42.0"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
5695
5696[[package]]
Philipp Krones586cbd02022-06-04 12:07:445697name = "windows_aarch64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555698version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445699source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555700checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
Philipp Krones586cbd02022-06-04 12:07:445701
5702[[package]]
5703name = "windows_i686_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555704version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445705source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555706checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
Philipp Krones586cbd02022-06-04 12:07:445707
5708[[package]]
5709name = "windows_i686_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555710version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445711source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555712checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
Philipp Krones586cbd02022-06-04 12:07:445713
5714[[package]]
5715name = "windows_x86_64_gnu"
Mateusz Mikuład5899ef2022-11-05 11:19:555716version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445717source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555718checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
5719
5720[[package]]
5721name = "windows_x86_64_gnullvm"
5722version = "0.42.0"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
Philipp Krones586cbd02022-06-04 12:07:445725
5726[[package]]
5727name = "windows_x86_64_msvc"
Mateusz Mikuład5899ef2022-11-05 11:19:555728version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445729source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555730checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
Philipp Krones586cbd02022-06-04 12:07:445731
5732[[package]]
Charles Lewa7750042022-11-06 06:43:255733name = "writeable"
5734version = "0.5.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "f8e6ab4f5da1b24daf2c590cfac801bacb27b15b4f050e84eb60149ea726f06b"
5737
5738[[package]]
Josh Stone020c5ec2017-05-08 22:01:135739name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225740version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135741source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095742checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135743dependencies = [
Alex Crichton093ede22019-08-15 00:45:095744 "libc",
Josh Stone020c5ec2017-05-08 22:01:135745]
5746
5747[[package]]
5748name = "xz2"
Mark Rousskov342d9562020-08-17 15:21:445749version = "0.1.6"
Josh Stone020c5ec2017-05-08 22:01:135750source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445751checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
Josh Stone020c5ec2017-05-08 22:01:135752dependencies = [
Alex Crichton093ede22019-08-15 00:45:095753 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135754]
5755
5756[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305757name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445758version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305759source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445760checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305761dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425762 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305763 "thiserror",
Michael Howell271bad92022-06-18 15:54:005764 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305765]
5766
5767[[package]]
Josh Stone020c5ec2017-05-08 22:01:135768name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445769version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305770source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445771checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305772dependencies = [
5773 "linked-hash-map",
5774]
Igor Matuszewski2214a412021-05-03 20:59:355775
5776[[package]]
Eric Huss3a6fc802022-04-20 13:50:395777name = "yansi"
5778version = "0.5.1"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
5781
5782[[package]]
Igor Matuszewski2214a412021-05-03 20:59:355783name = "yansi-term"
5784version = "0.1.2"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5787dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315788 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355789]
Charles Lewa7750042022-11-06 06:43:255790
5791[[package]]
5792name = "yoke"
5793version = "0.6.2"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "1fe1d55ca72c32d573bfbd5cb2f0ca65a497854c44762957a6d3da96041a5184"
5796dependencies = [
5797 "serde",
5798 "stable_deref_trait",
5799 "yoke-derive",
5800 "zerofrom",
5801]
5802
5803[[package]]
5804name = "yoke-derive"
5805version = "0.6.1"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "1346e4cd025ae818b88566eac7eb65ab33a994ea55f355c86889af2e7e56b14e"
5808dependencies = [
5809 "proc-macro2",
5810 "quote",
5811 "syn",
5812 "synstructure",
5813]
5814
5815[[package]]
5816name = "zerofrom"
5817version = "0.1.1"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5820dependencies = [
5821 "zerofrom-derive",
5822]
5823
5824[[package]]
5825name = "zerofrom-derive"
5826version = "0.1.1"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5829dependencies = [
5830 "proc-macro2",
5831 "quote",
5832 "syn",
5833 "synstructure",
5834]
5835
5836[[package]]
5837name = "zerovec"
5838version = "0.9.0"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "b9d919a74c17749ccb17beaf6405562e413cd94e98ba52ca1e64bbe7eefbd8b8"
5841dependencies = [
5842 "yoke",
5843 "zerofrom",
5844 "zerovec-derive",
5845]
5846
5847[[package]]
5848name = "zerovec-derive"
5849version = "0.9.0"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "490e5f878c2856225e884c35927e7ea6db3c24cdb7229b72542c7526ad7ed49e"
5852dependencies = [
5853 "proc-macro2",
5854 "quote",
5855 "syn",
5856 "synstructure",
5857]