blob: 64aa1d874afe55da097ff771d2b2238ba5e54b8f [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"
Philipp Kronesa6d3c822023-07-02 13:07:47346version = "1.4.0"
Matthias Krüger696fb8f2019-01-21 15:32:43347source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:47348checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
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 Jung3f88f4c2023-02-26 18:09:17366 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22367 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20368 "serde",
369 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20370]
371
372[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56373name = "cargo-platform"
Eric Husse62cd402021-08-10 20:40:56374version = "0.1.2"
Caleb Cartwright0697f562021-10-20 05:15:20375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
377dependencies = [
378 "serde",
379]
380
381[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29382name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48383version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20384source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48385checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37386dependencies = [
387 "camino",
Weihang Lof795a152023-03-15 12:50:04388 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37389 "semver",
390 "serde",
391 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31392 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37393]
394
395[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26396name = "cargotest2"
397version = "0.1.0"
398
399[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35400name = "cc"
klensy9b6a6b12023-05-26 10:03:47401version = "1.0.79"
Nick Cameronc5cad5a2017-09-22 01:58:35402source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47403checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
Nick Cameronc5cad5a2017-09-22 01:58:35404
405[[package]]
Josh Stone020c5ec2017-05-08 22:01:13406name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07407version = "1.0.0"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03410dependencies = [
411 "compiler_builtins",
412 "rustc-std-workspace-core",
413]
Aaron Hill44fdfd62020-10-11 17:51:07414
415[[package]]
Jack Hueya24df5b2020-03-03 16:25:03416name = "chalk-derive"
Michael Goulet6de5f622022-11-13 19:29:38417version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03418source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38419checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb"
Jack Hueya24df5b2020-03-03 16:25:03420dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15421 "proc-macro2",
422 "quote",
Deadbeefa912a932023-03-23 06:19:25423 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:06424 "synstructure 0.12.6",
Jack Hueya24df5b2020-03-03 16:25:03425]
426
427[[package]]
428name = "chalk-engine"
Michael Goulet6de5f622022-11-13 19:29:38429version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03430source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38431checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f"
Jack Hueya24df5b2020-03-03 16:25:03432dependencies = [
Jack Huey6aa2e9d2020-05-27 00:19:19433 "chalk-derive",
434 "chalk-ir",
Jack Hueyd66452c2020-08-04 22:35:37435 "chalk-solve",
Jack Hueya24df5b2020-03-03 16:25:03436 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09437 "tracing",
Jack Hueya24df5b2020-03-03 16:25:03438]
439
440[[package]]
441name = "chalk-ir"
Michael Goulet6de5f622022-11-13 19:29:38442version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03443source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38444checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838"
Jack Hueya24df5b2020-03-03 16:25:03445dependencies = [
Jack Huey4b64bc12021-01-01 18:44:31446 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:03447 "chalk-derive",
Yuki Okushi1f0a39502020-05-26 04:00:42448 "lazy_static",
Jack Hueya24df5b2020-03-03 16:25:03449]
450
451[[package]]
Jack Hueya24df5b2020-03-03 16:25:03452name = "chalk-solve"
Michael Goulet6de5f622022-11-13 19:29:38453version = "0.87.0"
Jack Hueya24df5b2020-03-03 16:25:03454source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet6de5f622022-11-13 19:29:38455checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4"
Jack Hueya24df5b2020-03-03 16:25:03456dependencies = [
457 "chalk-derive",
Jack Hueya24df5b2020-03-03 16:25:03458 "chalk-ir",
Jack Hueya42e5a12020-05-27 05:05:09459 "ena",
pierwill8d27c282022-01-19 19:44:43460 "indexmap",
pierwillf684acd2022-03-04 17:54:28461 "itertools",
Jack Hueya24df5b2020-03-03 16:25:03462 "petgraph",
463 "rustc-hash",
Jack Hueyecb8b9f2020-05-27 05:05:09464 "tracing",
Jack Hueyd66452c2020-08-04 22:35:37465 "tracing-subscriber",
466 "tracing-tree",
Jack Hueya24df5b2020-03-03 16:25:03467]
468
469[[package]]
Alex Crichton15899b02018-01-25 04:01:42470name = "chrono"
nilsf77541a2023-04-11 11:46:41471version = "0.4.24"
Alex Crichton15899b02018-01-25 04:01:42472source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:41473checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
Alex Crichton15899b02018-01-25 04:01:42474dependencies = [
nilsf77541a2023-04-11 11:46:41475 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09476 "num-integer",
477 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17478 "serde",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31479 "winapi",
Alex Crichton15899b02018-01-25 04:01:42480]
481
482[[package]]
Steve Klabnika0769612017-02-07 23:13:57483name = "clap"
Eric Huss6e298622023-04-01 15:49:20484version = "4.2.1"
Weihang Loc1b4f112022-10-04 20:57:49485source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20486checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3"
Weihang Loc1b4f112022-10-04 20:57:49487dependencies = [
Eric Huss6e298622023-04-01 15:49:20488 "clap_builder",
klensye1c33132023-06-21 09:32:34489 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20490 "once_cell",
491]
492
493[[package]]
494name = "clap_builder"
495version = "4.2.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f"
498dependencies = [
499 "anstream",
500 "anstyle",
Weihang Loc1b4f112022-10-04 20:57:49501 "bitflags",
klensye1c33132023-06-21 09:32:34502 "clap_lex",
Nixon Enraght-Moony7680b162023-01-02 19:30:39503 "once_cell",
Weihang Loc1b4f112022-10-04 20:57:49504 "strsim",
Eric Huss2717f602023-01-06 01:20:59505 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49506]
507
508[[package]]
Eric Huss51814222022-04-15 18:57:06509name = "clap_complete"
Eric Huss2717f602023-01-06 01:20:59510version = "4.0.7"
Eric Huss51814222022-04-15 18:57:06511source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:59512checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b"
Eric Huss51814222022-04-15 18:57:06513dependencies = [
klensye1c33132023-06-21 09:32:34514 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54515]
516
517[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39518name = "clap_derive"
Eric Huss6e298622023-04-01 15:49:20519version = "4.2.0"
Nixon Enraght-Moony7680b162023-01-02 19:30:39520source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20521checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
Nixon Enraght-Moony7680b162023-01-02 19:30:39522dependencies = [
523 "heck",
Nixon Enraght-Moony7680b162023-01-02 19:30:39524 "proc-macro2",
525 "quote",
Eric Huss6e298622023-04-01 15:49:20526 "syn 2.0.8",
Nixon Enraght-Moony7680b162023-01-02 19:30:39527]
528
529[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51530name = "clap_lex"
Eric Huss6e298622023-04-01 15:49:20531version = "0.4.1"
Weihang Loc1b4f112022-10-04 20:57:49532source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:20533checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
Weihang Loc1b4f112022-10-04 20:57:49534
535[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29536name = "clippy"
Philipp Krones612c3422023-06-02 09:42:42537version = "0.1.72"
Ahmed Charles9ca382f2016-09-02 08:55:29538dependencies = [
Alex Crichton093ede22019-08-15 00:45:09539 "clippy_lints",
flip1995647f2b42021-06-03 07:06:49540 "filetime",
pierwillf684acd2022-03-04 17:54:28541 "itertools",
flip1995412ebc32021-03-12 14:31:11542 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17543 "rustc_tools_util",
Matthias Krügerf77104b2019-12-02 22:09:48544 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00545 "termize",
Ralf Jungbf11b122021-04-06 11:20:48546 "tester",
Philipp Krones612c3422023-06-02 09:42:42547 "toml 0.7.4",
Philipp Kronesa6d3c822023-07-02 13:07:47548 "ui_test",
Philipp Kronesd6732192022-07-28 17:08:41549 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29550]
551
552[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49553name = "clippy_dev"
554version = "0.0.1"
555dependencies = [
flip1995463c7602022-05-05 14:13:10556 "aho-corasick",
klensye1c33132023-06-21 09:32:34557 "clap",
flip19958d5f69d2021-10-21 11:13:17558 "indoc",
pierwillf684acd2022-03-04 17:54:28559 "itertools",
flip199544cea512021-07-01 16:18:02560 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49561 "shell-escape",
562 "walkdir",
563]
564
565[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29566name = "clippy_lints"
Philipp Krones612c3422023-06-02 09:42:42567version = "0.1.72"
Oliver Schneider847bb142018-05-11 12:11:06568dependencies = [
Weihang Lof795a152023-03-15 12:50:04569 "arrayvec",
Caleb Cartwrightaca66a22023-06-20 04:19:48570 "cargo_metadata",
flip19950046d7c2021-02-25 10:26:23571 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06572 "declare_clippy_lint",
Alex Crichton093ede22019-08-15 00:45:09573 "if_chain",
pierwillf684acd2022-03-04 17:54:28574 "itertools",
Weihang Lo55a79152023-02-17 23:55:45575 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:09576 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47577 "regex",
Philipp Kronesd780efc2023-05-20 13:39:35578 "regex-syntax 0.7.1",
flip1995898ef0f2020-12-06 14:07:59579 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29580 "semver",
Alex Crichton093ede22019-08-15 00:45:09581 "serde",
flip1995c24058b2021-05-06 10:21:46582 "serde_json",
flip199537cdd7e2022-06-16 15:39:29583 "tempfile",
Philipp Krones612c3422023-06-02 09:42:42584 "toml 0.7.4",
Alex Crichton093ede22019-08-15 00:45:09585 "unicode-normalization",
flip199544cea512021-07-01 16:18:02586 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43587 "url",
Oliver Schneider847bb142018-05-11 12:11:06588]
589
590[[package]]
Philipp Kronesa6d3c822023-07-02 13:07:47591name = "clippy_test_deps"
592version = "0.1.0"
593dependencies = [
594 "clippy_lints",
595 "clippy_utils",
596 "derive-new",
597 "futures",
598 "if_chain",
599 "itertools",
600 "parking_lot 0.12.1",
601 "quote",
602 "regex",
603 "serde",
604 "syn 2.0.8",
605 "tokio",
606]
607
608[[package]]
flip19950046d7c2021-02-25 10:26:23609name = "clippy_utils"
Philipp Krones612c3422023-06-02 09:42:42610version = "0.1.72"
flip19950046d7c2021-02-25 10:26:23611dependencies = [
Weihang Lof795a152023-03-15 12:50:04612 "arrayvec",
flip19950046d7c2021-02-25 10:26:23613 "if_chain",
Jason Newcomb9a677672022-08-31 13:24:45614 "itertools",
flip19950046d7c2021-02-25 10:26:23615 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23616]
617
618[[package]]
Pietro Albini13efb202022-11-15 09:19:17619name = "collect-license-metadata"
620version = "0.1.0"
621dependencies = [
622 "anyhow",
623 "serde",
624 "serde_json",
625 "spdx-rs",
626]
627
628[[package]]
Ralf Jung10430db2022-07-15 14:04:23629name = "color-eyre"
630version = "0.6.2"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
633dependencies = [
634 "backtrace",
635 "color-spantrace",
636 "eyre",
637 "indenter",
638 "once_cell",
639 "owo-colors",
640 "tracing-error",
641]
642
643[[package]]
644name = "color-spantrace"
645version = "0.2.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
648dependencies = [
649 "once_cell",
650 "owo-colors",
651 "tracing-core",
652 "tracing-error",
653]
654
655[[package]]
Nick Cameron127f9a62018-04-25 22:11:28656name = "colored"
Ralf Jung0e908752020-09-17 18:04:20657version = "2.0.0"
Nick Cameron127f9a62018-04-25 22:11:28658source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung0e908752020-09-17 18:04:20659checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
Nick Cameron127f9a62018-04-25 22:11:28660dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42661 "atty",
662 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31663 "winapi",
Nick Cameron127f9a62018-04-25 22:11:28664]
665
666[[package]]
Alex Crichton147e2da2016-10-07 06:30:38667name = "compiler_builtins"
Patryk Wychowaniec70ce2132023-06-18 11:29:36668version = "0.1.93"
Alex Crichton4c21a3b2018-11-20 05:52:50669source = "registry+https://github.com/rust-lang/crates.io-index"
Patryk Wychowaniec70ce2132023-06-18 11:29:36670checksum = "76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781"
Alex Crichton147e2da2016-10-07 06:30:38671dependencies = [
Alex Crichton093ede22019-08-15 00:45:09672 "cc",
673 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38674]
675
676[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29677name = "compiletest"
678version = "0.0.0"
679dependencies = [
David Tolnay6b7b7752023-05-14 14:13:00680 "anyhow",
yukang414eb482023-02-03 16:23:11681 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42682 "colored",
Alex Crichton093ede22019-08-15 00:45:09683 "diff",
Alex Crichton093ede22019-08-15 00:45:09684 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21685 "glob",
Eric Hussfab89962022-08-08 04:26:13686 "lazycell",
Alex Crichton093ede22019-08-15 00:45:09687 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47688 "miow",
Jakob Degen17395b42022-10-31 00:17:25689 "miropt-test-tools",
klensy58e74702023-02-21 12:58:33690 "once_cell",
Alex Crichton093ede22019-08-15 00:45:09691 "regex",
Philipp Krones586cbd02022-06-04 12:07:44692 "rustfix",
Alex Crichton093ede22019-08-15 00:45:09693 "serde",
694 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00695 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00696 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42697 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09698 "walkdir",
klensy3c03cce2023-05-09 15:20:13699 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29700]
701
702[[package]]
Eric Huss6e298622023-04-01 15:49:20703name = "concolor-override"
704version = "1.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
707
708[[package]]
Eric Huss3a6fc802022-04-20 13:50:39709name = "concolor-query"
Eric Huss6e298622023-04-01 15:49:20710version = "0.3.3"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
713dependencies = [
714 "windows-sys 0.45.0",
715]
716
717[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45718name = "convert_case"
719version = "0.4.0"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
722
723[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29724name = "core"
725version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16726dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41727 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56728 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16729]
Ahmed Charles9ca382f2016-09-02 08:55:29730
731[[package]]
nilsf77541a2023-04-11 11:46:41732name = "core-foundation-sys"
733version = "0.8.4"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
736
737[[package]]
Rich Kadelbd0eb072020-11-03 05:32:48738name = "coverage_test_macros"
739version = "0.0.0"
Rich Kadelbd0eb072020-11-03 05:32:48740
741[[package]]
pierwillef6dd122022-02-10 16:54:01742name = "cpufeatures"
klensyceee8802022-11-22 14:41:06743version = "0.2.5"
Pietro Albiniacd8e592020-10-01 15:15:12744source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:06745checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
pierwillef6dd122022-02-10 16:54:01746dependencies = [
747 "libc",
748]
Pietro Albiniacd8e592020-10-01 15:15:12749
750[[package]]
Alex Crichtonb4110902018-12-08 11:06:54751name = "crc32fast"
klensy43512e62022-07-26 16:16:43752version = "1.3.2"
Alex Crichtonb4110902018-12-08 11:06:54753source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43754checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Alex Crichtonb4110902018-12-08 11:06:54755dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42756 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54757]
Alex Crichton38bedfa2017-09-02 03:46:51758
759[[package]]
kennytmcab21f12018-07-26 21:58:55760name = "crossbeam-channel"
klensy9b6a6b12023-05-26 10:03:47761version = "0.5.8"
Matthias Krüger451d4922020-02-10 19:47:38762source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47763checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
Matthias Krüger451d4922020-02-10 19:47:38764dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42765 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07766 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38767]
768
769[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45770name = "crossbeam-deque"
bjorn3aa1ab512022-12-12 16:51:39771version = "0.8.2"
Josh Stone33c41252019-09-10 17:13:07772source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39773checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
Josh Stone33c41252019-09-10 17:13:07774dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42775 "cfg-if",
Igor Matuszewski5b091302019-12-10 15:01:01776 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07777 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07778]
779
780[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45781name = "crossbeam-epoch"
klensy9b6a6b12023-05-26 10:03:47782version = "0.9.14"
Matthias Krüger696fb8f2019-01-21 15:32:43783source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:47784checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
Matthias Krüger696fb8f2019-01-21 15:32:43785dependencies = [
bjorn3aa1ab512022-12-12 16:51:39786 "autocfg",
Chris Denton531f3c9e2022-12-20 15:26:42787 "cfg-if",
Josh Stonef3b88122022-01-10 19:34:07788 "crossbeam-utils",
est31b0483962023-06-05 02:53:30789 "memoffset 0.8.0",
Mateusz Mikuła2d8d8132019-12-04 17:40:16790 "scopeguard",
Matthias Krüger696fb8f2019-01-21 15:32:43791]
792
793[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45794name = "crossbeam-utils"
bjorn3aa1ab512022-12-12 16:51:39795version = "0.8.14"
Eric Husse0f2f9d2019-11-12 17:57:41796source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3aa1ab512022-12-12 16:51:39797checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Eric Husse0f2f9d2019-11-12 17:57:41798dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42799 "cfg-if",
Eric Huss71bf7cf2020-10-14 22:16:47800]
801
802[[package]]
Weihang Lo6306fd32023-01-04 15:33:59803name = "crypto-common"
804version = "0.1.6"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
807dependencies = [
808 "generic-array",
809 "typenum",
pierwillef6dd122022-02-10 16:54:01810]
811
812[[package]]
Ralf Jung13e47662023-05-23 10:10:18813name = "ctrlc"
814version = "3.3.1"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
817dependencies = [
818 "nix",
819 "windows-sys 0.48.0",
820]
821
822[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58823name = "curl"
Weihang Lobfce2272022-11-04 23:50:44824version = "0.4.44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58825source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lobfce2272022-11-04 23:50:44826checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58827dependencies = [
Alex Crichton093ede22019-08-15 00:45:09828 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09829 "libc",
830 "openssl-probe",
831 "openssl-sys",
832 "schannel",
klensyd5e8ad42021-07-04 18:49:56833 "socket2",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31834 "winapi",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58835]
836
837[[package]]
838name = "curl-sys"
Weihang Lo30cef3a2023-03-21 15:49:04839version = "0.4.61+curl-8.0.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58840source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo30cef3a2023-03-21 15:49:04841checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58842dependencies = [
Alex Crichton093ede22019-08-15 00:45:09843 "cc",
844 "libc",
Alex Crichton093ede22019-08-15 00:45:09845 "libz-sys",
846 "openssl-sys",
847 "pkg-config",
848 "vcpkg",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31849 "winapi",
Josh Stone020c5ec2017-05-08 22:01:13850]
851
852[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51853name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22854version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51855source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09856checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51857
858[[package]]
Philipp Kronesd4077782022-11-21 19:52:06859name = "declare_clippy_lint"
Philipp Krones612c3422023-06-02 09:42:42860version = "0.1.72"
Philipp Kronesd4077782022-11-21 19:52:06861dependencies = [
862 "itertools",
863 "quote",
Philipp Kronesfffef0f2023-04-23 11:29:28864 "syn 2.0.8",
Philipp Kronesd4077782022-11-21 19:52:06865]
866
867[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58868name = "derive-new"
Philipp Kronesa6d3c822023-07-02 13:07:47869version = "0.5.9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58870source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:47871checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58872dependencies = [
Aaron Hill70ba4912020-08-01 14:11:15873 "proc-macro2",
874 "quote",
Deadbeefa912a932023-03-23 06:19:25875 "syn 1.0.102",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58876]
877
878[[package]]
Maybe Wafflee20e5062022-11-28 11:11:45879name = "derive_more"
880version = "0.99.17"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
883dependencies = [
884 "convert_case",
885 "proc-macro2",
886 "quote",
887 "rustc_version",
Deadbeefa912a932023-03-23 06:19:25888 "syn 1.0.102",
Maybe Wafflee20e5062022-11-28 11:11:45889]
890
891[[package]]
Cengiz Can837817c2017-04-27 19:41:18892name = "diff"
klensy43512e62022-07-26 16:16:43893version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:18894source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43895checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:18896
897[[package]]
James Munnsde763692019-01-19 02:39:37898name = "digest"
Weihang Lo6306fd32023-01-04 15:33:59899version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:12900source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:59901checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
Pietro Albiniacd8e592020-10-01 15:15:12902dependencies = [
klensy45fac342022-08-31 20:04:12903 "block-buffer",
pierwillef6dd122022-02-10 16:54:01904 "crypto-common",
James Munnsde763692019-01-19 02:39:37905]
906
907[[package]]
Ralf Jung44b0fd62018-11-28 20:22:45908name = "directories"
Ralf Jung9cc11e22022-10-04 13:23:57909version = "4.0.1"
Ralf Jung44b0fd62018-11-28 20:22:45910source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9cc11e22022-10-04 13:23:57911checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
Ralf Jung44b0fd62018-11-28 20:22:45912dependencies = [
Alex Crichton093ede22019-08-15 00:45:09913 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:45914]
915
916[[package]]
flip19954c228cc2019-02-18 09:32:58917name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:54918version = "4.0.0"
flip19954c228cc2019-02-18 09:32:58919source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:54920checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:58921dependencies = [
Alex Crichton093ede22019-08-15 00:45:09922 "dirs-sys",
flip19954c228cc2019-02-18 09:32:58923]
924
925[[package]]
flip19950046d7c2021-02-25 10:26:23926name = "dirs-next"
927version = "2.0.0"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
930dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42931 "cfg-if",
flip19950046d7c2021-02-25 10:26:23932 "dirs-sys-next",
933]
934
935[[package]]
Ralf Jung4e8626e2019-06-13 07:58:32936name = "dirs-sys"
Jubilee Young27ef7192021-04-23 22:49:47937version = "0.3.6"
Ralf Jung4e8626e2019-06-13 07:58:32938source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young27ef7192021-04-23 22:49:47939checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
Ralf Jung4e8626e2019-06-13 07:58:32940dependencies = [
Alex Crichton093ede22019-08-15 00:45:09941 "libc",
Jubilee Young27ef7192021-04-23 22:49:47942 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31943 "winapi",
flip19950046d7c2021-02-25 10:26:23944]
945
946[[package]]
947name = "dirs-sys-next"
948version = "0.1.2"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
951dependencies = [
952 "libc",
Jubilee Young27ef7192021-04-23 22:49:47953 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:31954 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:32955]
956
957[[package]]
Manish Goregaokar288194e2022-10-19 23:24:42958name = "displaydoc"
959version = "0.2.3"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
962dependencies = [
963 "proc-macro2",
964 "quote",
Deadbeefa912a932023-03-23 06:19:25965 "syn 1.0.102",
Manish Goregaokar288194e2022-10-19 23:24:42966]
967
968[[package]]
klensyceee8802022-11-22 14:41:06969name = "dissimilar"
970version = "1.0.4"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"
973
974[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29975name = "dlmalloc"
Alex Crichtone4b34962021-11-08 15:53:35976version = "0.2.3"
Alex Crichton4c21a3b2018-11-20 05:52:50977source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtone4b34962021-11-08 15:53:35978checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
Oliver Schneideracdf83f2017-12-06 08:25:29979dependencies = [
Alex Crichton093ede22019-08-15 00:45:09980 "compiler_builtins",
981 "libc",
982 "rustc-std-workspace-core",
Oliver Schneideracdf83f2017-12-06 08:25:29983]
984
985[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29986name = "either"
Mark Rousskov342d9562020-08-17 15:21:44987version = "1.6.0"
Oliver Schneideracdf83f2017-12-06 08:25:29988source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:44989checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
Oliver Schneideracdf83f2017-12-06 08:25:29990
991[[package]]
steveklabnikecfbaca2018-04-03 14:32:04992name = "elasticlunr-rs"
Eric Huss821e9d52022-07-18 21:41:10993version = "3.0.0"
steveklabnikecfbaca2018-04-03 14:32:04994source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss821e9d52022-07-18 21:41:10995checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6"
steveklabnikecfbaca2018-04-03 14:32:04996dependencies = [
Alex Crichton093ede22019-08-15 00:45:09997 "regex",
998 "serde",
999 "serde_derive",
1000 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041001]
1002
1003[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101004name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291005version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101006source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291007checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101008dependencies = [
1009 "stable_deref_trait",
1010]
1011
1012[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121013name = "ena"
The 84727cce6182023-03-06 14:07:021014version = "0.14.2"
Markus Westerlindcaacdd22020-02-25 08:47:071015source = "registry+https://github.com/rust-lang/crates.io-index"
The 84727cce6182023-03-06 14:07:021016checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
varkor443a2d42019-03-19 21:30:071017dependencies = [
Alex Crichton093ede22019-08-15 00:45:091018 "log",
varkor443a2d42019-03-19 21:30:071019]
1020
1021[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581022name = "env_logger"
Caleb Cartwright0697f562021-10-20 05:15:201023version = "0.7.1"
Alex Crichton15899b02018-01-25 04:01:421024source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwright0697f562021-10-20 05:15:201025checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
Alex Crichton01127ca2018-11-16 11:08:231026dependencies = [
Alex Crichton093ede22019-08-15 00:45:091027 "atty",
Eric Hussd45d8b12020-01-21 17:55:431028 "humantime 1.3.0",
Alex Crichton093ede22019-08-15 00:45:091029 "log",
1030 "regex",
1031 "termcolor",
Alex Crichton01127ca2018-11-16 11:08:231032]
1033
1034[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:561035name = "env_logger"
Eric Huss7ca38ee2021-07-16 02:27:111036version = "0.9.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
1039dependencies = [
1040 "atty",
1041 "humantime 2.0.1",
1042 "log",
1043 "regex",
1044 "termcolor",
1045]
1046
1047[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041048name = "env_logger"
1049version = "0.10.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
1052dependencies = [
1053 "humantime 2.0.1",
1054 "is-terminal",
1055 "log",
1056 "regex",
1057 "termcolor",
1058]
1059
1060[[package]]
1061name = "errno"
WANG Rui7aa257f2023-04-23 07:58:381062version = "0.3.1"
Weihang Lo1e5dad02022-11-25 22:37:041063source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381064checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
Weihang Lo1e5dad02022-11-25 22:37:041065dependencies = [
1066 "errno-dragonfly",
1067 "libc",
WANG Rui7aa257f2023-04-23 07:58:381068 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041069]
1070
1071[[package]]
1072name = "errno-dragonfly"
1073version = "0.1.2"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1076dependencies = [
1077 "cc",
1078 "libc",
1079]
1080
1081[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291082name = "error_index_generator"
1083version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581084dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211085 "mdbook",
Ezra Shaw53044152023-02-25 09:59:201086 "rustc_error_codes",
Mark Simulacrume2e9b402017-07-23 02:01:581087]
Ahmed Charles9ca382f2016-09-02 08:55:291088
1089[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301090name = "expand-yaml-anchors"
1091version = "0.1.0"
1092dependencies = [
1093 "yaml-merge-keys",
Michael Howell271bad92022-06-18 15:54:001094 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:301095]
1096
1097[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501098name = "expect-test"
klensyceee8802022-11-22 14:41:061099version = "1.4.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501100source = "registry+https://github.com/rust-lang/crates.io-index"
klensyceee8802022-11-22 14:41:061101checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
Aleksey Kladovf7be59c2020-08-21 12:03:501102dependencies = [
klensyceee8802022-11-22 14:41:061103 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501104 "once_cell",
1105]
1106
1107[[package]]
Ralf Jung10430db2022-07-15 14:04:231108name = "eyre"
1109version = "0.6.8"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
1112dependencies = [
1113 "indenter",
1114 "once_cell",
1115]
1116
1117[[package]]
David Wood2dc1a8a2021-12-03 14:24:051118name = "fallible-iterator"
1119version = "0.2.0"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1122
1123[[package]]
Ralf Jung55162732022-11-15 19:06:421124name = "fastrand"
1125version = "1.8.0"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1128dependencies = [
1129 "instant",
1130]
1131
1132[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021133name = "field-offset"
est31b0483962023-06-05 02:53:301134version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021135source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301136checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021137dependencies = [
est31b0483962023-06-05 02:53:301138 "memoffset 0.9.0",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021139 "rustc_version",
1140]
1141
1142[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291143name = "filetime"
Weihang Loe52e0402023-03-07 22:16:271144version = "0.2.20"
Alex Crichton924f8c72018-04-18 15:43:591145source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271146checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
Alex Crichton924f8c72018-04-18 15:43:591147dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421148 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091149 "libc",
Arlo Siemsen4d9b4762023-06-02 16:40:361150 "redox_syscall 0.2.10",
Weihang Loe52e0402023-03-07 22:16:271151 "windows-sys 0.45.0",
Alex Crichton924f8c72018-04-18 15:43:591152]
1153
1154[[package]]
Jack Hueya24df5b2020-03-03 16:25:031155name = "fixedbitset"
Jack Huey6aa2e9d2020-05-27 00:19:191156version = "0.2.0"
Jack Hueya24df5b2020-03-03 16:25:031157source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:191158checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
Jack Hueya24df5b2020-03-03 16:25:031159
1160[[package]]
Josh Stone020c5ec2017-05-08 22:01:131161name = "flate2"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191162version = "1.0.25"
Felix Schütt7c13fa32017-12-31 14:34:291163source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191164checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
Felix Schütt7c13fa32017-12-31 14:34:291165dependencies = [
Alex Crichton093ede22019-08-15 00:45:091166 "crc32fast",
Michael Howell8e71a132022-11-08 00:13:201167 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291168]
1169
1170[[package]]
David Wood7f916972022-03-26 07:27:431171name = "fluent-bundle"
1172version = "0.15.2"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
1175dependencies = [
1176 "fluent-langneg",
1177 "fluent-syntax",
1178 "intl-memoizer",
1179 "intl_pluralrules",
1180 "rustc-hash",
1181 "self_cell",
1182 "smallvec",
1183 "unic-langid",
1184]
1185
1186[[package]]
1187name = "fluent-langneg"
1188version = "0.13.0"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1191dependencies = [
1192 "unic-langid",
1193]
1194
1195[[package]]
1196name = "fluent-syntax"
1197version = "0.11.0"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
1200dependencies = [
1201 "thiserror",
1202]
1203
1204[[package]]
Simon Sapinb77ff242017-07-18 21:26:551205name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441206version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551207source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441208checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551209
1210[[package]]
Eric Hussf3287a62021-05-12 00:39:511211name = "form_urlencoded"
1212version = "1.0.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1215dependencies = [
1216 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:431217 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511218]
1219
1220[[package]]
Jethro Beekman4a350562018-08-28 04:33:261221name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491222version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501223source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491224checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261225dependencies = [
Alex Crichton093ede22019-08-15 00:45:091226 "compiler_builtins",
1227 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261228]
1229
1230[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471231name = "fs-err"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391232version = "2.8.1"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471233source = "registry+https://github.com/rust-lang/crates.io-index"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391234checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471235
1236[[package]]
steveklabnikecfbaca2018-04-03 14:32:041237name = "futf"
Eric Huss04b75a72022-06-22 23:49:241238version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041239source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241240checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041241dependencies = [
Alex Crichton093ede22019-08-15 00:45:091242 "mac",
1243 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041244]
1245
1246[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121247name = "futures"
Deadbeef2c646882023-04-08 09:38:571248version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541249source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571250checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
Caleb Cartwright63913182021-02-10 01:52:541251dependencies = [
1252 "futures-channel",
1253 "futures-core",
1254 "futures-executor",
1255 "futures-io",
1256 "futures-sink",
1257 "futures-task",
1258 "futures-util",
1259]
1260
1261[[package]]
1262name = "futures-channel"
Deadbeef2c646882023-04-08 09:38:571263version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541264source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571265checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
Caleb Cartwright63913182021-02-10 01:52:541266dependencies = [
1267 "futures-core",
1268 "futures-sink",
1269]
1270
1271[[package]]
1272name = "futures-core"
Deadbeef2c646882023-04-08 09:38:571273version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541274source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571275checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
Caleb Cartwright63913182021-02-10 01:52:541276
1277[[package]]
1278name = "futures-executor"
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 = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
Caleb Cartwright63913182021-02-10 01:52:541282dependencies = [
1283 "futures-core",
1284 "futures-task",
1285 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541286]
1287
1288[[package]]
1289name = "futures-io"
Deadbeef2c646882023-04-08 09:38:571290version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541291source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571292checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
Caleb Cartwright63913182021-02-10 01:52:541293
1294[[package]]
1295name = "futures-macro"
Deadbeef2c646882023-04-08 09:38:571296version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541297source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571298checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
Caleb Cartwright63913182021-02-10 01:52:541299dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541300 "proc-macro2",
1301 "quote",
Deadbeef2c646882023-04-08 09:38:571302 "syn 2.0.8",
Caleb Cartwright63913182021-02-10 01:52:541303]
1304
1305[[package]]
1306name = "futures-sink"
Deadbeef2c646882023-04-08 09:38:571307version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541308source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571309checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
Caleb Cartwright63913182021-02-10 01:52:541310
1311[[package]]
1312name = "futures-task"
Deadbeef2c646882023-04-08 09:38:571313version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541314source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571315checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
Caleb Cartwright63913182021-02-10 01:52:541316
1317[[package]]
1318name = "futures-util"
Deadbeef2c646882023-04-08 09:38:571319version = "0.3.28"
Caleb Cartwright63913182021-02-10 01:52:541320source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeef2c646882023-04-08 09:38:571321checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
Caleb Cartwright63913182021-02-10 01:52:541322dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541323 "futures-channel",
1324 "futures-core",
1325 "futures-io",
1326 "futures-macro",
1327 "futures-sink",
1328 "futures-task",
1329 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311330 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541331 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541332 "slab",
1333]
1334
1335[[package]]
Pietro Albini4af7de12022-11-15 10:27:191336name = "generate-copyright"
1337version = "0.1.0"
1338dependencies = [
1339 "anyhow",
1340 "serde",
1341 "serde_json",
1342]
1343
1344[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071345name = "generate-windows-sys"
1346version = "0.1.0"
1347dependencies = [
1348 "windows-bindgen",
1349]
1350
1351[[package]]
James Munnsde763692019-01-19 02:39:371352name = "generic-array"
Pietro Albiniacd8e592020-10-01 15:15:121353version = "0.14.4"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
1356dependencies = [
1357 "typenum",
1358 "version_check",
1359]
1360
1361[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291362name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081363version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291364source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081365checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361366dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081367 "rustc-std-workspace-core",
1368 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091369 "unicode-width",
varkore72f7e12019-04-30 19:37:361370]
Ahmed Charles9ca382f2016-09-02 08:55:291371
1372[[package]]
gnzlbg52caca02019-08-01 15:02:261373name = "getrandom"
Chris Denton531f3c9e2022-12-20 15:26:421374version = "0.2.8"
Ralf Jung0e908752020-09-17 18:04:201375source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:421376checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
Ralf Jung0e908752020-09-17 18:04:201377dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421378 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201379 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411380 "wasi",
Ralf Jung0e908752020-09-17 18:04:201381]
1382
1383[[package]]
Alex Crichton06d565c2020-05-13 21:22:371384name = "gimli"
Amanieu d'Antrasa529ba82023-01-09 17:49:241385version = "0.26.2"
David Wood2dc1a8a2021-12-03 14:24:051386source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:241387checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
David Wood2dc1a8a2021-12-03 14:24:051388dependencies = [
1389 "fallible-iterator",
1390 "indexmap",
Qiu Chaofan7c8c9cf2023-02-01 04:29:191391 "stable_deref_trait",
1392]
1393
1394[[package]]
1395name = "gimli"
1396version = "0.27.2"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1399dependencies = [
1400 "compiler_builtins",
Michael Howellcf83a1d2022-11-03 17:10:151401 "rustc-std-workspace-alloc",
1402 "rustc-std-workspace-core",
David Wood2dc1a8a2021-12-03 14:24:051403]
1404
1405[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581406name = "glob"
Eric Huss45432452019-03-12 20:34:471407version = "0.3.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581408source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091409checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581410
1411[[package]]
Simon Sapinb77ff242017-07-18 21:26:551412name = "globset"
klensy9b6a6b12023-05-26 10:03:471413version = "0.4.10"
Simon Sapinb77ff242017-07-18 21:26:551414source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471415checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
Simon Sapinb77ff242017-07-18 21:26:551416dependencies = [
Alex Crichton093ede22019-08-15 00:45:091417 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471418 "bstr",
Alex Crichton093ede22019-08-15 00:45:091419 "fnv",
1420 "log",
1421 "regex",
Simon Sapinb77ff242017-07-18 21:26:551422]
1423
1424[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291425name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461426version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291427source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461428checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291429dependencies = [
1430 "serde",
1431]
1432
1433[[package]]
Steve Klabnika0769612017-02-07 23:13:571434name = "handlebars"
klensy45fac342022-08-31 20:04:121435version = "4.3.3"
Steve Klabnika0769612017-02-07 23:13:571436source = "registry+https://github.com/rust-lang/crates.io-index"
klensy45fac342022-08-31 20:04:121437checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17"
Steve Klabnika0769612017-02-07 23:13:571438dependencies = [
Alex Crichton093ede22019-08-15 00:45:091439 "log",
1440 "pest",
1441 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091442 "serde",
1443 "serde_json",
klensy45fac342022-08-31 20:04:121444 "thiserror",
James Munnsde763692019-01-19 02:39:371445]
1446
1447[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051448name = "hashbrown"
Amanieu d'Antras931a8f82022-07-17 11:23:261449version = "0.12.3"
Markus Westerlind7cf8d3a2020-10-05 08:50:511450source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antras931a8f82022-07-17 11:23:261451checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Amanieu d'Antras88149d12022-01-17 07:46:111452dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:241453 "ahash 0.7.4",
Eric Huss04538c62019-07-08 21:52:071454]
1455
1456[[package]]
Amanieu d'Antrasa529ba82023-01-09 17:49:241457name = "hashbrown"
1458version = "0.13.1"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
1461dependencies = [
1462 "ahash 0.8.2",
The 8472479be6a2023-06-08 14:55:491463]
1464
1465[[package]]
1466name = "hashbrown"
1467version = "0.14.0"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1470dependencies = [
1471 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551472 "compiler_builtins",
1473 "rustc-std-workspace-alloc",
1474 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241475]
1476
1477[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471478name = "heck"
Caleb Cartwrightf367f4d2022-06-13 03:04:541479version = "0.4.0"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1482
1483[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101484name = "hermit-abi"
Stefan Lankesbbb6cb82021-08-13 05:45:301485version = "0.1.19"
Stefan Lankes5ebd4d92019-10-20 07:55:101486source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankesbbb6cb82021-08-13 05:45:301487checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stefan Lankes5ebd4d92019-10-20 07:55:101488dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:071489 "libc",
1490]
1491
1492[[package]]
1493name = "hermit-abi"
Stefan Lankes7143379a2022-12-06 19:31:431494version = "0.3.0"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01"
1497dependencies = [
1498 "compiler_builtins",
joboet262193e2022-09-06 08:44:051499 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101500 "rustc-std-workspace-core",
1501]
1502
1503[[package]]
Alex Crichton1cede102017-06-15 02:33:061504name = "hex"
Mark Rousskov342d9562020-08-17 15:21:441505version = "0.4.2"
Aaron Hilld440e132019-09-16 18:45:401506source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441507checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
Aaron Hilld440e132019-09-16 18:45:401508
1509[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181510name = "html-checker"
1511version = "0.1.0"
1512dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001513 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181514 "walkdir",
1515]
1516
1517[[package]]
steveklabnikecfbaca2018-04-03 14:32:041518name = "html5ever"
klensy947e7872022-04-15 18:11:141519version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471520source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141521checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471522dependencies = [
Alex Crichton093ede22019-08-15 00:45:091523 "log",
1524 "mac",
1525 "markup5ever",
Aaron Hill70ba4912020-08-01 14:11:151526 "proc-macro2",
1527 "quote",
Deadbeefa912a932023-03-23 06:19:251528 "syn 1.0.102",
Eric Huss2dafa912019-06-19 03:36:471529]
1530
1531[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481532name = "humantime"
Alex Crichton5c5e3fa2019-09-24 18:06:561533version = "1.3.0"
Alex Crichton87f3dda2018-03-01 19:08:481534source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton5c5e3fa2019-09-24 18:06:561535checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
Alex Crichton87f3dda2018-03-01 19:08:481536dependencies = [
Weihang Lof795a152023-03-15 12:50:041537 "quick-error",
Alex Crichton87f3dda2018-03-01 19:08:481538]
1539
1540[[package]]
Eric Hussd45d8b12020-01-21 17:55:431541name = "humantime"
Mark Rousskov342d9562020-08-17 15:21:441542version = "2.0.1"
Eric Hussd45d8b12020-01-21 17:55:431543source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441544checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
Eric Hussd45d8b12020-01-21 17:55:431545
1546[[package]]
nilsf77541a2023-04-11 11:46:411547name = "iana-time-zone"
1548version = "0.1.56"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1551dependencies = [
1552 "android_system_properties",
1553 "core-foundation-sys",
1554 "iana-time-zone-haiku",
1555 "js-sys",
1556 "wasm-bindgen",
klensy3c03cce2023-05-09 15:20:131557 "windows",
nilsf77541a2023-04-11 11:46:411558]
1559
1560[[package]]
1561name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471562version = "0.1.2"
nilsf77541a2023-04-11 11:46:411563source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471564checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411565dependencies = [
klensy9b6a6b12023-05-26 10:03:471566 "cc",
nilsf77541a2023-04-11 11:46:411567]
1568
1569[[package]]
Charles Lewa7750042022-11-06 06:43:251570name = "icu_list"
Manish Goregaokar522eeba42023-05-02 17:36:181571version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251572source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181573checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90"
Charles Lewa7750042022-11-06 06:43:251574dependencies = [
1575 "displaydoc",
Charles Lewa7750042022-11-06 06:43:251576 "icu_provider",
1577 "regex-automata 0.2.0",
1578 "writeable",
Charles Lewa7750042022-11-06 06:43:251579]
1580
1581[[package]]
1582name = "icu_locid"
Manish Goregaokar522eeba42023-05-02 17:36:181583version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251584source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181585checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335"
Charles Lewa7750042022-11-06 06:43:251586dependencies = [
1587 "displaydoc",
1588 "litemap",
1589 "tinystr",
1590 "writeable",
1591 "zerovec",
1592]
1593
1594[[package]]
1595name = "icu_provider"
Manish Goregaokar522eeba42023-05-02 17:36:181596version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251597source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181598checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305"
Charles Lewa7750042022-11-06 06:43:251599dependencies = [
1600 "displaydoc",
1601 "icu_locid",
1602 "icu_provider_macros",
1603 "stable_deref_trait",
1604 "writeable",
1605 "yoke",
1606 "zerofrom",
1607 "zerovec",
1608]
1609
1610[[package]]
1611name = "icu_provider_adapters"
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 = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3"
Charles Lewa7750042022-11-06 06:43:251615dependencies = [
1616 "icu_locid",
1617 "icu_provider",
1618 "tinystr",
1619 "yoke",
1620 "zerovec",
1621]
1622
1623[[package]]
1624name = "icu_provider_macros"
Manish Goregaokar522eeba42023-05-02 17:36:181625version = "1.2.0"
Charles Lewa7750042022-11-06 06:43:251626source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181627checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10"
Charles Lewa7750042022-11-06 06:43:251628dependencies = [
1629 "proc-macro2",
1630 "quote",
Deadbeefa912a932023-03-23 06:19:251631 "syn 1.0.102",
Charles Lewa7750042022-11-06 06:43:251632]
1633
1634[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581635name = "idna"
Eric Hussf2428a62019-08-01 00:44:391636version = "0.2.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091638checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
Eric Hussf2428a62019-08-01 00:44:391639dependencies = [
Alex Crichton093ede22019-08-15 00:45:091640 "matches",
1641 "unicode-bidi",
1642 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391643]
1644
1645[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291646name = "if_chain"
Oliver Scherer2a789512019-05-26 17:21:541647version = "1.0.0"
Oliver Schneideracdf83f2017-12-06 08:25:291648source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091649checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
Oliver Schneideracdf83f2017-12-06 08:25:291650
1651[[package]]
Simon Sapinb77ff242017-07-18 21:26:551652name = "ignore"
klensy9b6a6b12023-05-26 10:03:471653version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551654source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471655checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551656dependencies = [
Alex Crichton093ede22019-08-15 00:45:091657 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421658 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091659 "log",
1660 "memchr",
1661 "regex",
1662 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591663 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091664 "walkdir",
1665 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551666]
1667
1668[[package]]
Ralf Jung10430db2022-07-15 14:04:231669name = "indenter"
1670version = "0.3.3"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1673
1674[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571675name = "indexmap"
John Kåre Alsaker27c44d22023-03-25 01:12:131676version = "1.9.3"
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571677source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:131678checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Josh Stone997a7662020-08-08 00:03:471679dependencies = [
1680 "autocfg",
Amanieu d'Antrasa529ba82023-01-09 17:49:241681 "hashbrown 0.12.3",
pierwill4f892242022-01-06 19:27:591682 "rustc-rayon",
Pietro Albiniea8b1ff2021-08-26 10:35:321683 "serde",
Josh Stone997a7662020-08-08 00:03:471684]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571685
1686[[package]]
flip19958d5f69d2021-10-21 11:13:171687name = "indoc"
klensy43512e62022-07-26 16:16:431688version = "1.0.6"
flip19958d5f69d2021-10-21 11:13:171689source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431690checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
flip19958d5f69d2021-10-21 11:13:171691
1692[[package]]
Josh Stone020c5ec2017-05-08 22:01:131693name = "installer"
1694version = "0.0.0"
1695dependencies = [
Michael Forney32025fd2020-05-25 00:08:451696 "anyhow",
klensye1c33132023-06-21 09:32:341697 "clap",
Alex Crichton093ede22019-08-15 00:45:091698 "flate2",
Alex Crichton093ede22019-08-15 00:45:091699 "num_cpus",
1700 "rayon",
Alex Crichton093ede22019-08-15 00:45:091701 "tar",
1702 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091703 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131704]
1705
1706[[package]]
Mark Rousskov342d9562020-08-17 15:21:441707name = "instant"
flip1995e36e5a52021-12-06 11:33:551708version = "0.1.12"
Mark Rousskov342d9562020-08-17 15:21:441709source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:551710checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1711dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421712 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551713]
Mark Rousskov342d9562020-08-17 15:21:441714
1715[[package]]
David Wood7f916972022-03-26 07:27:431716name = "intl-memoizer"
1717version = "0.5.1"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
1720dependencies = [
1721 "type-map",
1722 "unic-langid",
1723]
1724
1725[[package]]
1726name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421727version = "7.0.2"
David Wood7f916972022-03-26 07:27:431728source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421729checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431730dependencies = [
David Wood7f916972022-03-26 07:27:431731 "unic-langid",
1732]
1733
1734[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041735name = "io-lifetimes"
Joshua Nelsonf94c9262022-11-28 23:10:441736version = "1.0.3"
Weihang Lo1e5dad02022-11-25 22:37:041737source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelsonf94c9262022-11-28 23:10:441738checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
Weihang Lo1e5dad02022-11-25 22:37:041739dependencies = [
1740 "libc",
Weihang Lo6f38fd52023-02-07 22:26:221741 "windows-sys 0.42.0",
Weihang Lo1e5dad02022-11-25 22:37:041742]
1743
1744[[package]]
1745name = "is-terminal"
WANG Rui7aa257f2023-04-23 07:58:381746version = "0.4.7"
Weihang Lo1e5dad02022-11-25 22:37:041747source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381748checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
Weihang Lo1e5dad02022-11-25 22:37:041749dependencies = [
Weihang Lo741f1af2023-02-28 21:10:421750 "hermit-abi 0.3.0",
Weihang Lo1e5dad02022-11-25 22:37:041751 "io-lifetimes",
1752 "rustix",
WANG Rui7aa257f2023-04-23 07:58:381753 "windows-sys 0.48.0",
Weihang Lo1e5dad02022-11-25 22:37:041754]
1755
1756[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291757name = "itertools"
Weihang Lo9926f6e2022-10-22 12:05:481758version = "0.10.5"
Eric Huss78529352021-06-02 03:38:391759source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo9926f6e2022-10-22 12:05:481760checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Eric Huss78529352021-06-02 03:38:391761dependencies = [
1762 "either",
1763]
1764
1765[[package]]
Steve Klabnik2795de32017-02-20 00:20:571766name = "itoa"
Weihang Loe52e0402023-03-07 22:16:271767version = "1.0.6"
Steve Klabnik2795de32017-02-20 00:20:571768source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:271769checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
Steve Klabnik2795de32017-02-20 00:20:571770
1771[[package]]
Rémy Rakicadab1352022-05-06 21:20:041772name = "jemalloc-sys"
klensy40b60952023-04-06 15:21:371773version = "0.5.3+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:041774source = "registry+https://github.com/rust-lang/crates.io-index"
klensy40b60952023-04-06 15:21:371775checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1"
Rémy Rakicadab1352022-05-06 21:20:041776dependencies = [
1777 "cc",
Rémy Rakicadab1352022-05-06 21:20:041778 "libc",
1779]
1780
1781[[package]]
Alex Crichton453080f2017-06-05 16:36:481782name = "jobserver"
Weihang Lo741f1af2023-02-28 21:10:421783version = "0.1.26"
Alex Crichton453080f2017-06-05 16:36:481784source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo741f1af2023-02-28 21:10:421785checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
Alex Crichton453080f2017-06-05 16:36:481786dependencies = [
Alex Crichton093ede22019-08-15 00:45:091787 "libc",
Alex Crichton453080f2017-06-05 16:36:481788]
1789
1790[[package]]
nilsf77541a2023-04-11 11:46:411791name = "js-sys"
1792version = "0.3.61"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1795dependencies = [
1796 "wasm-bindgen",
1797]
1798
1799[[package]]
Rune Tynan77156562021-01-16 01:34:151800name = "jsondocck"
1801version = "0.1.0"
1802dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471803 "fs-err",
Rune Tynan77156562021-01-16 01:34:151804 "getopts",
1805 "jsonpath_lib",
klensy5afc5942021-06-01 16:44:101806 "once_cell",
Rune Tynan77156562021-01-16 01:34:151807 "regex",
Rune Tynan77156562021-01-16 01:34:151808 "serde_json",
klensyc63cb012021-06-01 15:25:361809 "shlex",
Rune Tynan77156562021-01-16 01:34:151810]
1811
1812[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371813name = "jsondoclint"
1814version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391815dependencies = [
1816 "anyhow",
klensye1c33132023-06-21 09:32:341817 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391818 "fs-err",
ozkanonur52c71e62023-03-01 21:53:021819 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391820 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:451821 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391822 "serde_json",
1823]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371824
1825[[package]]
Rune Tynan77156562021-01-16 01:34:151826name = "jsonpath_lib"
1827version = "0.2.6"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a"
1830dependencies = [
1831 "array_tool",
1832 "env_logger 0.7.1",
1833 "log",
1834 "serde",
1835 "serde_json",
1836]
1837
1838[[package]]
Steve Klabnika0769612017-02-07 23:13:571839name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:571840version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:491841source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:571842checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:491843
1844[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291845name = "lazycell"
Mark Rousskov342d9562020-08-17 15:21:441846version = "1.3.0"
Alex Crichton994bfd42018-02-26 17:07:161847source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441848checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
Alex Crichton994bfd42018-02-26 17:07:161849
1850[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291851name = "libc"
Nikolay Arhipov032857e2023-06-06 13:09:051852version = "0.2.146"
Ahmed Charles9ca382f2016-09-02 08:55:291853source = "registry+https://github.com/rust-lang/crates.io-index"
Nikolay Arhipov032857e2023-06-06 13:09:051854checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
Alex Crichton4c21a3b2018-11-20 05:52:501855dependencies = [
Alex Crichton093ede22019-08-15 00:45:091856 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:501857]
Ahmed Charles9ca382f2016-09-02 08:55:291858
1859[[package]]
Ralf Jungfe7e2072022-09-02 14:49:381860name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:471861version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:381862source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:471863checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:381864dependencies = [
1865 "libc",
1866 "libffi-sys",
1867]
1868
1869[[package]]
1870name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:521871version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:381872source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:521873checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:381874dependencies = [
1875 "cc",
1876]
1877
1878[[package]]
Andy Russell923f9392021-11-08 23:03:551879name = "libloading"
1880version = "0.7.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
1883dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421884 "cfg-if",
Andy Russell923f9392021-11-08 23:03:551885 "winapi",
1886]
1887
1888[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051889name = "libm"
1890version = "0.1.4"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1893
1894[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581895name = "libz-sys"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191896version = "1.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581897source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191898checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581899dependencies = [
Alex Crichton093ede22019-08-15 00:45:091900 "cc",
1901 "libc",
1902 "pkg-config",
1903 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:581904]
1905
1906[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291907name = "linkchecker"
1908version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:301909dependencies = [
1910 "once_cell",
1911 "regex",
1912]
Ahmed Charles9ca382f2016-09-02 08:55:291913
1914[[package]]
Pietro Albini9beb8f52019-11-26 11:06:301915name = "linked-hash-map"
klensy8ebc73b2022-02-06 20:57:291916version = "0.5.4"
Pietro Albini9beb8f52019-11-26 11:06:301917source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:291918checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
Pietro Albini9beb8f52019-11-26 11:06:301919
1920[[package]]
Eric Huss45c1e0a2020-09-08 22:09:571921name = "lint-docs"
1922version = "0.1.0"
1923dependencies = [
1924 "serde_json",
1925 "tempfile",
1926 "walkdir",
1927]
1928
1929[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041930name = "linux-raw-sys"
WANG Rui7aa257f2023-04-23 07:58:381931version = "0.3.4"
Weihang Lo1e5dad02022-11-25 22:37:041932source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:381933checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf"
Weihang Lo1e5dad02022-11-25 22:37:041934
1935[[package]]
Charles Lewa7750042022-11-06 06:43:251936name = "litemap"
Manish Goregaokar522eeba42023-05-02 17:36:181937version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:251938source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:181939checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94"
Charles Lewa7750042022-11-06 06:43:251940
1941[[package]]
Hans Kratz6162fc02021-09-25 13:25:081942name = "lld-wrapper"
1943version = "0.1.0"
1944
1945[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:391946name = "lock_api"
Philipp Krones586cbd02022-06-04 12:07:441947version = "0.4.7"
Malo Jaffré8ed13d62017-12-29 10:24:381948source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:441949checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
Mark Rousskov342d9562020-08-17 15:21:441950dependencies = [
Philipp Krones586cbd02022-06-04 12:07:441951 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:441952 "scopeguard",
1953]
1954
1955[[package]]
1956name = "log"
Joshua Nelson079d1c42021-05-02 20:56:251957version = "0.4.14"
Mark Rousskov342d9562020-08-17 15:21:441958source = "registry+https://github.com/rust-lang/crates.io-index"
Joshua Nelson079d1c42021-05-02 20:56:251959checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Malo Jaffré8ed13d62017-12-29 10:24:381960dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421961 "cfg-if",
Malo Jaffré8ed13d62017-12-29 10:24:381962]
Ahmed Charles9ca382f2016-09-02 08:55:291963
1964[[package]]
Josh Stone020c5ec2017-05-08 22:01:131965name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:251966version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:131967source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:251968checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:131969dependencies = [
Alex Crichton093ede22019-08-15 00:45:091970 "cc",
1971 "libc",
1972 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:131973]
1974
1975[[package]]
steveklabnikecfbaca2018-04-03 14:32:041976name = "mac"
1977version = "0.1.1"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:091979checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:041980
1981[[package]]
1982name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:441983version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:041984source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441985checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:041986
1987[[package]]
1988name = "markup5ever"
klensy947e7872022-04-15 18:11:141989version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:471990source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141991checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:471992dependencies = [
Alex Crichton093ede22019-08-15 00:45:091993 "log",
1994 "phf",
1995 "phf_codegen",
Alex Crichton093ede22019-08-15 00:45:091996 "string_cache",
1997 "string_cache_codegen",
1998 "tendril",
Eric Huss2dafa912019-06-19 03:36:471999]
2000
2001[[package]]
Oliver Schererec7230f2020-07-24 18:42:002002name = "matchers"
pierwillea25b772021-12-21 17:00:302003version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002004source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302005checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002006dependencies = [
Charles Lewa7750042022-11-06 06:43:252007 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002008]
2009
2010[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582011name = "matches"
Alex Crichton2863b752018-08-21 17:23:472012version = "0.1.8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582013source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092014checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582015
2016[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152017name = "md-5"
pierwillef6dd122022-02-10 16:54:012018version = "0.10.0"
Arlo Siemsen3296d5c2020-10-13 15:41:062019source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillef6dd122022-02-10 16:54:012020checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae"
Arlo Siemsen3296d5c2020-10-13 15:41:062021dependencies = [
klensy45fac342022-08-31 20:04:122022 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062023]
2024
2025[[package]]
Steve Klabnika0769612017-02-07 23:13:572026name = "mdbook"
Eric Huss18ea16c2023-03-19 21:49:422027version = "0.4.28"
Steve Klabnika0769612017-02-07 23:13:572028source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss18ea16c2023-03-19 21:49:422029checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0"
Steve Klabnika0769612017-02-07 23:13:572030dependencies = [
Alex Crichton093ede22019-08-15 00:45:092031 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462032 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092033 "chrono",
klensye1c33132023-06-21 09:32:342034 "clap",
Eric Huss51814222022-04-15 18:57:062035 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092036 "elasticlunr-rs",
Eric Huss2717f602023-01-06 01:20:592037 "env_logger 0.10.0",
Weihang Lof795a152023-03-15 12:50:042038 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092039 "log",
2040 "memchr",
Eric Huss2717f602023-01-06 01:20:592041 "once_cell",
Eric Hussa882fdd2021-12-03 20:25:072042 "opener",
Weihang Lo55a79152023-02-17 23:55:452043 "pulldown-cmark",
Alex Crichton093ede22019-08-15 00:45:092044 "regex",
2045 "serde",
Alex Crichton093ede22019-08-15 00:45:092046 "serde_json",
klensyc63cb012021-06-01 15:25:362047 "shlex",
Alex Crichton093ede22019-08-15 00:45:092048 "tempfile",
Philipp Krones612c3422023-06-02 09:42:422049 "toml 0.5.7",
Eric Hussa882fdd2021-12-03 20:25:072050 "topological-sort",
James Munnsde763692019-01-19 02:39:372051]
2052
2053[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492054name = "measureme"
Wesley Wiser6108caa2022-06-27 15:01:032055version = "10.1.0"
Ryan Levick757f76e2021-10-07 13:08:442056source = "registry+https://github.com/rust-lang/crates.io-index"
Wesley Wiser6108caa2022-06-27 15:01:032057checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a"
Ryan Levick947a33b2021-07-23 14:25:582058dependencies = [
2059 "log",
Weihang Lof795a152023-03-15 12:50:042060 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:442061 "parking_lot 0.11.2",
Ryan Levick947a33b2021-07-23 14:25:582062 "perf-event-open-sys",
2063 "rustc-hash",
2064 "smallvec",
2065]
2066
2067[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582068name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202069version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292070source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202071checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242072dependencies = [
2073 "compiler_builtins",
2074 "rustc-std-workspace-core",
2075]
Steve Klabnika0769612017-02-07 23:13:572076
2077[[package]]
Camille GILLOT458d0442021-03-17 16:29:452078name = "memmap2"
2079version = "0.2.1"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
2082dependencies = [
2083 "libc",
2084]
2085
2086[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452087name = "memoffset"
John Kåre Alsaker7aab1dd2023-04-30 07:29:022088version = "0.8.0"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2091dependencies = [
2092 "autocfg",
2093]
2094
2095[[package]]
est31b0483962023-06-05 02:53:302096name = "memoffset"
2097version = "0.9.0"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2100dependencies = [
2101 "autocfg",
2102]
2103
2104[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592105name = "mime"
2106version = "0.3.16"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2109
2110[[package]]
2111name = "mime_guess"
2112version = "2.0.4"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2115dependencies = [
2116 "mime",
2117 "unicase",
2118]
2119
2120[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052121name = "minifier"
Guillaume Gomezfb62f282022-08-16 11:50:182122version = "0.2.2"
Guillaume Gomez4b145732018-05-10 22:02:052123source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezfb62f282022-08-16 11:50:182124checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
Guillaume Gomez4b145732018-05-10 22:02:052125
2126[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462127name = "minimal-lexical"
2128version = "0.2.1"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2131
2132[[package]]
Alex Crichtonb4110902018-12-08 11:06:542133name = "miniz_oxide"
Qiu Chaofan7c8c9cf2023-02-01 04:29:192134version = "0.6.2"
Ralf Jung10430db2022-07-15 14:04:232135source = "registry+https://github.com/rust-lang/crates.io-index"
Qiu Chaofan7c8c9cf2023-02-01 04:29:192136checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
Ralf Jung10430db2022-07-15 14:04:232137dependencies = [
Michael Howell8e71a132022-11-08 00:13:202138 "adler",
Michael Howellcf83a1d2022-11-03 17:10:152139 "compiler_builtins",
2140 "rustc-std-workspace-alloc",
2141 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:232142]
2143
2144[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582145name = "miow"
Weihang Lo8a808dc2022-11-23 01:01:352146version = "0.5.0"
Weihang Lobfce2272022-11-04 23:50:442147source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo8a808dc2022-11-23 01:01:352148checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
Weihang Lobfce2272022-11-04 23:50:442149dependencies = [
Weihang Lo6f38fd52023-02-07 22:26:222150 "windows-sys 0.42.0",
Weihang Lobfce2272022-11-04 23:50:442151]
2152
2153[[package]]
kennytm0692b3d2017-12-15 19:41:582154name = "miri"
2155version = "0.1.0"
2156dependencies = [
Alex Crichton093ede22019-08-15 00:45:092157 "colored",
Ralf Jung13e47662023-05-23 10:10:182158 "ctrlc",
Ralf Junge5d01782021-10-04 22:13:002159 "env_logger 0.9.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:412160 "getrandom",
Ralf Junga272c452022-05-30 08:17:462161 "lazy_static",
Ralf Jung759e4952020-06-01 18:17:202162 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382163 "libffi",
Ralf Jungf76eac42022-09-01 20:59:052164 "libloading",
Alex Crichton093ede22019-08-15 00:45:092165 "log",
Ralf Jung61a986a2022-06-26 02:21:492166 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412167 "rand",
Ralf Junga272c452022-05-30 08:17:462168 "regex",
Ralf Jung64f56d22022-10-22 08:45:252169 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292170 "smallvec",
Ralf Junga272c452022-05-30 08:17:462171 "ui_test",
kennytm0692b3d2017-12-15 19:41:582172]
2173
2174[[package]]
Jakob Degen17395b42022-10-31 00:17:252175name = "miropt-test-tools"
2176version = "0.1.0"
2177dependencies = [
2178 "regex",
2179]
2180
2181[[package]]
Alex Crichtond8251152018-07-02 16:33:162182name = "new_debug_unreachable"
Mark Rousskov342d9562020-08-17 15:21:442183version = "1.0.4"
Alex Crichtond8251152018-07-02 16:33:162184source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442185checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
Nick Cameron4b6f5c22018-02-26 03:15:452186
2187[[package]]
Ralf Jung13e47662023-05-23 10:10:182188name = "nix"
2189version = "0.26.2"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2192dependencies = [
2193 "bitflags",
2194 "cfg-if",
2195 "libc",
2196 "static_assertions",
2197]
2198
2199[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462200name = "nom"
2201version = "7.1.0"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
2204dependencies = [
2205 "memchr",
2206 "minimal-lexical",
2207 "version_check",
2208]
2209
2210[[package]]
Oliver Schneider0ad54532018-07-14 22:01:242211name = "num-integer"
Mark Rousskov342d9562020-08-17 15:21:442212version = "0.1.43"
Alex Crichton994bfd42018-02-26 17:07:162213source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442214checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
Alex Crichton994bfd42018-02-26 17:07:162215dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442216 "autocfg",
Alex Crichton093ede22019-08-15 00:45:092217 "num-traits",
Alex Crichton994bfd42018-02-26 17:07:162218]
2219
2220[[package]]
2221name = "num-traits"
Mark Rousskov342d9562020-08-17 15:21:442222version = "0.2.12"
Steve Klabnik2795de32017-02-20 00:20:572223source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442224checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2225dependencies = [
2226 "autocfg",
2227]
Steve Klabnik2795de32017-02-20 00:20:572228
2229[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292230name = "num_cpus"
klensy8ebc73b2022-02-06 20:57:292231version = "1.13.1"
Ahmed Charles9ca382f2016-09-02 08:55:292232source = "registry+https://github.com/rust-lang/crates.io-index"
klensy8ebc73b2022-02-06 20:57:292233checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Ahmed Charles9ca382f2016-09-02 08:55:292234dependencies = [
Stefan Lankes1ab5b0b2022-02-15 12:57:072235 "hermit-abi 0.1.19",
Alex Crichton093ede22019-08-15 00:45:092236 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292237]
2238
2239[[package]]
Alex Crichton06d565c2020-05-13 21:22:372240name = "object"
Amanieu d'Antrasa529ba82023-01-09 17:49:242241version = "0.30.1"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2244dependencies = [
Qiu Chaofan7c8c9cf2023-02-01 04:29:192245 "compiler_builtins",
Jubilee Young7156ff62023-05-10 03:29:272246 "memchr",
2247 "rustc-std-workspace-alloc",
2248 "rustc-std-workspace-core",
2249]
2250
2251[[package]]
2252name = "object"
2253version = "0.31.1"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2256dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:242257 "crc32fast",
2258 "flate2",
2259 "hashbrown 0.13.1",
2260 "indexmap",
2261 "memchr",
Jubilee Young7156ff62023-05-10 03:29:272262 "ruzstd",
Amanieu d'Antrasa529ba82023-01-09 17:49:242263]
2264
2265[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372266name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152267version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372268source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152269checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372270dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422271 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372272]
2273
2274[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412275name = "once_cell"
Ezra Shaw1e95cdd2023-03-01 09:17:082276version = "1.17.1"
Mark Rousskov2fc32b92019-09-10 01:01:412277source = "registry+https://github.com/rust-lang/crates.io-index"
Ezra Shaw1e95cdd2023-03-01 09:17:082278checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
Mark Rousskov2fc32b92019-09-10 01:01:412279
2280[[package]]
Alex Crichton2863b752018-08-21 17:23:472281name = "opener"
klensy9b6a6b12023-05-26 10:03:472282version = "0.5.2"
Eric Hussfaa64612021-06-22 23:19:242283source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:472284checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
Eric Hussfaa64612021-06-22 23:19:242285dependencies = [
klensy9b6a6b12023-05-26 10:03:472286 "bstr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312287 "winapi",
Eric Hussfaa64612021-06-22 23:19:242288]
2289
2290[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582291name = "openssl-probe"
klensy43512e62022-07-26 16:16:432292version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582293source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432294checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582295
2296[[package]]
2297name = "openssl-sys"
Johannes Nixdorf21ae5bd2023-04-28 14:26:212298version = "0.9.87"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582299source = "registry+https://github.com/rust-lang/crates.io-index"
Johannes Nixdorf21ae5bd2023-04-28 14:26:212300checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582301dependencies = [
Alex Crichton093ede22019-08-15 00:45:092302 "cc",
2303 "libc",
Alex Crichton093ede22019-08-15 00:45:092304 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092305 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582306]
2307
2308[[package]]
Ralf Jung10430db2022-07-15 14:04:232309name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052310version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232311source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052312checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232313
2314[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052315name = "packed_simd_2"
Chris Denton531f3c9e2022-12-20 15:26:422316version = "0.3.8"
Nick Cameron7a7445b2018-12-01 10:36:322317source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton531f3c9e2022-12-20 15:26:422318checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
Nick Cameron7a7445b2018-12-01 10:36:322319dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422320 "cfg-if",
Yuki Okushi2b0e27e2021-03-17 20:34:052321 "libm",
Nick Cameron7a7445b2018-12-01 10:36:322322]
2323
2324[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292325name = "panic_abort"
2326version = "0.0.0"
2327dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392328 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422329 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092330 "compiler_builtins",
2331 "core",
2332 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292333]
2334
2335[[package]]
2336name = "panic_unwind"
2337version = "0.0.0"
2338dependencies = [
Alex Crichton093ede22019-08-15 00:45:092339 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422340 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092341 "compiler_builtins",
2342 "core",
2343 "libc",
2344 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292345]
2346
2347[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012348name = "parking_lot"
flip1995e36e5a52021-12-06 11:33:552349version = "0.11.2"
Mark Rousskov342d9562020-08-17 15:21:442350source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552351checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
Mark Rousskov342d9562020-08-17 15:21:442352dependencies = [
2353 "instant",
Caleb Cartwright63913182021-02-10 01:52:542354 "lock_api",
Philipp Krones586cbd02022-06-04 12:07:442355 "parking_lot_core 0.8.5",
2356]
2357
2358[[package]]
2359name = "parking_lot"
2360version = "0.12.1"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2363dependencies = [
2364 "lock_api",
Philipp Kronesa6d3c822023-07-02 13:07:472365 "parking_lot_core 0.9.8",
Mark Rousskov342d9562020-08-17 15:21:442366]
2367
2368[[package]]
2369name = "parking_lot_core"
flip1995e36e5a52021-12-06 11:33:552370version = "0.8.5"
Mark Rousskov342d9562020-08-17 15:21:442371source = "registry+https://github.com/rust-lang/crates.io-index"
flip1995e36e5a52021-12-06 11:33:552372checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
Mark Rousskov342d9562020-08-17 15:21:442373dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422374 "cfg-if",
Mark Rousskov342d9562020-08-17 15:21:442375 "instant",
2376 "libc",
Arlo Siemsen4d9b4762023-06-02 16:40:362377 "redox_syscall 0.2.10",
Jubilee Younge8eb6912021-04-22 04:40:292378 "smallvec",
Igor Matuszewskiaf53b0d2021-07-21 13:17:312379 "winapi",
Igor Matuszewski8fc4bba2020-02-12 14:47:312380]
2381
2382[[package]]
Philipp Krones586cbd02022-06-04 12:07:442383name = "parking_lot_core"
Philipp Kronesa6d3c822023-07-02 13:07:472384version = "0.9.8"
Philipp Krones586cbd02022-06-04 12:07:442385source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:472386checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
Philipp Krones586cbd02022-06-04 12:07:442387dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422388 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442389 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:472390 "redox_syscall 0.3.5",
Philipp Krones586cbd02022-06-04 12:07:442391 "smallvec",
Philipp Kronesa6d3c822023-07-02 13:07:472392 "windows-targets 0.48.0",
Philipp Krones586cbd02022-06-04 12:07:442393]
2394
2395[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272396name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322397version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272398source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322399checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272400
2401[[package]]
Alex Crichton1cede102017-06-15 02:33:062402name = "percent-encoding"
Eric Huss139477d2019-11-12 18:14:482403version = "2.1.0"
Eric Hussf2428a62019-08-01 00:44:392404source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss139477d2019-11-12 18:14:482405checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Eric Hussf2428a62019-08-01 00:44:392406
2407[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382408name = "perf-event-open-sys"
2409version = "1.0.1"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
2412dependencies = [
2413 "libc",
2414]
2415
2416[[package]]
Steve Klabnika0769612017-02-07 23:13:572417name = "pest"
Eric Hussbb60a762023-01-10 19:09:522418version = "2.5.2"
James Munnsde763692019-01-19 02:39:372419source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522420checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
James Munnsde763692019-01-19 02:39:372421dependencies = [
klensy45fac342022-08-31 20:04:122422 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092423 "ucd-trie",
James Munnsde763692019-01-19 02:39:372424]
2425
2426[[package]]
Alex Crichtone9d89832018-04-02 15:43:552427name = "pest_derive"
Eric Hussbb60a762023-01-10 19:09:522428version = "2.5.2"
James Munnsde763692019-01-19 02:39:372429source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522430checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
James Munnsde763692019-01-19 02:39:372431dependencies = [
Alex Crichton093ede22019-08-15 00:45:092432 "pest",
2433 "pest_generator",
James Munnsde763692019-01-19 02:39:372434]
2435
2436[[package]]
2437name = "pest_generator"
Eric Hussbb60a762023-01-10 19:09:522438version = "2.5.2"
James Munnsde763692019-01-19 02:39:372439source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522440checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
James Munnsde763692019-01-19 02:39:372441dependencies = [
Alex Crichton093ede22019-08-15 00:45:092442 "pest",
2443 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152444 "proc-macro2",
2445 "quote",
Deadbeefa912a932023-03-23 06:19:252446 "syn 1.0.102",
James Munnsde763692019-01-19 02:39:372447]
2448
2449[[package]]
2450name = "pest_meta"
Eric Hussbb60a762023-01-10 19:09:522451version = "2.5.2"
James Munnsde763692019-01-19 02:39:372452source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:522453checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
James Munnsde763692019-01-19 02:39:372454dependencies = [
klensy45fac342022-08-31 20:04:122455 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092456 "pest",
Eric Hussbb60a762023-01-10 19:09:522457 "sha1",
James Munnsde763692019-01-19 02:39:372458]
2459
2460[[package]]
Jack Hueya24df5b2020-03-03 16:25:032461name = "petgraph"
Jack Huey6aa2e9d2020-05-27 00:19:192462version = "0.5.1"
Jack Hueya24df5b2020-03-03 16:25:032463source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192464checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Jack Hueya24df5b2020-03-03 16:25:032465dependencies = [
2466 "fixedbitset",
Jack Huey6aa2e9d2020-05-27 00:19:192467 "indexmap",
Jack Hueya24df5b2020-03-03 16:25:032468]
2469
2470[[package]]
steveklabnikecfbaca2018-04-03 14:32:042471name = "phf"
klensy947e7872022-04-15 18:11:142472version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042473source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142474checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042475dependencies = [
Alex Crichton093ede22019-08-15 00:45:092476 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042477]
2478
2479[[package]]
2480name = "phf_codegen"
klensy947e7872022-04-15 18:11:142481version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042482source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142483checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042484dependencies = [
Alex Crichton093ede22019-08-15 00:45:092485 "phf_generator",
2486 "phf_shared",
steveklabnikecfbaca2018-04-03 14:32:042487]
2488
2489[[package]]
2490name = "phf_generator"
klensy947e7872022-04-15 18:11:142491version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042492source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142493checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042494dependencies = [
Alex Crichton093ede22019-08-15 00:45:092495 "phf_shared",
Thom Chiovolonia4bf36e2022-11-21 00:55:412496 "rand",
steveklabnikecfbaca2018-04-03 14:32:042497]
2498
2499[[package]]
2500name = "phf_shared"
klensy947e7872022-04-15 18:11:142501version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042502source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142503checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042504dependencies = [
Alex Crichton093ede22019-08-15 00:45:092505 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042506]
2507
2508[[package]]
Caleb Cartwright63913182021-02-10 01:52:542509name = "pin-project-lite"
klensy9f621ae2022-01-24 17:19:212510version = "0.2.8"
Caleb Cartwright63913182021-02-10 01:52:542511source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:212512checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
Caleb Cartwright63913182021-02-10 01:52:542513
2514[[package]]
2515name = "pin-utils"
2516version = "0.1.0"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2519
2520[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582521name = "pkg-config"
Alyssa Rossb3b6fbc2022-10-14 01:42:232522version = "0.3.25"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582523source = "registry+https://github.com/rust-lang/crates.io-index"
Alyssa Rossb3b6fbc2022-10-14 01:42:232524checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582525
2526[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012527name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062528version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012529source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062530checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512531dependencies = [
Alex Crichton093ede22019-08-15 00:45:092532 "datafrog",
2533 "log",
2534 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512535]
Santiago Pastorino8429d112018-05-24 21:52:012536
2537[[package]]
gnzlbg52caca02019-08-01 15:02:262538name = "ppv-lite86"
Yuki Okushi9f8628b2020-05-26 04:35:212539version = "0.2.8"
gnzlbg52caca02019-08-01 15:02:262540source = "registry+https://github.com/rust-lang/crates.io-index"
Yuki Okushi9f8628b2020-05-26 04:35:212541checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
gnzlbg52caca02019-08-01 15:02:262542
2543[[package]]
steveklabnikecfbaca2018-04-03 14:32:042544name = "precomputed-hash"
2545version = "0.1.1"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092547checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042548
2549[[package]]
David Wood7f916972022-03-26 07:27:432550name = "proc-macro-hack"
2551version = "0.5.19"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2554
2555[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112556name = "proc-macro2"
David Tolnay21d9fd72023-06-08 05:36:352557version = "1.0.60"
Igor Matuszewskic2249a42019-09-08 08:28:112558source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnay21d9fd72023-06-08 05:36:352559checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
Igor Matuszewskic2249a42019-09-08 08:28:112560dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402561 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112562]
2563
2564[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292565name = "proc_macro"
2566version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082567dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322568 "core",
Alex Crichtonb47c9692019-08-16 15:29:082569 "std",
2570]
Ahmed Charles9ca382f2016-09-02 08:55:292571
2572[[package]]
whitequark42754ce2017-02-13 09:57:502573name = "profiler_builtins"
2574version = "0.0.0"
2575dependencies = [
Alex Crichton093ede22019-08-15 00:45:092576 "cc",
2577 "compiler_builtins",
2578 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392579]
2580
2581[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242582name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552583version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242584source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552585checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242586dependencies = [
2587 "cc",
2588]
2589
2590[[package]]
Steve Klabnika0769612017-02-07 23:13:572591name = "pulldown-cmark"
Lukas Markeffskycb2ba422023-05-21 14:19:032592version = "0.9.3"
Joshua Nelsone4c28bf2020-09-14 00:15:012593source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffskycb2ba422023-05-21 14:19:032594checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
Joshua Nelsone4c28bf2020-09-14 00:15:012595dependencies = [
2596 "bitflags",
2597 "memchr",
2598 "unicase",
2599]
2600
2601[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322602name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442603version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322604source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442605checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322606
2607[[package]]
Steve Klabnika0769612017-02-07 23:13:572608name = "quick-error"
Igor Matuszewskie26f35d2020-05-05 12:05:062609version = "1.2.3"
Steve Klabnika0769612017-02-07 23:13:572610source = "registry+https://github.com/rust-lang/crates.io-index"
Igor Matuszewskie26f35d2020-05-05 12:05:062611checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
Steve Klabnika0769612017-02-07 23:13:572612
2613[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292614name = "quine-mc_cluskey"
2615version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582616source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092617checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582618
2619[[package]]
2620name = "quote"
Deadbeefa912a932023-03-23 06:19:252621version = "1.0.26"
Igor Matuszewskic2249a42019-09-08 08:28:112622source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefa912a932023-03-23 06:19:252623checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
Igor Matuszewskic2249a42019-09-08 08:28:112624dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152625 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552626]
2627
2628[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292629name = "rand"
klensy947e7872022-04-15 18:11:142630version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192631source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142632checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192633dependencies = [
2634 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412635 "rand_chacha",
2636 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:192637]
2638
2639[[package]]
2640name = "rand_chacha"
2641version = "0.3.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
2644dependencies = [
2645 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:412646 "rand_core",
gnzlbg52caca02019-08-01 15:02:262647]
2648
2649[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192650name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:592651version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:192652source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:592653checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:192654dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412655 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:192656]
2657
2658[[package]]
Ralf Jung5b78e982019-04-19 07:37:332659name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:412660version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:332661source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:412662checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:332663dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412664 "rand_core",
Eric Huss2b985322019-11-25 16:14:072665]
2666
2667[[package]]
2668name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:292669version = "0.6.0"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2672dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412673 "rand_core",
Chase Wilson09f15422021-08-29 15:55:292674]
2675
2676[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292677name = "rayon"
Josh Stoneab57e362022-05-28 00:14:222678version = "1.5.3"
Nick Cameron4b6f5c22018-02-26 03:15:452679source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222680checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
Nick Cameron4b6f5c22018-02-26 03:15:452681dependencies = [
Mark Rousskov342d9562020-08-17 15:21:442682 "autocfg",
Mateusz Mikuła2d8d8132019-12-04 17:40:162683 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:092684 "either",
2685 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292686]
2687
2688[[package]]
2689name = "rayon-core"
Josh Stoneab57e362022-05-28 00:14:222690version = "1.9.3"
Oliver Schneideracdf83f2017-12-06 08:25:292691source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stoneab57e362022-05-28 00:14:222692checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
Oliver Schneideracdf83f2017-12-06 08:25:292693dependencies = [
Josh Stonef3b88122022-01-10 19:34:072694 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162695 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072696 "crossbeam-utils",
Alex Crichton093ede22019-08-15 00:45:092697 "num_cpus",
Laurențiu Nicolab888eb92019-06-10 18:22:312698]
2699
2700[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352701name = "redox_syscall"
bjorn3856dd712021-08-15 16:40:402702version = "0.2.10"
flip19950046d7c2021-02-25 10:26:232703source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3856dd712021-08-15 16:40:402704checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
flip19950046d7c2021-02-25 10:26:232705dependencies = [
2706 "bitflags",
2707]
2708
2709[[package]]
Arlo Siemsen4d9b4762023-06-02 16:40:362710name = "redox_syscall"
2711version = "0.3.5"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2714dependencies = [
2715 "bitflags",
2716]
2717
2718[[package]]
flip19954c228cc2019-02-18 09:32:582719name = "redox_users"
flip19950046d7c2021-02-25 10:26:232720version = "0.4.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2723dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412724 "getrandom",
Arlo Siemsen4d9b4762023-06-02 16:40:362725 "redox_syscall 0.2.10",
flip19950046d7c2021-02-25 10:26:232726]
2727
2728[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582729name = "regex"
klensy43512e62022-07-26 16:16:432730version = "1.5.6"
Oliver Schneider847bb142018-05-11 12:11:062731source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432732checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
Oliver Schneider847bb142018-05-11 12:11:062733dependencies = [
Alex Crichton093ede22019-08-15 00:45:092734 "aho-corasick",
2735 "memchr",
Philipp Kronesd780efc2023-05-20 13:39:352736 "regex-syntax 0.6.26",
Oliver Schneider847bb142018-05-11 12:11:062737]
2738
2739[[package]]
Oliver Schererec7230f2020-07-24 18:42:002740name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:092741version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:002742source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:092743checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:002744dependencies = [
Philipp Kronesd780efc2023-05-20 13:39:352745 "regex-syntax 0.6.26",
Oliver Schererec7230f2020-07-24 18:42:002746]
2747
2748[[package]]
Charles Lewa7750042022-11-06 06:43:252749name = "regex-automata"
2750version = "0.2.0"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
2753dependencies = [
2754 "memchr",
2755]
2756
2757[[package]]
Steve Klabnika0769612017-02-07 23:13:572758name = "regex-syntax"
klensy43512e62022-07-26 16:16:432759version = "0.6.26"
Oliver Schneider847bb142018-05-11 12:11:062760source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432761checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
Oliver Schneider847bb142018-05-11 12:11:062762
2763[[package]]
Philipp Kronesd780efc2023-05-20 13:39:352764name = "regex-syntax"
2765version = "0.7.1"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
2768
2769[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:192770name = "remote-test-client"
2771version = "0.1.0"
2772
2773[[package]]
2774name = "remote-test-server"
2775version = "0.1.0"
2776
2777[[package]]
est31d32ff142022-08-23 20:14:122778name = "replace-version-placeholder"
2779version = "0.1.0"
2780dependencies = [
2781 "tidy",
2782 "walkdir",
2783]
2784
2785[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582786name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:432787version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582788dependencies = [
Alex Crichton093ede22019-08-15 00:45:092789 "serde",
2790 "serde_json",
Alex Crichton453080f2017-06-05 16:36:482791]
2792
2793[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:152794name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:172795version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:152796dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:172797 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:152798 "rustc-demangle",
2799]
2800
2801[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292802name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:572803version = "0.1.0"
2804dependencies = [
klensye1c33132023-06-21 09:32:342805 "clap",
klensy40b60952023-04-06 15:21:372806 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:092807 "mdbook",
Steve Klabnika0769612017-02-07 23:13:572808]
Ahmed Charles9ca382f2016-09-02 08:55:292809
2810[[package]]
Ralf Jung9cc11e22022-10-04 13:23:572811name = "rustc-build-sysroot"
Ralf Jungcdd67ed2023-05-05 06:44:202812version = "0.4.2"
Ralf Jung9cc11e22022-10-04 13:23:572813source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jungcdd67ed2023-05-05 06:44:202814checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c"
Ralf Jung9cc11e22022-10-04 13:23:572815dependencies = [
2816 "anyhow",
2817 "rustc_version",
2818 "tempfile",
2819]
2820
2821[[package]]
Josh Stone020c5ec2017-05-08 22:01:132822name = "rustc-demangle"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252823version = "0.1.21"
Josh Stone020c5ec2017-05-08 22:01:132824source = "registry+https://github.com/rust-lang/crates.io-index"
Eduard-Mihai Burtescuf8810ee2021-08-10 21:05:252825checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
Alex Crichtonfcc8bb42018-12-14 22:37:512826dependencies = [
Alex Crichton093ede22019-08-15 00:45:092827 "compiler_builtins",
2828 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:512829]
Josh Stone020c5ec2017-05-08 22:01:132830
2831[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:022832name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:192833version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:022834source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:192835checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:022836
2837[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292838name = "rustc-main"
2839version = "0.0.0"
2840dependencies = [
Rémy Rakicadab1352022-05-06 21:20:042841 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:092842 "rustc_codegen_ssa",
2843 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:462844 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:382845 "rustc_smir",
Ahmed Charles9ca382f2016-09-02 08:55:292846]
2847
2848[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:032849name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:132850version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072851source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132852checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:072853dependencies = [
Josh Stone33c41252019-09-10 17:13:072854 "either",
Igor Matuszewski5b091302019-12-10 15:01:012855 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:412856]
2857
2858[[package]]
Josh Stone33c41252019-09-10 17:13:072859name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:132860version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:072861source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:132862checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:072863dependencies = [
Josh Stoneab57e362022-05-28 00:14:222864 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:162865 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072866 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:072867 "num_cpus",
2868]
2869
2870[[package]]
flip1995898ef0f2020-12-06 14:07:592871name = "rustc-semver"
2872version = "1.1.0"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
2875
2876[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:052877name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:052878version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:052879dependencies = [
Alex Crichton093ede22019-08-15 00:45:092880 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:052881]
2882
2883[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:502884name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:052885version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:502886dependencies = [
Alex Crichton093ede22019-08-15 00:45:092887 "core",
Alex Crichton4c21a3b2018-11-20 05:52:502888]
2889
2890[[package]]
Alex Crichtonb47c9692019-08-16 15:29:082891name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:052892version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:082893dependencies = [
2894 "std",
2895]
2896
2897[[package]]
hkalbasi390a6372022-11-06 21:06:112898name = "rustc_abi"
2899version = "0.0.0"
2900dependencies = [
2901 "bitflags",
Thom Chiovolonia4bf36e2022-11-21 00:55:412902 "rand",
hkalbasi390a6372022-11-06 21:06:112903 "rand_xoshiro",
2904 "rustc_data_structures",
2905 "rustc_index",
2906 "rustc_macros",
2907 "rustc_serialize",
2908 "tracing",
2909]
2910
2911[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432912name = "rustc_apfloat"
2913version = "0.0.0"
2914dependencies = [
Alex Crichton093ede22019-08-15 00:45:092915 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:292916 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:432917]
2918
2919[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:402920name = "rustc_arena"
2921version = "0.0.0"
2922dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:292923 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:402924]
2925
2926[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:262927name = "rustc_ast"
2928version = "0.0.0"
2929dependencies = [
Amanieu d'Antrasa6563492020-05-06 13:46:012930 "bitflags",
Konrad Borowskif72e17f2023-01-22 12:05:472931 "memchr",
Vadim Petrochenkov6054a302020-02-29 17:16:262932 "rustc_data_structures",
2933 "rustc_index",
2934 "rustc_lexer",
2935 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:402936 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:262937 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:292938 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302939 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002940 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:262941]
2942
2943[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562944name = "rustc_ast_lowering"
2945version = "0.0.0"
2946dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262947 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462948 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562949 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562950 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:002951 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:572952 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562953 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:512954 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:232955 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:562956 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562957 "rustc_span",
2958 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:292959 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:302960 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002961 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:562962]
2963
2964[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442965name = "rustc_ast_passes"
2966version = "0.0.0"
2967dependencies = [
pierwillf684acd2022-03-04 17:54:282968 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:262969 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462970 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:202971 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442972 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442973 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:392974 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:002975 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:012976 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442977 "rustc_parse",
2978 "rustc_session",
2979 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:052980 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:162981 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:002982 "tracing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:442983]
2984
2985[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:462986name = "rustc_ast_pretty"
2987version = "0.0.0"
2988dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262989 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462990 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:202991 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:462992]
2993
2994[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:202995name = "rustc_attr"
2996version = "0.0.0"
2997dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:262998 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:462999 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203000 "rustc_data_structures",
3001 "rustc_errors",
3002 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003003 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483004 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203005 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403006 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203007 "rustc_session",
3008 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203009]
3010
3011[[package]]
Charles Lewa7750042022-11-06 06:43:253012name = "rustc_baked_icu_data"
3013version = "0.0.0"
3014dependencies = [
3015 "icu_list",
3016 "icu_locid",
3017 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223018 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223019 "zerovec",
Charles Lewa7750042022-11-06 06:43:253020]
3021
3022[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403023name = "rustc_borrowck"
3024version = "0.0.0"
3025dependencies = [
3026 "either",
pierwillf684acd2022-03-04 17:54:283027 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403028 "polonius-engine",
3029 "rustc_data_structures",
3030 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003031 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403032 "rustc_graphviz",
3033 "rustc_hir",
3034 "rustc_index",
3035 "rustc_infer",
3036 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013037 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403038 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073039 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403040 "rustc_serialize",
3041 "rustc_session",
3042 "rustc_span",
3043 "rustc_target",
3044 "rustc_trait_selection",
3045 "rustc_traits",
3046 "smallvec",
3047 "tracing",
3048]
3049
3050[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323051name = "rustc_builtin_macros"
3052version = "0.0.0"
3053dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263054 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463055 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203056 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323057 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323058 "rustc_errors",
3059 "rustc_expand",
3060 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003061 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363062 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143063 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233064 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313065 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323066 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403067 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203068 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323069 "rustc_span",
3070 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293071 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303072 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003073 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323074]
3075
3076[[package]]
Irina Popab63d7e22018-05-08 13:10:163077name = "rustc_codegen_llvm"
3078version = "0.0.0"
3079dependencies = [
Alex Crichton7f23e6e2019-10-22 15:51:353080 "bitflags",
Alex Crichton7f23e6e2019-10-22 15:51:353081 "libc",
Ralf Jung61a986a2022-06-26 02:21:493082 "measureme",
Jubilee Young7156ff62023-05-10 03:29:273083 "object 0.31.1",
Alex Crichton7f23e6e2019-10-22 15:51:353084 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263085 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203086 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353087 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353088 "rustc_data_structures",
3089 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003090 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353091 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573092 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353093 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093094 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553095 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593096 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453097 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543098 "rustc_query_system",
Aaron Hillfca192c2019-12-06 03:04:353099 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323100 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543101 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353102 "rustc_target",
csmoea30de6e2022-11-03 14:34:243103 "serde",
3104 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293105 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003106 "tracing",
Irina Popab63d7e22018-05-08 13:10:163107]
3108
3109[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043110name = "rustc_codegen_ssa"
3111version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353112dependencies = [
bjorn3be670842022-05-28 10:43:513113 "ar_archive_writer",
Alex Crichton093ede22019-08-15 00:45:093114 "bitflags",
3115 "cc",
pierwillf684acd2022-03-04 17:54:283116 "itertools",
Alex Crichton093ede22019-08-15 00:45:093117 "jobserver",
3118 "libc",
Jubilee Young7156ff62023-05-10 03:29:273119 "object 0.31.1",
Federico Ponzi4b6a0272020-07-17 22:01:273120 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143121 "regex",
David Wood2dc1a8a2021-12-03 14:24:053122 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263123 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203124 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093125 "rustc_data_structures",
3126 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003127 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093128 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573129 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093130 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103131 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573132 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363133 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453134 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543135 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403136 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083137 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323138 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583139 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093140 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143141 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423142 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423143 "smallvec",
Nikita Popov9488cac2021-12-02 11:24:253144 "snap",
Mark Mansi2d75a332020-03-12 23:07:583145 "tempfile",
David Wood2dc1a8a2021-12-03 14:24:053146 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003147 "tracing",
klensy3c03cce2023-05-09 15:20:133148 "windows",
Irina Popab63d7e22018-05-08 13:10:163149]
3150
3151[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113152name = "rustc_const_eval"
3153version = "0.0.0"
3154dependencies = [
Ralf Jung41018892022-11-18 09:18:323155 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113156 "rustc_apfloat",
3157 "rustc_ast",
3158 "rustc_attr",
3159 "rustc_data_structures",
3160 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003161 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113162 "rustc_hir",
3163 "rustc_index",
3164 "rustc_infer",
3165 "rustc_macros",
3166 "rustc_middle",
3167 "rustc_mir_dataflow",
3168 "rustc_session",
3169 "rustc_span",
3170 "rustc_target",
3171 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463172 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113173 "tracing",
3174]
3175
3176[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293177name = "rustc_data_structures"
3178version = "0.0.0"
3179dependencies = [
Weihang Lof795a152023-03-15 12:50:043180 "arrayvec",
Mark Rousskovf696b212019-11-11 22:15:363181 "bitflags",
Chris Denton531f3c9e2022-12-20 15:26:423182 "cfg-if",
Oli Schererdecfb4d2023-02-21 08:37:103183 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093184 "ena",
Alex Crichton093ede22019-08-15 00:45:093185 "indexmap",
Maybe Waffle04652012023-04-11 10:54:563186 "itertools",
Alex Crichton093ede22019-08-15 00:45:093187 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193188 "libc",
Ralf Jung61a986a2022-06-26 02:21:493189 "measureme",
Weihang Lof795a152023-03-15 12:50:043190 "memmap2",
Philipp Krones586cbd02022-06-04 12:07:443191 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:093192 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013193 "rustc-rayon",
3194 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573195 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403196 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513197 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573198 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403199 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293200 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553201 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503202 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303203 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003204 "tracing",
klensy3c03cce2023-05-09 15:20:133205 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293206]
3207
3208[[package]]
3209name = "rustc_driver"
3210version = "0.0.0"
3211dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463212 "rustc_driver_impl",
3213]
3214
3215[[package]]
3216name = "rustc_driver_impl"
3217version = "0.0.0"
3218dependencies = [
Luca Barbieri45ede922020-04-10 20:42:193219 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263220 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023221 "rustc_ast_lowering",
3222 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463223 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023224 "rustc_attr",
3225 "rustc_borrowck",
3226 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483227 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023228 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093229 "rustc_data_structures",
Mazdak Farrokhzad8444e162019-11-15 18:41:503230 "rustc_error_codes",
David Woodd1fcf6112022-10-13 09:13:023231 "rustc_error_messages",
Alex Crichton093ede22019-08-15 00:45:093232 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023233 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183234 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003235 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573236 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293237 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193238 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023239 "rustc_hir_typeck",
3240 "rustc_incremental",
3241 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093242 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133243 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523244 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093245 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093246 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453247 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023248 "rustc_mir_build",
3249 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533250 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023251 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133252 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023253 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323254 "rustc_plugin_impl",
David Woodd1fcf6112022-10-13 09:13:023255 "rustc_privacy",
3256 "rustc_query_system",
3257 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083258 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323259 "rustc_span",
David Woodd1fcf6112022-10-13 09:13:023260 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093261 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023262 "rustc_trait_selection",
3263 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093264 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:003265 "tracing",
klensy3c03cce2023-05-09 15:20:133266 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293267]
3268
3269[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053270name = "rustc_error_codes"
3271version = "0.0.0"
3272
3273[[package]]
David Woodc45f2952022-03-24 02:03:043274name = "rustc_error_messages"
3275version = "0.0.0"
3276dependencies = [
David Woodd5119c52022-03-28 08:36:203277 "fluent-bundle",
3278 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253279 "icu_list",
3280 "icu_locid",
3281 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383282 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253283 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433284 "rustc_data_structures",
Nilstriebb5d3d972023-04-16 12:33:003285 "rustc_fluent_macro",
David Woodc45f2952022-03-24 02:03:043286 "rustc_macros",
3287 "rustc_serialize",
3288 "rustc_span",
David Wood7f916972022-03-26 07:27:433289 "tracing",
3290 "unic-langid",
David Woodc45f2952022-03-24 02:03:043291]
3292
3293[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293294name = "rustc_errors"
3295version = "0.0.0"
3296dependencies = [
klensy754b5262022-07-31 13:44:063297 "annotate-snippets",
Xiretza8489a672022-09-14 17:22:203298 "rustc_ast",
3299 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093300 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043301 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003302 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593303 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523304 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573305 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403306 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323307 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593308 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143309 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153310 "serde",
3311 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093312 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483313 "termize",
Oliver Schererec7230f2020-07-24 18:42:003314 "tracing",
Alex Crichton093ede22019-08-15 00:45:093315 "unicode-width",
klensy3c03cce2023-05-09 15:20:133316 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293317]
3318
3319[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323320name = "rustc_expand"
3321version = "0.0.0"
3322dependencies = [
Nika Layzell6d1650f2022-06-18 18:15:033323 "crossbeam-channel",
Vadim Petrochenkov6054a302020-02-29 17:16:263324 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393325 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463326 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203327 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323328 "rustc_data_structures",
3329 "rustc_errors",
3330 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003331 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323332 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003333 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573334 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323335 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403336 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203337 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323338 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293339 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523340 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003341 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323342]
3343
3344[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383345name = "rustc_feature"
3346version = "0.0.0"
3347dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183348 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323349 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383350]
3351
3352[[package]]
Nilstriebb5d3d972023-04-16 12:33:003353name = "rustc_fluent_macro"
3354version = "0.1.0"
3355dependencies = [
3356 "annotate-snippets",
3357 "fluent-bundle",
3358 "fluent-syntax",
3359 "proc-macro2",
3360 "quote",
3361 "syn 2.0.8",
Nilstriebb5d3d972023-04-16 12:33:003362 "unic-langid",
3363]
3364
3365[[package]]
Mark Rousskove3177c62018-08-03 21:31:033366name = "rustc_fs_util"
3367version = "0.0.0"
3368
3369[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403370name = "rustc_graphviz"
3371version = "0.0.0"
3372
3373[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273374name = "rustc_hir"
3375version = "0.0.0"
3376dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373377 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203378 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263379 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273380 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043381 "rustc_error_messages",
Mazdak Farrokhzad7a140732019-12-25 02:51:273382 "rustc_index",
3383 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403384 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273385 "rustc_span",
3386 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293387 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003388 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273389]
3390
3391[[package]]
lcnr1fc86a62022-09-26 11:00:293392name = "rustc_hir_analysis"
3393version = "0.0.0"
3394dependencies = [
3395 "rustc_arena",
3396 "rustc_ast",
3397 "rustc_attr",
3398 "rustc_data_structures",
3399 "rustc_errors",
3400 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003401 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293402 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293403 "rustc_index",
3404 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013405 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293406 "rustc_macros",
3407 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293408 "rustc_session",
3409 "rustc_span",
3410 "rustc_target",
3411 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293412 "rustc_type_ir",
3413 "smallvec",
3414 "tracing",
3415]
3416
3417[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193418name = "rustc_hir_pretty"
3419version = "0.0.0"
3420dependencies = [
3421 "rustc_ast",
3422 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193423 "rustc_hir",
3424 "rustc_span",
3425 "rustc_target",
3426]
3427
3428[[package]]
lcnrfb3ab132022-10-20 15:51:373429name = "rustc_hir_typeck"
3430version = "0.1.0"
3431dependencies = [
3432 "rustc_ast",
3433 "rustc_data_structures",
3434 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003435 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373436 "rustc_graphviz",
3437 "rustc_hir",
3438 "rustc_hir_analysis",
3439 "rustc_hir_pretty",
3440 "rustc_index",
3441 "rustc_infer",
3442 "rustc_lint",
3443 "rustc_macros",
3444 "rustc_middle",
3445 "rustc_serialize",
3446 "rustc_session",
3447 "rustc_span",
3448 "rustc_target",
3449 "rustc_trait_selection",
3450 "rustc_type_ir",
3451 "smallvec",
3452 "tracing",
3453]
3454
3455[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293456name = "rustc_incremental"
3457version = "0.0.0"
3458dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413459 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263460 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093461 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593462 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003463 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093464 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403465 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573466 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573467 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453468 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403469 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163470 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323471 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163472 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003473 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293474]
3475
3476[[package]]
csmoe1cff2e62019-09-25 19:09:513477name = "rustc_index"
3478version = "0.0.0"
3479dependencies = [
Weihang Lof795a152023-03-15 12:50:043480 "arrayvec",
Matthew Jaspercbcef3e2020-06-11 14:49:573481 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403482 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293483 "smallvec",
csmoe1cff2e62019-09-25 19:09:513484]
3485
3486[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243487name = "rustc_infer"
3488version = "0.0.0"
3489dependencies = [
Camille GILLOTf07e8892020-01-06 19:13:243490 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243491 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003492 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243493 "rustc_hir",
3494 "rustc_index",
3495 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453496 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403497 "rustc_serialize",
Camille GILLOTf07e8892020-01-06 19:13:243498 "rustc_span",
3499 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293500 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003501 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243502]
3503
3504[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233505name = "rustc_interface"
3506version = "0.0.0"
3507dependencies = [
Jing Peng9b1a1e12023-02-26 20:27:273508 "atty",
Andy Russell923f9392021-11-08 23:03:553509 "libloading",
Igor Matuszewski5b091302019-12-10 15:01:013510 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313511 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263512 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563513 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443514 "rustc_ast_passes",
Mazdak Farrokhzad93a82832020-01-11 12:15:203515 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403516 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323517 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353518 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093519 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113520 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093521 "rustc_data_structures",
3522 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323523 "rustc_expand",
Nilstriebb5d3d972023-04-16 12:33:003524 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313525 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:273526 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293527 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373528 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093529 "rustc_incremental",
Oli Scherer8f132d82023-02-15 17:19:383530 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093531 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473532 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093533 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453534 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443535 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253536 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153537 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133538 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093539 "rustc_passes",
Simon Sapind0bbc602019-07-16 17:08:323540 "rustc_plugin_impl",
Alex Crichton093ede22019-08-15 00:45:093541 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163542 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:193543 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:093544 "rustc_resolve",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163545 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323546 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583547 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163548 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403549 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093550 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373551 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:003552 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233553]
3554
3555[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403556name = "rustc_lexer"
3557version = "0.1.0"
3558dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503559 "expect-test",
Esteban Kuber5a68abb2021-08-29 08:34:233560 "unic-emoji-char",
Aaron Hill70ba4912020-08-01 14:11:153561 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403562]
3563
3564[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293565name = "rustc_lint"
3566version = "0.0.0"
3567dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263568 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463569 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203570 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093571 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473572 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383573 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003574 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573575 "rustc_hir",
csmoe64f61c72019-09-26 05:38:333576 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353577 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453578 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453579 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423580 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203581 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323582 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093583 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403584 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463585 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003586 "tracing",
Charles Lew485e98a2020-01-02 12:02:223587 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293588]
3589
3590[[package]]
Aaron Hill23018a52020-08-13 19:41:523591name = "rustc_lint_defs"
3592version = "0.0.0"
3593dependencies = [
3594 "rustc_ast",
3595 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043596 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273597 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523598 "rustc_macros",
3599 "rustc_serialize",
3600 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:383601 "rustc_target",
bjorn362a4f912021-06-03 19:14:153602 "serde",
Aaron Hill23018a52020-08-13 19:41:523603]
3604
3605[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293606name = "rustc_llvm"
3607version = "0.0.0"
3608dependencies = [
Alex Crichton093ede22019-08-15 00:45:093609 "cc",
Aaron Hill47e932b2019-12-12 15:51:193610 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293611]
3612
3613[[package]]
David Tolnay6152d152022-01-04 00:32:523614name = "rustc_log"
3615version = "0.0.0"
3616dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353617 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523618 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:483619 "tracing-core",
David Tolnay6152d152022-01-04 00:32:523620 "tracing-subscriber",
3621 "tracing-tree",
3622]
3623
3624[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103625name = "rustc_macros"
3626version = "0.1.0"
3627dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153628 "proc-macro2",
3629 "quote",
Deadbeefaf74ef82023-03-27 13:44:063630 "syn 2.0.8",
3631 "synstructure 0.13.0",
John Kåre Alsaker74b64192019-03-01 00:22:103632]
3633
3634[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293635name = "rustc_metadata"
3636version = "0.0.0"
3637dependencies = [
Vadim Petrochenkov415c1412023-01-20 20:59:193638 "bitflags",
Andy Russell923f9392021-11-08 23:03:553639 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:373640 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:263641 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203642 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093643 "rustc_data_structures",
3644 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323645 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:173646 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003647 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313648 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573649 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193650 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:103651 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573652 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453653 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403654 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083655 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323656 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093657 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:463658 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:303659 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:043660 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:003661 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293662]
3663
3664[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453665name = "rustc_middle"
3666version = "0.0.0"
3667dependencies = [
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453668 "bitflags",
Jack Hueya24df5b2020-03-03 16:25:033669 "chalk-ir",
Maybe Wafflee20e5062022-11-28 11:11:453670 "derive_more",
Camille GILLOTfd9c04f2021-01-05 18:53:073671 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:023672 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:073673 "gsgdt",
John Kåre Alsaker66d85432023-03-25 08:46:193674 "measureme",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453675 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:263676 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453677 "rustc-rayon-core",
3678 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403679 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453680 "rustc_ast",
3681 "rustc_attr",
3682 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:473683 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453684 "rustc_errors",
3685 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003686 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073687 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453688 "rustc_hir",
3689 "rustc_index",
3690 "rustc_macros",
3691 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403692 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453693 "rustc_session",
3694 "rustc_span",
3695 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:103696 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293697 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303698 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003699 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453700]
3701
3702[[package]]
Matthew Jasperb3589292020-01-05 15:46:443703name = "rustc_mir_build"
3704version = "0.0.0"
3705dependencies = [
Ralf Jung41018892022-11-18 09:18:323706 "either",
Matthew Jasperb3589292020-01-05 15:46:443707 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:403708 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263709 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:443710 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:443711 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003712 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:443713 "rustc_hir",
3714 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:243715 "rustc_infer",
TheOddGarlic82f05442022-08-20 11:28:433716 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453717 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403718 "rustc_serialize",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:073719 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:443720 "rustc_span",
3721 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403722 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:293723 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003724 "tracing",
Matthew Jasperb3589292020-01-05 15:46:443725]
3726
3727[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:073728name = "rustc_mir_dataflow"
3729version = "0.0.0"
3730dependencies = [
3731 "polonius-engine",
3732 "regex",
3733 "rustc_ast",
3734 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:143735 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003736 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:073737 "rustc_graphviz",
3738 "rustc_hir",
3739 "rustc_index",
5225225ee2b1612022-08-19 09:21:143740 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:073741 "rustc_middle",
3742 "rustc_serialize",
Camille GILLOTfd9c04f2021-01-05 18:53:073743 "rustc_span",
3744 "rustc_target",
3745 "smallvec",
3746 "tracing",
3747]
3748
3749[[package]]
Camille GILLOTbba4be62021-01-01 00:53:253750name = "rustc_mir_transform"
3751version = "0.0.0"
3752dependencies = [
3753 "coverage_test_macros",
Ralf Jung41018892022-11-18 09:18:323754 "either",
pierwillf684acd2022-03-04 17:54:283755 "itertools",
Camille GILLOTbba4be62021-01-01 00:53:253756 "rustc_ast",
3757 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:113758 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:253759 "rustc_data_structures",
3760 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:533761 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:253762 "rustc_hir",
3763 "rustc_index",
clubby789d5bc5812023-04-30 01:20:533764 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:253765 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073766 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:253767 "rustc_serialize",
3768 "rustc_session",
3769 "rustc_span",
3770 "rustc_target",
3771 "rustc_trait_selection",
3772 "smallvec",
3773 "tracing",
3774]
3775
3776[[package]]
Camille GILLOT81a600b2021-01-02 13:42:153777name = "rustc_monomorphize"
3778version = "0.0.0"
3779dependencies = [
3780 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:473781 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003782 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:153783 "rustc_hir",
3784 "rustc_index",
Nathan Stocks137f20c2022-08-18 21:51:473785 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:153786 "rustc_middle",
3787 "rustc_session",
3788 "rustc_span",
3789 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:093790 "serde",
3791 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:153792 "tracing",
3793]
3794
3795[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:133796name = "rustc_parse"
3797version = "0.0.0"
3798dependencies = [
3799 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:263800 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463801 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133802 "rustc_data_structures",
3803 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383804 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003805 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133806 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:243807 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:203808 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323809 "rustc_span",
Nicholas Nethercote67d5cc02022-09-08 07:22:523810 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003811 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:403812 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:003813 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133814]
3815
3816[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403817name = "rustc_parse_format"
3818version = "0.0.0"
3819dependencies = [
Maybe Wafflec44c82d2022-12-08 11:20:013820 "rustc_data_structures",
Vadim Petrochenkov11d95142020-06-02 17:03:403821 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:403822]
3823
3824[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293825name = "rustc_passes"
3826version = "0.0.0"
3827dependencies = [
Takayuki Maeda3a023e72022-06-10 03:14:243828 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263829 "rustc_ast",
Camelid8f40e112021-03-14 21:39:133830 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203831 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093832 "rustc_data_structures",
3833 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:433834 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:413835 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003836 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573837 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:573838 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:123839 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:043840 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453841 "rustc_middle",
Tomasz Miąsko57d38972020-09-26 00:00:003842 "rustc_serialize",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:433843 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323844 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:573845 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:373846 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:003847 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293848]
3849
3850[[package]]
Simon Sapind0bbc602019-07-16 17:08:323851name = "rustc_plugin_impl"
Ahmed Charles9ca382f2016-09-02 08:55:293852version = "0.0.0"
3853dependencies = [
Andy Russell923f9392021-11-08 23:03:553854 "libloading",
Vadim Petrochenkov6054a302020-02-29 17:16:263855 "rustc_ast",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163856 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003857 "rustc_fluent_macro",
Mazdak Farrokhzadf58db202020-01-09 06:52:013858 "rustc_lint",
Peter Medus8c2413c2022-08-19 17:29:333859 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093860 "rustc_metadata",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083861 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323862 "rustc_span",
Ahmed Charles9ca382f2016-09-02 08:55:293863]
3864
3865[[package]]
3866name = "rustc_privacy"
3867version = "0.0.0"
3868dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:573869 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203870 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093871 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:163872 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003873 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573874 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293875 "rustc_hir_analysis",
David Woodbe9ebfd2022-06-22 13:17:343876 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453877 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083878 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323879 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:003880 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293881]
3882
3883[[package]]
Camille GILLOT4581d162021-01-19 19:40:163884name = "rustc_query_impl"
3885version = "0.0.0"
3886dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:023887 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:493888 "measureme",
est31b0483962023-06-05 02:53:303889 "memoffset 0.9.0",
Camille GILLOT4581d162021-01-19 19:40:163890 "rustc-rayon-core",
Camille GILLOT81241cb2021-06-28 19:12:013891 "rustc_ast",
Camille GILLOT4581d162021-01-19 19:40:163892 "rustc_data_structures",
3893 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:163894 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:013895 "rustc_index",
3896 "rustc_macros",
Camille GILLOT4581d162021-01-19 19:40:163897 "rustc_middle",
3898 "rustc_query_system",
3899 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:013900 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:163901 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:303902 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:133903 "tracing",
Camille GILLOT4581d162021-01-19 19:40:163904]
3905
3906[[package]]
Camille GILLOT6624dc42020-03-18 09:25:223907name = "rustc_query_system"
3908version = "0.0.0"
3909dependencies = [
Philipp Krones586cbd02022-06-04 12:07:443910 "parking_lot 0.11.2",
Camille GILLOT8e873c32020-03-19 13:13:313911 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:313912 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:223913 "rustc_data_structures",
3914 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:313915 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003916 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:313917 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:223918 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573919 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403920 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:373921 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:313922 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:313923 "rustc_target",
Eric Holk578fc492022-09-07 21:46:043924 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293925 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303926 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003927 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:223928]
3929
3930[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293931name = "rustc_resolve"
3932version = "0.0.0"
3933dependencies = [
Alex Crichton093ede22019-08-15 00:45:093934 "bitflags",
Weihang Lo55a79152023-02-17 23:55:453935 "pulldown-cmark",
Vadim Petrochenkov11d95142020-06-02 17:03:403936 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263937 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463938 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203939 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093940 "rustc_data_structures",
3941 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323942 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183943 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003944 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573945 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:293946 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:383947 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093948 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453949 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:503950 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563951 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323952 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293953 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523954 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003955 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293956]
3957
3958[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403959name = "rustc_serialize"
3960version = "0.0.0"
3961dependencies = [
3962 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:503963 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:293964 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:053965 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303966 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:403967]
3968
3969[[package]]
Mark Rousskovc761ec12019-11-12 13:17:333970name = "rustc_session"
3971version = "0.0.0"
3972dependencies = [
Jing Peng9b1a1e12023-02-26 20:27:273973 "atty",
Rémy Rakic5d91c1c2023-06-21 21:45:133974 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:193975 "getopts",
Onur Özkan71a3a482022-10-28 07:20:513976 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263977 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:333978 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:333979 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:283980 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003981 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:283982 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:033983 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523984 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573985 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403986 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323987 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:283988 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:513989 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:253990 "termize",
Oliver Schererec7230f2020-07-24 18:42:003991 "tracing",
klensy3c03cce2023-05-09 15:20:133992 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323993]
3994
3995[[package]]
Oli Scherer9960cc12022-06-02 10:08:383996name = "rustc_smir"
3997version = "0.0.0"
3998dependencies = [
Santiago Pastorino4b85bea2023-04-24 20:53:513999 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384000 "rustc_middle",
Celina G. Valb66db7e2023-03-04 01:08:494001 "rustc_span",
4002 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384003]
4004
4005[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324006name = "rustc_span"
4007version = "0.0.0"
4008dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424009 "cfg-if",
Oli Scherer460ecd22023-03-16 10:05:094010 "indexmap",
Igor Matuszewskibd37d7d2020-12-05 15:40:244011 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404012 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324013 "rustc_data_structures",
4014 "rustc_index",
4015 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404016 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324017 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524018 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064019 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004020 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324021 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334022]
4023
4024[[package]]
Mark Mansi2d75a332020-03-12 23:07:584025name = "rustc_symbol_mangling"
4026version = "0.0.0"
4027dependencies = [
Ramon de C Valle5ad7a642022-04-01 05:50:414028 "bitflags",
Mark Mansi2d75a332020-03-12 23:07:584029 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584030 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584031 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134032 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004033 "rustc_fluent_macro",
Mark Mansi2d75a332020-03-12 23:07:584034 "rustc_hir",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134035 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454036 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584037 "rustc_session",
4038 "rustc_span",
4039 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004040 "tracing",
Ramon de C Valle65698ae2022-11-22 05:29:004041 "twox-hash",
Mark Mansi2d75a332020-03-12 23:07:584042]
4043
4044[[package]]
Irina Popa38e96402017-12-08 19:18:214045name = "rustc_target"
4046version = "0.0.0"
4047dependencies = [
Alex Crichton093ede22019-08-15 00:45:094048 "bitflags",
Adam Gausmanna7158ec2023-01-09 04:59:414049 "object 0.31.1",
hkalbasi390a6372022-11-06 21:06:114050 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094051 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154052 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314053 "rustc_fs_util",
Camille GILLOT2ba84c62019-11-09 21:27:524054 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404055 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324056 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094057 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004058 "tracing",
Irina Popa38e96402017-12-08 19:18:214059]
4060
4061[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064062name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374063version = "0.3.0"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4066
4067[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404068name = "rustc_trait_selection"
4069version = "0.0.0"
4070dependencies = [
Camille GILLOTc1e3d552020-02-11 18:53:404071 "rustc_ast",
4072 "rustc_attr",
4073 "rustc_data_structures",
4074 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004075 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404076 "rustc_hir",
4077 "rustc_index",
4078 "rustc_infer",
4079 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454080 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404081 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544082 "rustc_query_system",
lcnrb738b062023-01-11 12:39:024083 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404084 "rustc_session",
4085 "rustc_span",
4086 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134087 "rustc_transmute",
Jubilee Younge8eb6912021-04-22 04:40:294088 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004089 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404090]
4091
4092[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544093name = "rustc_traits"
4094version = "0.0.0"
4095dependencies = [
Jack Hueyd66452c2020-08-04 22:35:374096 "chalk-engine",
Jack Hueya24df5b2020-03-03 16:25:034097 "chalk-ir",
Jack Hueya24df5b2020-03-03 16:25:034098 "chalk-solve",
Vadim Petrochenkov6054a302020-02-29 17:16:264099 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094100 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574101 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244102 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454103 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324104 "rustc_span",
hkalbasi27fb9042022-11-01 16:20:304105 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404106 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294107 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004108 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544109]
4110
4111[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134112name = "rustc_transmute"
4113version = "0.1.0"
4114dependencies = [
4115 "itertools",
4116 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144117 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134118 "rustc_infer",
4119 "rustc_macros",
4120 "rustc_middle",
4121 "rustc_span",
4122 "rustc_target",
4123 "tracing",
4124]
4125
4126[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374127name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304128version = "0.0.0"
4129dependencies = [
Camille GILLOT9908a872020-01-13 12:40:304130 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294131 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004132 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304133 "rustc_hir",
kadmine612e262022-07-09 09:35:064134 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244135 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314136 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454137 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084138 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304139 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324140 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404141 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464142 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004143 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304144]
4145
4146[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104147name = "rustc_type_ir"
4148version = "0.0.0"
4149dependencies = [
4150 "bitflags",
4151 "rustc_data_structures",
4152 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554153 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104154 "rustc_serialize",
Wilco Kuseea7015fe2021-01-31 09:32:344155 "smallvec",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104156]
4157
4158[[package]]
Oliver Schneider847bb142018-05-11 12:11:064159name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004160version = "0.4.0"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4163dependencies = [
klensy8ebc73b2022-02-06 20:57:294164 "semver",
Ralf Junge5d01782021-10-04 22:13:004165]
4166
4167[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294168name = "rustdoc"
4169version = "0.0.0"
4170dependencies = [
Weihang Lof795a152023-03-15 12:50:044171 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464172 "askama",
Aleksey Kladovb4f4db92020-08-27 10:50:284173 "expect-test",
pierwillf684acd2022-03-04 17:54:284174 "itertools",
Alex Crichton093ede22019-08-15 00:45:094175 "minifier",
Jakub Beránek34e2d3b2022-04-20 22:15:044176 "once_cell",
Guillaume Gomezf467b8d2020-10-13 13:46:344177 "regex",
Rune Tynan67b78a02021-01-25 21:23:434178 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454179 "serde",
4180 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294181 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094182 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004183 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294184 "tracing",
4185 "tracing-subscriber",
4186 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584187]
4188
4189[[package]]
ozkanonurc36b2092023-05-20 11:40:114190name = "rustdoc-gui-test"
4191version = "0.1.0"
4192dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404193 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114194 "compiletest",
4195 "getopts",
4196 "walkdir",
4197]
4198
4199[[package]]
Rune Tynan67b78a02021-01-25 21:23:434200name = "rustdoc-json-types"
4201version = "0.1.0"
4202dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204203 "bincode",
ozkanonur52c71e62023-03-01 21:53:024204 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434205 "serde",
Rune Tynanca48d152021-03-04 23:45:574206 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434207]
4208
4209[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534210name = "rustdoc-themes"
4211version = "0.1.0"
4212
4213[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584214name = "rustdoc-tool"
4215version = "0.0.0"
4216dependencies = [
Alex Crichton093ede22019-08-15 00:45:094217 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294218]
4219
4220[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154221name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444222version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044223source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444224checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504225dependencies = [
4226 "anyhow",
4227 "log",
4228 "serde",
4229 "serde_json",
4230]
4231
4232[[package]]
topecongiro5a411a62019-06-18 12:15:194233name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144234version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194235dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154236 "proc-macro2",
4237 "quote",
Alex Crichton093ede22019-08-15 00:45:094238 "serde",
Caleb Cartwrightaca66a22023-06-20 04:19:484239 "syn 2.0.8",
topecongiro5a411a62019-06-18 12:15:194240]
4241
4242[[package]]
Alex Crichton1cede102017-06-15 02:33:064243name = "rustfmt-nightly"
Caleb Cartwright75a66752023-07-01 07:50:524244version = "1.6.0"
kennytm0692b3d2017-12-15 19:41:584245dependencies = [
klensy754b5262022-07-31 13:44:064246 "annotate-snippets",
Igor Matuszewskif4b2a202020-06-15 09:43:394247 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094248 "bytecount",
Caleb Cartwrightaca66a22023-06-20 04:19:484249 "cargo_metadata",
klensye1c33132023-06-21 09:32:344250 "clap",
Alex Crichton093ede22019-08-15 00:45:094251 "diff",
4252 "dirs",
Caleb Cartwrightaca66a22023-06-20 04:19:484253 "env_logger 0.10.0",
Alex Crichton093ede22019-08-15 00:45:094254 "getopts",
4255 "ignore",
pierwillf684acd2022-03-04 17:54:284256 "itertools",
Yuki Okushi1f0a39502020-05-26 04:00:424257 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094258 "log",
4259 "regex",
Alex Crichton093ede22019-08-15 00:45:094260 "rustfmt-config_proc_macro",
4261 "serde",
4262 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544263 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394264 "thiserror",
Caleb Cartwrightaca66a22023-06-20 04:19:484265 "toml 0.7.4",
Alex Crichton093ede22019-08-15 00:45:094266 "unicode-segmentation",
4267 "unicode-width",
4268 "unicode_categories",
Igor Matuszewskid2d192e2019-07-30 11:00:274269]
4270
4271[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044272name = "rustix"
WANG Rui7aa257f2023-04-23 07:58:384273version = "0.37.7"
Weihang Lo1e5dad02022-11-25 22:37:044274source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:384275checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
Weihang Lo1e5dad02022-11-25 22:37:044276dependencies = [
4277 "bitflags",
4278 "errno",
4279 "io-lifetimes",
4280 "libc",
4281 "linux-raw-sys",
WANG Rui7aa257f2023-04-23 07:58:384282 "windows-sys 0.45.0",
Weihang Lo1e5dad02022-11-25 22:37:044283]
4284
4285[[package]]
flip19950046d7c2021-02-25 10:26:234286name = "rustversion"
David Tolnayfbfc0792021-06-18 05:34:554287version = "1.0.5"
flip19950046d7c2021-02-25 10:26:234288source = "registry+https://github.com/rust-lang/crates.io-index"
David Tolnayfbfc0792021-06-18 05:34:554289checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
flip19950046d7c2021-02-25 10:26:234290
4291[[package]]
Jubilee Young7156ff62023-05-10 03:29:274292name = "ruzstd"
4293version = "0.3.1"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe"
4296dependencies = [
4297 "byteorder",
4298 "thiserror",
4299 "twox-hash",
4300]
4301
4302[[package]]
Alex Crichton2863b752018-08-21 17:23:474303name = "ryu"
Mark Rousskov342d9562020-08-17 15:21:444304version = "1.0.5"
Alex Crichton2863b752018-08-21 17:23:474305source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444306checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Alex Crichton2863b752018-08-21 17:23:474307
4308[[package]]
Josh Stone020c5ec2017-05-08 22:01:134309name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444310version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224311source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444312checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224313dependencies = [
Alex Crichton093ede22019-08-15 00:45:094314 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224315]
4316
4317[[package]]
4318name = "schannel"
Mark Rousskov342d9562020-08-17 15:21:444319version = "0.1.19"
Alex Crichton80d6ed22018-01-08 21:56:224320source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444321checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
Alex Crichton80d6ed22018-01-08 21:56:224322dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424323 "lazy_static",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314324 "winapi",
Alex Crichton80d6ed22018-01-08 21:56:224325]
4326
4327[[package]]
Alex Crichton453080f2017-06-05 16:36:484328name = "scoped-tls"
Marcel Hellwig56fb2872019-02-26 10:15:524329version = "1.0.0"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:094331checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
Marcel Hellwig56fb2872019-02-26 10:15:524332
4333[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124334name = "scopeguard"
Mark Rousskov342d9562020-08-17 15:21:444335version = "1.1.0"
Ralf Jungc7a599e2019-07-25 13:57:254336source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444337checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Ralf Jungc7a599e2019-07-25 13:57:254338
4339[[package]]
David Wood7f916972022-03-26 07:27:434340name = "self_cell"
4341version = "0.10.2"
4342source = "registry+https://github.com/rust-lang/crates.io-index"
4343checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
4344
4345[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584346name = "semver"
J Haigh1a993612023-01-11 18:11:564347version = "1.0.12"
Eric Huss78529352021-06-02 03:38:394348source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564349checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
Eric Huss78529352021-06-02 03:38:394350dependencies = [
4351 "serde",
4352]
4353
4354[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584355name = "serde"
Collin Baker1d640e52023-05-03 20:45:434356version = "1.0.160"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584357source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Baker1d640e52023-05-03 20:45:434358checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
Eric Huss57393642018-12-17 18:23:044359dependencies = [
Alex Crichton093ede22019-08-15 00:45:094360 "serde_derive",
Eric Huss57393642018-12-17 18:23:044361]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584362
4363[[package]]
4364name = "serde_derive"
Collin Baker1d640e52023-05-03 20:45:434365version = "1.0.160"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584366source = "registry+https://github.com/rust-lang/crates.io-index"
Collin Baker1d640e52023-05-03 20:45:434367checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584368dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154369 "proc-macro2",
4370 "quote",
Deadbeef3b187c32023-04-08 09:31:554371 "syn 2.0.8",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584372]
4373
4374[[package]]
4375name = "serde_json"
J Haigh1a993612023-01-11 18:11:564376version = "1.0.85"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584377source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564378checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584379dependencies = [
Rune Tynan77156562021-01-16 01:34:154380 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094381 "itoa",
4382 "ryu",
4383 "serde",
Steve Klabnik2795de32017-02-20 00:20:574384]
4385
4386[[package]]
Philipp Krones612c3422023-06-02 09:42:424387name = "serde_spanned"
4388version = "0.6.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
4391dependencies = [
4392 "serde",
4393]
4394
4395[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044396name = "sha1"
4397version = "0.10.5"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
4400dependencies = [
4401 "cfg-if",
4402 "cpufeatures",
4403 "digest",
4404]
4405
4406[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124407name = "sha2"
Weihang Lo6306fd32023-01-04 15:33:594408version = "0.10.6"
Pietro Albiniacd8e592020-10-01 15:15:124409source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:594410checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
Pietro Albiniacd8e592020-10-01 15:15:124411dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424412 "cfg-if",
pierwillef6dd122022-02-10 16:54:014413 "cpufeatures",
klensy45fac342022-08-31 20:04:124414 "digest",
James Munnsde763692019-01-19 02:39:374415]
4416
4417[[package]]
Oliver Schererec7230f2020-07-24 18:42:004418name = "sharded-slab"
Tomasz Miąsko2abe7c82021-02-28 00:00:004419version = "0.1.1"
Oliver Schererec7230f2020-07-24 18:42:004420source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004421checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
Oliver Schererec7230f2020-07-24 18:42:004422dependencies = [
4423 "lazy_static",
4424]
4425
4426[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584427name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444428version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584429source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444430checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584431
4432[[package]]
steveklabnik54371882018-01-25 17:32:254433name = "shlex"
Eric Huss788167a2021-02-23 01:05:214434version = "1.0.0"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4437
4438[[package]]
steveklabnikecfbaca2018-04-03 14:32:044439name = "siphasher"
Aaron Hill70ba4912020-08-01 14:11:154440version = "0.3.3"
steveklabnikecfbaca2018-04-03 14:32:044441source = "registry+https://github.com/rust-lang/crates.io-index"
Aaron Hill70ba4912020-08-01 14:11:154442checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
steveklabnikecfbaca2018-04-03 14:32:044443
4444[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434445name = "slab"
Philipp Kronesa6d3c822023-07-02 13:07:474446version = "0.4.8"
Matthias Krüger696fb8f2019-01-21 15:32:434447source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:474448checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
4449dependencies = [
4450 "autocfg",
4451]
Matthias Krüger696fb8f2019-01-21 15:32:434452
4453[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014454name = "smallvec"
Weihang Loe52e0402023-03-07 22:16:274455version = "1.10.0"
Ralf Jung90b8d342019-11-04 14:59:094456source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Loe52e0402023-03-07 22:16:274457checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
Ralf Jung90b8d342019-11-04 14:59:094458
4459[[package]]
Josh Triplett574f6be2020-08-20 23:16:304460name = "snap"
Chris Denton77d7c632023-01-26 05:49:374461version = "1.1.0"
Josh Triplett574f6be2020-08-20 23:16:304462source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton77d7c632023-01-26 05:49:374463checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
Josh Triplett574f6be2020-08-20 23:16:304464
4465[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154466name = "socket2"
Niels Sascha Reedijkd41df912021-08-05 14:54:184467version = "0.4.1"
klensy50c38902021-05-01 11:50:034468source = "registry+https://github.com/rust-lang/crates.io-index"
Niels Sascha Reedijkd41df912021-08-05 14:54:184469checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
klensy50c38902021-05-01 11:50:034470dependencies = [
4471 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314472 "winapi",
klensy50c38902021-05-01 11:50:034473]
4474
4475[[package]]
Pietro Albini13efb202022-11-15 09:19:174476name = "spdx-expression"
4477version = "0.5.2"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4480dependencies = [
4481 "nom",
4482 "serde",
4483 "thiserror",
4484 "tracing",
4485]
4486
4487[[package]]
4488name = "spdx-rs"
nilsf77541a2023-04-11 11:46:414489version = "0.5.2"
Pietro Albini13efb202022-11-15 09:19:174490source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:414491checksum = "6b1ec09829bf2d82c175c121b20de11ffab2def83bd55979002099b1f9956c9b"
Pietro Albini13efb202022-11-15 09:19:174492dependencies = [
4493 "chrono",
4494 "log",
4495 "nom",
4496 "serde",
4497 "spdx-expression",
4498 "strum",
4499 "strum_macros",
4500 "thiserror",
4501 "uuid",
4502]
4503
4504[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454505name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444506version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454507source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444508checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454509
4510[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244511name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:554512version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:244513source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:554514checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:244515dependencies = [
4516 "cc",
Chris Denton531f3c9e2022-12-20 15:26:424517 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:244518 "libc",
4519 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314520 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:244521]
4522
4523[[package]]
Eric Huss7758eaf2022-04-28 05:42:544524name = "static_assertions"
4525version = "1.1.0"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4528
4529[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294530name = "std"
4531version = "0.0.0"
4532dependencies = [
Michael Howellcf83a1d2022-11-03 17:10:154533 "addr2line",
Alex Crichton093ede22019-08-15 00:45:094534 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:424535 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:094536 "compiler_builtins",
4537 "core",
4538 "dlmalloc",
4539 "fortanix-sgx-abi",
The 8472479be6a2023-06-08 14:55:494540 "hashbrown 0.14.0",
Stefan Lankes7143379a2022-12-06 19:31:434541 "hermit-abi 0.3.0",
Alex Crichton093ede22019-08-15 00:45:094542 "libc",
Michael Howell8e71a132022-11-08 00:13:204543 "miniz_oxide",
Jubilee Young7156ff62023-05-10 03:29:274544 "object 0.30.1",
Alex Crichton093ede22019-08-15 00:45:094545 "panic_abort",
4546 "panic_unwind",
4547 "profiler_builtins",
Thom Chiovolonia4bf36e2022-11-21 00:55:414548 "rand",
4549 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:374550 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:464551 "std_detect",
Alex Crichton093ede22019-08-15 00:45:094552 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:414553 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:294554]
4555
4556[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:464557name = "std_detect"
4558version = "0.1.5"
4559dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424560 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:464561 "compiler_builtins",
4562 "libc",
4563 "rustc-std-workspace-alloc",
4564 "rustc-std-workspace-core",
4565]
4566
4567[[package]]
steveklabnikecfbaca2018-04-03 14:32:044568name = "string_cache"
klensy947e7872022-04-15 18:11:144569version = "0.8.3"
steveklabnikecfbaca2018-04-03 14:32:044570source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144571checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
steveklabnikecfbaca2018-04-03 14:32:044572dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:424573 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094574 "new_debug_unreachable",
Philipp Krones586cbd02022-06-04 12:07:444575 "parking_lot 0.11.2",
Alex Crichton093ede22019-08-15 00:45:094576 "phf_shared",
4577 "precomputed-hash",
4578 "serde",
steveklabnikecfbaca2018-04-03 14:32:044579]
4580
4581[[package]]
4582name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:144583version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:044584source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:144585checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:044586dependencies = [
Alex Crichton093ede22019-08-15 00:45:094587 "phf_generator",
4588 "phf_shared",
Aaron Hill70ba4912020-08-01 14:11:154589 "proc-macro2",
4590 "quote",
steveklabnikecfbaca2018-04-03 14:32:044591]
4592
4593[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584594name = "strsim"
Eric Hussbfacc5c2022-01-19 03:14:334595version = "0.10.0"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4598
4599[[package]]
Pietro Albini13efb202022-11-15 09:19:174600name = "strum"
4601version = "0.24.1"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
4604
4605[[package]]
4606name = "strum_macros"
4607version = "0.24.3"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
4610dependencies = [
4611 "heck",
4612 "proc-macro2",
4613 "quote",
4614 "rustversion",
Deadbeefa912a932023-03-23 06:19:254615 "syn 1.0.102",
Pietro Albini13efb202022-11-15 09:19:174616]
4617
4618[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:084619name = "suggest-tests"
4620version = "0.1.0"
4621dependencies = [
4622 "build_helper",
4623 "glob",
4624 "once_cell",
4625]
4626
4627[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:114628name = "syn"
J Haigh1a993612023-01-11 18:11:564629version = "1.0.102"
Igor Matuszewskic2249a42019-09-08 08:28:114630source = "registry+https://github.com/rust-lang/crates.io-index"
J Haigh1a993612023-01-11 18:11:564631checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
Igor Matuszewskic2249a42019-09-08 08:28:114632dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154633 "proc-macro2",
4634 "quote",
Andres Suareza65ddf02022-10-09 03:25:404635 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:114636]
4637
4638[[package]]
Deadbeefa912a932023-03-23 06:19:254639name = "syn"
4640version = "2.0.8"
4641source = "registry+https://github.com/rust-lang/crates.io-index"
4642checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
4643dependencies = [
4644 "proc-macro2",
4645 "quote",
4646 "unicode-ident",
4647]
4648
4649[[package]]
Alex Crichton325d7392017-12-10 17:42:494650name = "synstructure"
pierwillea25b772021-12-21 17:00:304651version = "0.12.6"
Mateusz Mikuład8960882019-10-04 12:43:234652source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:304653checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
Mateusz Mikuład8960882019-10-04 12:43:234654dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154655 "proc-macro2",
4656 "quote",
Deadbeefa912a932023-03-23 06:19:254657 "syn 1.0.102",
Aaron Hill70ba4912020-08-01 14:11:154658 "unicode-xid",
Mateusz Mikuład8960882019-10-04 12:43:234659]
4660
4661[[package]]
Deadbeefaf74ef82023-03-27 13:44:064662name = "synstructure"
4663version = "0.13.0"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
4666dependencies = [
4667 "proc-macro2",
4668 "quote",
4669 "syn 2.0.8",
4670 "unicode-xid",
4671]
4672
4673[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:294674name = "sysroot"
4675version = "0.0.0"
4676dependencies = [
4677 "proc_macro",
4678 "std",
4679 "test",
4680]
4681
4682[[package]]
Josh Stone020c5ec2017-05-08 22:01:134683name = "tar"
Eric Huss845faad2022-06-08 18:48:314684version = "0.4.38"
Josh Stone020c5ec2017-05-08 22:01:134685source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss845faad2022-06-08 18:48:314686checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
Josh Stone020c5ec2017-05-08 22:01:134687dependencies = [
Alex Crichton093ede22019-08-15 00:45:094688 "filetime",
4689 "libc",
Alex Crichton093ede22019-08-15 00:45:094690 "xattr",
Josh Stone020c5ec2017-05-08 22:01:134691]
4692
4693[[package]]
Aleksey Kladov850156a2018-03-29 07:34:554694name = "tempfile"
Arlo Siemsen4d9b4762023-06-02 16:40:364695version = "3.5.0"
Aleksey Kladov850156a2018-03-29 07:34:554696source = "registry+https://github.com/rust-lang/crates.io-index"
Arlo Siemsen4d9b4762023-06-02 16:40:364697checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
Aleksey Kladov850156a2018-03-29 07:34:554698dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424699 "cfg-if",
Ralf Jung55162732022-11-15 19:06:424700 "fastrand",
Arlo Siemsen4d9b4762023-06-02 16:40:364701 "redox_syscall 0.3.5",
4702 "rustix",
4703 "windows-sys 0.45.0",
Aleksey Kladov850156a2018-03-29 07:34:554704]
4705
4706[[package]]
steveklabnikecfbaca2018-04-03 14:32:044707name = "tendril"
Eric Huss04b75a72022-06-22 23:49:244708version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:044709source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:244710checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:044711dependencies = [
Alex Crichton093ede22019-08-15 00:45:094712 "futf",
4713 "mac",
4714 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:044715]
4716
4717[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294718name = "term"
flip19950046d7c2021-02-25 10:26:234719version = "0.7.0"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
4722dependencies = [
4723 "dirs-next",
4724 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314725 "winapi",
flip19950046d7c2021-02-25 10:26:234726]
4727
4728[[package]]
Alex Crichton1cede102017-06-15 02:33:064729name = "termcolor"
Nilstrieb75b3ee22022-12-30 11:23:054730version = "1.1.3"
Alex Crichtonfa5b3d32018-07-26 00:25:124731source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:054732checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
Alex Crichtonfa5b3d32018-07-26 00:25:124733dependencies = [
Eric Huss89d79062020-07-29 18:02:054734 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:124735]
4736
4737[[package]]
Eric Huss2717f602023-01-06 01:20:594738name = "terminal_size"
WANG Rui7aa257f2023-04-23 07:58:384739version = "0.2.6"
Eric Huss2717f602023-01-06 01:20:594740source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Rui7aa257f2023-04-23 07:58:384741checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
Eric Huss2717f602023-01-06 01:20:594742dependencies = [
4743 "rustix",
WANG Rui7aa257f2023-04-23 07:58:384744 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:594745]
4746
4747[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:484748name = "termize"
4749version = "0.1.1"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
4752dependencies = [
4753 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314754 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:484755]
4756
4757[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294758name = "test"
4759version = "0.0.0"
4760dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:084761 "core",
Alex Crichton093ede22019-08-15 00:45:094762 "getopts",
Alex Crichtonb47c9692019-08-16 15:29:084763 "panic_abort",
4764 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:084765 "std",
Ahmed Charles9ca382f2016-09-02 08:55:294766]
4767
4768[[package]]
Ralf Jung2bfa6222019-11-17 10:40:184769name = "tester"
flip19950046d7c2021-02-25 10:26:234770version = "0.9.0"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
4773dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424774 "cfg-if",
flip19950046d7c2021-02-25 10:26:234775 "getopts",
4776 "libc",
4777 "num_cpus",
Caleb Cartwrightf367f4d2022-06-13 03:04:544778 "term",
flip19950046d7c2021-02-25 10:26:234779]
4780
4781[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:304782name = "thin-vec"
Nicholas Nethercote06228d62022-12-05 23:19:324783version = "0.2.12"
Nicholas Nethercoteb38106b2022-08-17 04:22:304784source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote06228d62022-12-05 23:19:324785checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
Nicholas Nethercoteb38106b2022-08-17 04:22:304786
4787[[package]]
Pietro Albini9beb8f52019-11-26 11:06:304788name = "thiserror"
Deadbeefab7c4b72023-04-08 10:12:394789version = "1.0.40"
Pietro Albini9beb8f52019-11-26 11:06:304790source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefab7c4b72023-04-08 10:12:394791checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
Pietro Albini9beb8f52019-11-26 11:06:304792dependencies = [
4793 "thiserror-impl",
4794]
4795
4796[[package]]
4797name = "thiserror-impl"
Deadbeefab7c4b72023-04-08 10:12:394798version = "1.0.40"
Pietro Albini9beb8f52019-11-26 11:06:304799source = "registry+https://github.com/rust-lang/crates.io-index"
Deadbeefab7c4b72023-04-08 10:12:394800checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
Pietro Albini9beb8f52019-11-26 11:06:304801dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154802 "proc-macro2",
4803 "quote",
Deadbeefab7c4b72023-04-08 10:12:394804 "syn 2.0.8",
Pietro Albini9beb8f52019-11-26 11:06:304805]
4806
4807[[package]]
David Wood2dc1a8a2021-12-03 14:24:054808name = "thorin-dwp"
Jubilee Young7156ff62023-05-10 03:29:274809version = "0.6.0"
David Wood2dc1a8a2021-12-03 14:24:054810source = "registry+https://github.com/rust-lang/crates.io-index"
Jubilee Young7156ff62023-05-10 03:29:274811checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927"
David Wood2dc1a8a2021-12-03 14:24:054812dependencies = [
Qiu Chaofan7c8c9cf2023-02-01 04:29:194813 "gimli 0.26.2",
Amanieu d'Antrasa529ba82023-01-09 17:49:244814 "hashbrown 0.12.3",
Jubilee Young7156ff62023-05-10 03:29:274815 "object 0.31.1",
David Wood2dc1a8a2021-12-03 14:24:054816 "tracing",
4817]
4818
4819[[package]]
Steve Klabnika0769612017-02-07 23:13:574820name = "thread_local"
klensy9f621ae2022-01-24 17:19:214821version = "1.1.4"
Igor Matuszewski8fc4bba2020-02-12 14:47:314822source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9f621ae2022-01-24 17:19:214823checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
Igor Matuszewski8fc4bba2020-02-12 14:47:314824dependencies = [
klensy9f621ae2022-01-24 17:19:214825 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:314826]
4827
4828[[package]]
Guillaume Gomez50f75202023-03-14 19:28:004829name = "threadpool"
4830version = "1.8.1"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4833dependencies = [
4834 "num_cpus",
4835]
4836
4837[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294838name = "tidy"
4839version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:564840dependencies = [
Weihang Lof795a152023-03-15 12:50:044841 "cargo-platform",
Caleb Cartwrightaca66a22023-06-20 04:19:484842 "cargo_metadata",
yukang18511ba2022-11-04 08:56:484843 "ignore",
Yuki Okushi1f0a39502020-05-26 04:00:424844 "lazy_static",
Jakob Degen17395b42022-10-31 00:17:254845 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:094846 "regex",
DebugSteven540ca2f2023-01-05 04:57:204847 "semver",
Nilstrieb75b3ee22022-12-30 11:23:054848 "termcolor",
Alex Crichton093ede22019-08-15 00:45:094849 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:564850]
Ahmed Charles9ca382f2016-09-02 08:55:294851
4852[[package]]
Eric Hussce717472020-08-11 23:49:394853name = "tier-check"
4854version = "0.1.0"
4855
4856[[package]]
David Wood7f916972022-03-26 07:27:434857name = "tinystr"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454858version = "0.7.1"
David Wood7f916972022-03-26 07:27:434859source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:454860checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
Manish Goregaokar288194e2022-10-19 23:24:424861dependencies = [
4862 "displaydoc",
Charles Lewa7750042022-11-06 06:43:254863 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:424864]
David Wood7f916972022-03-26 07:27:434865
4866[[package]]
Mark Rousskov342d9562020-08-17 15:21:444867name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:564868version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:444869source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:564870checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4871dependencies = [
4872 "tinyvec_macros",
4873]
4874
4875[[package]]
4876name = "tinyvec_macros"
4877version = "0.1.0"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Mark Rousskov342d9562020-08-17 15:21:444880
4881[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434882name = "tokio"
Philipp Kronesa6d3c822023-07-02 13:07:474883version = "1.29.1"
Matthias Krüger696fb8f2019-01-21 15:32:434884source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronesa6d3c822023-07-02 13:07:474885checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
Matthias Krüger696fb8f2019-01-21 15:32:434886dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:314887 "autocfg",
Philipp Kronesa6d3c822023-07-02 13:07:474888 "backtrace",
Alex Crichton093ede22019-08-15 00:45:094889 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314890 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:434891]
4892
4893[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294894name = "toml"
Eric Huss71bf7cf2020-10-14 22:16:474895version = "0.5.7"
Eric Hussd2228ca2019-03-29 03:13:134896source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss71bf7cf2020-10-14 22:16:474897checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
Eric Hussd2228ca2019-03-29 03:13:134898dependencies = [
Alex Crichton093ede22019-08-15 00:45:094899 "serde",
Eric Hussd2228ca2019-03-29 03:13:134900]
4901
4902[[package]]
Philipp Krones612c3422023-06-02 09:42:424903name = "toml"
4904version = "0.7.4"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
4907dependencies = [
4908 "serde",
4909 "serde_spanned",
4910 "toml_datetime",
4911 "toml_edit",
4912]
4913
4914[[package]]
4915name = "toml_datetime"
4916version = "0.6.2"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
4919dependencies = [
4920 "serde",
4921]
4922
4923[[package]]
4924name = "toml_edit"
4925version = "0.19.10"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
4928dependencies = [
4929 "indexmap",
4930 "serde",
4931 "serde_spanned",
4932 "toml_datetime",
4933 "winnow",
4934]
4935
4936[[package]]
Eric Hussa882fdd2021-12-03 20:25:074937name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:594938version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:074939source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:594940checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:074941
4942[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:094943name = "tracing"
Oli Scherera4375cb2022-07-06 12:39:324944version = "0.1.35"
Jack Hueyecb8b9f2020-05-27 05:05:094945source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherera4375cb2022-07-06 12:39:324946checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
Jack Hueyecb8b9f2020-05-27 05:05:094947dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424948 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:314949 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:094950 "tracing-attributes",
4951 "tracing-core",
4952]
4953
4954[[package]]
4955name = "tracing-attributes"
Oli Scherere8962282022-07-05 08:26:124956version = "0.1.22"
Jack Hueyecb8b9f2020-05-27 05:05:094957source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124958checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
Jack Hueyecb8b9f2020-05-27 05:05:094959dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154960 "proc-macro2",
4961 "quote",
Deadbeefa912a932023-03-23 06:19:254962 "syn 1.0.102",
Jack Hueyecb8b9f2020-05-27 05:05:094963]
4964
4965[[package]]
4966name = "tracing-core"
Oli Scherere8962282022-07-05 08:26:124967version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:094968source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherere8962282022-07-05 08:26:124969checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
Jack Hueyecb8b9f2020-05-27 05:05:094970dependencies = [
Oli Scherere8962282022-07-05 08:26:124971 "once_cell",
4972 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:094973]
4974
4975[[package]]
Ralf Jung10430db2022-07-15 14:04:234976name = "tracing-error"
4977version = "0.2.0"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
4979checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
4980dependencies = [
4981 "tracing",
4982 "tracing-subscriber",
4983]
4984
4985[[package]]
Jack Hueyd66452c2020-08-04 22:35:374986name = "tracing-log"
Tomasz Miąsko2abe7c82021-02-28 00:00:004987version = "0.1.2"
Jack Hueyd66452c2020-08-04 22:35:374988source = "registry+https://github.com/rust-lang/crates.io-index"
Tomasz Miąsko2abe7c82021-02-28 00:00:004989checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Jack Hueyd66452c2020-08-04 22:35:374990dependencies = [
4991 "lazy_static",
4992 "log",
4993 "tracing-core",
4994]
4995
4996[[package]]
Oliver Schererec7230f2020-07-24 18:42:004997name = "tracing-subscriber"
pierwillea25b772021-12-21 17:00:304998version = "0.3.3"
Oliver Schererec7230f2020-07-24 18:42:004999source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305000checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3"
Oliver Schererec7230f2020-07-24 18:42:005001dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:335002 "ansi_term",
Oliver Schererec7230f2020-07-24 18:42:005003 "lazy_static",
5004 "matchers",
Philipp Krones586cbd02022-06-04 12:07:445005 "parking_lot 0.11.2",
Oliver Schererec7230f2020-07-24 18:42:005006 "regex",
Oliver Schererec7230f2020-07-24 18:42:005007 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295008 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445009 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595010 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005011 "tracing-core",
Jack Hueyd66452c2020-08-04 22:35:375012 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375013]
5014
5015[[package]]
5016name = "tracing-tree"
pierwillea25b772021-12-21 17:00:305017version = "0.2.0"
Jack Hueyd66452c2020-08-04 22:35:375018source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:305019checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
Jack Hueyd66452c2020-08-04 22:35:375020dependencies = [
Weihang Lo80bea6c2023-02-23 00:58:335021 "ansi_term",
Jack Hueyd66452c2020-08-04 22:35:375022 "atty",
pierwillea25b772021-12-21 17:00:305023 "tracing-core",
Tomasz Miąsko2abe7c82021-02-28 00:00:005024 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375025 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005026]
5027
5028[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005029name = "twox-hash"
5030version = "1.6.3"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5033dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425034 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415035 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005036 "static_assertions",
5037]
5038
5039[[package]]
David Wood7f916972022-03-26 07:27:435040name = "type-map"
5041version = "0.4.0"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5044dependencies = [
5045 "rustc-hash",
5046]
5047
5048[[package]]
Eric Huss8c20add2018-12-03 01:33:205049name = "typenum"
Weihang Lo6306fd32023-01-04 15:33:595050version = "1.16.0"
Eric Huss8c20add2018-12-03 01:33:205051source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:595052checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
Eric Huss8c20add2018-12-03 01:33:205053
5054[[package]]
Mark Rousskov064f8882020-01-13 21:40:195055name = "ucd-parse"
Mark Rousskov342d9562020-08-17 15:21:445056version = "0.1.8"
Mark Rousskov064f8882020-01-13 21:40:195057source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445058checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c"
Mark Rousskov064f8882020-01-13 21:40:195059dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425060 "lazy_static",
Mark Rousskov064f8882020-01-13 21:40:195061 "regex",
5062]
5063
5064[[package]]
James Munnsde763692019-01-19 02:39:375065name = "ucd-trie"
Eric Hussbb60a762023-01-10 19:09:525066version = "0.1.5"
James Munnsde763692019-01-19 02:39:375067source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussbb60a762023-01-10 19:09:525068checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
James Munnsde763692019-01-19 02:39:375069
5070[[package]]
Ralf Junga272c452022-05-30 08:17:465071name = "ui_test"
Ralf Junga3cea7f2023-06-29 07:31:475072version = "0.11.6"
Ralf Jungf76eac42022-09-01 20:59:055073source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junga3cea7f2023-06-29 07:31:475074checksum = "24a2e70adc9d18b9b4dd80ea57aeec447103c6fbb354a07c080adad451c645e1"
Ralf Junga272c452022-05-30 08:17:465075dependencies = [
klensy9b6a6b12023-05-26 10:03:475076 "bstr",
Ralf Jungf4acc672023-04-28 16:15:045077 "cargo-platform",
Caleb Cartwrightaca66a22023-06-20 04:19:485078 "cargo_metadata",
Ralf Jung10430db2022-07-15 14:04:235079 "color-eyre",
Ralf Junga272c452022-05-30 08:17:465080 "colored",
Ralf Jung55162732022-11-15 19:06:425081 "crossbeam-channel",
Ralf Jungf76eac42022-09-01 20:59:055082 "diff",
Ralf Junga272c452022-05-30 08:17:465083 "lazy_static",
Ralf Junga272c452022-05-30 08:17:465084 "regex",
5085 "rustc_version",
Ralf Jungf4acc672023-04-28 16:15:045086 "rustfix",
Ralf Jung9f2b69d2022-06-01 13:26:265087 "serde",
5088 "serde_json",
Ralf Jung55162732022-11-15 19:06:425089 "tempfile",
Ralf Junga272c452022-05-30 08:17:465090]
5091
5092[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235093name = "unic-char-property"
5094version = "0.9.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
5097dependencies = [
5098 "unic-char-range",
5099]
5100
5101[[package]]
5102name = "unic-char-range"
5103version = "0.9.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
5106
5107[[package]]
5108name = "unic-common"
5109version = "0.9.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
5112
5113[[package]]
5114name = "unic-emoji-char"
5115version = "0.9.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
5118dependencies = [
5119 "unic-char-property",
5120 "unic-char-range",
5121 "unic-ucd-version",
5122]
5123
5124[[package]]
David Wood7f916972022-03-26 07:27:435125name = "unic-langid"
Manish Goregaokar288194e2022-10-19 23:24:425126version = "0.9.1"
David Wood7f916972022-03-26 07:27:435127source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425128checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
David Wood7f916972022-03-26 07:27:435129dependencies = [
5130 "unic-langid-impl",
5131 "unic-langid-macros",
5132]
5133
5134[[package]]
5135name = "unic-langid-impl"
Manish Goregaokar288194e2022-10-19 23:24:425136version = "0.9.1"
David Wood7f916972022-03-26 07:27:435137source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425138checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
David Wood7f916972022-03-26 07:27:435139dependencies = [
5140 "tinystr",
5141]
5142
5143[[package]]
5144name = "unic-langid-macros"
Manish Goregaokar288194e2022-10-19 23:24:425145version = "0.9.1"
David Wood7f916972022-03-26 07:27:435146source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425147checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
David Wood7f916972022-03-26 07:27:435148dependencies = [
5149 "proc-macro-hack",
5150 "tinystr",
5151 "unic-langid-impl",
5152 "unic-langid-macros-impl",
5153]
5154
5155[[package]]
5156name = "unic-langid-macros-impl"
Manish Goregaokar288194e2022-10-19 23:24:425157version = "0.9.1"
David Wood7f916972022-03-26 07:27:435158source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:425159checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
David Wood7f916972022-03-26 07:27:435160dependencies = [
5161 "proc-macro-hack",
5162 "quote",
Deadbeefa912a932023-03-23 06:19:255163 "syn 1.0.102",
David Wood7f916972022-03-26 07:27:435164 "unic-langid-impl",
5165]
5166
5167[[package]]
Esteban Kuber5a68abb2021-08-29 08:34:235168name = "unic-ucd-version"
5169version = "0.9.0"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
5172dependencies = [
5173 "unic-common",
5174]
5175
5176[[package]]
Andy Russell30301642019-04-20 17:03:595177name = "unicase"
Guillaume Gomezd8589de2020-02-13 17:39:405178version = "2.6.0"
Andy Russell30301642019-04-20 17:03:595179source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd8589de2020-02-13 17:39:405180checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
Andy Russell30301642019-04-20 17:03:595181dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405182 "version_check",
Andy Russell30301642019-04-20 17:03:595183]
5184
5185[[package]]
Mark Rousskov064f8882020-01-13 21:40:195186name = "unicode-bdd"
5187version = "0.1.0"
5188dependencies = [
5189 "ucd-parse",
5190]
5191
5192[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585193name = "unicode-bidi"
steveklabnik4871dba2017-06-27 17:33:325194version = "0.3.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585195source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095196checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585197dependencies = [
Alex Crichton093ede22019-08-15 00:45:095198 "matches",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585199]
5200
5201[[package]]
Andres Suareza65ddf02022-10-09 03:25:405202name = "unicode-ident"
5203version = "1.0.5"
5204source = "registry+https://github.com/rust-lang/crates.io-index"
5205checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
5206
5207[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585208name = "unicode-normalization"
Charles Lewa76dcd82022-09-16 17:55:565209version = "0.1.22"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585210source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565211checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
Charles Lew0bcddfe2019-11-23 14:33:405212dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445213 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405214]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585215
5216[[package]]
Charles Lew485e98a2020-01-02 12:02:225217name = "unicode-script"
Charles Lewa76dcd82022-09-16 17:55:565218version = "0.5.5"
Charles Lew485e98a2020-01-02 12:02:225219source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565220checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
Charles Lew485e98a2020-01-02 12:02:225221
5222[[package]]
5223name = "unicode-security"
Charles Lewa76dcd82022-09-16 17:55:565224version = "0.1.0"
Charles Lew485e98a2020-01-02 12:02:225225source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565226checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63"
Charles Lew485e98a2020-01-02 12:02:225227dependencies = [
Charles Lewc05961c2020-04-25 01:38:315228 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225229 "unicode-script",
5230]
5231
5232[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585233name = "unicode-segmentation"
Charles Lewa76dcd82022-09-16 17:55:565234version = "1.10.0"
Steve Klabnika0769612017-02-07 23:13:575235source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565236checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
Steve Klabnika0769612017-02-07 23:13:575237
5238[[package]]
5239name = "unicode-width"
Charles Lewa76dcd82022-09-16 17:55:565240version = "0.1.10"
Steve Klabnika0769612017-02-07 23:13:575241source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565242checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
Alex Crichtonb47c9692019-08-16 15:29:085243dependencies = [
5244 "compiler_builtins",
5245 "rustc-std-workspace-core",
5246 "rustc-std-workspace-std",
5247]
Steve Klabnika0769612017-02-07 23:13:575248
5249[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585250name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565251version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395252source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565253checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395254
5255[[package]]
flip19954c228cc2019-02-18 09:32:585256name = "unicode_categories"
5257version = "0.1.1"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095259checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
flip19954c228cc2019-02-18 09:32:585260
5261[[package]]
Michael Howellb29d9d52021-02-24 06:42:425262name = "unified-diff"
5263version = "0.2.1"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5266dependencies = [
5267 "diff",
5268]
5269
5270[[package]]
est31c2d59062017-06-12 19:35:475271name = "unstable-book-gen"
5272version = "0.1.0"
5273dependencies = [
Alex Crichton093ede22019-08-15 00:45:095274 "num-traits",
5275 "tidy",
est31c2d59062017-06-12 19:35:475276]
5277
5278[[package]]
Nick Cameron71a0be02017-09-25 04:13:295279name = "unwind"
5280version = "0.0.0"
5281dependencies = [
Alex Crichton093ede22019-08-15 00:45:095282 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425283 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095284 "compiler_builtins",
5285 "core",
5286 "libc",
Nick Cameron71a0be02017-09-25 04:13:295287]
5288
5289[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585290name = "url"
Eric Hussf3287a62021-05-12 00:39:515291version = "2.2.2"
Eric Hussf2428a62019-08-01 00:44:395292source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Hussf3287a62021-05-12 00:39:515293checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
Eric Hussf2428a62019-08-01 00:44:395294dependencies = [
Eric Hussf3287a62021-05-12 00:39:515295 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435296 "idna",
Alex Crichton093ede22019-08-15 00:45:095297 "matches",
Eric Huss4a7e2fb2022-08-21 04:19:435298 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395299]
5300
5301[[package]]
steveklabnikecfbaca2018-04-03 14:32:045302name = "utf-8"
Mark Rousskov342d9562020-08-17 15:21:445303version = "0.7.5"
steveklabnikecfbaca2018-04-03 14:32:045304source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445305checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
steveklabnikecfbaca2018-04-03 14:32:045306
5307[[package]]
Eric Hussd5e03532019-05-23 20:27:495308name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205309version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495310source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205311checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495312
5313[[package]]
Pietro Albini13efb202022-11-15 09:19:175314name = "uuid"
nilsf77541a2023-04-11 11:46:415315version = "1.3.1"
Pietro Albini13efb202022-11-15 09:19:175316source = "registry+https://github.com/rust-lang/crates.io-index"
nilsf77541a2023-04-11 11:46:415317checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
Pietro Albini13efb202022-11-15 09:19:175318dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415319 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175320]
5321
5322[[package]]
Oli Scherere8962282022-07-05 08:26:125323name = "valuable"
5324version = "0.1.0"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5327
5328[[package]]
Alex Crichton1cede102017-06-15 02:33:065329name = "vcpkg"
Mark Rousskov342d9562020-08-17 15:21:445330version = "0.2.10"
Alex Crichton1cede102017-06-15 02:33:065331source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445332checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
Alex Crichton1cede102017-06-15 02:33:065333
5334[[package]]
Alex Crichtonb4110902018-12-08 11:06:545335name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245336version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075337source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245338checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075339
5340[[package]]
Josh Stone020c5ec2017-05-08 22:01:135341name = "walkdir"
Eric Huss3a6fc802022-04-20 13:50:395342version = "2.3.2"
Alex Crichton80d6ed22018-01-08 21:56:225343source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss3a6fc802022-04-20 13:50:395344checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Alex Crichton80d6ed22018-01-08 21:56:225345dependencies = [
Alex Crichton093ede22019-08-15 00:45:095346 "same-file",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315347 "winapi",
Alex Crichton093ede22019-08-15 00:45:095348 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225349]
5350
5351[[package]]
newpavlov6374b842019-08-29 17:13:155352name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135353version = "0.11.0+wasi-snapshot-preview1"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155356dependencies = [
5357 "compiler_builtins",
5358 "rustc-std-workspace-alloc",
5359 "rustc-std-workspace-core",
5360]
5361
5362[[package]]
nilsf77541a2023-04-11 11:46:415363name = "wasm-bindgen"
5364version = "0.2.84"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
5367dependencies = [
5368 "cfg-if",
5369 "wasm-bindgen-macro",
5370]
5371
5372[[package]]
5373name = "wasm-bindgen-backend"
5374version = "0.2.84"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
5377dependencies = [
5378 "bumpalo",
5379 "log",
5380 "once_cell",
5381 "proc-macro2",
5382 "quote",
5383 "syn 1.0.102",
5384 "wasm-bindgen-shared",
5385]
5386
5387[[package]]
5388name = "wasm-bindgen-macro"
5389version = "0.2.84"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
5392dependencies = [
5393 "quote",
5394 "wasm-bindgen-macro-support",
5395]
5396
5397[[package]]
5398name = "wasm-bindgen-macro-support"
5399version = "0.2.84"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
5402dependencies = [
5403 "proc-macro2",
5404 "quote",
5405 "syn 1.0.102",
5406 "wasm-bindgen-backend",
5407 "wasm-bindgen-shared",
5408]
5409
5410[[package]]
5411name = "wasm-bindgen-shared"
5412version = "0.2.84"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
5415
5416[[package]]
Steve Klabnika0769612017-02-07 23:13:575417name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445418version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225419source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445420checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225421dependencies = [
Alex Crichton093ede22019-08-15 00:45:095422 "winapi-i686-pc-windows-gnu",
5423 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225424]
5425
5426[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225427name = "winapi-i686-pc-windows-gnu"
5428version = "0.4.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095430checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225431
5432[[package]]
Alex Crichton2863b752018-08-21 17:23:475433name = "winapi-util"
Eric Huss89d79062020-07-29 18:02:055434version = "0.1.5"
Alex Crichton2863b752018-08-21 17:23:475435source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss89d79062020-07-29 18:02:055436checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Alex Crichton2863b752018-08-21 17:23:475437dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315438 "winapi",
Alex Crichton2863b752018-08-21 17:23:475439]
5440
5441[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225442name = "winapi-x86_64-pc-windows-gnu"
5443version = "0.4.0"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095445checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225446
5447[[package]]
Weihang Loe52e0402023-03-07 22:16:275448name = "windows"
nilsf77541a2023-04-11 11:46:415449version = "0.48.0"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
5452dependencies = [
5453 "windows-targets 0.48.0",
Andy Russellbb7c3732023-01-15 18:43:155454]
5455
5456[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:075457name = "windows-bindgen"
5458version = "0.49.0"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "b6935fb09b84ee57929ae92518b475f5dfdfbeb87c5334756acc28ee8e202b60"
5461dependencies = [
5462 "windows-metadata",
5463 "windows-tokens",
5464]
5465
5466[[package]]
5467name = "windows-metadata"
5468version = "0.49.0"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "2f5bca94a32bf1e6a376522b6601275a3b611ee885ec0f1b6a05f17e8cfd3385"
5471
5472[[package]]
Philipp Krones586cbd02022-06-04 12:07:445473name = "windows-sys"
Mateusz Mikuład5899ef2022-11-05 11:19:555474version = "0.42.0"
Philipp Krones586cbd02022-06-04 12:07:445475source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555476checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
Philipp Krones586cbd02022-06-04 12:07:445477dependencies = [
nilsf77541a2023-04-11 11:46:415478 "windows_aarch64_gnullvm 0.42.2",
5479 "windows_aarch64_msvc 0.42.2",
5480 "windows_i686_gnu 0.42.2",
5481 "windows_i686_msvc 0.42.2",
5482 "windows_x86_64_gnu 0.42.2",
5483 "windows_x86_64_gnullvm 0.42.2",
5484 "windows_x86_64_msvc 0.42.2",
Philipp Krones586cbd02022-06-04 12:07:445485]
5486
5487[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225488name = "windows-sys"
5489version = "0.45.0"
Mateusz Mikuład5899ef2022-11-05 11:19:555490source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6f38fd52023-02-07 22:26:225491checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5492dependencies = [
nilsf77541a2023-04-11 11:46:415493 "windows-targets 0.42.2",
Weihang Lo6f38fd52023-02-07 22:26:225494]
5495
5496[[package]]
WANG Rui7aa257f2023-04-23 07:58:385497name = "windows-sys"
5498version = "0.48.0"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5501dependencies = [
5502 "windows-targets 0.48.0",
5503]
5504
5505[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225506name = "windows-targets"
Andy Russellbb7c3732023-01-15 18:43:155507version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225508source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155509checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
Weihang Lo6f38fd52023-02-07 22:26:225510dependencies = [
nilsf77541a2023-04-11 11:46:415511 "windows_aarch64_gnullvm 0.42.2",
5512 "windows_aarch64_msvc 0.42.2",
5513 "windows_i686_gnu 0.42.2",
5514 "windows_i686_msvc 0.42.2",
5515 "windows_x86_64_gnu 0.42.2",
5516 "windows_x86_64_gnullvm 0.42.2",
5517 "windows_x86_64_msvc 0.42.2",
5518]
5519
5520[[package]]
5521name = "windows-targets"
5522version = "0.48.0"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
5525dependencies = [
5526 "windows_aarch64_gnullvm 0.48.0",
5527 "windows_aarch64_msvc 0.48.0",
5528 "windows_i686_gnu 0.48.0",
5529 "windows_i686_msvc 0.48.0",
5530 "windows_x86_64_gnu 0.48.0",
5531 "windows_x86_64_gnullvm 0.48.0",
5532 "windows_x86_64_msvc 0.48.0",
Weihang Lo6f38fd52023-02-07 22:26:225533]
5534
5535[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:075536name = "windows-tokens"
5537version = "0.48.0"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "b34c9a3b28cb41db7385546f7f9a8179348dffc89923dde66857b1ba5312f6b4"
5540
5541[[package]]
Weihang Lo6f38fd52023-02-07 22:26:225542name = "windows_aarch64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155543version = "0.42.2"
Weihang Lo6f38fd52023-02-07 22:26:225544source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155545checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
Mateusz Mikuład5899ef2022-11-05 11:19:555546
5547[[package]]
nilsf77541a2023-04-11 11:46:415548name = "windows_aarch64_gnullvm"
5549version = "0.48.0"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
5552
5553[[package]]
Philipp Krones586cbd02022-06-04 12:07:445554name = "windows_aarch64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155555version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445556source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155557checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
Philipp Krones586cbd02022-06-04 12:07:445558
5559[[package]]
nilsf77541a2023-04-11 11:46:415560name = "windows_aarch64_msvc"
5561version = "0.48.0"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
5564
5565[[package]]
Philipp Krones586cbd02022-06-04 12:07:445566name = "windows_i686_gnu"
Andy Russellbb7c3732023-01-15 18:43:155567version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445568source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155569checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
Philipp Krones586cbd02022-06-04 12:07:445570
5571[[package]]
nilsf77541a2023-04-11 11:46:415572name = "windows_i686_gnu"
5573version = "0.48.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
5576
5577[[package]]
Philipp Krones586cbd02022-06-04 12:07:445578name = "windows_i686_msvc"
Andy Russellbb7c3732023-01-15 18:43:155579version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445580source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155581checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
Philipp Krones586cbd02022-06-04 12:07:445582
5583[[package]]
nilsf77541a2023-04-11 11:46:415584name = "windows_i686_msvc"
5585version = "0.48.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
5588
5589[[package]]
Philipp Krones586cbd02022-06-04 12:07:445590name = "windows_x86_64_gnu"
Andy Russellbb7c3732023-01-15 18:43:155591version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445592source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155593checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
Mateusz Mikuład5899ef2022-11-05 11:19:555594
5595[[package]]
nilsf77541a2023-04-11 11:46:415596name = "windows_x86_64_gnu"
5597version = "0.48.0"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
5600
5601[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:555602name = "windows_x86_64_gnullvm"
Andy Russellbb7c3732023-01-15 18:43:155603version = "0.42.2"
Mateusz Mikuład5899ef2022-11-05 11:19:555604source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155605checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
Philipp Krones586cbd02022-06-04 12:07:445606
5607[[package]]
nilsf77541a2023-04-11 11:46:415608name = "windows_x86_64_gnullvm"
5609version = "0.48.0"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
5612
5613[[package]]
Philipp Krones586cbd02022-06-04 12:07:445614name = "windows_x86_64_msvc"
Andy Russellbb7c3732023-01-15 18:43:155615version = "0.42.2"
Philipp Krones586cbd02022-06-04 12:07:445616source = "registry+https://github.com/rust-lang/crates.io-index"
Andy Russellbb7c3732023-01-15 18:43:155617checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
Philipp Krones586cbd02022-06-04 12:07:445618
5619[[package]]
nilsf77541a2023-04-11 11:46:415620name = "windows_x86_64_msvc"
5621version = "0.48.0"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
5624
5625[[package]]
Philipp Krones612c3422023-06-02 09:42:425626name = "winnow"
5627version = "0.4.6"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
5630dependencies = [
5631 "memchr",
5632]
5633
5634[[package]]
Charles Lewa7750042022-11-06 06:43:255635name = "writeable"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455636version = "0.5.1"
Charles Lewa7750042022-11-06 06:43:255637source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455638checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc"
Charles Lewa7750042022-11-06 06:43:255639
5640[[package]]
Josh Stone020c5ec2017-05-08 22:01:135641name = "xattr"
Alex Crichton52d7ee832018-07-17 16:04:225642version = "0.2.2"
Josh Stone020c5ec2017-05-08 22:01:135643source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095644checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
Josh Stone020c5ec2017-05-08 22:01:135645dependencies = [
Alex Crichton093ede22019-08-15 00:45:095646 "libc",
Josh Stone020c5ec2017-05-08 22:01:135647]
5648
5649[[package]]
5650name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:255651version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:135652source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:255653checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:135654dependencies = [
Alex Crichton093ede22019-08-15 00:45:095655 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:135656]
5657
5658[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305659name = "yaml-merge-keys"
Mark Rousskov342d9562020-08-17 15:21:445660version = "0.4.1"
Pietro Albini9beb8f52019-11-26 11:06:305661source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445662checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
Pietro Albini9beb8f52019-11-26 11:06:305663dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:425664 "lazy_static",
Pietro Albini9beb8f52019-11-26 11:06:305665 "thiserror",
Michael Howell271bad92022-06-18 15:54:005666 "yaml-rust",
Pietro Albini9beb8f52019-11-26 11:06:305667]
5668
5669[[package]]
Josh Stone020c5ec2017-05-08 22:01:135670name = "yaml-rust"
Mark Rousskov342d9562020-08-17 15:21:445671version = "0.4.4"
Pietro Albini9beb8f52019-11-26 11:06:305672source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445673checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
Pietro Albini9beb8f52019-11-26 11:06:305674dependencies = [
5675 "linked-hash-map",
5676]
Igor Matuszewski2214a412021-05-03 20:59:355677
5678[[package]]
5679name = "yansi-term"
5680version = "0.1.2"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
5683dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:315684 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:355685]
Charles Lewa7750042022-11-06 06:43:255686
5687[[package]]
5688name = "yoke"
Manish Goregaokar522eeba42023-05-02 17:36:185689version = "0.7.1"
Charles Lewa7750042022-11-06 06:43:255690source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:185691checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de"
Charles Lewa7750042022-11-06 06:43:255692dependencies = [
5693 "serde",
5694 "stable_deref_trait",
5695 "yoke-derive",
5696 "zerofrom",
5697]
5698
5699[[package]]
5700name = "yoke-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455701version = "0.7.0"
Charles Lewa7750042022-11-06 06:43:255702source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455703checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb"
Charles Lewa7750042022-11-06 06:43:255704dependencies = [
5705 "proc-macro2",
5706 "quote",
Deadbeefa912a932023-03-23 06:19:255707 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065708 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255709]
5710
5711[[package]]
5712name = "zerofrom"
5713version = "0.1.1"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54"
5716dependencies = [
5717 "zerofrom-derive",
5718]
5719
5720[[package]]
5721name = "zerofrom-derive"
5722version = "0.1.1"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829"
5725dependencies = [
5726 "proc-macro2",
5727 "quote",
Deadbeefa912a932023-03-23 06:19:255728 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065729 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255730]
5731
5732[[package]]
5733name = "zerovec"
Manish Goregaokar522eeba42023-05-02 17:36:185734version = "0.9.4"
Charles Lewa7750042022-11-06 06:43:255735source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar522eeba42023-05-02 17:36:185736checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea"
Charles Lewa7750042022-11-06 06:43:255737dependencies = [
5738 "yoke",
5739 "zerofrom",
5740 "zerovec-derive",
5741]
5742
5743[[package]]
5744name = "zerovec-derive"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455745version = "0.9.3"
Charles Lewa7750042022-11-06 06:43:255746source = "registry+https://github.com/rust-lang/crates.io-index"
Lukas Markeffsky0d6fdef2023-02-04 21:28:455747checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e"
Charles Lewa7750042022-11-06 06:43:255748dependencies = [
5749 "proc-macro2",
5750 "quote",
Deadbeefa912a932023-03-23 06:19:255751 "syn 1.0.102",
Deadbeefaf74ef82023-03-27 13:44:065752 "synstructure 0.12.6",
Charles Lewa7750042022-11-06 06:43:255753]