blob: 549880156def692bc239bef7faf001d46b50ef81 [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"
Qiu Chaofan7c8c9cf2023-02-01 04:29:197version = "0.19.0"
Ralf Jung10430db2022-07-15 14:04:238source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:199checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
Ralf Jung10430db2022-07-15 14:04:2310dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:1511 "compiler_builtins",
Qiu Chaofan7c8c9cf2023-02-01 04:29:1912 "gimli 0.27.2",
Michael Howellcf83a1d2022-11-03 17:10:1513 "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 = [
Thom Chiovolonia4bf36e2022-11-21 00:55:4133 "getrandom",
Lain Yang9a337b62022-01-07 05:32:5834 "once_cell",
35 "version_check",
36]
37
38[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:2439name = "ahash"
40version = "0.8.2"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
43dependencies = [
44 "cfg-if",
45 "once_cell",
46 "version_check",
47]
48
49[[package]]
Steve Klabnika0769612017-02-07 23:13:5750name = "aho-corasick"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4151version = "0.7.18"
Eric Huss6a09cfa2019-05-16 05:27:3952source = "registry+https://github.com/rust-lang/crates.io-index"
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:4153checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Eric Huss6a09cfa2019-05-16 05:27:3954dependencies = [
Alex Crichton093ede22019-08-15 00:45:0955 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3956]
57
58[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2959name = "alloc"
60version = "0.0.0"
61dependencies = [
Alex Crichton093ede22019-08-15 00:45:0962 "compiler_builtins",
63 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4164 "rand",
Aaron Hill70ba4912020-08-01 14:11:1565 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2966]
67
68[[package]]
The 8472479be6a2023-06-08 14:55:4969name = "allocator-api2"
70version = "0.2.14"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e"
73
74[[package]]
steveklabnikecfbaca2018-04-03 14:32:0475name = "ammonia"
klensy947e7872022-04-15 18:11:1476version = "3.2.0"
Eric Huss2dafa912019-06-19 03:36:4777source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:1478checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74"
Eric Huss2dafa912019-06-19 03:36:4779dependencies = [
Alex Crichton093ede22019-08-15 00:45:0980 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0981 "maplit",
klensy947e7872022-04-15 18:11:1482 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0983 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4384 "url",
Eric Huss2dafa912019-06-19 03:36:4785]
86
87[[package]]
nilsf77541a2023-04-11 11:46:4188name = "android_system_properties"
89version = "0.1.5"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
92dependencies = [
93 "libc",
94]
95
96[[package]]
topecongiroca19ffe2019-04-17 22:42:1897name = "annotate-snippets"
Caleb Cartwrightf367f4d2022-06-13 03:04:5498version = "0.9.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
Igor Matuszewski2214a412021-05-03 20:59:35101dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54102 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35103 "yansi-term",
104]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26105
106[[package]]
Steve Klabnika0769612017-02-07 23:13:57107name = "ansi_term"
Oliver Schererec7230f2020-07-24 18:42:00108version = "0.12.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
111dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:31112 "winapi",
Oliver Schererec7230f2020-07-24 18:42:00113]
114
115[[package]]
Eric Huss6e298622023-04-01 15:49:20116name = "anstream"
117version = "0.2.6"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f"
120dependencies = [
121 "anstyle",
122 "anstyle-parse",
123 "anstyle-wincon",
124 "concolor-override",
Weihang Lof795a152023-03-15 12:50:04125 "concolor-query",
Eric Huss6e298622023-04-01 15:49:20126 "is-terminal",
127 "utf8parse",
128]
129
130[[package]]
131name = "anstyle"
132version = "0.3.5"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
135
136[[package]]
137name = "anstyle-parse"
138version = "0.1.1"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116"
141dependencies = [
142 "utf8parse",
143]
144
145[[package]]
146name = "anstyle-wincon"
147version = "0.2.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
150dependencies = [
151 "anstyle",
152 "windows-sys 0.45.0",
153]
154
155[[package]]
Eric Huss6da85d62020-01-14 17:47:04156name = "anyhow"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39157version = "1.0.65"
Eric Huss6da85d62020-01-14 17:47:04158source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:39159checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
Eric Huss6da85d62020-01-14 17:47:04160
161[[package]]
bjorn3be670842022-05-28 10:43:51162name = "ar_archive_writer"
Jubilee Young7156ff62023-05-10 03:29:27163version = "0.1.4"
bjorn3be670842022-05-28 10:43:51164source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young7156ff62023-05-10 03:29:27165checksum = "74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c"
bjorn3be670842022-05-28 10:43:51166dependencies = [
Jubilee Young7156ff62023-05-10 03:29:27167 "object 0.31.1",
bjorn3be670842022-05-28 10:43:51168]
169
170[[package]]
Rune Tynan77156562021-01-16 01:34:15171name = "array_tool"
172version = "1.0.3"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
175
176[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54177name = "arrayvec"
Jubilee Younge8eb6912021-04-22 04:40:29178version = "0.7.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
Nicholas Nethercotec492ca42020-07-14 00:31:54181
182[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46183name = "askama"
Guillaume Gomez76714c32023-03-06 10:15:59184version = "0.12.0"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46185source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez76714c32023-03-06 10:15:59186checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46187dependencies = [
188 "askama_derive",
189 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46190]
191
192[[package]]
193name = "askama_derive"
Deadbeefa912a932023-03-23 06:19:25194version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46195source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:25196checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46197dependencies = [
Guillaume Gomez76714c32023-03-06 10:15:59198 "basic-toml",
199 "mime",
200 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46201 "nom",
202 "proc-macro2",
203 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39204 "serde",
Deadbeefa912a932023-03-23 06:19:25205 "syn 2.0.8",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46206]
207
208[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59209name = "askama_escape"
210version = "0.10.3"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
213
214[[package]]
Alex Crichton1cede102017-06-15 02:33:06215name = "atty"
Yuki Okushi9f8628b2020-05-26 04:35:21216version = "0.2.14"
Josh Stone020c5ec2017-05-08 22:01:13217source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:21218checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
Josh Stone020c5ec2017-05-08 22:01:13219dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:07220 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:09221 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31222 "winapi",
Alex Crichton1cede102017-06-15 02:33:06223]
224
225[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05226name = "autocfg"
Jon Gjengsetb83a48d2022-03-01 17:45:23227version = "1.1.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35228source = "registry+https://github.com/rust-lang/crates.io-index"
Jon Gjengsetb83a48d2022-03-01 17:45:23229checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Mateusz Mikułaf5e702d2020-03-26 13:10:35230
231[[package]]
Ralf Jung10430db2022-07-15 14:04:23232name = "backtrace"
Qiu Chaofan7c8c9cf2023-02-01 04:29:19233version = "0.3.67"
Ralf Jung10430db2022-07-15 14:04:23234source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:19235checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
Ralf Jung10430db2022-07-15 14:04:23236dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:15237 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23238 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42239 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23240 "libc",
Michael Howell8e71a132022-11-08 00:13:20241 "miniz_oxide",
Jubilee Young7156ff62023-05-10 03:29:27242 "object 0.30.1",
Ralf Jung10430db2022-07-15 14:04:23243 "rustc-demangle",
244]
245
246[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59247name = "basic-toml"
248version = "0.1.2"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1"
251dependencies = [
252 "serde",
253]
254
255[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20256name = "bincode"
257version = "1.3.3"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
260dependencies = [
261 "serde",
262]
263
264[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58265name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20266version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01267source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20268checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01269
270[[package]]
James Munnsde763692019-01-19 02:39:37271name = "block-buffer"
pierwillef6dd122022-02-10 16:54:01272version = "0.10.2"
Pietro Albiniacd8e592020-10-01 15:15:12273source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:01274checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
Pietro Albiniacd8e592020-10-01 15:15:12275dependencies = [
klensy45fac342022-08-31 20:04:12276 "generic-array",
James Munnsde763692019-01-19 02:39:37277]
278
279[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39280name = "bstr"
Weihang Loe52e0402023-03-07 22:16:27281version = "1.3.0"
Ralf Jung55162732022-11-15 19:06:42282source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:27283checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"
Ralf Jung55162732022-11-15 19:06:42284dependencies = [
285 "memchr",
286 "once_cell",
Manish Goregaokar2721e402022-11-18 22:46:52287 "regex-automata 0.1.10",
Ralf Jung55162732022-11-15 19:06:42288 "serde",
289]
290
291[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04292name = "build-manifest"
293version = "0.1.0"
294dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01295 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40296 "flate2",
Weihang Loe52e0402023-03-07 22:16:27297 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12298 "rayon",
Alex Crichton093ede22019-08-15 00:45:09299 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07300 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12301 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40302 "tar",
Philipp Krones612c3422023-06-02 09:42:42303 "toml 0.5.7",
Mark Rousskove40a4462023-04-17 01:27:25304 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04305]
306
307[[package]]
Nilstrieb25c15312022-12-30 10:11:33308name = "build_helper"
309version = "0.1.0"
310
311[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03312name = "bump-stage0"
313version = "0.1.0"
314dependencies = [
315 "anyhow",
316 "curl",
Pietro Albiniea8b1ff2021-08-26 10:35:32317 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03318 "serde",
319 "serde_json",
Philipp Krones612c3422023-06-02 09:42:42320 "toml 0.5.7",
Pietro Albini80b81ad2021-08-26 09:26:03321]
322
323[[package]]
nilsf77541a2023-04-11 11:46:41324name = "bumpalo"
Arlo Siemsen4d9b4762023-06-02 16:40:36325version = "3.13.0"
nilsf77541a2023-04-11 11:46:41326source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:36327checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
nilsf77541a2023-04-11 11:46:41328
329[[package]]
Alex Crichton4f661c02018-10-08 17:39:09330name = "bytecount"
Yuki Okushi2b0e27e2021-03-17 20:34:05331version = "0.6.2"
Alex Crichton4f661c02018-10-08 17:39:09332source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi2b0e27e2021-03-17 20:34:05333checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
Alex Crichton4f661c02018-10-08 17:39:09334dependencies = [
Yuki Okushi2b0e27e2021-03-17 20:34:05335 "packed_simd_2",
Alex Crichton4f661c02018-10-08 17:39:09336]
337
338[[package]]
Jubilee Young7156ff62023-05-10 03:29:27339name = "byteorder"
340version = "1.4.3"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
343
344[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43345name = "bytes"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31346version = "1.0.1"
Matthias Krüger696fb8f2019-01-21 15:32:43347source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskiaf53b0d2021-07-21 13:17:31348checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
Matthias Krüger696fb8f2019-01-21 15:32:43349
350[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20351name = "camino"
Ralf Jungc2df1c22022-07-21 20:04:37352version = "1.0.9"
Caleb Cartwright0697f562021-10-20 05:15:20353source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungc2df1c22022-07-21 20:04:37354checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"
Caleb Cartwright0697f562021-10-20 05:15:20355dependencies = [
356 "serde",
357]
358
359[[package]]
Ralf Jung759e4952020-06-01 18:17:20360name = "cargo-miri"
361version = "0.1.0"
362dependencies = [
Caleb Cartwrightaca66a22023-06-20 04:19:48363 "cargo_metadata",
Ralf Jung759e4952020-06-01 18:17:20364 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57365 "rustc-build-sysroot",
Ralf Jung759e4952020-06-01 18:17:20366 "rustc-workspace-hack",
Ralf Jung3f88f4c2023-02-26 18:09:17367 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22368 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20369 "serde",
370 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20371]
372
373[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56374name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56375version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
378dependencies = [
379 "serde",
380]
381
382[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29383name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48384version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20385source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48386checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37387dependencies = [
388 "camino",
Weihang Lof795a152023-03-15 12:50:04389 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37390 "semver",
391 "serde",
392 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31393 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37394]
395
396[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26397name = "cargotest2"
398version = "0.1.0"
399
400[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35401name = "cc"
klensy9b6a6b12023-05-26 10:03:47402version = "1.0.79"
Nick Cameronc5cad5a2017-09-22 01:58:35403source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47404checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
Nick Cameronc5cad5a2017-09-22 01:58:35405
406[[package]]
Josh Stone020c5ec2017-05-08 22:01:13407name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07408version = "1.0.0"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03411dependencies = [
412 "compiler_builtins",
413 "rustc-std-workspace-core",
414]
Aaron Hill44fdfd62020-10-11 17:51:07415
416[[package]]
Jack Hueya24df5b2020-03-03 16:25:03417name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38418version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03419source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38420checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03421dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15422 "proc-macro2",
423 "quote",
Deadbeefa912a932023-03-23 06:19:25424 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:06425 "synstructure 0.12.6",
Jack Hueya24df5b2020-03-03 16:25:03426]
427
428[[package]]
429name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38430version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03431source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38432checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03433dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19434 "chalk-derive",
435 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37436 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03437 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09438 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03439]
440
441[[package]]
442name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38443version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03444source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38445checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03446dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31447 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03448 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42449 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03450]
451
452[[package]]
Jack Hueya24df5b2020-03-03 16:25:03453name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38454version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03455source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38456checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03457dependencies = [
458 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03459 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09460 "ena",
pierwill8d27c282022-01-19 19:44:43461 "indexmap",
pierwillf684acd2022-03-04 17:54:28462 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03463 "petgraph",
464 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09465 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37466 "tracing-subscriber",
467 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03468]
469
470[[package]]
Alex Crichton15899b02018-01-25 04:01:42471name = "chrono"
nilsf77541a2023-04-11 11:46:41472version = "0.4.24"
Alex Crichton15899b02018-01-25 04:01:42473source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:41474checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
Alex Crichton15899b02018-01-25 04:01:42475dependencies = [
nilsf77541a2023-04-11 11:46:41476 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09477 "num-integer",
478 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17479 "serde",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31480 "winapi",
Alex Crichton15899b02018-01-25 04:01:42481]
482
483[[package]]
Steve Klabnika0769612017-02-07 23:13:57484name = "clap"
Eric Huss6e298622023-04-01 15:49:20485version = "4.2.1"
Weihang Loc1b4f112022-10-04 20:57:49486source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20487checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
Weihang Loc1b4f112022-10-04 20:57:49488dependencies = [
Eric Huss6e298622023-04-01 15:49:20489 "clap_builder",
klensye1c33132023-06-21 09:32:34490 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20491 "once_cell",
492]
493
494[[package]]
495name = "clap_builder"
496version = "4.2.1"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
499dependencies = [
500 "anstream",
501 "anstyle",
Weihang Loc1b4f112022-10-04 20:57:49502 "bitflags",
klensye1c33132023-06-21 09:32:34503 "clap_lex",
Nixon Enraght-Moony7680b162023-01-02 19:30:39504 "once_cell",
Weihang Loc1b4f112022-10-04 20:57:49505 "strsim",
Eric Huss2717f602023-01-06 01:20:59506 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49507]
508
509[[package]]
Eric Huss51814222022-04-15 18:57:06510name = "clap_complete"
Eric Huss2717f602023-01-06 01:20:59511version = "4.0.7"
Eric Huss51814222022-04-15 18:57:06512source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:59513checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"
Eric Huss51814222022-04-15 18:57:06514dependencies = [
klensye1c33132023-06-21 09:32:34515 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54516]
517
518[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39519name = "clap_derive"
Eric Huss6e298622023-04-01 15:49:20520version = "4.2.0"
Nixon Enraght-Moony7680b162023-01-02 19:30:39521source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20522checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
Nixon Enraght-Moony7680b162023-01-02 19:30:39523dependencies = [
524 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39525 "proc-macro2",
526 "quote",
Eric Huss6e298622023-04-01 15:49:20527 "syn 2.0.8",
Nixon Enraght-Moony7680b162023-01-02 19:30:39528]
529
530[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51531name = "clap_lex"
Eric Huss6e298622023-04-01 15:49:20532version = "0.4.1"
Weihang Loc1b4f112022-10-04 20:57:49533source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20534checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
Weihang Loc1b4f112022-10-04 20:57:49535
536[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29537name = "clippy"
Philipp Krones612c3422023-06-02 09:42:42538version = "0.1.72"
Ahmed Charles9ca382f2016-09-02 08:55:29539dependencies = [
klensye1c33132023-06-21 09:32:34540 "clap",
Alex Crichton093ede22019-08-15 00:45:09541 "clippy_lints",
flip1995fe247b42021-09-08 14:32:16542 "clippy_utils",
Samuel E. Moelius IIIbd4b17a2021-09-09 09:21:41543 "compiletest_rs",
Alex Crichton093ede22019-08-15 00:45:09544 "derive-new",
flip1995647f2b42021-06-03 07:06:49545 "filetime",
Eric Huss4a7e2fb2022-08-21 04:19:43546 "futures",
flip1995fe247b42021-09-08 14:32:16547 "if_chain",
pierwillf684acd2022-03-04 17:54:28548 "itertools",
Philipp Krones586cbd02022-06-04 12:07:44549 "parking_lot 0.12.1",
flip19950f1ff452021-03-25 18:29:39550 "quote",
flip1995412ebc32021-03-12 14:31:11551 "regex",
flip1995706fa542022-03-14 11:03:16552 "rustc-semver",
Ralf Jung3f88f4c2023-02-26 18:09:17553 "rustc_tools_util",
Alex Crichton093ede22019-08-15 00:45:09554 "serde",
Philipp Kronesfffef0f2023-04-23 11:29:28555 "syn 2.0.8",
Matthias Krügerf77104b2019-12-02 22:09:48556 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00557 "termize",
Ralf Jungbf11b122021-04-06 11:20:48558 "tester",
flip1995159d6c32022-01-13 12:18:51559 "tokio",
Philipp Krones612c3422023-06-02 09:42:42560 "toml 0.7.4",
Philipp Kronesd6732192022-07-28 17:08:41561 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29562]
563
564[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49565name = "clippy_dev"
566version = "0.0.1"
567dependencies = [
flip1995463c7602022-05-05 14:13:10568 "aho-corasick",
klensye1c33132023-06-21 09:32:34569 "clap",
flip19958d5f69d2021-10-21 11:13:17570 "indoc",
pierwillf684acd2022-03-04 17:54:28571 "itertools",
flip199544cea512021-07-01 16:18:02572 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49573 "shell-escape",
574 "walkdir",
575]
576
577[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29578name = "clippy_lints"
Philipp Krones612c3422023-06-02 09:42:42579version = "0.1.72"
Oliver Schneider847bb142018-05-11 12:11:06580dependencies = [
Weihang Lof795a152023-03-15 12:50:04581 "arrayvec",
Caleb Cartwrightaca66a22023-06-20 04:19:48582 "cargo_metadata",
flip19950046d7c2021-02-25 10:26:23583 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06584 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09585 "if_chain",
pierwillf684acd2022-03-04 17:54:28586 "itertools",
Weihang Lo55a79152023-02-17 23:55:45587 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09588 "quine-mc_cluskey",
Philipp Kronesd780efc2023-05-20 13:39:35589 "regex-syntax 0.7.1",
flip1995898ef0f2020-12-06 14:07:59590 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29591 "semver",
Alex Crichton093ede22019-08-15 00:45:09592 "serde",
flip1995c24058b2021-05-06 10:21:46593 "serde_json",
flip199537cdd7e2022-06-16 15:39:29594 "tempfile",
Philipp Krones612c3422023-06-02 09:42:42595 "toml 0.7.4",
Alex Crichton093ede22019-08-15 00:45:09596 "unicode-normalization",
flip199544cea512021-07-01 16:18:02597 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43598 "url",
Oliver Schneider847bb142018-05-11 12:11:06599]
600
601[[package]]
flip19950046d7c2021-02-25 10:26:23602name = "clippy_utils"
Philipp Krones612c3422023-06-02 09:42:42603version = "0.1.72"
flip19950046d7c2021-02-25 10:26:23604dependencies = [
Weihang Lof795a152023-03-15 12:50:04605 "arrayvec",
flip19950046d7c2021-02-25 10:26:23606 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45607 "itertools",
flip19950046d7c2021-02-25 10:26:23608 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23609]
610
611[[package]]
Pietro Albini13efb202022-11-15 09:19:17612name = "collect-license-metadata"
613version = "0.1.0"
614dependencies = [
615 "anyhow",
616 "serde",
617 "serde_json",
618 "spdx-rs",
619]
620
621[[package]]
Ralf Jung10430db2022-07-15 14:04:23622name = "color-eyre"
623version = "0.6.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
626dependencies = [
627 "backtrace",
628 "color-spantrace",
629 "eyre",
630 "indenter",
631 "once_cell",
632 "owo-colors",
633 "tracing-error",
634]
635
636[[package]]
637name = "color-spantrace"
638version = "0.2.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
641dependencies = [
642 "once_cell",
643 "owo-colors",
644 "tracing-core",
645 "tracing-error",
646]
647
648[[package]]
Nick Cameron127f9a62018-04-25 22:11:28649name = "colored"
Ralf Jung0e908752020-09-17 18:04:20650version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28651source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20652checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28653dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42654 "atty",
655 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31656 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28657]
658
659[[package]]
Alex Crichton147e2da2016-10-07 06:30:38660name = "compiler_builtins"
danakj0e89b1b2023-05-23 15:14:50661version = "0.1.92"
Alex Crichton4c21a3b2018-11-20 05:52:50662source = "registry+https://github.com/rust-lang/crates.io-index"
danakj0e89b1b2023-05-23 15:14:50663checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190"
Alex Crichton147e2da2016-10-07 06:30:38664dependencies = [
Alex Crichton093ede22019-08-15 00:45:09665 "cc",
666 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38667]
668
669[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29670name = "compiletest"
671version = "0.0.0"
672dependencies = [
David Tolnay6b7b7752023-05-14 14:13:00673 "anyhow",
yukang414eb482023-02-03 16:23:11674 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42675 "colored",
Alex Crichton093ede22019-08-15 00:45:09676 "diff",
Alex Crichton093ede22019-08-15 00:45:09677 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21678 "glob",
Eric Hussfab89962022-08-08 04:26:13679 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09680 "libc",
klensy1397a5e2023-02-21 12:13:03681 "miow 0.5.0",
Jakob Degen17395b42022-10-31 00:17:25682 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33683 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09684 "regex",
Philipp Krones586cbd02022-06-04 12:07:44685 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09686 "serde",
687 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00688 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00689 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42690 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09691 "walkdir",
klensy3c03cce2023-05-09 15:20:13692 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29693]
694
695[[package]]
696name = "compiletest_rs"
Philipp Kronesfffef0f2023-04-23 11:29:28697version = "0.10.0"
hyd-deve671c352021-09-06 16:43:27698source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesfffef0f2023-04-23 11:29:28699checksum = "e2731272cf25196735df1b52ab5bcba22cf9f99455626c4c8dc092bd5f7f66d0"
hyd-deve671c352021-09-06 16:43:27700dependencies = [
701 "diff",
702 "filetime",
703 "getopts",
704 "lazy_static",
705 "libc",
706 "log",
Weihang Lobfce2272022-11-04 23:50:44707 "miow 0.3.7",
hyd-deve671c352021-09-06 16:43:27708 "regex",
Philipp Krones586cbd02022-06-04 12:07:44709 "rustfix",
hyd-deve671c352021-09-06 16:43:27710 "serde",
711 "serde_derive",
712 "serde_json",
713 "tempfile",
714 "tester",
715 "winapi",
716]
717
718[[package]]
Eric Huss6e298622023-04-01 15:49:20719name = "concolor-override"
720version = "1.0.0"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
723
724[[package]]
Eric Huss3a6fc802022-04-20 13:50:39725name = "concolor-query"
Eric Huss6e298622023-04-01 15:49:20726version = "0.3.3"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
729dependencies = [
730 "windows-sys 0.45.0",
731]
732
733[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45734name = "convert_case"
735version = "0.4.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
738
739[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29740name = "core"
741version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16742dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41743 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56744 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16745]
Ahmed Charles9ca382f2016-09-02 08:55:29746
747[[package]]
nilsf77541a2023-04-11 11:46:41748name = "core-foundation-sys"
749version = "0.8.4"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
752
753[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48754name = "coverage_test_macros"
755version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48756
757[[package]]
pierwillef6dd122022-02-10 16:54:01758name = "cpufeatures"
klensyceee8802022-11-22 14:41:06759version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12760source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06761checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01762dependencies = [
763 "libc",
764]
Pietro Albiniacd8e592020-10-01 15:15:12765
766[[package]]
Alex Crichtonb4110902018-12-08 11:06:54767name = "crc32fast"
klensy43512e62022-07-26 16:16:43768version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54769source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43770checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54771dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42772 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54773]
Alex Crichton38bedfa2017-09-02 03:46:51774
775[[package]]
kennytmcab21f12018-07-26 21:58:55776name = "crossbeam-channel"
klensy9b6a6b12023-05-26 10:03:47777version = "0.5.8"
Matthias Krüger451d4922020-02-10 19:47:38778source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47779checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
Matthias Krüger451d4922020-02-10 19:47:38780dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42781 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07782 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38783]
784
785[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45786name = "crossbeam-deque"
bjorn3aa1ab512022-12-12 16:51:39787version = "0.8.2"
Josh Stone33c41252019-09-10 17:13:07788source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39789checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
Josh Stone33c41252019-09-10 17:13:07790dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42791 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01792 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07793 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07794]
795
796[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45797name = "crossbeam-epoch"
klensy9b6a6b12023-05-26 10:03:47798version = "0.9.14"
Matthias Krüger696fb8f2019-01-21 15:32:43799source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47800checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
Matthias Krüger696fb8f2019-01-21 15:32:43801dependencies = [
bjorn3aa1ab512022-12-12 16:51:39802 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42803 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07804 "crossbeam-utils",
est31b0483962023-06-05 02:53:30805 "memoffset 0.8.0",
Mateusz Mikuła2d8d8132019-12-04 17:40:16806 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43807]
808
809[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45810name = "crossbeam-utils"
bjorn3aa1ab512022-12-12 16:51:39811version = "0.8.14"
Eric Husse0f2f9d2019-11-12 17:57:41812source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39813checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Eric Husse0f2f9d2019-11-12 17:57:41814dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42815 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47816]
817
818[[package]]
Weihang Lo6306fd32023-01-04 15:33:59819name = "crypto-common"
820version = "0.1.6"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
823dependencies = [
824 "generic-array",
825 "typenum",
pierwillef6dd122022-02-10 16:54:01826]
827
828[[package]]
Ralf Jung13e47662023-05-23 10:10:18829name = "ctrlc"
830version = "3.3.1"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
833dependencies = [
834 "nix",
835 "windows-sys 0.48.0",
836]
837
838[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58839name = "curl"
Weihang Lobfce2272022-11-04 23:50:44840version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58841source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44842checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58843dependencies = [
Alex Crichton093ede22019-08-15 00:45:09844 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09845 "libc",
846 "openssl-probe",
847 "openssl-sys",
848 "schannel",
klensyd5e8ad42021-07-04 18:49:56849 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31850 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58851]
852
853[[package]]
854name = "curl-sys"
Weihang Lo30cef3a2023-03-21 15:49:04855version = "0.4.61+curl-8.0.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58856source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo30cef3a2023-03-21 15:49:04857checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58858dependencies = [
Alex Crichton093ede22019-08-15 00:45:09859 "cc",
860 "libc",
Alex Crichton093ede22019-08-15 00:45:09861 "libz-sys",
862 "openssl-sys",
863 "pkg-config",
864 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31865 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13866]
867
868[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51869name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22870version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51871source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09872checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51873
874[[package]]
Philipp Kronesd4077782022-11-21 19:52:06875name = "declare_clippy_lint"
Philipp Krones612c3422023-06-02 09:42:42876version = "0.1.72"
Philipp Kronesd4077782022-11-21 19:52:06877dependencies = [
878 "itertools",
879 "quote",
Philipp Kronesfffef0f2023-04-23 11:29:28880 "syn 2.0.8",
Philipp Kronesd4077782022-11-21 19:52:06881]
882
883[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58884name = "derive-new"
Igor Matuszewski3bdaced2020-05-05 11:30:49885version = "0.5.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58886source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewski3bdaced2020-05-05 11:30:49887checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58888dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15889 "proc-macro2",
890 "quote",
Deadbeefa912a932023-03-23 06:19:25891 "syn 1.0.102",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58892]
893
894[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45895name = "derive_more"
896version = "0.99.17"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
899dependencies = [
900 "convert_case",
901 "proc-macro2",
902 "quote",
903 "rustc_version",
Deadbeefa912a932023-03-23 06:19:25904 "syn 1.0.102",
Maybe Wafflee20e5062022-11-28 11:11:45905]
906
907[[package]]
Cengiz Can837817c2017-04-27 19:41:18908name = "diff"
klensy43512e62022-07-26 16:16:43909version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:18910source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43911checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:18912
913[[package]]
James Munnsde763692019-01-19 02:39:37914name = "digest"
Weihang Lo6306fd32023-01-04 15:33:59915version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:12916source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:59917checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
Pietro Albiniacd8e592020-10-01 15:15:12918dependencies = [
klensy45fac342022-08-31 20:04:12919 "block-buffer",
pierwillef6dd122022-02-10 16:54:01920 "crypto-common",
James Munnsde763692019-01-19 02:39:37921]
922
923[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45924name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:57925version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45926source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:57927checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:45928dependencies = [
Alex Crichton093ede22019-08-15 00:45:09929 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45930]
931
932[[package]]
flip19954c228cc2019-02-18 09:32:58933name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:54934version = "4.0.0"
flip19954c228cc2019-02-18 09:32:58935source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:54936checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:58937dependencies = [
Alex Crichton093ede22019-08-15 00:45:09938 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58939]
940
941[[package]]
flip19950046d7c2021-02-25 10:26:23942name = "dirs-next"
943version = "2.0.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
946dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42947 "cfg-if",
flip19950046d7c2021-02-25 10:26:23948 "dirs-sys-next",
949]
950
951[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32952name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:47953version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:32954source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47955checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:32956dependencies = [
Alex Crichton093ede22019-08-15 00:45:09957 "libc",
Jubilee Young27ef7192021-04-23 22:49:47958 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31959 "winapi",
flip19950046d7c2021-02-25 10:26:23960]
961
962[[package]]
963name = "dirs-sys-next"
964version = "0.1.2"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
967dependencies = [
968 "libc",
Jubilee Young27ef7192021-04-23 22:49:47969 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31970 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:32971]
972
973[[package]]
Manish Goregaokar288194e2022-10-19 23:24:42974name = "displaydoc"
975version = "0.2.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
978dependencies = [
979 "proc-macro2",
980 "quote",
Deadbeefa912a932023-03-23 06:19:25981 "syn 1.0.102",
Manish Goregaokar288194e2022-10-19 23:24:42982]
983
984[[package]]
klensyceee8802022-11-22 14:41:06985name = "dissimilar"
986version = "1.0.4"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
989
990[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29991name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:35992version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:50993source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:35994checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:29995dependencies = [
Alex Crichton093ede22019-08-15 00:45:09996 "compiler_builtins",
997 "libc",
998 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:29999]
1000
1001[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291002name = "either"
Mark Rousskov342d9562020-08-17 15:21:441003version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:291004source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441005checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:291006
1007[[package]]
steveklabnikecfbaca2018-04-03 14:32:041008name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:101009version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:041010source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:101011checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:041012dependencies = [
Alex Crichton093ede22019-08-15 00:45:091013 "regex",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041017]
1018
1019[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101020name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291021version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101022source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291023checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101024dependencies = [
1025 "stable_deref_trait",
1026]
1027
1028[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121029name = "ena"
The 84727cce6182023-03-06 14:07:021030version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071031source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021032checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071033dependencies = [
Alex Crichton093ede22019-08-15 00:45:091034 "log",
varkor443a2d42019-03-19 21:30:071035]
1036
1037[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581038name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201039version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421040source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201041checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231042dependencies = [
Alex Crichton093ede22019-08-15 00:45:091043 "atty",
Eric Hussd45d8b12020-01-21 17:55:431044 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091045 "log",
1046 "regex",
1047 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231048]
1049
1050[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561051name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111052version = "0.9.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1055dependencies = [
1056 "atty",
1057 "humantime 2.0.1",
1058 "log",
1059 "regex",
1060 "termcolor",
1061]
1062
1063[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041064name = "env_logger"
1065version = "0.10.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1068dependencies = [
1069 "humantime 2.0.1",
1070 "is-terminal",
1071 "log",
1072 "regex",
1073 "termcolor",
1074]
1075
1076[[package]]
1077name = "errno"
WANG Rui7aa257f2023-04-23 07:58:381078version = "0.3.1"
Weihang Lo1e5dad02022-11-25 22:37:041079source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381080checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
Weihang Lo1e5dad02022-11-25 22:37:041081dependencies = [
1082 "errno-dragonfly",
1083 "libc",
WANG Rui7aa257f2023-04-23 07:58:381084 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041085]
1086
1087[[package]]
1088name = "errno-dragonfly"
1089version = "0.1.2"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1092dependencies = [
1093 "cc",
1094 "libc",
1095]
1096
1097[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291098name = "error_index_generator"
1099version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581100dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211101 "mdbook",
Ezra Shaw53044152023-02-25 09:59:201102 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581103]
Ahmed Charles9ca382f2016-09-02 08:55:291104
1105[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301106name = "expand-yaml-anchors"
1107version = "0.1.0"
1108dependencies = [
1109 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001110 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301111]
1112
1113[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501114name = "expect-test"
klensyceee8802022-11-22 14:41:061115version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501116source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061117checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501118dependencies = [
klensyceee8802022-11-22 14:41:061119 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501120 "once_cell",
1121]
1122
1123[[package]]
Ralf Jung10430db2022-07-15 14:04:231124name = "eyre"
1125version = "0.6.8"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1128dependencies = [
1129 "indenter",
1130 "once_cell",
1131]
1132
1133[[package]]
David Wood2dc1a8a2021-12-03 14:24:051134name = "fallible-iterator"
1135version = "0.2.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1138
1139[[package]]
Ralf Jung55162732022-11-15 19:06:421140name = "fastrand"
1141version = "1.8.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1144dependencies = [
1145 "instant",
1146]
1147
1148[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021149name = "field-offset"
est31b0483962023-06-05 02:53:301150version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021151source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301152checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021153dependencies = [
est31b0483962023-06-05 02:53:301154 "memoffset 0.9.0",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021155 "rustc_version",
1156]
1157
1158[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291159name = "filetime"
Weihang Loe52e0402023-03-07 22:16:271160version = "0.2.20"
Alex Crichton924f8c72018-04-18 15:43:591161source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271162checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
Alex Crichton924f8c72018-04-18 15:43:591163dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421164 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091165 "libc",
Arlo Siemsen4d9b4762023-06-02 16:40:361166 "redox_syscall 0.2.10",
Weihang Loe52e0402023-03-07 22:16:271167 "windows-sys 0.45.0",
Alex Crichton924f8c72018-04-18 15:43:591168]
1169
1170[[package]]
Jack Hueya24df5b2020-03-03 16:25:031171name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191172version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031173source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191174checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031175
1176[[package]]
Josh Stone020c5ec2017-05-08 22:01:131177name = "flate2"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191178version = "1.0.25"
Felix Schütt7c13fa32017-12-31 14:34:291179source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191180checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
Felix Schütt7c13fa32017-12-31 14:34:291181dependencies = [
Alex Crichton093ede22019-08-15 00:45:091182 "crc32fast",
Michael Howell8e71a132022-11-08 00:13:201183 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291184]
1185
1186[[package]]
David Wood7f916972022-03-26 07:27:431187name = "fluent-bundle"
1188version = "0.15.2"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1191dependencies = [
1192 "fluent-langneg",
1193 "fluent-syntax",
1194 "intl-memoizer",
1195 "intl_pluralrules",
1196 "rustc-hash",
1197 "self_cell",
1198 "smallvec",
1199 "unic-langid",
1200]
1201
1202[[package]]
1203name = "fluent-langneg"
1204version = "0.13.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1207dependencies = [
1208 "unic-langid",
1209]
1210
1211[[package]]
1212name = "fluent-syntax"
1213version = "0.11.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1216dependencies = [
1217 "thiserror",
1218]
1219
1220[[package]]
Simon Sapinb77ff242017-07-18 21:26:551221name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441222version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551223source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441224checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551225
1226[[package]]
Eric Hussf3287a62021-05-12 00:39:511227name = "form_urlencoded"
1228version = "1.0.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1231dependencies = [
1232 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431233 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511234]
1235
1236[[package]]
Jethro Beekman4a350562018-08-28 04:33:261237name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491238version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501239source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491240checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261241dependencies = [
Alex Crichton093ede22019-08-15 00:45:091242 "compiler_builtins",
1243 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261244]
1245
1246[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471247name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391248version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471249source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391250checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471251
1252[[package]]
steveklabnikecfbaca2018-04-03 14:32:041253name = "futf"
Eric Huss04b75a72022-06-22 23:49:241254version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041255source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241256checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041257dependencies = [
Alex Crichton093ede22019-08-15 00:45:091258 "mac",
1259 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041260]
1261
1262[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121263name = "futures"
Deadbeef2c646882023-04-08 09:38:571264version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541265source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571266checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541267dependencies = [
1268 "futures-channel",
1269 "futures-core",
1270 "futures-executor",
1271 "futures-io",
1272 "futures-sink",
1273 "futures-task",
1274 "futures-util",
1275]
1276
1277[[package]]
1278name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571279version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541280source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571281checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541282dependencies = [
1283 "futures-core",
1284 "futures-sink",
1285]
1286
1287[[package]]
1288name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571289version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541290source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571291checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541292
1293[[package]]
1294name = "futures-executor"
Deadbeef2c646882023-04-08 09:38:571295version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541296source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571297checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541298dependencies = [
1299 "futures-core",
1300 "futures-task",
1301 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541302]
1303
1304[[package]]
1305name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571306version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541307source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571308checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541309
1310[[package]]
1311name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571312version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541313source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571314checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541315dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541316 "proc-macro2",
1317 "quote",
Deadbeef2c646882023-04-08 09:38:571318 "syn 2.0.8",
Caleb Cartwright63913182021-02-10 01:52:541319]
1320
1321[[package]]
1322name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571323version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541324source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571325checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541326
1327[[package]]
1328name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571329version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541330source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571331checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541332
1333[[package]]
1334name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571335version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541336source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571337checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541338dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541339 "futures-channel",
1340 "futures-core",
1341 "futures-io",
1342 "futures-macro",
1343 "futures-sink",
1344 "futures-task",
1345 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311346 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541347 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541348 "slab",
1349]
1350
1351[[package]]
Pietro Albini4af7de12022-11-15 10:27:191352name = "generate-copyright"
1353version = "0.1.0"
1354dependencies = [
1355 "anyhow",
1356 "serde",
1357 "serde_json",
1358]
1359
1360[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071361name = "generate-windows-sys"
1362version = "0.1.0"
1363dependencies = [
1364 "windows-bindgen",
1365]
1366
1367[[package]]
James Munnsde763692019-01-19 02:39:371368name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121369version = "0.14.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1372dependencies = [
1373 "typenum",
1374 "version_check",
1375]
1376
1377[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291378name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081379version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291380source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081381checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361382dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081383 "rustc-std-workspace-core",
1384 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091385 "unicode-width",
varkore72f7e12019-04-30 19:37:361386]
Ahmed Charles9ca382f2016-09-02 08:55:291387
1388[[package]]
gnzlbg52caca02019-08-01 15:02:261389name = "getrandom"
Chris Denton531f3c9e2022-12-20 15:26:421390version = "0.2.8"
Ralf Jung0e908752020-09-17 18:04:201391source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:421392checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
Ralf Jung0e908752020-09-17 18:04:201393dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421394 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201395 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411396 "wasi",
Ralf Jung0e908752020-09-17 18:04:201397]
1398
1399[[package]]
Alex Crichton06d565c2020-05-13 21:22:371400name = "gimli"
Amanieu d'Antrasa529ba82023-01-09 17:49:241401version = "0.26.2"
David Wood2dc1a8a2021-12-03 14:24:051402source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:241403checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
David Wood2dc1a8a2021-12-03 14:24:051404dependencies = [
1405 "fallible-iterator",
1406 "indexmap",
Qiu Chaofan7c8c9cf2023-02-01 04:29:191407 "stable_deref_trait",
1408]
1409
1410[[package]]
1411name = "gimli"
1412version = "0.27.2"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1415dependencies = [
1416 "compiler_builtins",
Michael Howellcf83a1d2022-11-03 17:10:151417 "rustc-std-workspace-alloc",
1418 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051419]
1420
1421[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581422name = "glob"
Eric Huss45432452019-03-12 20:34:471423version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581424source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091425checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581426
1427[[package]]
Simon Sapinb77ff242017-07-18 21:26:551428name = "globset"
klensy9b6a6b12023-05-26 10:03:471429version = "0.4.10"
Simon Sapinb77ff242017-07-18 21:26:551430source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471431checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
Simon Sapinb77ff242017-07-18 21:26:551432dependencies = [
Alex Crichton093ede22019-08-15 00:45:091433 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471434 "bstr",
Alex Crichton093ede22019-08-15 00:45:091435 "fnv",
1436 "log",
1437 "regex",
Simon Sapinb77ff242017-07-18 21:26:551438]
1439
1440[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291441name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461442version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291443source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461444checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291445dependencies = [
1446 "serde",
1447]
1448
1449[[package]]
Steve Klabnika0769612017-02-07 23:13:571450name = "handlebars"
klensy45fac342022-08-31 20:04:121451version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571452source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121453checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571454dependencies = [
Alex Crichton093ede22019-08-15 00:45:091455 "log",
1456 "pest",
1457 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091458 "serde",
1459 "serde_json",
klensy45fac342022-08-31 20:04:121460 "thiserror",
James Munnsde763692019-01-19 02:39:371461]
1462
1463[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051464name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261465version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511466source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261467checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111468dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:241469 "ahash 0.7.4",
Eric Huss04538c62019-07-08 21:52:071470]
1471
1472[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:241473name = "hashbrown"
1474version = "0.13.1"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1477dependencies = [
1478 "ahash 0.8.2",
The 8472479be6a2023-06-08 14:55:491479]
1480
1481[[package]]
1482name = "hashbrown"
1483version = "0.14.0"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1486dependencies = [
1487 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551488 "compiler_builtins",
1489 "rustc-std-workspace-alloc",
1490 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241491]
1492
1493[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471494name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541495version = "0.4.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1498
1499[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101500name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301501version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101502source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301503checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101504dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071505 "libc",
1506]
1507
1508[[package]]
1509name = "hermit-abi"
Stefan Lankes7143379a2022-12-06 19:31:431510version = "0.3.0"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01"
1513dependencies = [
1514 "compiler_builtins",
joboet262193e2022-09-06 08:44:051515 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101516 "rustc-std-workspace-core",
1517]
1518
1519[[package]]
Alex Crichton1cede102017-06-15 02:33:061520name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441521version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401522source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441523checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401524
1525[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181526name = "html-checker"
1527version = "0.1.0"
1528dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001529 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181530 "walkdir",
1531]
1532
1533[[package]]
steveklabnikecfbaca2018-04-03 14:32:041534name = "html5ever"
klensy947e7872022-04-15 18:11:141535version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471536source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141537checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471538dependencies = [
Alex Crichton093ede22019-08-15 00:45:091539 "log",
1540 "mac",
1541 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151542 "proc-macro2",
1543 "quote",
Deadbeefa912a932023-03-23 06:19:251544 "syn 1.0.102",
Eric Huss2dafa912019-06-19 03:36:471545]
1546
1547[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481548name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561549version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481550source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561551checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481552dependencies = [
Weihang Lof795a152023-03-15 12:50:041553 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481554]
1555
1556[[package]]
Eric Hussd45d8b12020-01-21 17:55:431557name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441558version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431559source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441560checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431561
1562[[package]]
nilsf77541a2023-04-11 11:46:411563name = "iana-time-zone"
1564version = "0.1.56"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1567dependencies = [
1568 "android_system_properties",
1569 "core-foundation-sys",
1570 "iana-time-zone-haiku",
1571 "js-sys",
1572 "wasm-bindgen",
klensy3c03cce2023-05-09 15:20:131573 "windows",
nilsf77541a2023-04-11 11:46:411574]
1575
1576[[package]]
1577name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471578version = "0.1.2"
nilsf77541a2023-04-11 11:46:411579source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471580checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411581dependencies = [
klensy9b6a6b12023-05-26 10:03:471582 "cc",
nilsf77541a2023-04-11 11:46:411583]
1584
1585[[package]]
Charles Lewa7750042022-11-06 06:43:251586name = "icu_list"
Manish Goregaokar522eeba42023-05-02 17:36:181587version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251588source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181589checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90"
Charles Lewa7750042022-11-06 06:43:251590dependencies = [
1591 "displaydoc",
Charles Lewa7750042022-11-06 06:43:251592 "icu_provider",
1593 "regex-automata 0.2.0",
1594 "writeable",
Charles Lewa7750042022-11-06 06:43:251595]
1596
1597[[package]]
1598name = "icu_locid"
Manish Goregaokar522eeba42023-05-02 17:36:181599version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251600source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181601checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335"
Charles Lewa7750042022-11-06 06:43:251602dependencies = [
1603 "displaydoc",
1604 "litemap",
1605 "tinystr",
1606 "writeable",
1607 "zerovec",
1608]
1609
1610[[package]]
1611name = "icu_provider"
Manish Goregaokar522eeba42023-05-02 17:36:181612version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251613source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181614checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305"
Charles Lewa7750042022-11-06 06:43:251615dependencies = [
1616 "displaydoc",
1617 "icu_locid",
1618 "icu_provider_macros",
1619 "stable_deref_trait",
1620 "writeable",
1621 "yoke",
1622 "zerofrom",
1623 "zerovec",
1624]
1625
1626[[package]]
1627name = "icu_provider_adapters"
Manish Goregaokar522eeba42023-05-02 17:36:181628version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251629source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181630checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3"
Charles Lewa7750042022-11-06 06:43:251631dependencies = [
1632 "icu_locid",
1633 "icu_provider",
1634 "tinystr",
1635 "yoke",
1636 "zerovec",
1637]
1638
1639[[package]]
1640name = "icu_provider_macros"
Manish Goregaokar522eeba42023-05-02 17:36:181641version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251642source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181643checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10"
Charles Lewa7750042022-11-06 06:43:251644dependencies = [
1645 "proc-macro2",
1646 "quote",
Deadbeefa912a932023-03-23 06:19:251647 "syn 1.0.102",
Charles Lewa7750042022-11-06 06:43:251648]
1649
1650[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581651name = "idna"
Eric Hussf2428a62019-08-01 00:44:391652version = "0.2.0"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091654checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391655dependencies = [
Alex Crichton093ede22019-08-15 00:45:091656 "matches",
1657 "unicode-bidi",
1658 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391659]
1660
1661[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291662name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541663version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291664source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091665checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291666
1667[[package]]
Simon Sapinb77ff242017-07-18 21:26:551668name = "ignore"
klensy9b6a6b12023-05-26 10:03:471669version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551670source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471671checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551672dependencies = [
Alex Crichton093ede22019-08-15 00:45:091673 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421674 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091675 "log",
1676 "memchr",
1677 "regex",
1678 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591679 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091680 "walkdir",
1681 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551682]
1683
1684[[package]]
Ralf Jung10430db2022-07-15 14:04:231685name = "indenter"
1686version = "0.3.3"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1689
1690[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571691name = "indexmap"
John Kåre Alsaker27c44d22023-03-25 01:12:131692version = "1.9.3"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571693source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:131694checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Josh Stone997a7662020-08-08 00:03:471695dependencies = [
1696 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:241697 "hashbrown 0.12.3",
pierwill4f892242022-01-06 19:27:591698 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321699 "serde",
Josh Stone997a7662020-08-08 00:03:471700]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571701
1702[[package]]
flip19958d5f69d2021-10-21 11:13:171703name = "indoc"
klensy43512e62022-07-26 16:16:431704version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171705source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431706checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171707
1708[[package]]
Josh Stone020c5ec2017-05-08 22:01:131709name = "installer"
1710version = "0.0.0"
1711dependencies = [
Michael Forney32025fd2020-05-25 00:08:451712 "anyhow",
klensye1c33132023-06-21 09:32:341713 "clap",
Alex Crichton093ede22019-08-15 00:45:091714 "flate2",
Alex Crichton093ede22019-08-15 00:45:091715 "num_cpus",
1716 "rayon",
Alex Crichton093ede22019-08-15 00:45:091717 "tar",
1718 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091719 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131720]
1721
1722[[package]]
Mark Rousskov342d9562020-08-17 15:21:441723name = "instant"
flip1995e36e5a52021-12-06 11:33:551724version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441725source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551726checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1727dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421728 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551729]
Mark Rousskov342d9562020-08-17 15:21:441730
1731[[package]]
David Wood7f916972022-03-26 07:27:431732name = "intl-memoizer"
1733version = "0.5.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1736dependencies = [
1737 "type-map",
1738 "unic-langid",
1739]
1740
1741[[package]]
1742name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421743version = "7.0.2"
David Wood7f916972022-03-26 07:27:431744source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421745checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431746dependencies = [
David Wood7f916972022-03-26 07:27:431747 "unic-langid",
1748]
1749
1750[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041751name = "io-lifetimes"
Joshua Nelsonf94c9262022-11-28 23:10:441752version = "1.0.3"
Weihang Lo1e5dad02022-11-25 22:37:041753source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:441754checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
Weihang Lo1e5dad02022-11-25 22:37:041755dependencies = [
1756 "libc",
Weihang Lo6f38fd52023-02-07 22:26:221757 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:041758]
1759
1760[[package]]
1761name = "is-terminal"
WANG Rui7aa257f2023-04-23 07:58:381762version = "0.4.7"
Weihang Lo1e5dad02022-11-25 22:37:041763source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381764checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
Weihang Lo1e5dad02022-11-25 22:37:041765dependencies = [
Weihang Lo741f1af2023-02-28 21:10:421766 "hermit-abi 0.3.0",
Weihang Lo1e5dad02022-11-25 22:37:041767 "io-lifetimes",
1768 "rustix",
WANG Rui7aa257f2023-04-23 07:58:381769 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041770]
1771
1772[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291773name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:481774version = "0.10.5"
Eric Huss78529352021-06-02 03:38:391775source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:481776checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:391777dependencies = [
1778 "either",
1779]
1780
1781[[package]]
Steve Klabnik2795de32017-02-20 00:20:571782name = "itoa"
Weihang Loe52e0402023-03-07 22:16:271783version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:571784source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271785checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:571786
1787[[package]]
Rémy Rakicadab1352022-05-06 21:20:041788name = "jemalloc-sys"
klensy40b60952023-04-06 15:21:371789version = "0.5.3+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:041790source = "registry+https://github.com/rust-lang/crates.io-index"
klensy40b60952023-04-06 15:21:371791checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1"
Rémy Rakicadab1352022-05-06 21:20:041792dependencies = [
1793 "cc",
Rémy Rakicadab1352022-05-06 21:20:041794 "libc",
1795]
1796
1797[[package]]
Alex Crichton453080f2017-06-05 16:36:481798name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:421799version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:481800source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:421801checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:481802dependencies = [
Alex Crichton093ede22019-08-15 00:45:091803 "libc",
Alex Crichton453080f2017-06-05 16:36:481804]
1805
1806[[package]]
nilsf77541a2023-04-11 11:46:411807name = "js-sys"
1808version = "0.3.61"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1811dependencies = [
1812 "wasm-bindgen",
1813]
1814
1815[[package]]
Rune Tynan77156562021-01-16 01:34:151816name = "jsondocck"
1817version = "0.1.0"
1818dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471819 "fs-err",
Rune Tynan77156562021-01-16 01:34:151820 "getopts",
1821 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101822 "once_cell",
Rune Tynan77156562021-01-16 01:34:151823 "regex",
Rune Tynan77156562021-01-16 01:34:151824 "serde_json",
klensyc63cb012021-06-01 15:25:361825 "shlex",
Rune Tynan77156562021-01-16 01:34:151826]
1827
1828[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371829name = "jsondoclint"
1830version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391831dependencies = [
1832 "anyhow",
klensye1c33132023-06-21 09:32:341833 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391834 "fs-err",
ozkanonur52c71e62023-03-01 21:53:021835 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391836 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:451837 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391838 "serde_json",
1839]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371840
1841[[package]]
Rune Tynan77156562021-01-16 01:34:151842name = "jsonpath_lib"
1843version = "0.2.6"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1846dependencies = [
1847 "array_tool",
1848 "env_logger 0.7.1",
1849 "log",
1850 "serde",
1851 "serde_json",
1852]
1853
1854[[package]]
Steve Klabnika0769612017-02-07 23:13:571855name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571856version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491857source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571858checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491859
1860[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291861name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441862version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161863source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441864checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161865
1866[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291867name = "libc"
Nikolay Arhipov032857e2023-06-06 13:09:051868version = "0.2.146"
Ahmed Charles9ca382f2016-09-02 08:55:291869source = "registry+https://github.com/rust-lang/crates.io-index"
Nikolay Arhipov032857e2023-06-06 13:09:051870checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
Alex Crichton4c21a3b2018-11-20 05:52:501871dependencies = [
Alex Crichton093ede22019-08-15 00:45:091872 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501873]
Ahmed Charles9ca382f2016-09-02 08:55:291874
1875[[package]]
Ralf Jungfe7e2072022-09-02 14:49:381876name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:471877version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:381878source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:471879checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:381880dependencies = [
1881 "libc",
1882 "libffi-sys",
1883]
1884
1885[[package]]
1886name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:521887version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:381888source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:521889checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:381890dependencies = [
1891 "cc",
1892]
1893
1894[[package]]
Andy Russell923f9392021-11-08 23:03:551895name = "libloading"
1896version = "0.7.1"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
1899dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421900 "cfg-if",
Andy Russell923f9392021-11-08 23:03:551901 "winapi",
1902]
1903
1904[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051905name = "libm"
1906version = "0.1.4"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1909
1910[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581911name = "libz-sys"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191912version = "1.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581913source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191914checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581915dependencies = [
Alex Crichton093ede22019-08-15 00:45:091916 "cc",
1917 "libc",
1918 "pkg-config",
1919 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581920]
1921
1922[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291923name = "linkchecker"
1924version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301925dependencies = [
1926 "once_cell",
1927 "regex",
1928]
Ahmed Charles9ca382f2016-09-02 08:55:291929
1930[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301931name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:291932version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:301933source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291934checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:301935
1936[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571937name = "lint-docs"
1938version = "0.1.0"
1939dependencies = [
1940 "serde_json",
1941 "tempfile",
1942 "walkdir",
1943]
1944
1945[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041946name = "linux-raw-sys"
WANG Rui7aa257f2023-04-23 07:58:381947version = "0.3.4"
Weihang Lo1e5dad02022-11-25 22:37:041948source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381949checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf"
Weihang Lo1e5dad02022-11-25 22:37:041950
1951[[package]]
Charles Lewa7750042022-11-06 06:43:251952name = "litemap"
Manish Goregaokar522eeba42023-05-02 17:36:181953version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:251954source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181955checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94"
Charles Lewa7750042022-11-06 06:43:251956
1957[[package]]
Hans Kratz6162fc02021-09-25 13:25:081958name = "lld-wrapper"
1959version = "0.1.0"
1960
1961[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391962name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:441963version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:381964source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:441965checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:441966dependencies = [
Philipp Krones586cbd02022-06-04 12:07:441967 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:441968 "scopeguard",
1969]
1970
1971[[package]]
1972name = "log"
Joshua Nelson079d1c42021-05-02 20:56:251973version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:441974source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:251975checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:381976dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421977 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:381978]
Ahmed Charles9ca382f2016-09-02 08:55:291979
1980[[package]]
Josh Stone020c5ec2017-05-08 22:01:131981name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:251982version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:131983source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:251984checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:131985dependencies = [
Alex Crichton093ede22019-08-15 00:45:091986 "cc",
1987 "libc",
1988 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131989]
1990
1991[[package]]
steveklabnikecfbaca2018-04-03 14:32:041992name = "mac"
1993version = "0.1.1"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091995checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041996
1997[[package]]
1998name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:441999version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042000source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442001checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042002
2003[[package]]
2004name = "markup5ever"
klensy947e7872022-04-15 18:11:142005version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472006source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142007checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472008dependencies = [
Alex Crichton093ede22019-08-15 00:45:092009 "log",
2010 "phf",
2011 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:092012 "string_cache",
2013 "string_cache_codegen",
2014 "tendril",
Eric Huss2dafa912019-06-19 03:36:472015]
2016
2017[[package]]
Oliver Schererec7230f2020-07-24 18:42:002018name = "matchers"
pierwillea25b772021-12-21 17:00:302019version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002020source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302021checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002022dependencies = [
Charles Lewa7750042022-11-06 06:43:252023 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002024]
2025
2026[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582027name = "matches"
Alex Crichton2863b752018-08-21 17:23:472028version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582029source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092030checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582031
2032[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152033name = "md-5"
pierwillef6dd122022-02-10 16:54:012034version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062035source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012036checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062037dependencies = [
klensy45fac342022-08-31 20:04:122038 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062039]
2040
2041[[package]]
Steve Klabnika0769612017-02-07 23:13:572042name = "mdbook"
Eric Huss18ea16c2023-03-19 21:49:422043version = "0.4.28"
Steve Klabnika0769612017-02-07 23:13:572044source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss18ea16c2023-03-19 21:49:422045checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0"
Steve Klabnika0769612017-02-07 23:13:572046dependencies = [
Alex Crichton093ede22019-08-15 00:45:092047 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462048 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092049 "chrono",
klensye1c33132023-06-21 09:32:342050 "clap",
Eric Huss51814222022-04-15 18:57:062051 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092052 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592053 "env_logger 0.10.0",
Weihang Lof795a152023-03-15 12:50:042054 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092055 "log",
2056 "memchr",
Eric Huss2717f602023-01-06 01:20:592057 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072058 "opener",
Weihang Lo55a79152023-02-17 23:55:452059 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092060 "regex",
2061 "serde",
Alex Crichton093ede22019-08-15 00:45:092062 "serde_json",
klensyc63cb012021-06-01 15:25:362063 "shlex",
Alex Crichton093ede22019-08-15 00:45:092064 "tempfile",
Philipp Krones612c3422023-06-02 09:42:422065 "toml 0.5.7",
Eric Hussa882fdd2021-12-03 20:25:072066 "topological-sort",
James Munnsde763692019-01-19 02:39:372067]
2068
2069[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492070name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032071version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442072source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032073checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582074dependencies = [
2075 "log",
Weihang Lof795a152023-03-15 12:50:042076 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442077 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582078 "perf-event-open-sys",
2079 "rustc-hash",
2080 "smallvec",
2081]
2082
2083[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582084name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202085version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292086source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202087checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242088dependencies = [
2089 "compiler_builtins",
2090 "rustc-std-workspace-core",
2091]
Steve Klabnika0769612017-02-07 23:13:572092
2093[[package]]
Camille GILLOT458d0442021-03-17 16:29:452094name = "memmap2"
2095version = "0.2.1"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2098dependencies = [
2099 "libc",
2100]
2101
2102[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452103name = "memoffset"
John Kåre Alsaker7aab1dd2023-04-30 07:29:022104version = "0.8.0"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2107dependencies = [
2108 "autocfg",
2109]
2110
2111[[package]]
est31b0483962023-06-05 02:53:302112name = "memoffset"
2113version = "0.9.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2116dependencies = [
2117 "autocfg",
2118]
2119
2120[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592121name = "mime"
2122version = "0.3.16"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2125
2126[[package]]
2127name = "mime_guess"
2128version = "2.0.4"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2131dependencies = [
2132 "mime",
2133 "unicase",
2134]
2135
2136[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052137name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182138version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052139source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182140checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052141
2142[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462143name = "minimal-lexical"
2144version = "0.2.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2147
2148[[package]]
Alex Crichtonb4110902018-12-08 11:06:542149name = "miniz_oxide"
Qiu Chaofan7c8c9cf2023-02-01 04:29:192150version = "0.6.2"
Ralf Jung10430db2022-07-15 14:04:232151source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:192152checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
Ralf Jung10430db2022-07-15 14:04:232153dependencies = [
Michael Howell8e71a132022-11-08 00:13:202154 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152155 "compiler_builtins",
2156 "rustc-std-workspace-alloc",
2157 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232158]
2159
2160[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582161name = "miow"
klensyd5e8ad42021-07-04 18:49:562162version = "0.3.7"
Alex Crichtona8eaabc2018-03-07 07:39:552163source = "registry+https://github.com/rust-lang/crates.io-index"
klensyd5e8ad42021-07-04 18:49:562164checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
Alex Crichtona8eaabc2018-03-07 07:39:552165dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:312166 "winapi",
Alex Crichtona8eaabc2018-03-07 07:39:552167]
2168
2169[[package]]
Weihang Lobfce2272022-11-04 23:50:442170name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352171version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442172source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352173checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442174dependencies = [
Weihang Lo6f38fd52023-02-07 22:26:222175 "windows-sys 0.42.0",
Weihang Lobfce2272022-11-04 23:50:442176]
2177
2178[[package]]
kennytm0692b3d2017-12-15 19:41:582179name = "miri"
2180version = "0.1.0"
2181dependencies = [
Alex Crichton093ede22019-08-15 00:45:092182 "colored",
Ralf Jung13e47662023-05-23 10:10:182183 "ctrlc",
Ralf Junge5d01782021-10-04 22:13:002184 "env_logger 0.9.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412185 "getrandom",
Ralf Junga272c452022-05-30 08:17:462186 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202187 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382188 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052189 "libloading",
Alex Crichton093ede22019-08-15 00:45:092190 "log",
Ralf Jung61a986a2022-06-26 02:21:492191 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412192 "rand",
Ralf Junga272c452022-05-30 08:17:462193 "regex",
Alex Crichton093ede22019-08-15 00:45:092194 "rustc-workspace-hack",
Ralf Jung64f56d22022-10-22 08:45:252195 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292196 "smallvec",
Ralf Junga272c452022-05-30 08:17:462197 "ui_test",
kennytm0692b3d2017-12-15 19:41:582198]
2199
2200[[package]]
Jakob Degen17395b42022-10-31 00:17:252201name = "miropt-test-tools"
2202version = "0.1.0"
2203dependencies = [
2204 "regex",
2205]
2206
2207[[package]]
Alex Crichtond8251152018-07-02 16:33:162208name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442209version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162210source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442211checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452212
2213[[package]]
Ralf Jung13e47662023-05-23 10:10:182214name = "nix"
2215version = "0.26.2"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2218dependencies = [
2219 "bitflags",
2220 "cfg-if",
2221 "libc",
2222 "static_assertions",
2223]
2224
2225[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462226name = "nom"
2227version = "7.1.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2230dependencies = [
2231 "memchr",
2232 "minimal-lexical",
2233 "version_check",
2234]
2235
2236[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242237name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442238version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162239source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442240checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162241dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442242 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092243 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162244]
2245
2246[[package]]
2247name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442248version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572249source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442250checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2251dependencies = [
2252 "autocfg",
2253]
Steve Klabnik2795de32017-02-20 00:20:572254
2255[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292256name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292257version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292258source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292259checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292260dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072261 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092262 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292263]
2264
2265[[package]]
Alex Crichton06d565c2020-05-13 21:22:372266name = "object"
Amanieu d'Antrasa529ba82023-01-09 17:49:242267version = "0.30.1"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2270dependencies = [
Qiu Chaofan7c8c9cf2023-02-01 04:29:192271 "compiler_builtins",
Jubilee Young7156ff62023-05-10 03:29:272272 "memchr",
2273 "rustc-std-workspace-alloc",
2274 "rustc-std-workspace-core",
2275]
2276
2277[[package]]
2278name = "object"
2279version = "0.31.1"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2282dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:242283 "crc32fast",
2284 "flate2",
2285 "hashbrown 0.13.1",
2286 "indexmap",
2287 "memchr",
Jubilee Young7156ff62023-05-10 03:29:272288 "ruzstd",
Amanieu d'Antrasa529ba82023-01-09 17:49:242289]
2290
2291[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372292name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152293version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372294source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152295checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372296dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422297 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372298]
2299
2300[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412301name = "once_cell"
Ezra Shaw1e95cdd2023-03-01 09:17:082302version = "1.17.1"
Mark Rousskov2fc32b92019-09-10 01:01:412303source = "registry+https://github.com/rust-lang/crates.io-index"
Ezra Shaw1e95cdd2023-03-01 09:17:082304checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
Mark Rousskov2fc32b92019-09-10 01:01:412305
2306[[package]]
Alex Crichton2863b752018-08-21 17:23:472307name = "opener"
klensy9b6a6b12023-05-26 10:03:472308version = "0.5.2"
Eric Hussfaa64612021-06-22 23:19:242309source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:472310checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
Eric Hussfaa64612021-06-22 23:19:242311dependencies = [
klensy9b6a6b12023-05-26 10:03:472312 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312313 "winapi",
Eric Hussfaa64612021-06-22 23:19:242314]
2315
2316[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582317name = "openssl-probe"
klensy43512e62022-07-26 16:16:432318version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582319source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432320checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582321
2322[[package]]
2323name = "openssl-sys"
Johannes Nixdorf21ae5bd2023-04-28 14:26:212324version = "0.9.87"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582325source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf21ae5bd2023-04-28 14:26:212326checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582327dependencies = [
Alex Crichton093ede22019-08-15 00:45:092328 "cc",
2329 "libc",
Alex Crichton093ede22019-08-15 00:45:092330 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092331 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582332]
2333
2334[[package]]
Ralf Jung10430db2022-07-15 14:04:232335name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052336version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232337source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052338checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232339
2340[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052341name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422342version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322343source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422344checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322345dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422346 "cfg-if",
Yuki Okushi2b0e27e2021-03-17 20:34:052347 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322348]
2349
2350[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292351name = "panic_abort"
2352version = "0.0.0"
2353dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392354 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422355 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092356 "compiler_builtins",
2357 "core",
2358 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292359]
2360
2361[[package]]
2362name = "panic_unwind"
2363version = "0.0.0"
2364dependencies = [
Alex Crichton093ede22019-08-15 00:45:092365 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422366 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092367 "compiler_builtins",
2368 "core",
2369 "libc",
2370 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292371]
2372
2373[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012374name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552375version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442376source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552377checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442378dependencies = [
2379 "instant",
Caleb Cartwright63913182021-02-10 01:52:542380 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442381 "parking_lot_core 0.8.5",
2382]
2383
2384[[package]]
2385name = "parking_lot"
2386version = "0.12.1"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2389dependencies = [
2390 "lock_api",
Mateusz Mikuład5899ef2022-11-05 11:19:552391 "parking_lot_core 0.9.4",
Mark Rousskov342d9562020-08-17 15:21:442392]
2393
2394[[package]]
2395name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552396version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442397source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552398checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442399dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422400 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442401 "instant",
2402 "libc",
Arlo Siemsen4d9b4762023-06-02 16:40:362403 "redox_syscall 0.2.10",
Jubilee Younge8eb6912021-04-22 04:40:292404 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312405 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312406]
2407
2408[[package]]
Philipp Krones586cbd02022-06-04 12:07:442409name = "parking_lot_core"
Mateusz Mikuład5899ef2022-11-05 11:19:552410version = "0.9.4"
Philipp Krones586cbd02022-06-04 12:07:442411source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552412checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
Philipp Krones586cbd02022-06-04 12:07:442413dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422414 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442415 "libc",
Arlo Siemsen4d9b4762023-06-02 16:40:362416 "redox_syscall 0.2.10",
Philipp Krones586cbd02022-06-04 12:07:442417 "smallvec",
Weihang Lo6f38fd52023-02-07 22:26:222418 "windows-sys 0.42.0",
Philipp Krones586cbd02022-06-04 12:07:442419]
2420
2421[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272422name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322423version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272424source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322425checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272426
2427[[package]]
Alex Crichton1cede102017-06-15 02:33:062428name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482429version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392430source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482431checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392432
2433[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382434name = "perf-event-open-sys"
2435version = "1.0.1"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2438dependencies = [
2439 "libc",
2440]
2441
2442[[package]]
Steve Klabnika0769612017-02-07 23:13:572443name = "pest"
Eric Hussbb60a762023-01-10 19:09:522444version = "2.5.2"
James Munnsde763692019-01-19 02:39:372445source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522446checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
James Munnsde763692019-01-19 02:39:372447dependencies = [
klensy45fac342022-08-31 20:04:122448 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092449 "ucd-trie",
James Munnsde763692019-01-19 02:39:372450]
2451
2452[[package]]
Alex Crichtone9d89832018-04-02 15:43:552453name = "pest_derive"
Eric Hussbb60a762023-01-10 19:09:522454version = "2.5.2"
James Munnsde763692019-01-19 02:39:372455source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522456checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
James Munnsde763692019-01-19 02:39:372457dependencies = [
Alex Crichton093ede22019-08-15 00:45:092458 "pest",
2459 "pest_generator",
James Munnsde763692019-01-19 02:39:372460]
2461
2462[[package]]
2463name = "pest_generator"
Eric Hussbb60a762023-01-10 19:09:522464version = "2.5.2"
James Munnsde763692019-01-19 02:39:372465source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522466checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
James Munnsde763692019-01-19 02:39:372467dependencies = [
Alex Crichton093ede22019-08-15 00:45:092468 "pest",
2469 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152470 "proc-macro2",
2471 "quote",
Deadbeefa912a932023-03-23 06:19:252472 "syn 1.0.102",
James Munnsde763692019-01-19 02:39:372473]
2474
2475[[package]]
2476name = "pest_meta"
Eric Hussbb60a762023-01-10 19:09:522477version = "2.5.2"
James Munnsde763692019-01-19 02:39:372478source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522479checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
James Munnsde763692019-01-19 02:39:372480dependencies = [
klensy45fac342022-08-31 20:04:122481 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092482 "pest",
Eric Hussbb60a762023-01-10 19:09:522483 "sha1",
James Munnsde763692019-01-19 02:39:372484]
2485
2486[[package]]
Jack Hueya24df5b2020-03-03 16:25:032487name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192488version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032489source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192490checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032491dependencies = [
2492 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192493 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032494]
2495
2496[[package]]
steveklabnikecfbaca2018-04-03 14:32:042497name = "phf"
klensy947e7872022-04-15 18:11:142498version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042499source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142500checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042501dependencies = [
Alex Crichton093ede22019-08-15 00:45:092502 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042503]
2504
2505[[package]]
2506name = "phf_codegen"
klensy947e7872022-04-15 18:11:142507version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042508source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142509checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042510dependencies = [
Alex Crichton093ede22019-08-15 00:45:092511 "phf_generator",
2512 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042513]
2514
2515[[package]]
2516name = "phf_generator"
klensy947e7872022-04-15 18:11:142517version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042518source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142519checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042520dependencies = [
Alex Crichton093ede22019-08-15 00:45:092521 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412522 "rand",
steveklabnikecfbaca2018-04-03 14:32:042523]
2524
2525[[package]]
2526name = "phf_shared"
klensy947e7872022-04-15 18:11:142527version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042528source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142529checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042530dependencies = [
Alex Crichton093ede22019-08-15 00:45:092531 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042532]
2533
2534[[package]]
Caleb Cartwright63913182021-02-10 01:52:542535name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212536version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542537source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212538checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542539
2540[[package]]
2541name = "pin-utils"
2542version = "0.1.0"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2545
2546[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582547name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232548version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582549source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232550checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582551
2552[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012553name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062554version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012555source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062556checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512557dependencies = [
Alex Crichton093ede22019-08-15 00:45:092558 "datafrog",
2559 "log",
2560 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512561]
Santiago Pastorino8429d112018-05-24 21:52:012562
2563[[package]]
gnzlbg52caca02019-08-01 15:02:262564name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212565version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262566source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212567checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262568
2569[[package]]
steveklabnikecfbaca2018-04-03 14:32:042570name = "precomputed-hash"
2571version = "0.1.1"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092573checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042574
2575[[package]]
David Wood7f916972022-03-26 07:27:432576name = "proc-macro-hack"
2577version = "0.5.19"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2580
2581[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112582name = "proc-macro2"
Collin Baker1d640e52023-05-03 20:45:432583version = "1.0.56"
Igor Matuszewskic2249a42019-09-08 08:28:112584source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Baker1d640e52023-05-03 20:45:432585checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
Igor Matuszewskic2249a42019-09-08 08:28:112586dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402587 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112588]
2589
2590[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292591name = "proc_macro"
2592version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082593dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322594 "core",
Alex Crichtonb47c9692019-08-16 15:29:082595 "std",
2596]
Ahmed Charles9ca382f2016-09-02 08:55:292597
2598[[package]]
whitequark42754ce2017-02-13 09:57:502599name = "profiler_builtins"
2600version = "0.0.0"
2601dependencies = [
Alex Crichton093ede22019-08-15 00:45:092602 "cc",
2603 "compiler_builtins",
2604 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392605]
2606
2607[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242608name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552609version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242610source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552611checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242612dependencies = [
2613 "cc",
2614]
2615
2616[[package]]
Steve Klabnika0769612017-02-07 23:13:572617name = "pulldown-cmark"
Lukas Markeffskycb2ba422023-05-21 14:19:032618version = "0.9.3"
Joshua Nelsone4c28bf2020-09-14 00:15:012619source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffskycb2ba422023-05-21 14:19:032620checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
Joshua Nelsone4c28bf2020-09-14 00:15:012621dependencies = [
2622 "bitflags",
2623 "memchr",
2624 "unicase",
2625]
2626
2627[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322628name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442629version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322630source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442631checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322632
2633[[package]]
Steve Klabnika0769612017-02-07 23:13:572634name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062635version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572636source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062637checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572638
2639[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292640name = "quine-mc_cluskey"
2641version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582642source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092643checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582644
2645[[package]]
2646name = "quote"
Deadbeefa912a932023-03-23 06:19:252647version = "1.0.26"
Igor Matuszewskic2249a42019-09-08 08:28:112648source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:252649checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
Igor Matuszewskic2249a42019-09-08 08:28:112650dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152651 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552652]
2653
2654[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292655name = "rand"
klensy947e7872022-04-15 18:11:142656version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192657source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142658checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192659dependencies = [
2660 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412661 "rand_chacha",
2662 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:192663]
2664
2665[[package]]
2666name = "rand_chacha"
2667version = "0.3.0"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2670dependencies = [
2671 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:412672 "rand_core",
gnzlbg52caca02019-08-01 15:02:262673]
2674
2675[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192676name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:592677version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:192678source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:592679checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:192680dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412681 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:192682]
2683
2684[[package]]
Ralf Jung5b78e982019-04-19 07:37:332685name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:412686version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:332687source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:412688checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:332689dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412690 "rand_core",
Eric Huss2b985322019-11-25 16:14:072691]
2692
2693[[package]]
2694name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:292695version = "0.6.0"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2698dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412699 "rand_core",
Chase Wilson09f15422021-08-29 15:55:292700]
2701
2702[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292703name = "rayon"
Josh Stoneab57e362022-05-28 00:14:222704version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:452705source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222706checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:452707dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442708 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162709 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092710 "either",
2711 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292712]
2713
2714[[package]]
2715name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:222716version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:292717source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222718checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:292719dependencies = [
Josh Stonef3b88122022-01-10 19:34:072720 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162721 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072722 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:092723 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312724]
2725
2726[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352727name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:402728version = "0.2.10"
flip19950046d7c2021-02-25 10:26:232729source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:402730checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:232731dependencies = [
2732 "bitflags",
2733]
2734
2735[[package]]
Arlo Siemsen4d9b4762023-06-02 16:40:362736name = "redox_syscall"
2737version = "0.3.5"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2740dependencies = [
2741 "bitflags",
2742]
2743
2744[[package]]
flip19954c228cc2019-02-18 09:32:582745name = "redox_users"
flip19950046d7c2021-02-25 10:26:232746version = "0.4.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2749dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412750 "getrandom",
Arlo Siemsen4d9b4762023-06-02 16:40:362751 "redox_syscall 0.2.10",
flip19950046d7c2021-02-25 10:26:232752]
2753
2754[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582755name = "regex"
klensy43512e62022-07-26 16:16:432756version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:062757source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432758checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:062759dependencies = [
Alex Crichton093ede22019-08-15 00:45:092760 "aho-corasick",
2761 "memchr",
Philipp Kronesd780efc2023-05-20 13:39:352762 "regex-syntax 0.6.26",
Oliver Schneider847bb142018-05-11 12:11:062763]
2764
2765[[package]]
Oliver Schererec7230f2020-07-24 18:42:002766name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:092767version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:002768source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:092769checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:002770dependencies = [
Philipp Kronesd780efc2023-05-20 13:39:352771 "regex-syntax 0.6.26",
Oliver Schererec7230f2020-07-24 18:42:002772]
2773
2774[[package]]
Charles Lewa7750042022-11-06 06:43:252775name = "regex-automata"
2776version = "0.2.0"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
2779dependencies = [
2780 "memchr",
2781]
2782
2783[[package]]
Steve Klabnika0769612017-02-07 23:13:572784name = "regex-syntax"
klensy43512e62022-07-26 16:16:432785version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:062786source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432787checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:062788
2789[[package]]
Philipp Kronesd780efc2023-05-20 13:39:352790name = "regex-syntax"
2791version = "0.7.1"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
2794
2795[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192796name = "remote-test-client"
2797version = "0.1.0"
2798
2799[[package]]
2800name = "remote-test-server"
2801version = "0.1.0"
2802
2803[[package]]
est31d32ff142022-08-23 20:14:122804name = "replace-version-placeholder"
2805version = "0.1.0"
2806dependencies = [
2807 "tidy",
2808 "walkdir",
2809]
2810
2811[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582812name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:432813version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582814dependencies = [
Alex Crichton093ede22019-08-15 00:45:092815 "serde",
2816 "serde_json",
Alex Crichton453080f2017-06-05 16:36:482817]
2818
2819[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:152820name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:172821version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:152822dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:172823 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:152824 "rustc-demangle",
2825]
2826
2827[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292828name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:572829version = "0.1.0"
2830dependencies = [
klensye1c33132023-06-21 09:32:342831 "clap",
klensy40b60952023-04-06 15:21:372832 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:092833 "mdbook",
Steve Klabnika0769612017-02-07 23:13:572834]
Ahmed Charles9ca382f2016-09-02 08:55:292835
2836[[package]]
Ralf Jung9cc11e22022-10-04 13:23:572837name = "rustc-build-sysroot"
Ralf Jungcdd67ed2023-05-05 06:44:202838version = "0.4.2"
Ralf Jung9cc11e22022-10-04 13:23:572839source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungcdd67ed2023-05-05 06:44:202840checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
Ralf Jung9cc11e22022-10-04 13:23:572841dependencies = [
2842 "anyhow",
2843 "rustc_version",
2844 "tempfile",
2845]
2846
2847[[package]]
Josh Stone020c5ec2017-05-08 22:01:132848name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252849version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:132850source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252851checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:512852dependencies = [
Alex Crichton093ede22019-08-15 00:45:092853 "compiler_builtins",
2854 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:512855]
Josh Stone020c5ec2017-05-08 22:01:132856
2857[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:022858name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:192859version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:022860source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192861checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:022862
2863[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292864name = "rustc-main"
2865version = "0.0.0"
2866dependencies = [
Rémy Rakicadab1352022-05-06 21:20:042867 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:092868 "rustc_codegen_ssa",
2869 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:462870 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:382871 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:292872]
2873
2874[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:032875name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:132876version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072877source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132878checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:072879dependencies = [
Josh Stone33c41252019-09-10 17:13:072880 "either",
Igor Matuszewski5b091302019-12-10 15:01:012881 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:412882]
2883
2884[[package]]
Josh Stone33c41252019-09-10 17:13:072885name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:132886version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072887source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132888checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:072889dependencies = [
Josh Stoneab57e362022-05-28 00:14:222890 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162891 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072892 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:072893 "num_cpus",
2894]
2895
2896[[package]]
flip1995898ef0f2020-12-06 14:07:592897name = "rustc-semver"
2898version = "1.1.0"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
2901
2902[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:052903name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:052904version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:052905dependencies = [
Alex Crichton093ede22019-08-15 00:45:092906 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:052907]
2908
2909[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:502910name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:052911version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:502912dependencies = [
Alex Crichton093ede22019-08-15 00:45:092913 "core",
Alex Crichton4c21a3b2018-11-20 05:52:502914]
2915
2916[[package]]
Alex Crichtonb47c9692019-08-16 15:29:082917name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:052918version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:082919dependencies = [
2920 "std",
2921]
2922
2923[[package]]
Alex Crichton0e034d12018-07-31 21:16:552924name = "rustc-workspace-hack"
2925version = "1.0.0"
Weihang Lobefa5c92023-03-13 17:46:382926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
Alex Crichton0e034d12018-07-31 21:16:552928
2929[[package]]
hkalbasi390a6372022-11-06 21:06:112930name = "rustc_abi"
2931version = "0.0.0"
2932dependencies = [
2933 "bitflags",
Thom Chiovolonia4bf36e2022-11-21 00:55:412934 "rand",
hkalbasi390a6372022-11-06 21:06:112935 "rand_xoshiro",
2936 "rustc_data_structures",
2937 "rustc_index",
2938 "rustc_macros",
2939 "rustc_serialize",
2940 "tracing",
2941]
2942
2943[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432944name = "rustc_apfloat"
2945version = "0.0.0"
2946dependencies = [
Alex Crichton093ede22019-08-15 00:45:092947 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:292948 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432949]
2950
2951[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:402952name = "rustc_arena"
2953version = "0.0.0"
2954dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:292955 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:402956]
2957
2958[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:262959name = "rustc_ast"
2960version = "0.0.0"
2961dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:012962 "bitflags",
Konrad Borowskif72e17f2023-01-22 12:05:472963 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:262964 "rustc_data_structures",
2965 "rustc_index",
2966 "rustc_lexer",
2967 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:402968 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:262969 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:292970 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302971 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002972 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:262973]
2974
2975[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562976name = "rustc_ast_lowering"
2977version = "0.0.0"
2978dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262979 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462980 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562981 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562982 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:002983 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:572984 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562985 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:512986 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:232987 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:562988 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562989 "rustc_span",
2990 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:292991 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302992 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002993 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562994]
2995
2996[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442997name = "rustc_ast_passes"
2998version = "0.0.0"
2999dependencies = [
pierwillf684acd2022-03-04 17:54:283000 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263001 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463002 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203003 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443004 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443005 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393006 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003007 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013008 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443009 "rustc_parse",
3010 "rustc_session",
3011 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053012 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163013 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003014 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443015]
3016
3017[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463018name = "rustc_ast_pretty"
3019version = "0.0.0"
3020dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263021 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463022 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203023 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463024]
3025
3026[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203027name = "rustc_attr"
3028version = "0.0.0"
3029dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263030 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463031 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203032 "rustc_data_structures",
3033 "rustc_errors",
3034 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003035 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483036 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203037 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403038 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203039 "rustc_session",
3040 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203041]
3042
3043[[package]]
Charles Lewa7750042022-11-06 06:43:253044name = "rustc_baked_icu_data"
3045version = "0.0.0"
3046dependencies = [
3047 "icu_list",
3048 "icu_locid",
3049 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223050 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223051 "zerovec",
Charles Lewa7750042022-11-06 06:43:253052]
3053
3054[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403055name = "rustc_borrowck"
3056version = "0.0.0"
3057dependencies = [
3058 "either",
pierwillf684acd2022-03-04 17:54:283059 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403060 "polonius-engine",
3061 "rustc_data_structures",
3062 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003063 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403064 "rustc_graphviz",
3065 "rustc_hir",
3066 "rustc_index",
3067 "rustc_infer",
3068 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013069 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403070 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073071 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403072 "rustc_serialize",
3073 "rustc_session",
3074 "rustc_span",
3075 "rustc_target",
3076 "rustc_trait_selection",
3077 "rustc_traits",
3078 "smallvec",
3079 "tracing",
3080]
3081
3082[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323083name = "rustc_builtin_macros"
3084version = "0.0.0"
3085dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263086 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463087 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203088 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323089 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323090 "rustc_errors",
3091 "rustc_expand",
3092 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003093 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363094 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143095 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233096 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313097 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323098 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403099 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203100 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323101 "rustc_span",
3102 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293103 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303104 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003105 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323106]
3107
3108[[package]]
Irina Popab63d7e22018-05-08 13:10:163109name = "rustc_codegen_llvm"
3110version = "0.0.0"
3111dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353112 "bitflags",
Alex Crichton7f23e6e2019-10-22 15:51:353113 "libc",
Ralf Jung61a986a2022-06-26 02:21:493114 "measureme",
Jubilee Young7156ff62023-05-10 03:29:273115 "object 0.31.1",
Alex Crichton7f23e6e2019-10-22 15:51:353116 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263117 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203118 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353119 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353120 "rustc_data_structures",
3121 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003122 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353123 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573124 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353125 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093126 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553127 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593128 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453129 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543130 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353131 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323132 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543133 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353134 "rustc_target",
csmoea30de6e2022-11-03 14:34:243135 "serde",
3136 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293137 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003138 "tracing",
Irina Popab63d7e22018-05-08 13:10:163139]
3140
3141[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043142name = "rustc_codegen_ssa"
3143version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353144dependencies = [
bjorn3be670842022-05-28 10:43:513145 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093146 "bitflags",
3147 "cc",
pierwillf684acd2022-03-04 17:54:283148 "itertools",
Alex Crichton093ede22019-08-15 00:45:093149 "jobserver",
3150 "libc",
Jubilee Young7156ff62023-05-10 03:29:273151 "object 0.31.1",
Federico Ponzi4b6a0272020-07-17 22:01:273152 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143153 "regex",
David Wood2dc1a8a2021-12-03 14:24:053154 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263155 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203156 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093157 "rustc_data_structures",
3158 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003159 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093160 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573161 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093162 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103163 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573164 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363165 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453166 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543167 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403168 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083169 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323170 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583171 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093172 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143173 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423174 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423175 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253176 "snap",
Mark Mansi2d75a332020-03-12 23:07:583177 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053178 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003179 "tracing",
klensy3c03cce2023-05-09 15:20:133180 "windows",
Irina Popab63d7e22018-05-08 13:10:163181]
3182
3183[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113184name = "rustc_const_eval"
3185version = "0.0.0"
3186dependencies = [
Ralf Jung41018892022-11-18 09:18:323187 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113188 "rustc_apfloat",
3189 "rustc_ast",
3190 "rustc_attr",
3191 "rustc_data_structures",
3192 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003193 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113194 "rustc_hir",
3195 "rustc_index",
3196 "rustc_infer",
3197 "rustc_macros",
3198 "rustc_middle",
3199 "rustc_mir_dataflow",
3200 "rustc_session",
3201 "rustc_span",
3202 "rustc_target",
3203 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463204 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113205 "tracing",
3206]
3207
3208[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293209name = "rustc_data_structures"
3210version = "0.0.0"
3211dependencies = [
Weihang Lof795a152023-03-15 12:50:043212 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363213 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:423214 "cfg-if",
Oli Schererdecfb4d2023-02-21 08:37:103215 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093216 "ena",
Alex Crichton093ede22019-08-15 00:45:093217 "indexmap",
Maybe Waffle04652012023-04-11 10:54:563218 "itertools",
Alex Crichton093ede22019-08-15 00:45:093219 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193220 "libc",
Ralf Jung61a986a2022-06-26 02:21:493221 "measureme",
Weihang Lof795a152023-03-15 12:50:043222 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443223 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093224 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013225 "rustc-rayon",
3226 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573227 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403228 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513229 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573230 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403231 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293232 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553233 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503234 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303235 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003236 "tracing",
klensy3c03cce2023-05-09 15:20:133237 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293238]
3239
3240[[package]]
3241name = "rustc_driver"
3242version = "0.0.0"
3243dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463244 "rustc_driver_impl",
3245]
3246
3247[[package]]
3248name = "rustc_driver_impl"
3249version = "0.0.0"
3250dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193251 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263252 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023253 "rustc_ast_lowering",
3254 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463255 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023256 "rustc_attr",
3257 "rustc_borrowck",
3258 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483259 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023260 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093261 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503262 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023263 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093264 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023265 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183266 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003267 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573268 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293269 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193270 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023271 "rustc_hir_typeck",
3272 "rustc_incremental",
3273 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093274 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133275 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523276 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093277 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093278 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453279 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023280 "rustc_mir_build",
3281 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533282 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023283 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133284 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023285 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323286 "rustc_plugin_impl",
David Woodd1fcf6112022-10-13 09:13:023287 "rustc_privacy",
3288 "rustc_query_system",
3289 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083290 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323291 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023292 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093293 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023294 "rustc_trait_selection",
3295 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093296 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003297 "tracing",
klensy3c03cce2023-05-09 15:20:133298 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293299]
3300
3301[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053302name = "rustc_error_codes"
3303version = "0.0.0"
3304
3305[[package]]
David Woodc45f2952022-03-24 02:03:043306name = "rustc_error_messages"
3307version = "0.0.0"
3308dependencies = [
David Woodd5119c52022-03-28 08:36:203309 "fluent-bundle",
3310 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253311 "icu_list",
3312 "icu_locid",
3313 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383314 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253315 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433316 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003317 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043318 "rustc_macros",
3319 "rustc_serialize",
3320 "rustc_span",
David Wood7f916972022-03-26 07:27:433321 "tracing",
3322 "unic-langid",
David Woodc45f2952022-03-24 02:03:043323]
3324
3325[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293326name = "rustc_errors"
3327version = "0.0.0"
3328dependencies = [
klensy754b5262022-07-31 13:44:063329 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203330 "rustc_ast",
3331 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093332 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043333 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003334 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593335 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523336 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573337 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403338 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323339 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593340 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143341 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153342 "serde",
3343 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093344 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483345 "termize",
Oliver Schererec7230f2020-07-24 18:42:003346 "tracing",
Alex Crichton093ede22019-08-15 00:45:093347 "unicode-width",
klensy3c03cce2023-05-09 15:20:133348 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293349]
3350
3351[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323352name = "rustc_expand"
3353version = "0.0.0"
3354dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033355 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263356 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393357 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463358 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203359 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323360 "rustc_data_structures",
3361 "rustc_errors",
3362 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003363 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323364 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003365 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573366 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323367 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403368 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203369 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323370 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293371 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523372 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003373 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323374]
3375
3376[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383377name = "rustc_feature"
3378version = "0.0.0"
3379dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183380 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323381 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383382]
3383
3384[[package]]
Nilstriebb5d3d972023-04-16 12:33:003385name = "rustc_fluent_macro"
3386version = "0.1.0"
3387dependencies = [
3388 "annotate-snippets",
3389 "fluent-bundle",
3390 "fluent-syntax",
3391 "proc-macro2",
3392 "quote",
3393 "syn 2.0.8",
Nilstriebb5d3d972023-04-16 12:33:003394 "unic-langid",
3395]
3396
3397[[package]]
Mark Rousskove3177c62018-08-03 21:31:033398name = "rustc_fs_util"
3399version = "0.0.0"
3400
3401[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403402name = "rustc_graphviz"
3403version = "0.0.0"
3404
3405[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273406name = "rustc_hir"
3407version = "0.0.0"
3408dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373409 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203410 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263411 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273412 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043413 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273414 "rustc_index",
3415 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403416 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273417 "rustc_span",
3418 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293419 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003420 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273421]
3422
3423[[package]]
lcnr1fc86a62022-09-26 11:00:293424name = "rustc_hir_analysis"
3425version = "0.0.0"
3426dependencies = [
3427 "rustc_arena",
3428 "rustc_ast",
3429 "rustc_attr",
3430 "rustc_data_structures",
3431 "rustc_errors",
3432 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003433 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293434 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293435 "rustc_index",
3436 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013437 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293438 "rustc_macros",
3439 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293440 "rustc_session",
3441 "rustc_span",
3442 "rustc_target",
3443 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293444 "rustc_type_ir",
3445 "smallvec",
3446 "tracing",
3447]
3448
3449[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193450name = "rustc_hir_pretty"
3451version = "0.0.0"
3452dependencies = [
3453 "rustc_ast",
3454 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193455 "rustc_hir",
3456 "rustc_span",
3457 "rustc_target",
3458]
3459
3460[[package]]
lcnrfb3ab132022-10-20 15:51:373461name = "rustc_hir_typeck"
3462version = "0.1.0"
3463dependencies = [
3464 "rustc_ast",
3465 "rustc_data_structures",
3466 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003467 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373468 "rustc_graphviz",
3469 "rustc_hir",
3470 "rustc_hir_analysis",
3471 "rustc_hir_pretty",
3472 "rustc_index",
3473 "rustc_infer",
3474 "rustc_lint",
3475 "rustc_macros",
3476 "rustc_middle",
3477 "rustc_serialize",
3478 "rustc_session",
3479 "rustc_span",
3480 "rustc_target",
3481 "rustc_trait_selection",
3482 "rustc_type_ir",
3483 "smallvec",
3484 "tracing",
3485]
3486
3487[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293488name = "rustc_incremental"
3489version = "0.0.0"
3490dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413491 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263492 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093493 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593494 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003495 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093496 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403497 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573498 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573499 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453500 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403501 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163502 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323503 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163504 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003505 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293506]
3507
3508[[package]]
csmoe1cff2e62019-09-25 19:09:513509name = "rustc_index"
3510version = "0.0.0"
3511dependencies = [
Weihang Lof795a152023-03-15 12:50:043512 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573513 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403514 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293515 "smallvec",
csmoe1cff2e62019-09-25 19:09:513516]
3517
3518[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243519name = "rustc_infer"
3520version = "0.0.0"
3521dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243522 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243523 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003524 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243525 "rustc_hir",
3526 "rustc_index",
3527 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453528 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403529 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:243530 "rustc_span",
3531 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293532 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003533 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243534]
3535
3536[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233537name = "rustc_interface"
3538version = "0.0.0"
3539dependencies = [
Jing Peng9b1a1e12023-02-26 20:27:273540 "atty",
Andy Russell923f9392021-11-08 23:03:553541 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013542 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313543 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263544 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563545 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443546 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203547 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403548 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323549 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353550 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093551 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113552 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093553 "rustc_data_structures",
3554 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323555 "rustc_expand",
Nilstriebb5d3d972023-04-16 12:33:003556 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313557 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:273558 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293559 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373560 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093561 "rustc_incremental",
Oli Scherer8f132d82023-02-15 17:19:383562 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093563 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473564 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093565 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453566 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443567 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253568 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153569 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133570 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093571 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323572 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093573 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163574 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:193575 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:093576 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163577 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323578 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583579 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163580 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403581 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093582 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373583 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:003584 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233585]
3586
3587[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403588name = "rustc_lexer"
3589version = "0.1.0"
3590dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503591 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233592 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153593 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403594]
3595
3596[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293597name = "rustc_lint"
3598version = "0.0.0"
3599dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263600 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463601 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203602 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093603 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473604 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383605 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003606 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573607 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333608 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353609 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453610 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453611 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423612 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203613 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323614 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093615 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403616 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463617 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003618 "tracing",
Charles Lew485e98a2020-01-02 12:02:223619 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293620]
3621
3622[[package]]
Aaron Hill23018a52020-08-13 19:41:523623name = "rustc_lint_defs"
3624version = "0.0.0"
3625dependencies = [
3626 "rustc_ast",
3627 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043628 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273629 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523630 "rustc_macros",
3631 "rustc_serialize",
3632 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383633 "rustc_target",
bjorn362a4f912021-06-03 19:14:153634 "serde",
Aaron Hill23018a52020-08-13 19:41:523635]
3636
3637[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293638name = "rustc_llvm"
3639version = "0.0.0"
3640dependencies = [
Alex Crichton093ede22019-08-15 00:45:093641 "cc",
Aaron Hill47e932b2019-12-12 15:51:193642 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293643]
3644
3645[[package]]
David Tolnay6152d152022-01-04 00:32:523646name = "rustc_log"
3647version = "0.0.0"
3648dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353649 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523650 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:483651 "tracing-core",
David Tolnay6152d152022-01-04 00:32:523652 "tracing-subscriber",
3653 "tracing-tree",
3654]
3655
3656[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103657name = "rustc_macros"
3658version = "0.1.0"
3659dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153660 "proc-macro2",
3661 "quote",
Deadbeefaf74ef82023-03-27 13:44:063662 "syn 2.0.8",
3663 "synstructure 0.13.0",
John Kåre Alsaker74b64192019-03-01 00:22:103664]
3665
3666[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293667name = "rustc_metadata"
3668version = "0.0.0"
3669dependencies = [
Vadim Petrochenkov415c1412023-01-20 20:59:193670 "bitflags",
Andy Russell923f9392021-11-08 23:03:553671 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:373672 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263673 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203674 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093675 "rustc_data_structures",
3676 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323677 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173678 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003679 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313680 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573681 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193682 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103683 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573684 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453685 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403686 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083687 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323688 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093689 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:463690 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:303691 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:043692 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003693 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293694]
3695
3696[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453697name = "rustc_middle"
3698version = "0.0.0"
3699dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453700 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033701 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:453702 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:073703 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:023704 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:073705 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:193706 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453707 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:263708 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453709 "rustc-rayon-core",
3710 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403711 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453712 "rustc_ast",
3713 "rustc_attr",
3714 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:473715 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453716 "rustc_errors",
3717 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003718 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073719 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453720 "rustc_hir",
3721 "rustc_index",
3722 "rustc_macros",
3723 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403724 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453725 "rustc_session",
3726 "rustc_span",
3727 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:103728 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293729 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303730 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003731 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453732]
3733
3734[[package]]
Matthew Jasperb3589292020-01-05 15:46:443735name = "rustc_mir_build"
3736version = "0.0.0"
3737dependencies = [
Ralf Jung41018892022-11-18 09:18:323738 "either",
Matthew Jasperb3589292020-01-05 15:46:443739 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403740 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263741 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:443742 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:443743 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003744 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:443745 "rustc_hir",
3746 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243747 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:433748 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453749 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403750 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:073751 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:443752 "rustc_span",
3753 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403754 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:293755 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003756 "tracing",
Matthew Jasperb3589292020-01-05 15:46:443757]
3758
3759[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:073760name = "rustc_mir_dataflow"
3761version = "0.0.0"
3762dependencies = [
3763 "polonius-engine",
3764 "regex",
3765 "rustc_ast",
3766 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:143767 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003768 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073769 "rustc_graphviz",
3770 "rustc_hir",
3771 "rustc_index",
5225225ee2b1612022-08-19 09:21:143772 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:073773 "rustc_middle",
3774 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:073775 "rustc_span",
3776 "rustc_target",
3777 "smallvec",
3778 "tracing",
3779]
3780
3781[[package]]
Camille GILLOTbba4be62021-01-01 00:53:253782name = "rustc_mir_transform"
3783version = "0.0.0"
3784dependencies = [
3785 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:323786 "either",
pierwillf684acd2022-03-04 17:54:283787 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:253788 "rustc_ast",
3789 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:113790 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:253791 "rustc_data_structures",
3792 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:533793 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:253794 "rustc_hir",
3795 "rustc_index",
clubby789d5bc5812023-04-30 01:20:533796 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:253797 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073798 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:253799 "rustc_serialize",
3800 "rustc_session",
3801 "rustc_span",
3802 "rustc_target",
3803 "rustc_trait_selection",
3804 "smallvec",
3805 "tracing",
3806]
3807
3808[[package]]
Camille GILLOT81a600b2021-01-02 13:42:153809name = "rustc_monomorphize"
3810version = "0.0.0"
3811dependencies = [
3812 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:473813 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003814 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:153815 "rustc_hir",
3816 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:473817 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:153818 "rustc_middle",
3819 "rustc_session",
3820 "rustc_span",
3821 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:093822 "serde",
3823 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:153824 "tracing",
3825]
3826
3827[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:133828name = "rustc_parse"
3829version = "0.0.0"
3830dependencies = [
3831 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263832 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463833 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133834 "rustc_data_structures",
3835 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383836 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003837 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133838 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:243839 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:203840 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323841 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:523842 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003843 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:403844 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:003845 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133846]
3847
3848[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403849name = "rustc_parse_format"
3850version = "0.0.0"
3851dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:013852 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:403853 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:403854]
3855
3856[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293857name = "rustc_passes"
3858version = "0.0.0"
3859dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:243860 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263861 "rustc_ast",
Camelid8f40e112021-03-14 21:39:133862 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203863 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093864 "rustc_data_structures",
3865 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:433866 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:413867 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003868 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573869 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:573870 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:123871 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:043872 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453873 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:003874 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:433875 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323876 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:573877 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:373878 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003879 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293880]
3881
3882[[package]]
Simon Sapind0bbc602019-07-16 17:08:323883name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:293884version = "0.0.0"
3885dependencies = [
Andy Russell923f9392021-11-08 23:03:553886 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:263887 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163888 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003889 "rustc_fluent_macro",
Mazdak Farrokhzadf58db202020-01-09 06:52:013890 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:333891 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093892 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083893 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323894 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:293895]
3896
3897[[package]]
3898name = "rustc_privacy"
3899version = "0.0.0"
3900dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:573901 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203902 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093903 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163904 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003905 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573906 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293907 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:343908 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453909 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083910 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323911 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003912 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293913]
3914
3915[[package]]
Camille GILLOT4581d162021-01-19 19:40:163916name = "rustc_query_impl"
3917version = "0.0.0"
3918dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:023919 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:493920 "measureme",
est31b0483962023-06-05 02:53:303921 "memoffset 0.9.0",
Camille GILLOT4581d162021-01-19 19:40:163922 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:013923 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:163924 "rustc_data_structures",
3925 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:163926 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:013927 "rustc_index",
3928 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:163929 "rustc_middle",
3930 "rustc_query_system",
3931 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:013932 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:163933 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:303934 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:133935 "tracing",
Camille GILLOT4581d162021-01-19 19:40:163936]
3937
3938[[package]]
Camille GILLOT6624dc42020-03-18 09:25:223939name = "rustc_query_system"
3940version = "0.0.0"
3941dependencies = [
Philipp Krones586cbd02022-06-04 12:07:443942 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:313943 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:313944 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:223945 "rustc_data_structures",
3946 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:313947 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003948 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:313949 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:223950 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573951 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403952 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:373953 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:313954 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:313955 "rustc_target",
Eric Holk578fc492022-09-07 21:46:043956 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293957 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303958 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003959 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:223960]
3961
3962[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293963name = "rustc_resolve"
3964version = "0.0.0"
3965dependencies = [
Alex Crichton093ede22019-08-15 00:45:093966 "bitflags",
Weihang Lo55a79152023-02-17 23:55:453967 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:403968 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263969 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463970 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203971 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093972 "rustc_data_structures",
3973 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323974 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183975 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003976 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573977 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:293978 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:383979 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093980 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453981 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503982 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563983 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323984 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293985 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523986 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003987 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293988]
3989
3990[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403991name = "rustc_serialize"
3992version = "0.0.0"
3993dependencies = [
3994 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:503995 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:293996 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:053997 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303998 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:403999]
4000
4001[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334002name = "rustc_session"
4003version = "0.0.0"
4004dependencies = [
Jing Peng9b1a1e12023-02-26 20:27:274005 "atty",
Luca Barbieriac2b84f2020-04-10 20:42:194006 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514007 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264008 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334009 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334010 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284011 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004012 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284013 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034014 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524015 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574016 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404017 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324018 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284019 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514020 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254021 "termize",
Oliver Schererec7230f2020-07-24 18:42:004022 "tracing",
klensy3c03cce2023-05-09 15:20:134023 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324024]
4025
4026[[package]]
Oli Scherer9960cc12022-06-02 10:08:384027name = "rustc_smir"
4028version = "0.0.0"
4029dependencies = [
Santiago Pastorino4b85bea2023-04-24 20:53:514030 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384031 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494032 "rustc_span",
4033 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384034]
4035
4036[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324037name = "rustc_span"
4038version = "0.0.0"
4039dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424040 "cfg-if",
Oli Scherer460ecd22023-03-16 10:05:094041 "indexmap",
Igor Matuszewskibd37d7d2020-12-05 15:40:244042 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404043 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324044 "rustc_data_structures",
4045 "rustc_index",
4046 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404047 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324048 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524049 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064050 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004051 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324052 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334053]
4054
4055[[package]]
Mark Mansi2d75a332020-03-12 23:07:584056name = "rustc_symbol_mangling"
4057version = "0.0.0"
4058dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414059 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584060 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584061 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584062 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134063 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004064 "rustc_fluent_macro",
Mark Mansi2d75a332020-03-12 23:07:584065 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134066 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454067 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584068 "rustc_session",
4069 "rustc_span",
4070 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004071 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004072 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584073]
4074
4075[[package]]
Irina Popa38e96402017-12-08 19:18:214076name = "rustc_target"
4077version = "0.0.0"
4078dependencies = [
Alex Crichton093ede22019-08-15 00:45:094079 "bitflags",
hkalbasi390a6372022-11-06 21:06:114080 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094081 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154082 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314083 "rustc_fs_util",
Camille GILLOT2ba84c62019-11-09 21:27:524084 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404085 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324086 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094087 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004088 "tracing",
Irina Popa38e96402017-12-08 19:18:214089]
4090
4091[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064092name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374093version = "0.3.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4096
4097[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404098name = "rustc_trait_selection"
4099version = "0.0.0"
4100dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404101 "rustc_ast",
4102 "rustc_attr",
4103 "rustc_data_structures",
4104 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004105 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404106 "rustc_hir",
4107 "rustc_index",
4108 "rustc_infer",
4109 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454110 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404111 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544112 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024113 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404114 "rustc_session",
4115 "rustc_span",
4116 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134117 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294118 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004119 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404120]
4121
4122[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544123name = "rustc_traits"
4124version = "0.0.0"
4125dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374126 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034127 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034128 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264129 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094130 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574131 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244132 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454133 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324134 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304135 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404136 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294137 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004138 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544139]
4140
4141[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134142name = "rustc_transmute"
4143version = "0.1.0"
4144dependencies = [
4145 "itertools",
4146 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144147 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134148 "rustc_infer",
4149 "rustc_macros",
4150 "rustc_middle",
4151 "rustc_span",
4152 "rustc_target",
4153 "tracing",
4154]
4155
4156[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374157name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304158version = "0.0.0"
4159dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304160 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294161 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004162 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304163 "rustc_hir",
kadmine612e262022-07-09 09:35:064164 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244165 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314166 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454167 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084168 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304169 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324170 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404171 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464172 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004173 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304174]
4175
4176[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104177name = "rustc_type_ir"
4178version = "0.0.0"
4179dependencies = [
4180 "bitflags",
4181 "rustc_data_structures",
4182 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554183 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104184 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344185 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104186]
4187
4188[[package]]
Oliver Schneider847bb142018-05-11 12:11:064189name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004190version = "0.4.0"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4193dependencies = [
klensy8ebc73b2022-02-06 20:57:294194 "semver",
Ralf Junge5d01782021-10-04 22:13:004195]
4196
4197[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294198name = "rustdoc"
4199version = "0.0.0"
4200dependencies = [
Weihang Lof795a152023-03-15 12:50:044201 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464202 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284203 "expect-test",
pierwillf684acd2022-03-04 17:54:284204 "itertools",
Alex Crichton093ede22019-08-15 00:45:094205 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044206 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344207 "regex",
Rune Tynan67b78a02021-01-25 21:23:434208 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454209 "serde",
4210 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294211 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094212 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004213 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294214 "tracing",
4215 "tracing-subscriber",
4216 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584217]
4218
4219[[package]]
ozkanonurc36b2092023-05-20 11:40:114220name = "rustdoc-gui-test"
4221version = "0.1.0"
4222dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404223 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114224 "compiletest",
4225 "getopts",
4226 "walkdir",
4227]
4228
4229[[package]]
Rune Tynan67b78a02021-01-25 21:23:434230name = "rustdoc-json-types"
4231version = "0.1.0"
4232dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204233 "bincode",
ozkanonur52c71e62023-03-01 21:53:024234 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434235 "serde",
Rune Tynanca48d152021-03-04 23:45:574236 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434237]
4238
4239[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534240name = "rustdoc-themes"
4241version = "0.1.0"
4242
4243[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584244name = "rustdoc-tool"
4245version = "0.0.0"
4246dependencies = [
Alex Crichton093ede22019-08-15 00:45:094247 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294248]
4249
4250[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154251name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444252version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044253source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444254checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504255dependencies = [
4256 "anyhow",
4257 "log",
4258 "serde",
4259 "serde_json",
4260]
4261
4262[[package]]
topecongiro5a411a62019-06-18 12:15:194263name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144264version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194265dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154266 "proc-macro2",
4267 "quote",
Alex Crichton093ede22019-08-15 00:45:094268 "serde",
Caleb Cartwrightaca66a22023-06-20 04:19:484269 "syn 2.0.8",
topecongiro5a411a62019-06-18 12:15:194270]
4271
4272[[package]]
Alex Crichton1cede102017-06-15 02:33:064273name = "rustfmt-nightly"
Caleb Cartwrightaca66a22023-06-20 04:19:484274version = "1.5.3"
kennytm0692b3d2017-12-15 19:41:584275dependencies = [
klensy754b5262022-07-31 13:44:064276 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394277 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094278 "bytecount",
Caleb Cartwrightaca66a22023-06-20 04:19:484279 "cargo_metadata",
klensye1c33132023-06-21 09:32:344280 "clap",
Alex Crichton093ede22019-08-15 00:45:094281 "diff",
4282 "dirs",
Caleb Cartwrightaca66a22023-06-20 04:19:484283 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:094284 "getopts",
4285 "ignore",
pierwillf684acd2022-03-04 17:54:284286 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424287 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094288 "log",
4289 "regex",
Alex Crichton093ede22019-08-15 00:45:094290 "rustfmt-config_proc_macro",
4291 "serde",
4292 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544293 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394294 "thiserror",
Caleb Cartwrightaca66a22023-06-20 04:19:484295 "toml 0.7.4",
Alex Crichton093ede22019-08-15 00:45:094296 "unicode-segmentation",
4297 "unicode-width",
4298 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274299]
4300
4301[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044302name = "rustix"
WANG Rui7aa257f2023-04-23 07:58:384303version = "0.37.7"
Weihang Lo1e5dad02022-11-25 22:37:044304source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:384305checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
Weihang Lo1e5dad02022-11-25 22:37:044306dependencies = [
4307 "bitflags",
4308 "errno",
4309 "io-lifetimes",
4310 "libc",
4311 "linux-raw-sys",
WANG Rui7aa257f2023-04-23 07:58:384312 "windows-sys 0.45.0",
Weihang Lo1e5dad02022-11-25 22:37:044313]
4314
4315[[package]]
flip19950046d7c2021-02-25 10:26:234316name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554317version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234318source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554319checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234320
4321[[package]]
Jubilee Young7156ff62023-05-10 03:29:274322name = "ruzstd"
4323version = "0.3.1"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe"
4326dependencies = [
4327 "byteorder",
4328 "thiserror",
4329 "twox-hash",
4330]
4331
4332[[package]]
Alex Crichton2863b752018-08-21 17:23:474333name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444334version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474335source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444336checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474337
4338[[package]]
Josh Stone020c5ec2017-05-08 22:01:134339name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444340version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224341source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444342checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224343dependencies = [
Alex Crichton093ede22019-08-15 00:45:094344 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224345]
4346
4347[[package]]
4348name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444349version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224350source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444351checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224352dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424353 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314354 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224355]
4356
4357[[package]]
Alex Crichton453080f2017-06-05 16:36:484358name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524359version = "1.0.0"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094361checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524362
4363[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124364name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444365version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254366source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444367checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254368
4369[[package]]
David Wood7f916972022-03-26 07:27:434370name = "self_cell"
4371version = "0.10.2"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4374
4375[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584376name = "semver"
J Haigh1a993612023-01-11 18:11:564377version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394378source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564379checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394380dependencies = [
4381 "serde",
4382]
4383
4384[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584385name = "serde"
Collin Baker1d640e52023-05-03 20:45:434386version = "1.0.160"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584387source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Baker1d640e52023-05-03 20:45:434388checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
Eric Huss57393642018-12-17 18:23:044389dependencies = [
Alex Crichton093ede22019-08-15 00:45:094390 "serde_derive",
Eric Huss57393642018-12-17 18:23:044391]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584392
4393[[package]]
4394name = "serde_derive"
Collin Baker1d640e52023-05-03 20:45:434395version = "1.0.160"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584396source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Baker1d640e52023-05-03 20:45:434397checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584398dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154399 "proc-macro2",
4400 "quote",
Deadbeef3b187c32023-04-08 09:31:554401 "syn 2.0.8",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584402]
4403
4404[[package]]
4405name = "serde_json"
J Haigh1a993612023-01-11 18:11:564406version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584407source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564408checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584409dependencies = [
Rune Tynan77156562021-01-16 01:34:154410 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094411 "itoa",
4412 "ryu",
4413 "serde",
Steve Klabnik2795de32017-02-20 00:20:574414]
4415
4416[[package]]
Philipp Krones612c3422023-06-02 09:42:424417name = "serde_spanned"
4418version = "0.6.2"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
4421dependencies = [
4422 "serde",
4423]
4424
4425[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044426name = "sha1"
4427version = "0.10.5"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4430dependencies = [
4431 "cfg-if",
4432 "cpufeatures",
4433 "digest",
4434]
4435
4436[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124437name = "sha2"
Weihang Lo6306fd32023-01-04 15:33:594438version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:124439source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:594440checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
Pietro Albiniacd8e592020-10-01 15:15:124441dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424442 "cfg-if",
pierwillef6dd122022-02-10 16:54:014443 "cpufeatures",
klensy45fac342022-08-31 20:04:124444 "digest",
James Munnsde763692019-01-19 02:39:374445]
4446
4447[[package]]
Oliver Schererec7230f2020-07-24 18:42:004448name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004449version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004450source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004451checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004452dependencies = [
4453 "lazy_static",
4454]
4455
4456[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584457name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444458version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584459source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444460checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584461
4462[[package]]
steveklabnik54371882018-01-25 17:32:254463name = "shlex"
Eric Huss788167a2021-02-23 01:05:214464version = "1.0.0"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4467
4468[[package]]
steveklabnikecfbaca2018-04-03 14:32:044469name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154470version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044471source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154472checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044473
4474[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434475name = "slab"
4476version = "0.4.2"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094478checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
Matthias Krüger696fb8f2019-01-21 15:32:434479
4480[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014481name = "smallvec"
Weihang Loe52e0402023-03-07 22:16:274482version = "1.10.0"
Ralf Jung90b8d342019-11-04 14:59:094483source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:274484checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
Ralf Jung90b8d342019-11-04 14:59:094485
4486[[package]]
Josh Triplett574f6be2020-08-20 23:16:304487name = "snap"
Chris Denton77d7c632023-01-26 05:49:374488version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304489source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374490checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304491
4492[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154493name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184494version = "0.4.1"
klensy50c38902021-05-01 11:50:034495source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184496checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034497dependencies = [
4498 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314499 "winapi",
klensy50c38902021-05-01 11:50:034500]
4501
4502[[package]]
Pietro Albini13efb202022-11-15 09:19:174503name = "spdx-expression"
4504version = "0.5.2"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4507dependencies = [
4508 "nom",
4509 "serde",
4510 "thiserror",
4511 "tracing",
4512]
4513
4514[[package]]
4515name = "spdx-rs"
nilsf77541a2023-04-11 11:46:414516version = "0.5.2"
Pietro Albini13efb202022-11-15 09:19:174517source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:414518checksum = "6b1ec09829bf2d82c175c121b20de11ffab2def83bd55979002099b1f9956c9b"
Pietro Albini13efb202022-11-15 09:19:174519dependencies = [
4520 "chrono",
4521 "log",
4522 "nom",
4523 "serde",
4524 "spdx-expression",
4525 "strum",
4526 "strum_macros",
4527 "thiserror",
4528 "uuid",
4529]
4530
4531[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454532name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444533version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454534source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444535checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454536
4537[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244538name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554539version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244540source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554541checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244542dependencies = [
4543 "cc",
Chris Denton531f3c9e2022-12-20 15:26:424544 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:244545 "libc",
4546 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314547 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244548]
4549
4550[[package]]
Eric Huss7758eaf2022-04-28 05:42:544551name = "static_assertions"
4552version = "1.1.0"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4555
4556[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294557name = "std"
4558version = "0.0.0"
4559dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154560 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094561 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:424562 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:094563 "compiler_builtins",
4564 "core",
4565 "dlmalloc",
4566 "fortanix-sgx-abi",
The 8472479be6a2023-06-08 14:55:494567 "hashbrown 0.14.0",
Stefan Lankes7143379a2022-12-06 19:31:434568 "hermit-abi 0.3.0",
Alex Crichton093ede22019-08-15 00:45:094569 "libc",
Michael Howell8e71a132022-11-08 00:13:204570 "miniz_oxide",
Jubilee Young7156ff62023-05-10 03:29:274571 "object 0.30.1",
Alex Crichton093ede22019-08-15 00:45:094572 "panic_abort",
4573 "panic_unwind",
4574 "profiler_builtins",
Thom Chiovolonia4bf36e2022-11-21 00:55:414575 "rand",
4576 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:374577 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464578 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094579 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:414580 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294581]
4582
4583[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464584name = "std_detect"
4585version = "0.1.5"
4586dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424587 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:464588 "compiler_builtins",
4589 "libc",
4590 "rustc-std-workspace-alloc",
4591 "rustc-std-workspace-core",
4592]
4593
4594[[package]]
steveklabnikecfbaca2018-04-03 14:32:044595name = "string_cache"
klensy947e7872022-04-15 18:11:144596version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044597source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144598checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044599dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424600 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094601 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444602 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094603 "phf_shared",
4604 "precomputed-hash",
4605 "serde",
steveklabnikecfbaca2018-04-03 14:32:044606]
4607
4608[[package]]
4609name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144610version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044611source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144612checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044613dependencies = [
Alex Crichton093ede22019-08-15 00:45:094614 "phf_generator",
4615 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154616 "proc-macro2",
4617 "quote",
steveklabnikecfbaca2018-04-03 14:32:044618]
4619
4620[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584621name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:334622version = "0.10.0"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4625
4626[[package]]
Pietro Albini13efb202022-11-15 09:19:174627name = "strum"
4628version = "0.24.1"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
4631
4632[[package]]
4633name = "strum_macros"
4634version = "0.24.3"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
4637dependencies = [
4638 "heck",
4639 "proc-macro2",
4640 "quote",
4641 "rustversion",
Deadbeefa912a932023-03-23 06:19:254642 "syn 1.0.102",
Pietro Albini13efb202022-11-15 09:19:174643]
4644
4645[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:084646name = "suggest-tests"
4647version = "0.1.0"
4648dependencies = [
4649 "build_helper",
4650 "glob",
4651 "once_cell",
4652]
4653
4654[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114655name = "syn"
J Haigh1a993612023-01-11 18:11:564656version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:114657source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564658checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:114659dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154660 "proc-macro2",
4661 "quote",
Andres Suareza65ddf02022-10-09 03:25:404662 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:114663]
4664
4665[[package]]
Deadbeefa912a932023-03-23 06:19:254666name = "syn"
4667version = "2.0.8"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
4670dependencies = [
4671 "proc-macro2",
4672 "quote",
4673 "unicode-ident",
4674]
4675
4676[[package]]
Alex Crichton325d7392017-12-10 17:42:494677name = "synstructure"
pierwillea25b772021-12-21 17:00:304678version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:234679source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304680checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:234681dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154682 "proc-macro2",
4683 "quote",
Deadbeefa912a932023-03-23 06:19:254684 "syn 1.0.102",
Aaron Hill70ba4912020-08-01 14:11:154685 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234686]
4687
4688[[package]]
Deadbeefaf74ef82023-03-27 13:44:064689name = "synstructure"
4690version = "0.13.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
4693dependencies = [
4694 "proc-macro2",
4695 "quote",
4696 "syn 2.0.8",
4697 "unicode-xid",
4698]
4699
4700[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:294701name = "sysroot"
4702version = "0.0.0"
4703dependencies = [
4704 "proc_macro",
4705 "std",
4706 "test",
4707]
4708
4709[[package]]
Josh Stone020c5ec2017-05-08 22:01:134710name = "tar"
Eric Huss845faad2022-06-08 18:48:314711version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:134712source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:314713checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:134714dependencies = [
Alex Crichton093ede22019-08-15 00:45:094715 "filetime",
4716 "libc",
Alex Crichton093ede22019-08-15 00:45:094717 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134718]
4719
4720[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554721name = "tempfile"
Arlo Siemsen4d9b4762023-06-02 16:40:364722version = "3.5.0"
Aleksey Kladov850156a2018-03-29 07:34:554723source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:364724checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
Aleksey Kladov850156a2018-03-29 07:34:554725dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424726 "cfg-if",
Ralf Jung55162732022-11-15 19:06:424727 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:364728 "redox_syscall 0.3.5",
4729 "rustix",
4730 "windows-sys 0.45.0",
Aleksey Kladov850156a2018-03-29 07:34:554731]
4732
4733[[package]]
steveklabnikecfbaca2018-04-03 14:32:044734name = "tendril"
Eric Huss04b75a72022-06-22 23:49:244735version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:044736source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:244737checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:044738dependencies = [
Alex Crichton093ede22019-08-15 00:45:094739 "futf",
4740 "mac",
4741 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044742]
4743
4744[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294745name = "term"
flip19950046d7c2021-02-25 10:26:234746version = "0.7.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
4749dependencies = [
4750 "dirs-next",
4751 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314752 "winapi",
flip19950046d7c2021-02-25 10:26:234753]
4754
4755[[package]]
Alex Crichton1cede102017-06-15 02:33:064756name = "termcolor"
Nilstrieb75b3ee22022-12-30 11:23:054757version = "1.1.3"
Alex Crichtonfa5b3d32018-07-26 00:25:124758source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:054759checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
Alex Crichtonfa5b3d32018-07-26 00:25:124760dependencies = [
Eric Huss89d79062020-07-29 18:02:054761 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124762]
4763
4764[[package]]
Eric Huss2717f602023-01-06 01:20:594765name = "terminal_size"
WANG Rui7aa257f2023-04-23 07:58:384766version = "0.2.6"
Eric Huss2717f602023-01-06 01:20:594767source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:384768checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
Eric Huss2717f602023-01-06 01:20:594769dependencies = [
4770 "rustix",
WANG Rui7aa257f2023-04-23 07:58:384771 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:594772]
4773
4774[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484775name = "termize"
4776version = "0.1.1"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4779dependencies = [
4780 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314781 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:484782]
4783
4784[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294785name = "test"
4786version = "0.0.0"
4787dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:084788 "core",
Alex Crichton093ede22019-08-15 00:45:094789 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084790 "panic_abort",
4791 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:084792 "std",
Ahmed Charles9ca382f2016-09-02 08:55:294793]
4794
4795[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184796name = "tester"
flip19950046d7c2021-02-25 10:26:234797version = "0.9.0"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
4800dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424801 "cfg-if",
flip19950046d7c2021-02-25 10:26:234802 "getopts",
4803 "libc",
4804 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:544805 "term",
flip19950046d7c2021-02-25 10:26:234806]
4807
4808[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:304809name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:324810version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:304811source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:324812checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:304813
4814[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304815name = "thiserror"
Deadbeefab7c4b72023-04-08 10:12:394816version = "1.0.40"
Pietro Albini9beb8f52019-11-26 11:06:304817source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefab7c4b72023-04-08 10:12:394818checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
Pietro Albini9beb8f52019-11-26 11:06:304819dependencies = [
4820 "thiserror-impl",
4821]
4822
4823[[package]]
4824name = "thiserror-impl"
Deadbeefab7c4b72023-04-08 10:12:394825version = "1.0.40"
Pietro Albini9beb8f52019-11-26 11:06:304826source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefab7c4b72023-04-08 10:12:394827checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
Pietro Albini9beb8f52019-11-26 11:06:304828dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154829 "proc-macro2",
4830 "quote",
Deadbeefab7c4b72023-04-08 10:12:394831 "syn 2.0.8",
Pietro Albini9beb8f52019-11-26 11:06:304832]
4833
4834[[package]]
David Wood2dc1a8a2021-12-03 14:24:054835name = "thorin-dwp"
Jubilee Young7156ff62023-05-10 03:29:274836version = "0.6.0"
David Wood2dc1a8a2021-12-03 14:24:054837source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young7156ff62023-05-10 03:29:274838checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927"
David Wood2dc1a8a2021-12-03 14:24:054839dependencies = [
Qiu Chaofan7c8c9cf2023-02-01 04:29:194840 "gimli 0.26.2",
Amanieu d'Antrasa529ba82023-01-09 17:49:244841 "hashbrown 0.12.3",
Jubilee Young7156ff62023-05-10 03:29:274842 "object 0.31.1",
David Wood2dc1a8a2021-12-03 14:24:054843 "tracing",
4844]
4845
4846[[package]]
Steve Klabnika0769612017-02-07 23:13:574847name = "thread_local"
klensy9f621ae2022-01-24 17:19:214848version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:314849source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:214850checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:314851dependencies = [
klensy9f621ae2022-01-24 17:19:214852 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:314853]
4854
4855[[package]]
Guillaume Gomez50f75202023-03-14 19:28:004856name = "threadpool"
4857version = "1.8.1"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4860dependencies = [
4861 "num_cpus",
4862]
4863
4864[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294865name = "tidy"
4866version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:564867dependencies = [
Weihang Lof795a152023-03-15 12:50:044868 "cargo-platform",
Caleb Cartwrightaca66a22023-06-20 04:19:484869 "cargo_metadata",
yukang18511ba2022-11-04 08:56:484870 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:424871 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:254872 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:094873 "regex",
DebugSteven540ca2f2023-01-05 04:57:204874 "semver",
Nilstrieb75b3ee22022-12-30 11:23:054875 "termcolor",
Alex Crichton093ede22019-08-15 00:45:094876 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:564877]
Ahmed Charles9ca382f2016-09-02 08:55:294878
4879[[package]]
Eric Hussce717472020-08-11 23:49:394880name = "tier-check"
4881version = "0.1.0"
4882
4883[[package]]
David Wood7f916972022-03-26 07:27:434884name = "tinystr"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454885version = "0.7.1"
David Wood7f916972022-03-26 07:27:434886source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454887checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
Manish Goregaokar288194e2022-10-19 23:24:424888dependencies = [
4889 "displaydoc",
Charles Lewa7750042022-11-06 06:43:254890 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:424891]
David Wood7f916972022-03-26 07:27:434892
4893[[package]]
Mark Rousskov342d9562020-08-17 15:21:444894name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:564895version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:444896source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:564897checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4898dependencies = [
4899 "tinyvec_macros",
4900]
4901
4902[[package]]
4903name = "tinyvec_macros"
4904version = "0.1.0"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:444907
4908[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434909name = "tokio"
Arlo Siemsen4d9b4762023-06-02 16:40:364910version = "1.28.2"
Matthias Krüger696fb8f2019-01-21 15:32:434911source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:364912checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
Matthias Krüger696fb8f2019-01-21 15:32:434913dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:314914 "autocfg",
Alex Crichton093ede22019-08-15 00:45:094915 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314916 "pin-project-lite",
Arlo Siemsen4d9b4762023-06-02 16:40:364917 "windows-sys 0.48.0",
Matthias Krüger696fb8f2019-01-21 15:32:434918]
4919
4920[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294921name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:474922version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:134923source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:474924checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:134925dependencies = [
Alex Crichton093ede22019-08-15 00:45:094926 "serde",
Eric Hussd2228ca2019-03-29 03:13:134927]
4928
4929[[package]]
Philipp Krones612c3422023-06-02 09:42:424930name = "toml"
4931version = "0.7.4"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
4934dependencies = [
4935 "serde",
4936 "serde_spanned",
4937 "toml_datetime",
4938 "toml_edit",
4939]
4940
4941[[package]]
4942name = "toml_datetime"
4943version = "0.6.2"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
4946dependencies = [
4947 "serde",
4948]
4949
4950[[package]]
4951name = "toml_edit"
4952version = "0.19.10"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
4955dependencies = [
4956 "indexmap",
4957 "serde",
4958 "serde_spanned",
4959 "toml_datetime",
4960 "winnow",
4961]
4962
4963[[package]]
Eric Hussa882fdd2021-12-03 20:25:074964name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:594965version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:074966source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:594967checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:074968
4969[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:094970name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:324971version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:094972source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:324973checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:094974dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424975 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314976 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:094977 "tracing-attributes",
4978 "tracing-core",
4979]
4980
4981[[package]]
4982name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:124983version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:094984source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124985checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:094986dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154987 "proc-macro2",
4988 "quote",
Deadbeefa912a932023-03-23 06:19:254989 "syn 1.0.102",
Jack Hueyecb8b9f2020-05-27 05:05:094990]
4991
4992[[package]]
4993name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:124994version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:094995source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124996checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:094997dependencies = [
Oli Scherere8962282022-07-05 08:26:124998 "once_cell",
4999 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095000]
5001
5002[[package]]
Ralf Jung10430db2022-07-15 14:04:235003name = "tracing-error"
5004version = "0.2.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5007dependencies = [
5008 "tracing",
5009 "tracing-subscriber",
5010]
5011
5012[[package]]
Jack Hueyd66452c2020-08-04 22:35:375013name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:005014version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:375015source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:005016checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:375017dependencies = [
5018 "lazy_static",
5019 "log",
5020 "tracing-core",
5021]
5022
5023[[package]]
Oliver Schererec7230f2020-07-24 18:42:005024name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:305025version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:005026source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305027checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005028dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:335029 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005030 "lazy_static",
5031 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445032 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005033 "regex",
Oliver Schererec7230f2020-07-24 18:42:005034 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295035 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445036 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595037 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005038 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375039 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375040]
5041
5042[[package]]
5043name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305044version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375045source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305046checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375047dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:335048 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375049 "atty",
pierwillea25b772021-12-21 17:00:305050 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005051 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375052 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005053]
5054
5055[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005056name = "twox-hash"
5057version = "1.6.3"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5060dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425061 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415062 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005063 "static_assertions",
5064]
5065
5066[[package]]
David Wood7f916972022-03-26 07:27:435067name = "type-map"
5068version = "0.4.0"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5071dependencies = [
5072 "rustc-hash",
5073]
5074
5075[[package]]
Eric Huss8c20add2018-12-03 01:33:205076name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595077version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205078source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595079checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205080
5081[[package]]
Mark Rousskov064f8882020-01-13 21:40:195082name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445083version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195084source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445085checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195086dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425087 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195088 "regex",
5089]
5090
5091[[package]]
James Munnsde763692019-01-19 02:39:375092name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525093version = "0.1.5"
James Munnsde763692019-01-19 02:39:375094source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525095checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375096
5097[[package]]
Ralf Junga272c452022-05-30 08:17:465098name = "ui_test"
Ralf Jungd8815ef2023-05-13 13:45:545099version = "0.10.0"
Ralf Jungf76eac42022-09-01 20:59:055100source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungd8815ef2023-05-13 13:45:545101checksum = "191a442639ea102fa62671026047e51d574bfda44b7fdf32151d7314624c1cd2"
Ralf Junga272c452022-05-30 08:17:465102dependencies = [
klensy9b6a6b12023-05-26 10:03:475103 "bstr",
Ralf Jungf4acc672023-04-28 16:15:045104 "cargo-platform",
Caleb Cartwrightaca66a22023-06-20 04:19:485105 "cargo_metadata",
Ralf Jung10430db2022-07-15 14:04:235106 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465107 "colored",
Ralf Jung55162732022-11-15 19:06:425108 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055109 "diff",
Ralf Junga272c452022-05-30 08:17:465110 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465111 "regex",
5112 "rustc_version",
Ralf Jungf4acc672023-04-28 16:15:045113 "rustfix",
Ralf Jung9f2b69d2022-06-01 13:26:265114 "serde",
5115 "serde_json",
Ralf Jung55162732022-11-15 19:06:425116 "tempfile",
Ralf Junga272c452022-05-30 08:17:465117]
5118
5119[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235120name = "unic-char-property"
5121version = "0.9.0"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5124dependencies = [
5125 "unic-char-range",
5126]
5127
5128[[package]]
5129name = "unic-char-range"
5130version = "0.9.0"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5133
5134[[package]]
5135name = "unic-common"
5136version = "0.9.0"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5139
5140[[package]]
5141name = "unic-emoji-char"
5142version = "0.9.0"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5145dependencies = [
5146 "unic-char-property",
5147 "unic-char-range",
5148 "unic-ucd-version",
5149]
5150
5151[[package]]
David Wood7f916972022-03-26 07:27:435152name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425153version = "0.9.1"
David Wood7f916972022-03-26 07:27:435154source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425155checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435156dependencies = [
5157 "unic-langid-impl",
5158 "unic-langid-macros",
5159]
5160
5161[[package]]
5162name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425163version = "0.9.1"
David Wood7f916972022-03-26 07:27:435164source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425165checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435166dependencies = [
5167 "tinystr",
5168]
5169
5170[[package]]
5171name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425172version = "0.9.1"
David Wood7f916972022-03-26 07:27:435173source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425174checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435175dependencies = [
5176 "proc-macro-hack",
5177 "tinystr",
5178 "unic-langid-impl",
5179 "unic-langid-macros-impl",
5180]
5181
5182[[package]]
5183name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425184version = "0.9.1"
David Wood7f916972022-03-26 07:27:435185source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425186checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435187dependencies = [
5188 "proc-macro-hack",
5189 "quote",
Deadbeefa912a932023-03-23 06:19:255190 "syn 1.0.102",
David Wood7f916972022-03-26 07:27:435191 "unic-langid-impl",
5192]
5193
5194[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235195name = "unic-ucd-version"
5196version = "0.9.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5199dependencies = [
5200 "unic-common",
5201]
5202
5203[[package]]
Andy Russell30301642019-04-20 17:03:595204name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405205version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595206source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405207checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595208dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405209 "version_check",
Andy Russell30301642019-04-20 17:03:595210]
5211
5212[[package]]
Mark Rousskov064f8882020-01-13 21:40:195213name = "unicode-bdd"
5214version = "0.1.0"
5215dependencies = [
5216 "ucd-parse",
5217]
5218
5219[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585220name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325221version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585222source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095223checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585224dependencies = [
Alex Crichton093ede22019-08-15 00:45:095225 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585226]
5227
5228[[package]]
Andres Suareza65ddf02022-10-09 03:25:405229name = "unicode-ident"
5230version = "1.0.5"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5233
5234[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585235name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565236version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585237source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565238checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405239dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445240 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405241]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585242
5243[[package]]
Charles Lew485e98a2020-01-02 12:02:225244name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565245version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225246source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565247checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225248
5249[[package]]
5250name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565251version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225252source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565253checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225254dependencies = [
Charles Lewc05961c2020-04-25 01:38:315255 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225256 "unicode-script",
5257]
5258
5259[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585260name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565261version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575262source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565263checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575264
5265[[package]]
5266name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565267version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575268source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565269checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085270dependencies = [
5271 "compiler_builtins",
5272 "rustc-std-workspace-core",
5273 "rustc-std-workspace-std",
5274]
Steve Klabnika0769612017-02-07 23:13:575275
5276[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585277name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565278version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395279source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565280checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395281
5282[[package]]
flip19954c228cc2019-02-18 09:32:585283name = "unicode_categories"
5284version = "0.1.1"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095286checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585287
5288[[package]]
Michael Howellb29d9d52021-02-24 06:42:425289name = "unified-diff"
5290version = "0.2.1"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5293dependencies = [
5294 "diff",
5295]
5296
5297[[package]]
est31c2d59062017-06-12 19:35:475298name = "unstable-book-gen"
5299version = "0.1.0"
5300dependencies = [
Alex Crichton093ede22019-08-15 00:45:095301 "num-traits",
5302 "tidy",
est31c2d59062017-06-12 19:35:475303]
5304
5305[[package]]
Nick Cameron71a0be02017-09-25 04:13:295306name = "unwind"
5307version = "0.0.0"
5308dependencies = [
Alex Crichton093ede22019-08-15 00:45:095309 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425310 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095311 "compiler_builtins",
5312 "core",
5313 "libc",
Nick Cameron71a0be02017-09-25 04:13:295314]
5315
5316[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585317name = "url"
Eric Hussf3287a62021-05-12 00:39:515318version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395319source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515320checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395321dependencies = [
Eric Hussf3287a62021-05-12 00:39:515322 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435323 "idna",
Alex Crichton093ede22019-08-15 00:45:095324 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435325 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395326]
5327
5328[[package]]
steveklabnikecfbaca2018-04-03 14:32:045329name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445330version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045331source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445332checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045333
5334[[package]]
Eric Hussd5e03532019-05-23 20:27:495335name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205336version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495337source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205338checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495339
5340[[package]]
Pietro Albini13efb202022-11-15 09:19:175341name = "uuid"
nilsf77541a2023-04-11 11:46:415342version = "1.3.1"
Pietro Albini13efb202022-11-15 09:19:175343source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:415344checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
Pietro Albini13efb202022-11-15 09:19:175345dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415346 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175347]
5348
5349[[package]]
Oli Scherere8962282022-07-05 08:26:125350name = "valuable"
5351version = "0.1.0"
5352source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5354
5355[[package]]
Alex Crichton1cede102017-06-15 02:33:065356name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445357version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065358source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445359checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065360
5361[[package]]
Alex Crichtonb4110902018-12-08 11:06:545362name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245363version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075364source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245365checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075366
5367[[package]]
Josh Stone020c5ec2017-05-08 22:01:135368name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395369version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225370source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395371checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225372dependencies = [
Alex Crichton093ede22019-08-15 00:45:095373 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315374 "winapi",
Alex Crichton093ede22019-08-15 00:45:095375 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225376]
5377
5378[[package]]
newpavlov6374b842019-08-29 17:13:155379name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135380version = "0.11.0+wasi-snapshot-preview1"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155383dependencies = [
5384 "compiler_builtins",
5385 "rustc-std-workspace-alloc",
5386 "rustc-std-workspace-core",
5387]
5388
5389[[package]]
nilsf77541a2023-04-11 11:46:415390name = "wasm-bindgen"
5391version = "0.2.84"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
5394dependencies = [
5395 "cfg-if",
5396 "wasm-bindgen-macro",
5397]
5398
5399[[package]]
5400name = "wasm-bindgen-backend"
5401version = "0.2.84"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
5404dependencies = [
5405 "bumpalo",
5406 "log",
5407 "once_cell",
5408 "proc-macro2",
5409 "quote",
5410 "syn 1.0.102",
5411 "wasm-bindgen-shared",
5412]
5413
5414[[package]]
5415name = "wasm-bindgen-macro"
5416version = "0.2.84"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
5419dependencies = [
5420 "quote",
5421 "wasm-bindgen-macro-support",
5422]
5423
5424[[package]]
5425name = "wasm-bindgen-macro-support"
5426version = "0.2.84"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
5429dependencies = [
5430 "proc-macro2",
5431 "quote",
5432 "syn 1.0.102",
5433 "wasm-bindgen-backend",
5434 "wasm-bindgen-shared",
5435]
5436
5437[[package]]
5438name = "wasm-bindgen-shared"
5439version = "0.2.84"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
5442
5443[[package]]
Steve Klabnika0769612017-02-07 23:13:575444name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445445version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225446source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445447checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225448dependencies = [
Alex Crichton093ede22019-08-15 00:45:095449 "winapi-i686-pc-windows-gnu",
5450 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225451]
5452
5453[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225454name = "winapi-i686-pc-windows-gnu"
5455version = "0.4.0"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095457checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225458
5459[[package]]
Alex Crichton2863b752018-08-21 17:23:475460name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055461version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475462source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055463checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475464dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315465 "winapi",
Alex Crichton2863b752018-08-21 17:23:475466]
5467
5468[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225469name = "winapi-x86_64-pc-windows-gnu"
5470version = "0.4.0"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095472checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225473
5474[[package]]
Weihang Loe52e0402023-03-07 22:16:275475name = "windows"
nilsf77541a2023-04-11 11:46:415476version = "0.48.0"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
5479dependencies = [
5480 "windows-targets 0.48.0",
Andy Russellbb7c3732023-01-15 18:43:155481]
5482
5483[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:075484name = "windows-bindgen"
5485version = "0.49.0"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "b6935fb09b84ee57929ae92518b475f5dfdfbeb87c5334756acc28ee8e202b60"
5488dependencies = [
5489 "windows-metadata",
5490 "windows-tokens",
5491]
5492
5493[[package]]
5494name = "windows-metadata"
5495version = "0.49.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "2f5bca94a32bf1e6a376522b6601275a3b611ee885ec0f1b6a05f17e8cfd3385"
5498
5499[[package]]
Philipp Krones586cbd02022-06-04 12:07:445500name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555501version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445502source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555503checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445504dependencies = [
nilsf77541a2023-04-11 11:46:415505 "windows_aarch64_gnullvm 0.42.2",
5506 "windows_aarch64_msvc 0.42.2",
5507 "windows_i686_gnu 0.42.2",
5508 "windows_i686_msvc 0.42.2",
5509 "windows_x86_64_gnu 0.42.2",
5510 "windows_x86_64_gnullvm 0.42.2",
5511 "windows_x86_64_msvc 0.42.2",
Philipp Krones586cbd02022-06-04 12:07:445512]
5513
5514[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225515name = "windows-sys"
5516version = "0.45.0"
Mateusz Mikuład5899ef2022-11-05 11:19:555517source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:225518checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5519dependencies = [
nilsf77541a2023-04-11 11:46:415520 "windows-targets 0.42.2",
Weihang Lo6f38fd52023-02-07 22:26:225521]
5522
5523[[package]]
WANG Rui7aa257f2023-04-23 07:58:385524name = "windows-sys"
5525version = "0.48.0"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5528dependencies = [
5529 "windows-targets 0.48.0",
5530]
5531
5532[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225533name = "windows-targets"
Andy Russellbb7c3732023-01-15 18:43:155534version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225535source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155536checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
Weihang Lo6f38fd52023-02-07 22:26:225537dependencies = [
nilsf77541a2023-04-11 11:46:415538 "windows_aarch64_gnullvm 0.42.2",
5539 "windows_aarch64_msvc 0.42.2",
5540 "windows_i686_gnu 0.42.2",
5541 "windows_i686_msvc 0.42.2",
5542 "windows_x86_64_gnu 0.42.2",
5543 "windows_x86_64_gnullvm 0.42.2",
5544 "windows_x86_64_msvc 0.42.2",
5545]
5546
5547[[package]]
5548name = "windows-targets"
5549version = "0.48.0"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
5552dependencies = [
5553 "windows_aarch64_gnullvm 0.48.0",
5554 "windows_aarch64_msvc 0.48.0",
5555 "windows_i686_gnu 0.48.0",
5556 "windows_i686_msvc 0.48.0",
5557 "windows_x86_64_gnu 0.48.0",
5558 "windows_x86_64_gnullvm 0.48.0",
5559 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:225560]
5561
5562[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:075563name = "windows-tokens"
5564version = "0.48.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "b34c9a3b28cb41db7385546f7f9a8179348dffc89923dde66857b1ba5312f6b4"
5567
5568[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225569name = "windows_aarch64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155570version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225571source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155572checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
Mateusz Mikuład5899ef2022-11-05 11:19:555573
5574[[package]]
nilsf77541a2023-04-11 11:46:415575name = "windows_aarch64_gnullvm"
5576version = "0.48.0"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
5579
5580[[package]]
Philipp Krones586cbd02022-06-04 12:07:445581name = "windows_aarch64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155582version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445583source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155584checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
Philipp Krones586cbd02022-06-04 12:07:445585
5586[[package]]
nilsf77541a2023-04-11 11:46:415587name = "windows_aarch64_msvc"
5588version = "0.48.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
5591
5592[[package]]
Philipp Krones586cbd02022-06-04 12:07:445593name = "windows_i686_gnu"
Andy Russellbb7c3732023-01-15 18:43:155594version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445595source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155596checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
Philipp Krones586cbd02022-06-04 12:07:445597
5598[[package]]
nilsf77541a2023-04-11 11:46:415599name = "windows_i686_gnu"
5600version = "0.48.0"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
5603
5604[[package]]
Philipp Krones586cbd02022-06-04 12:07:445605name = "windows_i686_msvc"
Andy Russellbb7c3732023-01-15 18:43:155606version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445607source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155608checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
Philipp Krones586cbd02022-06-04 12:07:445609
5610[[package]]
nilsf77541a2023-04-11 11:46:415611name = "windows_i686_msvc"
5612version = "0.48.0"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
5615
5616[[package]]
Philipp Krones586cbd02022-06-04 12:07:445617name = "windows_x86_64_gnu"
Andy Russellbb7c3732023-01-15 18:43:155618version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445619source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155620checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
Mateusz Mikuład5899ef2022-11-05 11:19:555621
5622[[package]]
nilsf77541a2023-04-11 11:46:415623name = "windows_x86_64_gnu"
5624version = "0.48.0"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
5627
5628[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555629name = "windows_x86_64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155630version = "0.42.2"
Mateusz Mikuład5899ef2022-11-05 11:19:555631source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155632checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
Philipp Krones586cbd02022-06-04 12:07:445633
5634[[package]]
nilsf77541a2023-04-11 11:46:415635name = "windows_x86_64_gnullvm"
5636version = "0.48.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
5639
5640[[package]]
Philipp Krones586cbd02022-06-04 12:07:445641name = "windows_x86_64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155642version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445643source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155644checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
Philipp Krones586cbd02022-06-04 12:07:445645
5646[[package]]
nilsf77541a2023-04-11 11:46:415647name = "windows_x86_64_msvc"
5648version = "0.48.0"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
5651
5652[[package]]
Philipp Krones612c3422023-06-02 09:42:425653name = "winnow"
5654version = "0.4.6"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
5657dependencies = [
5658 "memchr",
5659]
5660
5661[[package]]
Charles Lewa7750042022-11-06 06:43:255662name = "writeable"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455663version = "0.5.1"
Charles Lewa7750042022-11-06 06:43:255664source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455665checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc"
Charles Lewa7750042022-11-06 06:43:255666
5667[[package]]
Josh Stone020c5ec2017-05-08 22:01:135668name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225669version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135670source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095671checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135672dependencies = [
Alex Crichton093ede22019-08-15 00:45:095673 "libc",
Josh Stone020c5ec2017-05-08 22:01:135674]
5675
5676[[package]]
5677name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:255678version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:135679source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:255680checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:135681dependencies = [
Alex Crichton093ede22019-08-15 00:45:095682 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135683]
5684
5685[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305686name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445687version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305688source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445689checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305690dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425691 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305692 "thiserror",
Michael Howell271bad92022-06-18 15:54:005693 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305694]
5695
5696[[package]]
Josh Stone020c5ec2017-05-08 22:01:135697name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445698version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305699source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445700checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305701dependencies = [
5702 "linked-hash-map",
5703]
Igor Matuszewski2214a412021-05-03 20:59:355704
5705[[package]]
5706name = "yansi-term"
5707version = "0.1.2"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5710dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315711 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355712]
Charles Lewa7750042022-11-06 06:43:255713
5714[[package]]
5715name = "yoke"
Manish Goregaokar522eeba42023-05-02 17:36:185716version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:255717source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:185718checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de"
Charles Lewa7750042022-11-06 06:43:255719dependencies = [
5720 "serde",
5721 "stable_deref_trait",
5722 "yoke-derive",
5723 "zerofrom",
5724]
5725
5726[[package]]
5727name = "yoke-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455728version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:255729source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455730checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb"
Charles Lewa7750042022-11-06 06:43:255731dependencies = [
5732 "proc-macro2",
5733 "quote",
Deadbeefa912a932023-03-23 06:19:255734 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065735 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255736]
5737
5738[[package]]
5739name = "zerofrom"
5740version = "0.1.1"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5743dependencies = [
5744 "zerofrom-derive",
5745]
5746
5747[[package]]
5748name = "zerofrom-derive"
5749version = "0.1.1"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5752dependencies = [
5753 "proc-macro2",
5754 "quote",
Deadbeefa912a932023-03-23 06:19:255755 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065756 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255757]
5758
5759[[package]]
5760name = "zerovec"
Manish Goregaokar522eeba42023-05-02 17:36:185761version = "0.9.4"
Charles Lewa7750042022-11-06 06:43:255762source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:185763checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea"
Charles Lewa7750042022-11-06 06:43:255764dependencies = [
5765 "yoke",
5766 "zerofrom",
5767 "zerovec-derive",
5768]
5769
5770[[package]]
5771name = "zerovec-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455772version = "0.9.3"
Charles Lewa7750042022-11-06 06:43:255773source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455774checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e"
Charles Lewa7750042022-11-06 06:43:255775dependencies = [
5776 "proc-macro2",
5777 "quote",
Deadbeefa912a932023-03-23 06:19:255778 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065779 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255780]