blob: 6e86f6c02f17b3ea917882c2018ae800895e2e96 [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"
dirreke74817b72023-08-14 14:57:387version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:3211 "gimli 0.28.1",
12]
13
14[[package]]
15name = "addr2line"
16version = "0.22.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
19dependencies = [
dirreke74817b72023-08-14 14:57:3820 "compiler_builtins",
Jubilee Young3ec9d8d2024-05-28 00:05:3221 "gimli 0.29.0",
Michael Howellcf83a1d2022-11-03 17:10:1522 "rustc-std-workspace-alloc",
23 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:2324]
25
26[[package]]
Alex Crichton06d565c2020-05-13 21:22:3727name = "adler"
Ralf Jung10430db2022-07-15 14:04:2328version = "1.0.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Michael Howellcf83a1d2022-11-03 17:10:1531dependencies = [
32 "compiler_builtins",
33 "rustc-std-workspace-core",
34]
Ralf Jung10430db2022-07-15 14:04:2335
36[[package]]
Ralf Jung49e8acb2023-10-21 06:41:4537name = "aes"
clubby7899b73db32024-01-29 12:21:1638version = "0.8.4"
Ralf Jung49e8acb2023-10-21 06:41:4539source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1640checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
Ralf Jung49e8acb2023-10-21 06:41:4541dependencies = [
42 "cfg-if",
43 "cipher",
44 "cpufeatures",
45]
46
47[[package]]
Lain Yang9a337b62022-01-07 05:32:5848name = "ahash"
github-actionsc486d2d2024-03-17 00:26:0149version = "0.8.11"
Amanieu d'Antrasa529ba82023-01-09 17:49:2450source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:0151checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
Amanieu d'Antrasa529ba82023-01-09 17:49:2452dependencies = [
53 "cfg-if",
54 "once_cell",
55 "version_check",
Ralf Jung71c9ceb2023-12-02 18:16:0956 "zerocopy",
Amanieu d'Antrasa529ba82023-01-09 17:49:2457]
58
59[[package]]
Steve Klabnika0769612017-02-07 23:13:5760name = "aho-corasick"
github-actions1848b462024-03-24 12:09:2861version = "1.1.3"
Eric Huss6a09cfa2019-05-16 05:27:3962source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:2863checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
Eric Huss6a09cfa2019-05-16 05:27:3964dependencies = [
Alex Crichton093ede22019-08-15 00:45:0965 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3966]
67
68[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2969name = "alloc"
70version = "0.0.0"
71dependencies = [
Alex Crichton093ede22019-08-15 00:45:0972 "compiler_builtins",
73 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4174 "rand",
Aaron Hill70ba4912020-08-01 14:11:1575 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2976]
77
78[[package]]
The 8472479be6a2023-06-08 14:55:4979name = "allocator-api2"
Mark Rousskov12200c92024-05-11 14:27:1780version = "0.2.18"
The 8472479be6a2023-06-08 14:55:4981source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:1782checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
The 8472479be6a2023-06-08 14:55:4983
84[[package]]
steveklabnikecfbaca2018-04-03 14:32:0485name = "ammonia"
github-actions36c09332024-05-19 00:17:3886version = "4.0.0"
Eric Huss2dafa912019-06-19 03:36:4787source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:3888checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
Eric Huss2dafa912019-06-19 03:36:4789dependencies = [
github-actions36c09332024-05-19 00:17:3890 "html5ever 0.27.0",
Alex Crichton093ede22019-08-15 00:45:0991 "maplit",
klensy947e7872022-04-15 18:11:1492 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0993 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4394 "url",
Eric Huss2dafa912019-06-19 03:36:4795]
96
97[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3598name = "android-tzdata"
99version = "0.1.1"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
102
103[[package]]
nilsf77541a2023-04-11 11:46:41104name = "android_system_properties"
105version = "0.1.5"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
108dependencies = [
109 "libc",
110]
111
112[[package]]
topecongiroca19ffe2019-04-17 22:42:18113name = "annotate-snippets"
clubby7899b73db32024-01-29 12:21:16114version = "0.9.2"
Caleb Cartwrightf367f4d2022-06-13 03:04:54115source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16116checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
Igor Matuszewski2214a412021-05-03 20:59:35117dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54118 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35119 "yansi-term",
120]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26121
122[[package]]
klensy5b153b52023-12-30 15:11:41123name = "annotate-snippets"
github-actions8ef19812024-03-03 00:16:16124version = "0.10.2"
klensy5b153b52023-12-30 15:11:41125source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16126checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6"
klensy5b153b52023-12-30 15:11:41127dependencies = [
128 "anstyle",
129 "unicode-width",
130]
131
132[[package]]
Philipp Kronese395dc92024-05-02 15:27:08133name = "annotate-snippets"
134version = "0.11.2"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "5a5a59f105fb9635e9eebdc1e29d53e764fa5795b9cf899a638a53e61567ef61"
137dependencies = [
138 "anstyle",
139 "unicode-width",
140]
141
142[[package]]
Philipp Kronesac25a732023-08-24 19:33:17143name = "ansi_term"
144version = "0.12.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
147dependencies = [
148 "winapi",
149]
150
151[[package]]
Eric Huss6e298622023-04-01 15:49:20152name = "anstream"
Mark Rousskov12200c92024-05-11 14:27:17153version = "0.6.14"
Eric Huss51f20b42024-02-07 04:22:13154source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17155checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
Eric Huss51f20b42024-02-07 04:22:13156dependencies = [
157 "anstyle",
158 "anstyle-parse",
159 "anstyle-query",
Philipp Kronesf99056b2024-02-27 14:50:23160 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35161 "colorchoice",
Mark Rousskov12200c92024-05-11 14:27:17162 "is_terminal_polyfill",
Eric Huss6e298622023-04-01 15:49:20163 "utf8parse",
164]
165
166[[package]]
167name = "anstyle"
Mark Rousskov12200c92024-05-11 14:27:17168version = "1.0.7"
Eric Huss6e298622023-04-01 15:49:20169source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17170checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
Eric Huss6e298622023-04-01 15:49:20171
172[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52173name = "anstyle-lossy"
Mark Rousskov12200c92024-05-11 14:27:17174version = "1.1.1"
Esteban Kuberb4bdb562024-03-02 22:36:52175source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17176checksum = "6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004"
Esteban Kuberb4bdb562024-03-02 22:36:52177dependencies = [
178 "anstyle",
179]
180
181[[package]]
Eric Huss6e298622023-04-01 15:49:20182name = "anstyle-parse"
Mark Rousskov12200c92024-05-11 14:27:17183version = "0.2.4"
Eric Huss6e298622023-04-01 15:49:20184source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17185checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
Eric Huss6e298622023-04-01 15:49:20186dependencies = [
187 "utf8parse",
188]
189
190[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35191name = "anstyle-query"
Mark Rousskov12200c92024-05-11 14:27:17192version = "1.0.3"
Eric Huss6e298622023-04-01 15:49:20193source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17194checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
Nilstrieb3295cdf2023-06-26 07:21:35195dependencies = [
clubby7899b73db32024-01-29 12:21:16196 "windows-sys 0.52.0",
Nilstrieb3295cdf2023-06-26 07:21:35197]
198
199[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52200name = "anstyle-svg"
Mark Rousskov12200c92024-05-11 14:27:17201version = "0.1.4"
Esteban Kuberb4bdb562024-03-02 22:36:52202source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17203checksum = "bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa"
Esteban Kuberb4bdb562024-03-02 22:36:52204dependencies = [
205 "anstream",
206 "anstyle",
207 "anstyle-lossy",
208 "html-escape",
209 "unicode-width",
210]
211
212[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35213name = "anstyle-wincon"
Mark Rousskov12200c92024-05-11 14:27:17214version = "3.0.3"
Eric Huss51f20b42024-02-07 04:22:13215source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17216checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
Eric Huss51f20b42024-02-07 04:22:13217dependencies = [
218 "anstyle",
219 "windows-sys 0.52.0",
220]
221
222[[package]]
Eric Huss6da85d62020-01-14 17:47:04223name = "anyhow"
github-actions36c09332024-05-19 00:17:38224version = "1.0.86"
Eric Huss6da85d62020-01-14 17:47:04225source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38226checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
Jakub Beránek91d2fb22023-06-03 07:41:44227dependencies = [
228 "backtrace",
229]
Eric Huss6da85d62020-01-14 17:47:04230
231[[package]]
bjorn3be670842022-05-28 10:43:51232name = "ar_archive_writer"
bjorn3dacfbfc2024-04-09 17:44:20233version = "0.2.0"
bjorn3be670842022-05-28 10:43:51234source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn3dacfbfc2024-04-09 17:44:20235checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
bjorn3be670842022-05-28 10:43:51236dependencies = [
Ben Kimock2f6fb232024-03-18 22:47:41237 "object 0.32.2",
bjorn3be670842022-05-28 10:43:51238]
239
240[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54241name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35242version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29243source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35244checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54245
246[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:46247name = "askama"
clubby789da336192024-01-24 01:04:34248version = "0.12.1"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46249source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789da336192024-01-24 01:04:34250checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46251dependencies = [
252 "askama_derive",
253 "askama_escape",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46254]
255
256[[package]]
257name = "askama_derive"
clubby789da336192024-01-24 01:04:34258version = "0.12.5"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46259source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789da336192024-01-24 01:04:34260checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
Dirkjan Ochtman93a16cb2022-01-03 17:18:46261dependencies = [
clubby789da336192024-01-24 01:04:34262 "askama_parser",
Guillaume Gomez76714c32023-03-06 10:15:59263 "basic-toml",
264 "mime",
265 "mime_guess",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46266 "proc-macro2",
267 "quote",
Guillaume Gomez48f5dca2022-01-17 16:36:39268 "serde",
github-actions36c09332024-05-19 00:17:38269 "syn 2.0.64",
Dirkjan Ochtman93a16cb2022-01-03 17:18:46270]
271
272[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59273name = "askama_escape"
274version = "0.10.3"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
277
278[[package]]
clubby789da336192024-01-24 01:04:34279name = "askama_parser"
280version = "0.2.1"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
283dependencies = [
284 "nom",
285]
286
287[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05288name = "autocfg"
Mark Rousskov12200c92024-05-11 14:27:17289version = "1.3.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35290source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17291checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35292
293[[package]]
Ralf Jung10430db2022-07-15 14:04:23294name = "backtrace"
github-actions1848b462024-03-24 12:09:28295version = "0.3.71"
Ralf Jung10430db2022-07-15 14:04:23296source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28297checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
Ralf Jung10430db2022-07-15 14:04:23298dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:32299 "addr2line 0.21.0",
Ralf Jung10430db2022-07-15 14:04:23300 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42301 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23302 "libc",
Jubilee Young079949d2023-06-29 23:18:36303 "miniz_oxide",
Ben Kimock2f6fb232024-03-18 22:47:41304 "object 0.32.2",
Ralf Jung10430db2022-07-15 14:04:23305 "rustc-demangle",
306]
307
308[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44309name = "base64"
clubby7899b73db32024-01-29 12:21:16310version = "0.21.7"
Jakub Beránek91d2fb22023-06-03 07:41:44311source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16312checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
Jakub Beránek91d2fb22023-06-03 07:41:44313
314[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59315name = "basic-toml"
github-actionsc486d2d2024-03-17 00:26:01316version = "0.1.9"
Guillaume Gomez76714c32023-03-06 10:15:59317source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01318checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
Guillaume Gomez76714c32023-03-06 10:15:59319dependencies = [
320 "serde",
321]
322
323[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20324name = "bincode"
325version = "1.3.3"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
328dependencies = [
329 "serde",
330]
331
332[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58333name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20334version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01335source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20336checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01337
338[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35339name = "bitflags"
github-actions1848b462024-03-24 12:09:28340version = "2.5.0"
Pietro Albiniacd8e592020-10-01 15:15:12341source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28342checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
Nilstrieb3295cdf2023-06-26 07:21:35343
344[[package]]
345name = "block-buffer"
346version = "0.10.4"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12349dependencies = [
klensy45fac342022-08-31 20:04:12350 "generic-array",
James Munnsde763692019-01-19 02:39:37351]
352
353[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39354name = "bstr"
clubby7899b73db32024-01-29 12:21:16355version = "1.6.0"
Ralf Jung55162732022-11-15 19:06:42356source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16357checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
Ralf Jung55162732022-11-15 19:06:42358dependencies = [
359 "memchr",
github-actions8ef19812024-03-03 00:16:16360 "regex-automata 0.3.9",
Ralf Jung55162732022-11-15 19:06:42361 "serde",
362]
363
364[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04365name = "build-manifest"
366version = "0.1.0"
367dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01368 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40369 "flate2",
Weihang Loe52e0402023-03-07 22:16:27370 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12371 "rayon",
Alex Crichton093ede22019-08-15 00:45:09372 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07373 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12374 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40375 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35376 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25377 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04378]
379
380[[package]]
Nilstrieb25c15312022-12-30 10:11:33381name = "build_helper"
382version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44383dependencies = [
384 "serde",
385 "serde_derive",
386]
Nilstrieb25c15312022-12-30 10:11:33387
388[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03389name = "bump-stage0"
390version = "0.1.0"
391dependencies = [
392 "anyhow",
onur-ozkanb46c3f22024-05-09 15:18:01393 "build_helper",
Pietro Albini80b81ad2021-08-26 09:26:03394 "curl",
klensyc653bb92023-11-18 09:42:05395 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03396 "serde",
Nilstrieb3295cdf2023-06-26 07:21:35397 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03398]
399
400[[package]]
nilsf77541a2023-04-11 11:46:41401name = "bumpalo"
Mark Rousskov12200c92024-05-11 14:27:17402version = "3.16.0"
nilsf77541a2023-04-11 11:46:41403source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17404checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
nilsf77541a2023-04-11 11:46:41405
406[[package]]
Alex Crichton4f661c02018-10-08 17:39:09407name = "bytecount"
Mark Rousskov12200c92024-05-11 14:27:17408version = "0.6.8"
Alex Crichton4f661c02018-10-08 17:39:09409source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17410checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
Alex Crichton4f661c02018-10-08 17:39:09411
412[[package]]
Jubilee Young7156ff62023-05-10 03:29:27413name = "byteorder"
clubby78956bc5522024-01-21 17:16:26414version = "1.5.0"
Jubilee Young7156ff62023-05-10 03:29:27415source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:26416checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Jubilee Young7156ff62023-05-10 03:29:27417
418[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43419name = "bytes"
github-actions1848b462024-03-24 12:09:28420version = "1.6.0"
Matthias Krüger696fb8f2019-01-21 15:32:43421source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28422checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
Matthias Krüger696fb8f2019-01-21 15:32:43423
424[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20425name = "camino"
github-actions36c09332024-05-19 00:17:38426version = "1.1.7"
Caleb Cartwright0697f562021-10-20 05:15:20427source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38428checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
Caleb Cartwright0697f562021-10-20 05:15:20429dependencies = [
430 "serde",
431]
432
433[[package]]
Ralf Jung759e4952020-06-01 18:17:20434name = "cargo-miri"
435version = "0.1.0"
436dependencies = [
clubby7899b73db32024-01-29 12:21:16437 "cargo_metadata 0.18.1",
Ralf Jung759e4952020-06-01 18:17:20438 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57439 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17440 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22441 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20442 "serde",
443 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20444]
445
446[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56447name = "cargo-platform"
github-actions1848b462024-03-24 12:09:28448version = "0.1.8"
Caleb Cartwright0697f562021-10-20 05:15:20449source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28450checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
Caleb Cartwright0697f562021-10-20 05:15:20451dependencies = [
452 "serde",
453]
454
455[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29456name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48457version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20458source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48459checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37460dependencies = [
461 "camino",
Weihang Lof795a152023-03-15 12:50:04462 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37463 "semver",
464 "serde",
465 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31466 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37467]
468
469[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48470name = "cargo_metadata"
clubby7899b73db32024-01-29 12:21:16471version = "0.18.1"
Ralf Jung5aecfe42023-10-07 05:55:48472source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16473checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
Ralf Jung5aecfe42023-10-07 05:55:48474dependencies = [
475 "camino",
476 "cargo-platform",
477 "semver",
478 "serde",
479 "serde_json",
480 "thiserror",
481]
482
483[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26484name = "cargotest2"
485version = "0.1.0"
486
487[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35488name = "cc"
James Farrellfbc2abd2024-05-08 15:06:35489version = "1.0.97"
Nick Cameronc5cad5a2017-09-22 01:58:35490source = "registry+https://github.com/rust-lang/crates.io-index"
James Farrellfbc2abd2024-05-08 15:06:35491checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
Nick Cameronc5cad5a2017-09-22 01:58:35492
493[[package]]
Josh Stone020c5ec2017-05-08 22:01:13494name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07495version = "1.0.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03498dependencies = [
499 "compiler_builtins",
500 "rustc-std-workspace-core",
501]
Aaron Hill44fdfd62020-10-11 17:51:07502
503[[package]]
github-actionsc486d2d2024-03-17 00:26:01504name = "cfg_aliases"
505version = "0.1.1"
Alex Crichton15899b02018-01-25 04:01:42506source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01507checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
508
509[[package]]
510name = "chrono"
Ralf Jung9f7194b2024-04-25 10:28:45511version = "0.4.38"
github-actionsc486d2d2024-03-17 00:26:01512source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9f7194b2024-04-25 10:28:45513checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
Alex Crichton15899b02018-01-25 04:01:42514dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35515 "android-tzdata",
nilsf77541a2023-04-11 11:46:41516 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09517 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17518 "serde",
Mark Rousskov12200c92024-05-11 14:27:17519 "windows-targets 0.52.5",
Alex Crichton15899b02018-01-25 04:01:42520]
521
522[[package]]
Ralf Jung47b3ce02024-05-05 15:17:45523name = "chrono-tz"
524version = "0.9.0"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
527dependencies = [
528 "chrono",
529 "chrono-tz-build",
530 "phf 0.11.2",
531]
532
533[[package]]
534name = "chrono-tz-build"
535version = "0.3.0"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
538dependencies = [
539 "parse-zoneinfo",
540 "phf 0.11.2",
541 "phf_codegen 0.11.2",
542]
543
544[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45545name = "cipher"
546version = "0.4.4"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
549dependencies = [
550 "crypto-common",
551 "inout",
552]
553
554[[package]]
Steve Klabnika0769612017-02-07 23:13:57555name = "clap"
clubby789629d6942024-04-01 13:06:32556version = "4.5.4"
Weihang Loc1b4f112022-10-04 20:57:49557source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:32558checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
Weihang Loc1b4f112022-10-04 20:57:49559dependencies = [
Eric Huss6e298622023-04-01 15:49:20560 "clap_builder",
klensye1c33132023-06-21 09:32:34561 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20562]
563
564[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12565name = "clap-cargo"
566version = "0.12.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
569dependencies = [
570 "anstyle",
571 "clap",
572]
573
574[[package]]
Eric Huss6e298622023-04-01 15:49:20575name = "clap_builder"
github-actionsc486d2d2024-03-17 00:26:01576version = "4.5.2"
Eric Huss6e298622023-04-01 15:49:20577source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01578checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
Eric Huss6e298622023-04-01 15:49:20579dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23580 "anstream",
Eric Huss6e298622023-04-01 15:49:20581 "anstyle",
klensye1c33132023-06-21 09:32:34582 "clap_lex",
github-actions36c09332024-05-19 00:17:38583 "strsim",
Eric Huss2717f602023-01-06 01:20:59584 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49585]
586
587[[package]]
Eric Huss51814222022-04-15 18:57:06588name = "clap_complete"
Mark Rousskov12200c92024-05-11 14:27:17589version = "4.5.2"
Eric Huss51814222022-04-15 18:57:06590source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17591checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
Eric Huss51814222022-04-15 18:57:06592dependencies = [
klensye1c33132023-06-21 09:32:34593 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54594]
595
596[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39597name = "clap_derive"
clubby789629d6942024-04-01 13:06:32598version = "4.5.4"
Nixon Enraght-Moony7680b162023-01-02 19:30:39599source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:32600checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
Nixon Enraght-Moony7680b162023-01-02 19:30:39601dependencies = [
github-actionsc486d2d2024-03-17 00:26:01602 "heck 0.5.0",
Nixon Enraght-Moony7680b162023-01-02 19:30:39603 "proc-macro2",
604 "quote",
github-actions36c09332024-05-19 00:17:38605 "syn 2.0.64",
Nixon Enraght-Moony7680b162023-01-02 19:30:39606]
607
608[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51609name = "clap_lex"
clubby7899b73db32024-01-29 12:21:16610version = "0.7.0"
Weihang Loc1b4f112022-10-04 20:57:49611source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16612checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
Weihang Loc1b4f112022-10-04 20:57:49613
614[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29615name = "clippy"
Philipp Kronese395dc92024-05-02 15:27:08616version = "0.1.80"
Ahmed Charles9ca382f2016-09-02 08:55:29617dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23618 "anstream",
Philipp Krones02562bf2023-11-02 16:50:52619 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09620 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41621 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56622 "color-print",
flip1995647f2b42021-06-03 07:06:49623 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41624 "futures",
625 "if_chain",
Philipp Kronesf99056b2024-02-27 14:50:23626 "itertools 0.12.1",
Rémy Rakic4cb2a282023-12-14 15:40:50627 "parking_lot",
Philipp Kronesc2490bd2023-07-17 08:22:41628 "quote",
flip1995412ebc32021-03-12 14:31:11629 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17630 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41631 "serde",
github-actions36c09332024-05-19 00:17:38632 "syn 2.0.64",
Matthias Krügerf77104b2019-12-02 22:09:48633 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00634 "termize",
Philipp Kronesc2490bd2023-07-17 08:22:41635 "tokio",
clubby7899b73db32024-01-29 12:21:16636 "toml 0.7.8",
Philipp Kronese395dc92024-05-02 15:27:08637 "ui_test 0.23.0",
Philipp Kronesd6732192022-07-28 17:08:41638 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29639]
640
641[[package]]
Philipp Krones02562bf2023-11-02 16:50:52642name = "clippy_config"
Philipp Kronese395dc92024-05-02 15:27:08643version = "0.1.80"
Philipp Krones02562bf2023-11-02 16:50:52644dependencies = [
645 "rustc-semver",
646 "serde",
clubby7899b73db32024-01-29 12:21:16647 "toml 0.7.8",
Philipp Krones02562bf2023-11-02 16:50:52648 "walkdir",
649]
650
651[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49652name = "clippy_dev"
653version = "0.0.1"
654dependencies = [
clubby7899b73db32024-01-29 12:21:16655 "aho-corasick",
klensye1c33132023-06-21 09:32:34656 "clap",
flip19958d5f69d2021-10-21 11:13:17657 "indoc",
Philipp Kronesf99056b2024-02-27 14:50:23658 "itertools 0.12.1",
github-actions36c09332024-05-19 00:17:38659 "opener 0.6.1",
Joshua Nelson8c25e272021-04-14 13:20:49660 "shell-escape",
661 "walkdir",
662]
663
664[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29665name = "clippy_lints"
Philipp Kronese395dc92024-05-02 15:27:08666version = "0.1.80"
Oliver Schneider847bb142018-05-11 12:11:06667dependencies = [
Weihang Lof795a152023-03-15 12:50:04668 "arrayvec",
clubby7899b73db32024-01-29 12:21:16669 "cargo_metadata 0.18.1",
Philipp Krones02562bf2023-11-02 16:50:52670 "clippy_config",
flip19950046d7c2021-02-25 10:26:23671 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06672 "declare_clippy_lint",
Philipp Kronesf99056b2024-02-27 14:50:23673 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:09674 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47675 "regex",
clubby789629d6942024-04-01 13:06:32676 "regex-syntax 0.8.3",
flip1995898ef0f2020-12-06 14:07:59677 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29678 "semver",
Alex Crichton093ede22019-08-15 00:45:09679 "serde",
flip1995c24058b2021-05-06 10:21:46680 "serde_json",
flip199537cdd7e2022-06-16 15:39:29681 "tempfile",
clubby7899b73db32024-01-29 12:21:16682 "toml 0.7.8",
Alex Crichton093ede22019-08-15 00:45:09683 "unicode-normalization",
flip199544cea512021-07-01 16:18:02684 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43685 "url",
Philipp Krones6233d442023-10-06 15:47:56686 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06687]
688
689[[package]]
flip19950046d7c2021-02-25 10:26:23690name = "clippy_utils"
Philipp Kronese395dc92024-05-02 15:27:08691version = "0.1.80"
flip19950046d7c2021-02-25 10:26:23692dependencies = [
Weihang Lof795a152023-03-15 12:50:04693 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52694 "clippy_config",
Philipp Kronesf99056b2024-02-27 14:50:23695 "itertools 0.12.1",
flip19950046d7c2021-02-25 10:26:23696 "rustc-semver",
flip19950046d7c2021-02-25 10:26:23697]
698
699[[package]]
Pietro Albini13efb202022-11-15 09:19:17700name = "collect-license-metadata"
701version = "0.1.0"
702dependencies = [
703 "anyhow",
704 "serde",
705 "serde_json",
706 "spdx-rs",
707]
708
709[[package]]
Ralf Jung10430db2022-07-15 14:04:23710name = "color-eyre"
github-actionsc486d2d2024-03-17 00:26:01711version = "0.6.3"
Ralf Jung10430db2022-07-15 14:04:23712source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01713checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
Ralf Jung10430db2022-07-15 14:04:23714dependencies = [
715 "backtrace",
716 "color-spantrace",
717 "eyre",
718 "indenter",
719 "once_cell",
720 "owo-colors",
721 "tracing-error",
722]
723
724[[package]]
Philipp Krones6233d442023-10-06 15:47:56725name = "color-print"
Mark Rousskov12200c92024-05-11 14:27:17726version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56727source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17728checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
Philipp Krones6233d442023-10-06 15:47:56729dependencies = [
730 "color-print-proc-macro",
731]
732
733[[package]]
734name = "color-print-proc-macro"
Mark Rousskov12200c92024-05-11 14:27:17735version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56736source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17737checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
Philipp Krones6233d442023-10-06 15:47:56738dependencies = [
739 "nom",
740 "proc-macro2",
741 "quote",
github-actions36c09332024-05-19 00:17:38742 "syn 2.0.64",
Philipp Krones6233d442023-10-06 15:47:56743]
744
745[[package]]
Ralf Jung10430db2022-07-15 14:04:23746name = "color-spantrace"
clubby7899b73db32024-01-29 12:21:16747version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:23748source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16749checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
Ralf Jung10430db2022-07-15 14:04:23750dependencies = [
751 "once_cell",
752 "owo-colors",
753 "tracing-core",
754 "tracing-error",
755]
756
757[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35758name = "colorchoice"
Mark Rousskov12200c92024-05-11 14:27:17759version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:35760source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17761checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
Nilstrieb3295cdf2023-06-26 07:21:35762
763[[package]]
Nick Cameron127f9a62018-04-25 22:11:28764name = "colored"
clubby7899b73db32024-01-29 12:21:16765version = "2.1.0"
Nick Cameron127f9a62018-04-25 22:11:28766source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16767checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
Nick Cameron127f9a62018-04-25 22:11:28768dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42769 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53770 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28771]
772
773[[package]]
Philipp Kronesac25a732023-08-24 19:33:17774name = "comma"
775version = "1.0.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
778
779[[package]]
Alex Crichton147e2da2016-10-07 06:30:38780name = "compiler_builtins"
Ralf Jung385c3632024-04-10 12:34:52781version = "0.1.109"
Alex Crichton4c21a3b2018-11-20 05:52:50782source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung385c3632024-04-10 12:34:52783checksum = "f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e"
Alex Crichton147e2da2016-10-07 06:30:38784dependencies = [
Alex Crichton093ede22019-08-15 00:45:09785 "cc",
786 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38787]
788
789[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29790name = "compiletest"
791version = "0.0.0"
792dependencies = [
Esteban Kuberb4bdb562024-03-02 22:36:52793 "anstyle-svg",
David Tolnay6b7b7752023-05-14 14:13:00794 "anyhow",
yukang414eb482023-02-03 16:23:11795 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42796 "colored",
Alex Crichton093ede22019-08-15 00:45:09797 "diff",
Alex Crichton093ede22019-08-15 00:45:09798 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21799 "glob",
Pietro Albinic2306372023-09-15 14:09:45800 "home",
klensyc653bb92023-11-18 09:42:05801 "indexmap",
Alex Crichton093ede22019-08-15 00:45:09802 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47803 "miow",
Jakob Degen17395b42022-10-31 00:17:25804 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09805 "regex",
Eric Huss123b3032024-04-13 17:54:13806 "rustfix 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09807 "serde",
808 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00809 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00810 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42811 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09812 "walkdir",
klensy3c03cce2023-05-09 15:20:13813 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29814]
815
816[[package]]
Philipp Kronesac25a732023-08-24 19:33:17817name = "console"
clubby7899b73db32024-01-29 12:21:16818version = "0.15.8"
Philipp Kronesac25a732023-08-24 19:33:17819source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16820checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
Philipp Kronesac25a732023-08-24 19:33:17821dependencies = [
822 "encode_unicode",
823 "lazy_static",
824 "libc",
825 "unicode-width",
clubby7899b73db32024-01-29 12:21:16826 "windows-sys 0.52.0",
Philipp Kronesac25a732023-08-24 19:33:17827]
828
829[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29830name = "core"
831version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16832dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41833 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56834 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16835]
Ahmed Charles9ca382f2016-09-02 08:55:29836
837[[package]]
nilsf77541a2023-04-11 11:46:41838name = "core-foundation-sys"
clubby7899b73db32024-01-29 12:21:16839version = "0.8.6"
nilsf77541a2023-04-11 11:46:41840source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16841checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
nilsf77541a2023-04-11 11:46:41842
843[[package]]
Zalathar13671042023-08-11 01:52:37844name = "coverage-dump"
845version = "0.1.0"
846dependencies = [
847 "anyhow",
848 "leb128",
849 "md-5",
850 "miniz_oxide",
851 "regex",
852 "rustc-demangle",
853]
854
855[[package]]
pierwillef6dd122022-02-10 16:54:01856name = "cpufeatures"
clubby7899b73db32024-01-29 12:21:16857version = "0.2.12"
Pietro Albiniacd8e592020-10-01 15:15:12858source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16859checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
pierwillef6dd122022-02-10 16:54:01860dependencies = [
861 "libc",
862]
Pietro Albiniacd8e592020-10-01 15:15:12863
864[[package]]
Alex Crichtonb4110902018-12-08 11:06:54865name = "crc32fast"
clubby7899b73db32024-01-29 12:21:16866version = "1.4.0"
Alex Crichtonb4110902018-12-08 11:06:54867source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16868checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
Alex Crichtonb4110902018-12-08 11:06:54869dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42870 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54871]
Alex Crichton38bedfa2017-09-02 03:46:51872
873[[package]]
kennytmcab21f12018-07-26 21:58:55874name = "crossbeam-channel"
github-actions8ef19812024-03-03 00:16:16875version = "0.5.12"
Matthias Krüger451d4922020-02-10 19:47:38876source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16877checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
Matthias Krüger451d4922020-02-10 19:47:38878dependencies = [
Josh Stonef3b88122022-01-10 19:34:07879 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38880]
881
882[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45883name = "crossbeam-deque"
clubby7899b73db32024-01-29 12:21:16884version = "0.8.5"
Josh Stone33c41252019-09-10 17:13:07885source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16886checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
Josh Stone33c41252019-09-10 17:13:07887dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01888 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07889 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07890]
891
892[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45893name = "crossbeam-epoch"
clubby7899b73db32024-01-29 12:21:16894version = "0.9.18"
Matthias Krüger696fb8f2019-01-21 15:32:43895source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16896checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Matthias Krüger696fb8f2019-01-21 15:32:43897dependencies = [
Josh Stonef3b88122022-01-10 19:34:07898 "crossbeam-utils",
Matthias Krüger696fb8f2019-01-21 15:32:43899]
900
901[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45902name = "crossbeam-utils"
clubby7899b73db32024-01-29 12:21:16903version = "0.8.19"
Eric Husse0f2f9d2019-11-12 17:57:41904source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16905checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
Eric Huss71bf7cf2020-10-14 22:16:47906
907[[package]]
Weihang Lo6306fd32023-01-04 15:33:59908name = "crypto-common"
909version = "0.1.6"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
912dependencies = [
913 "generic-array",
914 "typenum",
pierwillef6dd122022-02-10 16:54:01915]
916
917[[package]]
Ralf Jung13e47662023-05-23 10:10:18918name = "ctrlc"
github-actionsc486d2d2024-03-17 00:26:01919version = "3.4.4"
Ralf Jung13e47662023-05-23 10:10:18920source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01921checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
Ralf Jung13e47662023-05-23 10:10:18922dependencies = [
923 "nix",
clubby789527f9032024-01-21 23:51:33924 "windows-sys 0.52.0",
Ralf Jung13e47662023-05-23 10:10:18925]
926
927[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58928name = "curl"
clubby7899b73db32024-01-29 12:21:16929version = "0.4.46"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58930source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16931checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58932dependencies = [
Alex Crichton093ede22019-08-15 00:45:09933 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09934 "libc",
935 "openssl-probe",
936 "openssl-sys",
937 "schannel",
klensyd5e8ad42021-07-04 18:49:56938 "socket2",
clubby7899b73db32024-01-29 12:21:16939 "windows-sys 0.52.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58940]
941
942[[package]]
943name = "curl-sys"
clubby7899b73db32024-01-29 12:21:16944version = "0.4.72+curl-8.6.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58945source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16946checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58947dependencies = [
Alex Crichton093ede22019-08-15 00:45:09948 "cc",
949 "libc",
Alex Crichton093ede22019-08-15 00:45:09950 "libz-sys",
951 "openssl-sys",
952 "pkg-config",
953 "vcpkg",
clubby7899b73db32024-01-29 12:21:16954 "windows-sys 0.52.0",
Josh Stone020c5ec2017-05-08 22:01:13955]
956
957[[package]]
Oli Scherer29de70d2023-07-25 13:09:53958name = "darling"
github-actions36c09332024-05-19 00:17:38959version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32960source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38961checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
Jakub Beránekf17047b2023-09-12 16:32:32962dependencies = [
klensy5e2a7ac2024-02-18 11:40:19963 "darling_core",
964 "darling_macro",
Jakub Beránekf17047b2023-09-12 16:32:32965]
966
967[[package]]
968name = "darling_core"
github-actions36c09332024-05-19 00:17:38969version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32970source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38971checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
Oli Scherer29de70d2023-07-25 13:09:53972dependencies = [
973 "fnv",
974 "ident_case",
975 "proc-macro2",
976 "quote",
github-actions36c09332024-05-19 00:17:38977 "strsim",
978 "syn 2.0.64",
Oli Scherer29de70d2023-07-25 13:09:53979]
980
981[[package]]
982name = "darling_macro"
github-actions36c09332024-05-19 00:17:38983version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32984source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38985checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
Jakub Beránekf17047b2023-09-12 16:32:32986dependencies = [
klensy5e2a7ac2024-02-18 11:40:19987 "darling_core",
Oli Scherer29de70d2023-07-25 13:09:53988 "quote",
github-actions36c09332024-05-19 00:17:38989 "syn 2.0.64",
Oli Scherer29de70d2023-07-25 13:09:53990]
991
992[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51993name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22994version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51995source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09996checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51997
998[[package]]
github-actions36c09332024-05-19 00:17:38999name = "dbus"
1000version = "0.9.7"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
1003dependencies = [
1004 "libc",
1005 "libdbus-sys",
1006 "winapi",
1007]
1008
1009[[package]]
Philipp Kronesd4077782022-11-21 19:52:061010name = "declare_clippy_lint"
Philipp Kronese395dc92024-05-02 15:27:081011version = "0.1.80"
Philipp Kronesd4077782022-11-21 19:52:061012dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231013 "itertools 0.12.1",
Philipp Kronesd4077782022-11-21 19:52:061014 "quote",
github-actions36c09332024-05-19 00:17:381015 "syn 2.0.64",
Philipp Kronesd4077782022-11-21 19:52:061016]
1017
1018[[package]]
clubby7896ac3b572024-01-29 12:16:201019name = "deranged"
1020version = "0.3.11"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1023dependencies = [
1024 "powerfmt",
1025]
1026
1027[[package]]
Michael Gouletde830572023-10-30 17:09:171028name = "derivative"
1029version = "2.2.0"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1032dependencies = [
1033 "proc-macro2",
1034 "quote",
1035 "syn 1.0.109",
1036]
1037
1038[[package]]
Jakub Beránekf17047b2023-09-12 16:32:321039name = "derive_builder"
klensy5e2a7ac2024-02-18 11:40:191040version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321041source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191042checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
Jakub Beránekf17047b2023-09-12 16:32:321043dependencies = [
1044 "derive_builder_macro",
1045]
1046
1047[[package]]
1048name = "derive_builder_core"
klensy5e2a7ac2024-02-18 11:40:191049version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321050source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191051checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
Jakub Beránekf17047b2023-09-12 16:32:321052dependencies = [
klensy5e2a7ac2024-02-18 11:40:191053 "darling",
Jakub Beránekf17047b2023-09-12 16:32:321054 "proc-macro2",
1055 "quote",
github-actions36c09332024-05-19 00:17:381056 "syn 2.0.64",
Jakub Beránekf17047b2023-09-12 16:32:321057]
1058
1059[[package]]
1060name = "derive_builder_macro"
klensy5e2a7ac2024-02-18 11:40:191061version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321062source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191063checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
Jakub Beránekf17047b2023-09-12 16:32:321064dependencies = [
1065 "derive_builder_core",
github-actions36c09332024-05-19 00:17:381066 "syn 2.0.64",
Jakub Beránekf17047b2023-09-12 16:32:321067]
1068
1069[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451070name = "derive_more"
1071version = "0.99.17"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1074dependencies = [
Maybe Wafflee20e5062022-11-28 11:11:451075 "proc-macro2",
1076 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351077 "syn 1.0.109",
Maybe Wafflee20e5062022-11-28 11:11:451078]
1079
1080[[package]]
Oli Scherer29de70d2023-07-25 13:09:531081name = "derive_setters"
1082version = "0.1.6"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1085dependencies = [
klensy5e2a7ac2024-02-18 11:40:191086 "darling",
Oli Scherer29de70d2023-07-25 13:09:531087 "proc-macro2",
1088 "quote",
github-actions36c09332024-05-19 00:17:381089 "syn 2.0.64",
Oli Scherer29de70d2023-07-25 13:09:531090]
1091
1092[[package]]
Cengiz Can837817c2017-04-27 19:41:181093name = "diff"
klensy43512e62022-07-26 16:16:431094version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181095source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431096checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181097
1098[[package]]
James Munnsde763692019-01-19 02:39:371099name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351100version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121101source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351102checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121103dependencies = [
klensy45fac342022-08-31 20:04:121104 "block-buffer",
pierwillef6dd122022-02-10 16:54:011105 "crypto-common",
James Munnsde763692019-01-19 02:39:371106]
1107
1108[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451109name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481110version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451111source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481112checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451113dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481114 "dirs-sys 0.4.1",
Ralf Jung44b0fd62018-11-28 20:22:451115]
1116
1117[[package]]
flip19954c228cc2019-02-18 09:32:581118name = "dirs"
Caleb Cartwrightf367f4d2022-06-13 03:04:541119version = "4.0.0"
flip19954c228cc2019-02-18 09:32:581120source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightf367f4d2022-06-13 03:04:541121checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
flip19954c228cc2019-02-18 09:32:581122dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:481123 "dirs-sys 0.3.7",
flip19954c228cc2019-02-18 09:32:581124]
1125
1126[[package]]
flip19950046d7c2021-02-25 10:26:231127name = "dirs-next"
1128version = "2.0.0"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1131dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421132 "cfg-if",
flip19950046d7c2021-02-25 10:26:231133 "dirs-sys-next",
1134]
1135
1136[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321137name = "dirs-sys"
Nilstrieb3295cdf2023-06-26 07:21:351138version = "0.3.7"
Ralf Jung4e8626e2019-06-13 07:58:321139source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351140checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
Ralf Jung4e8626e2019-06-13 07:58:321141dependencies = [
Alex Crichton093ede22019-08-15 00:45:091142 "libc",
Jubilee Young27ef7192021-04-23 22:49:471143 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311144 "winapi",
flip19950046d7c2021-02-25 10:26:231145]
1146
1147[[package]]
Ralf Jung5aecfe42023-10-07 05:55:481148name = "dirs-sys"
1149version = "0.4.1"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1152dependencies = [
1153 "libc",
1154 "option-ext",
1155 "redox_users",
1156 "windows-sys 0.48.0",
1157]
1158
1159[[package]]
flip19950046d7c2021-02-25 10:26:231160name = "dirs-sys-next"
1161version = "0.1.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1164dependencies = [
1165 "libc",
Jubilee Young27ef7192021-04-23 22:49:471166 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311167 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321168]
1169
1170[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421171name = "displaydoc"
Nilstrieb3295cdf2023-06-26 07:21:351172version = "0.2.4"
Manish Goregaokar288194e2022-10-19 23:24:421173source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351174checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
Manish Goregaokar288194e2022-10-19 23:24:421175dependencies = [
1176 "proc-macro2",
1177 "quote",
github-actions36c09332024-05-19 00:17:381178 "syn 2.0.64",
Manish Goregaokar288194e2022-10-19 23:24:421179]
1180
1181[[package]]
klensyceee8802022-11-22 14:41:061182name = "dissimilar"
Mark Rousskov12200c92024-05-11 14:27:171183version = "1.0.9"
klensyceee8802022-11-22 14:41:061184source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171185checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
klensyceee8802022-11-22 14:41:061186
1187[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291188name = "dlmalloc"
github-actions8ef19812024-03-03 00:16:161189version = "0.2.6"
Alex Crichton4c21a3b2018-11-20 05:52:501190source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:161191checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d"
Oliver Schneideracdf83f2017-12-06 08:25:291192dependencies = [
clubby7899b73db32024-01-29 12:21:161193 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091194 "compiler_builtins",
1195 "libc",
1196 "rustc-std-workspace-core",
clubby7899b73db32024-01-29 12:21:161197 "windows-sys 0.52.0",
Oliver Schneideracdf83f2017-12-06 08:25:291198]
1199
1200[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291201name = "either"
github-actions36c09332024-05-19 00:17:381202version = "1.12.0"
Oliver Schneideracdf83f2017-12-06 08:25:291203source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:381204checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
Oliver Schneideracdf83f2017-12-06 08:25:291205
1206[[package]]
steveklabnikecfbaca2018-04-03 14:32:041207name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351208version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041209source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351210checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041211dependencies = [
Alex Crichton093ede22019-08-15 00:45:091212 "regex",
1213 "serde",
1214 "serde_derive",
1215 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041216]
1217
1218[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101219name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291220version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101221source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291222checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101223dependencies = [
1224 "stable_deref_trait",
1225]
1226
1227[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121228name = "ena"
Michael Goulet2af08712024-05-06 18:32:391229version = "0.14.3"
Markus Westerlindcaacdd22020-02-25 08:47:071230source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet2af08712024-05-06 18:32:391231checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
varkor443a2d42019-03-19 21:30:071232dependencies = [
Alex Crichton093ede22019-08-15 00:45:091233 "log",
varkor443a2d42019-03-19 21:30:071234]
1235
1236[[package]]
Philipp Kronesac25a732023-08-24 19:33:171237name = "encode_unicode"
1238version = "0.3.6"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1241
1242[[package]]
Eric Huss51f20b42024-02-07 04:22:131243name = "env_filter"
1244version = "0.1.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
1247dependencies = [
1248 "log",
1249 "regex",
1250]
1251
1252[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581253name = "env_logger"
github-actionsc486d2d2024-03-17 00:26:011254version = "0.11.3"
Eric Huss51f20b42024-02-07 04:22:131255source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:011256checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
Eric Huss51f20b42024-02-07 04:22:131257dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231258 "anstream",
Eric Huss51f20b42024-02-07 04:22:131259 "anstyle",
1260 "env_filter",
1261 "humantime",
1262 "log",
1263]
1264
1265[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351266name = "equivalent"
clubby7899b73db32024-01-29 12:21:161267version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:351268source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161269checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
Nilstrieb3295cdf2023-06-26 07:21:351270
1271[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041272name = "errno"
Mark Rousskov12200c92024-05-11 14:27:171273version = "0.3.9"
Weihang Lo1e5dad02022-11-25 22:37:041274source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171275checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
Weihang Lo1e5dad02022-11-25 22:37:041276dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041277 "libc",
clubby7899b73db32024-01-29 12:21:161278 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:041279]
1280
1281[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291282name = "error_index_generator"
1283version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581284dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211285 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581286]
Ahmed Charles9ca382f2016-09-02 08:55:291287
1288[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501289name = "expect-test"
github-actions4035c242024-04-07 00:16:571290version = "1.5.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501291source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:571292checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
Aleksey Kladovf7be59c2020-08-21 12:03:501293dependencies = [
klensyceee8802022-11-22 14:41:061294 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501295 "once_cell",
1296]
1297
1298[[package]]
Ralf Jung10430db2022-07-15 14:04:231299name = "eyre"
clubby7899b73db32024-01-29 12:21:161300version = "0.6.12"
Ralf Jung10430db2022-07-15 14:04:231301source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161302checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
Ralf Jung10430db2022-07-15 14:04:231303dependencies = [
1304 "indenter",
1305 "once_cell",
1306]
1307
1308[[package]]
David Wood2dc1a8a2021-12-03 14:24:051309name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381310version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051311source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381312checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051313
1314[[package]]
Ralf Jung55162732022-11-15 19:06:421315name = "fastrand"
Mark Rousskov12200c92024-05-11 14:27:171316version = "2.1.0"
Ralf Jung55162732022-11-15 19:06:421317source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171318checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
Ralf Jung55162732022-11-15 19:06:421319
1320[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021321name = "field-offset"
est31b0483962023-06-05 02:53:301322version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021323source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301324checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021325dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351326 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021327 "rustc_version",
1328]
1329
1330[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291331name = "filetime"
clubby7899b73db32024-01-29 12:21:161332version = "0.2.23"
Alex Crichton924f8c72018-04-18 15:43:591333source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161334checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
Alex Crichton924f8c72018-04-18 15:43:591335dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421336 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091337 "libc",
Mark Rousskov12200c92024-05-11 14:27:171338 "redox_syscall 0.4.1",
clubby7899b73db32024-01-29 12:21:161339 "windows-sys 0.52.0",
Alex Crichton924f8c72018-04-18 15:43:591340]
1341
1342[[package]]
Josh Stone020c5ec2017-05-08 22:01:131343name = "flate2"
Mark Rousskov12200c92024-05-11 14:27:171344version = "1.0.30"
Felix Schütt7c13fa32017-12-31 14:34:291345source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171346checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
Felix Schütt7c13fa32017-12-31 14:34:291347dependencies = [
Alex Crichton093ede22019-08-15 00:45:091348 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361349 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291350]
1351
1352[[package]]
David Wood7f916972022-03-26 07:27:431353name = "fluent-bundle"
Mark Rousskov12200c92024-05-11 14:27:171354version = "0.15.3"
David Wood7f916972022-03-26 07:27:431355source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171356checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
David Wood7f916972022-03-26 07:27:431357dependencies = [
1358 "fluent-langneg",
1359 "fluent-syntax",
1360 "intl-memoizer",
1361 "intl_pluralrules",
1362 "rustc-hash",
klensyc653bb92023-11-18 09:42:051363 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431364 "smallvec",
1365 "unic-langid",
1366]
1367
1368[[package]]
1369name = "fluent-langneg"
1370version = "0.13.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1373dependencies = [
1374 "unic-langid",
1375]
1376
1377[[package]]
1378name = "fluent-syntax"
Mark Rousskov12200c92024-05-11 14:27:171379version = "0.11.1"
David Wood7f916972022-03-26 07:27:431380source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171381checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
David Wood7f916972022-03-26 07:27:431382dependencies = [
1383 "thiserror",
1384]
1385
1386[[package]]
Simon Sapinb77ff242017-07-18 21:26:551387name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441388version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551389source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441390checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551391
1392[[package]]
Eric Hussf3287a62021-05-12 00:39:511393name = "form_urlencoded"
clubby7899b73db32024-01-29 12:21:161394version = "1.2.1"
Eric Hussf3287a62021-05-12 00:39:511395source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161396checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
Eric Hussf3287a62021-05-12 00:39:511397dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431398 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511399]
1400
1401[[package]]
Jethro Beekman4a350562018-08-28 04:33:261402name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491403version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501404source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491405checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261406dependencies = [
Alex Crichton093ede22019-08-15 00:45:091407 "compiler_builtins",
1408 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261409]
1410
1411[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471412name = "fs-err"
clubby7899b73db32024-01-29 12:21:161413version = "2.11.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471414source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161415checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1416dependencies = [
1417 "autocfg",
1418]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471419
1420[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441421name = "fs_extra"
1422version = "1.3.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1425
1426[[package]]
steveklabnikecfbaca2018-04-03 14:32:041427name = "futf"
Eric Huss04b75a72022-06-22 23:49:241428version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041429source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241430checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041431dependencies = [
Alex Crichton093ede22019-08-15 00:45:091432 "mac",
1433 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041434]
1435
1436[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121437name = "futures"
clubby7899b73db32024-01-29 12:21:161438version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541439source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161440checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
Caleb Cartwright63913182021-02-10 01:52:541441dependencies = [
1442 "futures-channel",
1443 "futures-core",
1444 "futures-executor",
1445 "futures-io",
1446 "futures-sink",
1447 "futures-task",
1448 "futures-util",
1449]
1450
1451[[package]]
1452name = "futures-channel"
clubby7899b73db32024-01-29 12:21:161453version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541454source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161455checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
Caleb Cartwright63913182021-02-10 01:52:541456dependencies = [
1457 "futures-core",
1458 "futures-sink",
1459]
1460
1461[[package]]
1462name = "futures-core"
clubby7899b73db32024-01-29 12:21:161463version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541464source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161465checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
Caleb Cartwright63913182021-02-10 01:52:541466
1467[[package]]
1468name = "futures-executor"
clubby7899b73db32024-01-29 12:21:161469version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541470source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161471checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
Caleb Cartwright63913182021-02-10 01:52:541472dependencies = [
1473 "futures-core",
1474 "futures-task",
1475 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541476]
1477
1478[[package]]
1479name = "futures-io"
clubby7899b73db32024-01-29 12:21:161480version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541481source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161482checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
Caleb Cartwright63913182021-02-10 01:52:541483
1484[[package]]
1485name = "futures-macro"
clubby7899b73db32024-01-29 12:21:161486version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541487source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161488checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
Caleb Cartwright63913182021-02-10 01:52:541489dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541490 "proc-macro2",
1491 "quote",
github-actions36c09332024-05-19 00:17:381492 "syn 2.0.64",
Caleb Cartwright63913182021-02-10 01:52:541493]
1494
1495[[package]]
1496name = "futures-sink"
clubby7899b73db32024-01-29 12:21:161497version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541498source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161499checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
Caleb Cartwright63913182021-02-10 01:52:541500
1501[[package]]
1502name = "futures-task"
clubby7899b73db32024-01-29 12:21:161503version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541504source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161505checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
Caleb Cartwright63913182021-02-10 01:52:541506
1507[[package]]
1508name = "futures-util"
clubby7899b73db32024-01-29 12:21:161509version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541510source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161511checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
Caleb Cartwright63913182021-02-10 01:52:541512dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541513 "futures-channel",
1514 "futures-core",
1515 "futures-io",
1516 "futures-macro",
1517 "futures-sink",
1518 "futures-task",
1519 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311520 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541521 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541522 "slab",
1523]
1524
1525[[package]]
Pietro Albini4af7de12022-11-15 10:27:191526name = "generate-copyright"
1527version = "0.1.0"
1528dependencies = [
1529 "anyhow",
1530 "serde",
1531 "serde_json",
1532]
1533
1534[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071535name = "generate-windows-sys"
1536version = "0.1.0"
1537dependencies = [
1538 "windows-bindgen",
1539]
1540
1541[[package]]
James Munnsde763692019-01-19 02:39:371542name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351543version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121544source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351545checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121546dependencies = [
1547 "typenum",
1548 "version_check",
1549]
1550
1551[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291552name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081553version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291554source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081555checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361556dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081557 "rustc-std-workspace-core",
1558 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091559 "unicode-width",
varkore72f7e12019-04-30 19:37:361560]
Ahmed Charles9ca382f2016-09-02 08:55:291561
1562[[package]]
gnzlbg52caca02019-08-01 15:02:261563name = "getrandom"
Mark Rousskov12200c92024-05-11 14:27:171564version = "0.2.14"
Ralf Jung0e908752020-09-17 18:04:201565source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171566checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
Ralf Jung0e908752020-09-17 18:04:201567dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421568 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201569 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411570 "wasi",
Ralf Jung0e908752020-09-17 18:04:201571]
1572
1573[[package]]
Alex Crichton06d565c2020-05-13 21:22:371574name = "gimli"
clubby7899b73db32024-01-29 12:21:161575version = "0.28.1"
dirreke74817b72023-08-14 14:57:381576source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161577checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191578dependencies = [
1579 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381580 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051581 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151582 "rustc-std-workspace-alloc",
1583 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381584 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051585]
1586
1587[[package]]
Jubilee Young3ec9d8d2024-05-28 00:05:321588name = "gimli"
1589version = "0.29.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1592dependencies = [
1593 "compiler_builtins",
1594 "rustc-std-workspace-alloc",
1595 "rustc-std-workspace-core",
1596]
1597
1598[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581599name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351600version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581601source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351602checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581603
1604[[package]]
Simon Sapinb77ff242017-07-18 21:26:551605name = "globset"
clubby7899b73db32024-01-29 12:21:161606version = "0.4.13"
Simon Sapinb77ff242017-07-18 21:26:551607source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161608checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
Simon Sapinb77ff242017-07-18 21:26:551609dependencies = [
clubby7899b73db32024-01-29 12:21:161610 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471611 "bstr",
Alex Crichton093ede22019-08-15 00:45:091612 "fnv",
1613 "log",
1614 "regex",
Simon Sapinb77ff242017-07-18 21:26:551615]
1616
1617[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291618name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461619version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291620source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461621checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291622dependencies = [
1623 "serde",
1624]
1625
1626[[package]]
Steve Klabnika0769612017-02-07 23:13:571627name = "handlebars"
clubby789629d6942024-04-01 13:06:321628version = "5.1.2"
Steve Klabnika0769612017-02-07 23:13:571629source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:321630checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
Steve Klabnika0769612017-02-07 23:13:571631dependencies = [
Alex Crichton093ede22019-08-15 00:45:091632 "log",
1633 "pest",
1634 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091635 "serde",
1636 "serde_json",
klensy45fac342022-08-31 20:04:121637 "thiserror",
James Munnsde763692019-01-19 02:39:371638]
1639
1640[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051641name = "hashbrown"
Mark Rousskov12200c92024-05-11 14:27:171642version = "0.14.5"
The 8472479be6a2023-06-08 14:55:491643source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171644checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
The 8472479be6a2023-06-08 14:55:491645dependencies = [
dirreke74817b72023-08-14 14:57:381646 "ahash",
The 8472479be6a2023-06-08 14:55:491647 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551648 "compiler_builtins",
1649 "rustc-std-workspace-alloc",
1650 "rustc-std-workspace-core",
Amanieu d'Antrasa529ba82023-01-09 17:49:241651]
1652
1653[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471654name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351655version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541656source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351657checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541658
1659[[package]]
github-actionsc486d2d2024-03-17 00:26:011660name = "heck"
1661version = "0.5.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1664
1665[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101666name = "hermit-abi"
Stefan Lankes3726cbb2024-02-28 22:01:561667version = "0.3.9"
Stefan Lankes7143379a2022-12-06 19:31:431668source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes3726cbb2024-02-28 22:01:561669checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
Stefan Lankes7143379a2022-12-06 19:31:431670dependencies = [
1671 "compiler_builtins",
joboet262193e2022-09-06 08:44:051672 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101673 "rustc-std-workspace-core",
1674]
1675
1676[[package]]
Alex Crichton1cede102017-06-15 02:33:061677name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351678version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401679source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351680checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401681
1682[[package]]
Pietro Albinic2306372023-09-15 14:09:451683name = "home"
clubby7899b73db32024-01-29 12:21:161684version = "0.5.9"
Pietro Albinic2306372023-09-15 14:09:451685source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161686checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
Pietro Albinic2306372023-09-15 14:09:451687dependencies = [
clubby7899b73db32024-01-29 12:21:161688 "windows-sys 0.52.0",
Pietro Albinic2306372023-09-15 14:09:451689]
1690
1691[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181692name = "html-checker"
1693version = "0.1.0"
1694dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001695 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181696 "walkdir",
1697]
1698
1699[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:521700name = "html-escape"
1701version = "0.2.13"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1704dependencies = [
1705 "utf8-width",
1706]
1707
1708[[package]]
steveklabnikecfbaca2018-04-03 14:32:041709name = "html5ever"
klensy947e7872022-04-15 18:11:141710version = "0.26.0"
Eric Huss2dafa912019-06-19 03:36:471711source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:141712checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
Eric Huss2dafa912019-06-19 03:36:471713dependencies = [
Alex Crichton093ede22019-08-15 00:45:091714 "log",
1715 "mac",
github-actions36c09332024-05-19 00:17:381716 "markup5ever 0.11.0",
Aaron Hill70ba4912020-08-01 14:11:151717 "proc-macro2",
1718 "quote",
Nilstrieb3295cdf2023-06-26 07:21:351719 "syn 1.0.109",
Eric Huss2dafa912019-06-19 03:36:471720]
1721
1722[[package]]
github-actions36c09332024-05-19 00:17:381723name = "html5ever"
1724version = "0.27.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1727dependencies = [
1728 "log",
1729 "mac",
1730 "markup5ever 0.12.1",
1731 "proc-macro2",
1732 "quote",
1733 "syn 2.0.64",
1734]
1735
1736[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441737name = "humansize"
1738version = "2.1.3"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1741dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121742 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441743]
1744
1745[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481746name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351747version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431748source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351749checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431750
1751[[package]]
nilsf77541a2023-04-11 11:46:411752name = "iana-time-zone"
clubby7899b73db32024-01-29 12:21:161753version = "0.1.60"
nilsf77541a2023-04-11 11:46:411754source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161755checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
nilsf77541a2023-04-11 11:46:411756dependencies = [
1757 "android_system_properties",
1758 "core-foundation-sys",
1759 "iana-time-zone-haiku",
1760 "js-sys",
1761 "wasm-bindgen",
clubby7899b73db32024-01-29 12:21:161762 "windows-core",
nilsf77541a2023-04-11 11:46:411763]
1764
1765[[package]]
1766name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471767version = "0.1.2"
nilsf77541a2023-04-11 11:46:411768source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471769checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411770dependencies = [
klensy9b6a6b12023-05-26 10:03:471771 "cc",
nilsf77541a2023-04-11 11:46:411772]
1773
1774[[package]]
Charles Lewa7750042022-11-06 06:43:251775name = "icu_list"
clubby7899b73db32024-01-29 12:21:161776version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251777source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161778checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54"
Charles Lewa7750042022-11-06 06:43:251779dependencies = [
1780 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201781 "icu_list_data",
1782 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251783 "icu_provider",
1784 "regex-automata 0.2.0",
1785 "writeable",
Charles Lewa7750042022-11-06 06:43:251786]
1787
1788[[package]]
Nilstriebffffc202023-11-06 13:42:201789name = "icu_list_data"
clubby7899b73db32024-01-29 12:21:161790version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251791source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161792checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532"
Nilstriebffffc202023-11-06 13:42:201793
1794[[package]]
1795name = "icu_locid"
clubby7899b73db32024-01-29 12:21:161796version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201797source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161798checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
Charles Lewa7750042022-11-06 06:43:251799dependencies = [
1800 "displaydoc",
1801 "litemap",
1802 "tinystr",
1803 "writeable",
1804 "zerovec",
1805]
1806
1807[[package]]
Nilstriebffffc202023-11-06 13:42:201808name = "icu_locid_transform"
clubby7899b73db32024-01-29 12:21:161809version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251810source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161811checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
Nilstriebffffc202023-11-06 13:42:201812dependencies = [
1813 "displaydoc",
1814 "icu_locid",
1815 "icu_locid_transform_data",
1816 "icu_provider",
1817 "tinystr",
1818 "zerovec",
1819]
1820
1821[[package]]
1822name = "icu_locid_transform_data"
clubby7899b73db32024-01-29 12:21:161823version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201824source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161825checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
Nilstriebffffc202023-11-06 13:42:201826
1827[[package]]
1828name = "icu_provider"
clubby7899b73db32024-01-29 12:21:161829version = "1.4.0"
Nilstriebffffc202023-11-06 13:42:201830source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161831checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
Charles Lewa7750042022-11-06 06:43:251832dependencies = [
1833 "displaydoc",
1834 "icu_locid",
1835 "icu_provider_macros",
1836 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201837 "tinystr",
Charles Lewa7750042022-11-06 06:43:251838 "writeable",
1839 "yoke",
1840 "zerofrom",
1841 "zerovec",
1842]
1843
1844[[package]]
1845name = "icu_provider_adapters"
clubby7899b73db32024-01-29 12:21:161846version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251847source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161848checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
Charles Lewa7750042022-11-06 06:43:251849dependencies = [
1850 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201851 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251852 "icu_provider",
1853 "tinystr",
Charles Lewa7750042022-11-06 06:43:251854 "zerovec",
1855]
1856
1857[[package]]
1858name = "icu_provider_macros"
clubby7899b73db32024-01-29 12:21:161859version = "1.4.0"
Charles Lewa7750042022-11-06 06:43:251860source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161861checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
Charles Lewa7750042022-11-06 06:43:251862dependencies = [
1863 "proc-macro2",
1864 "quote",
github-actions36c09332024-05-19 00:17:381865 "syn 2.0.64",
Charles Lewa7750042022-11-06 06:43:251866]
1867
1868[[package]]
Oli Scherer29de70d2023-07-25 13:09:531869name = "ident_case"
1870version = "1.0.1"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1873
1874[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581875name = "idna"
clubby7899b73db32024-01-29 12:21:161876version = "0.5.0"
Eric Hussf2428a62019-08-01 00:44:391877source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161878checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
Eric Hussf2428a62019-08-01 00:44:391879dependencies = [
Alex Crichton093ede22019-08-15 00:45:091880 "unicode-bidi",
1881 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391882]
1883
1884[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291885name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351886version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291887source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351888checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291889
1890[[package]]
Simon Sapinb77ff242017-07-18 21:26:551891name = "ignore"
klensy9b6a6b12023-05-26 10:03:471892version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551893source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471894checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551895dependencies = [
Alex Crichton093ede22019-08-15 00:45:091896 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421897 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091898 "log",
1899 "memchr",
1900 "regex",
1901 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591902 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091903 "walkdir",
1904 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551905]
1906
1907[[package]]
Ralf Jung10430db2022-07-15 14:04:231908name = "indenter"
1909version = "0.3.3"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1912
1913[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571914name = "indexmap"
github-actions1848b462024-03-24 12:09:281915version = "2.2.6"
flip19958d5f69d2021-10-21 11:13:171916source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:281917checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
Nilstrieb3295cdf2023-06-26 07:21:351918dependencies = [
1919 "equivalent",
klensyc653bb92023-11-18 09:42:051920 "hashbrown",
Josh Stoned9b1fa92023-07-03 20:51:541921 "rustc-rayon",
1922 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351923]
1924
1925[[package]]
Philipp Kronesac25a732023-08-24 19:33:171926name = "indicatif"
clubby7899b73db32024-01-29 12:21:161927version = "0.17.8"
Philipp Kronesac25a732023-08-24 19:33:171928source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161929checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
Philipp Kronesac25a732023-08-24 19:33:171930dependencies = [
1931 "console",
1932 "instant",
1933 "number_prefix",
1934 "portable-atomic",
1935 "unicode-width",
1936]
1937
1938[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351939name = "indoc"
1940version = "1.0.9"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171943
1944[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451945name = "inout"
1946version = "0.1.3"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1949dependencies = [
1950 "generic-array",
1951]
1952
1953[[package]]
Josh Stone020c5ec2017-05-08 22:01:131954name = "installer"
1955version = "0.0.0"
1956dependencies = [
Michael Forney32025fd2020-05-25 00:08:451957 "anyhow",
klensye1c33132023-06-21 09:32:341958 "clap",
Alex Crichton093ede22019-08-15 00:45:091959 "flate2",
Alex Crichton093ede22019-08-15 00:45:091960 "rayon",
Alex Crichton093ede22019-08-15 00:45:091961 "tar",
1962 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091963 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131964]
1965
1966[[package]]
Mark Rousskov342d9562020-08-17 15:21:441967name = "instant"
github-actions36c09332024-05-19 00:17:381968version = "0.1.13"
Mark Rousskov342d9562020-08-17 15:21:441969source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:381970checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
flip1995e36e5a52021-12-06 11:33:551971dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421972 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551973]
Mark Rousskov342d9562020-08-17 15:21:441974
1975[[package]]
David Wood7f916972022-03-26 07:27:431976name = "intl-memoizer"
Mark Rousskov12200c92024-05-11 14:27:171977version = "0.5.2"
David Wood7f916972022-03-26 07:27:431978source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171979checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
David Wood7f916972022-03-26 07:27:431980dependencies = [
1981 "type-map",
1982 "unic-langid",
1983]
1984
1985[[package]]
1986name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421987version = "7.0.2"
David Wood7f916972022-03-26 07:27:431988source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421989checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431990dependencies = [
David Wood7f916972022-03-26 07:27:431991 "unic-langid",
1992]
1993
1994[[package]]
Mark Rousskov12200c92024-05-11 14:27:171995name = "is_terminal_polyfill"
1996version = "1.70.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
1999
2000[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292001name = "itertools"
Nicholas Nethercote3eadc682023-11-13 23:02:522002version = "0.11.0"
Eric Huss78529352021-06-02 03:38:392003source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Nethercote3eadc682023-11-13 23:02:522004checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
Eric Huss78529352021-06-02 03:38:392005dependencies = [
2006 "either",
2007]
2008
2009[[package]]
Philipp Kronesf99056b2024-02-27 14:50:232010name = "itertools"
2011version = "0.12.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2014dependencies = [
2015 "either",
2016]
2017
2018[[package]]
Steve Klabnik2795de32017-02-20 00:20:572019name = "itoa"
clubby789629d6942024-04-01 13:06:322020version = "1.0.11"
Steve Klabnik2795de32017-02-20 00:20:572021source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322022checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
Steve Klabnik2795de32017-02-20 00:20:572023
2024[[package]]
Rémy Rakicadab1352022-05-06 21:20:042025name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:512026version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:042027source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:512028checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:042029dependencies = [
2030 "cc",
Rémy Rakicadab1352022-05-06 21:20:042031 "libc",
2032]
2033
2034[[package]]
Alex Crichton453080f2017-06-05 16:36:482035name = "jobserver"
Mark Rousskov12200c92024-05-11 14:27:172036version = "0.1.31"
Alex Crichton453080f2017-06-05 16:36:482037source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172038checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
Alex Crichton453080f2017-06-05 16:36:482039dependencies = [
Alex Crichton093ede22019-08-15 00:45:092040 "libc",
Alex Crichton453080f2017-06-05 16:36:482041]
2042
2043[[package]]
nilsf77541a2023-04-11 11:46:412044name = "js-sys"
github-actionsc486d2d2024-03-17 00:26:012045version = "0.3.69"
nilsf77541a2023-04-11 11:46:412046source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012047checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
nilsf77541a2023-04-11 11:46:412048dependencies = [
2049 "wasm-bindgen",
2050]
2051
2052[[package]]
Rune Tynan77156562021-01-16 01:34:152053name = "jsondocck"
2054version = "0.1.0"
2055dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472056 "fs-err",
Rune Tynan77156562021-01-16 01:34:152057 "getopts",
2058 "jsonpath_lib",
Rune Tynan77156562021-01-16 01:34:152059 "regex",
Rune Tynan77156562021-01-16 01:34:152060 "serde_json",
klensyc63cb012021-06-01 15:25:362061 "shlex",
Rune Tynan77156562021-01-16 01:34:152062]
2063
2064[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372065name = "jsondoclint"
2066version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392067dependencies = [
2068 "anyhow",
klensye1c33132023-06-21 09:32:342069 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392070 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022071 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392072 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452073 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392074 "serde_json",
2075]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372076
2077[[package]]
Rune Tynan77156562021-01-16 01:34:152078name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:052079version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:152080source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:052081checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:152082dependencies = [
Rune Tynan77156562021-01-16 01:34:152083 "log",
2084 "serde",
2085 "serde_json",
2086]
2087
2088[[package]]
Steve Klabnika0769612017-02-07 23:13:572089name = "lazy_static"
Alex Crichtonaabf4e92020-01-08 15:33:572090version = "1.4.0"
Alex Crichton325d7392017-12-10 17:42:492091source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonaabf4e92020-01-08 15:33:572092checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
Alex Crichton325d7392017-12-10 17:42:492093
2094[[package]]
Zalathar13671042023-08-11 01:52:372095name = "leb128"
2096version = "0.2.5"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2099
2100[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532101name = "levenshtein"
2102version = "1.0.5"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2105
2106[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292107name = "libc"
Mads Marquart74012d52024-04-30 14:33:192108version = "0.2.155"
Ahmed Charles9ca382f2016-09-02 08:55:292109source = "registry+https://github.com/rust-lang/crates.io-index"
Mads Marquart74012d52024-04-30 14:33:192110checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
Alex Crichton4c21a3b2018-11-20 05:52:502111dependencies = [
Alex Crichton093ede22019-08-15 00:45:092112 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502113]
Ahmed Charles9ca382f2016-09-02 08:55:292114
2115[[package]]
github-actions36c09332024-05-19 00:17:382116name = "libdbus-sys"
2117version = "0.2.5"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2120dependencies = [
2121 "cc",
2122 "pkg-config",
2123]
2124
2125[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382126name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472127version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382128source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472129checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382130dependencies = [
2131 "libc",
2132 "libffi-sys",
2133]
2134
2135[[package]]
2136name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522137version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382138source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522139checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382140dependencies = [
2141 "cc",
2142]
2143
2144[[package]]
Andy Russell923f9392021-11-08 23:03:552145name = "libloading"
github-actionsc486d2d2024-03-17 00:26:012146version = "0.8.3"
Ralf Jung6687c072023-10-01 05:03:422147source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012148checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
Ralf Jung6687c072023-10-01 05:03:422149dependencies = [
2150 "cfg-if",
Mark Rousskov12200c92024-05-11 14:27:172151 "windows-targets 0.52.5",
Ralf Jung6687c072023-10-01 05:03:422152]
2153
2154[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052155name = "libm"
clubby7899b73db32024-01-29 12:21:162156version = "0.2.8"
Jakub Beránek91d2fb22023-06-03 07:41:442157source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162158checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2159
2160[[package]]
2161name = "libredox"
clubby789629d6942024-04-01 13:06:322162version = "0.1.3"
clubby7899b73db32024-01-29 12:21:162163source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322164checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
clubby7899b73db32024-01-29 12:21:162165dependencies = [
github-actions1848b462024-03-24 12:09:282166 "bitflags 2.5.0",
clubby7899b73db32024-01-29 12:21:162167 "libc",
clubby7899b73db32024-01-29 12:21:162168]
Jakub Beránek91d2fb22023-06-03 07:41:442169
2170[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582171name = "libz-sys"
github-actions1848b462024-03-24 12:09:282172version = "1.1.16"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582173source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:282174checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582175dependencies = [
Alex Crichton093ede22019-08-15 00:45:092176 "cc",
2177 "libc",
2178 "pkg-config",
2179 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582180]
2181
2182[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292183name = "linkchecker"
2184version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302185dependencies = [
github-actions36c09332024-05-19 00:17:382186 "html5ever 0.26.0",
Joshua Nelson65835d12020-10-15 13:25:302187 "regex",
2188]
Ahmed Charles9ca382f2016-09-02 08:55:292189
2190[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572191name = "lint-docs"
2192version = "0.1.0"
2193dependencies = [
2194 "serde_json",
2195 "tempfile",
2196 "walkdir",
2197]
2198
2199[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042200name = "linux-raw-sys"
github-actions36c09332024-05-19 00:17:382201version = "0.4.14"
Weihang Lo1e5dad02022-11-25 22:37:042202source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382203checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
Weihang Lo1e5dad02022-11-25 22:37:042204
2205[[package]]
Charles Lewa7750042022-11-06 06:43:252206name = "litemap"
clubby7899b73db32024-01-29 12:21:162207version = "0.7.2"
Charles Lewa7750042022-11-06 06:43:252208source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162209checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
Charles Lewa7750042022-11-06 06:43:252210
2211[[package]]
Hans Kratz6162fc02021-09-25 13:25:082212name = "lld-wrapper"
2213version = "0.1.0"
2214
2215[[package]]
Kjetil Kjeka222ce4f2024-02-06 18:15:382216name = "llvm-bitcode-linker"
2217version = "0.0.1"
2218dependencies = [
2219 "anyhow",
2220 "clap",
2221 "thiserror",
2222 "tracing",
2223 "tracing-subscriber",
2224]
2225
2226[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392227name = "lock_api"
Mark Rousskov12200c92024-05-11 14:27:172228version = "0.4.12"
Malo Jaffré8ed13d62017-12-29 10:24:382229source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172230checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
Mark Rousskov342d9562020-08-17 15:21:442231dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442232 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442233 "scopeguard",
2234]
2235
2236[[package]]
2237name = "log"
github-actions8ef19812024-03-03 00:16:162238version = "0.4.21"
Mark Rousskov342d9562020-08-17 15:21:442239source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162240checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
Ahmed Charles9ca382f2016-09-02 08:55:292241
2242[[package]]
Josh Stone020c5ec2017-05-08 22:01:132243name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252244version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132245source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252246checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132247dependencies = [
Alex Crichton093ede22019-08-15 00:45:092248 "cc",
2249 "libc",
2250 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132251]
2252
2253[[package]]
steveklabnikecfbaca2018-04-03 14:32:042254name = "mac"
2255version = "0.1.1"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092257checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042258
2259[[package]]
2260name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442261version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042262source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442263checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042264
2265[[package]]
2266name = "markup5ever"
klensy947e7872022-04-15 18:11:142267version = "0.11.0"
Eric Huss2dafa912019-06-19 03:36:472268source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142269checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
Eric Huss2dafa912019-06-19 03:36:472270dependencies = [
Alex Crichton093ede22019-08-15 00:45:092271 "log",
Ralf Jung47b3ce02024-05-05 15:17:452272 "phf 0.10.1",
2273 "phf_codegen 0.10.0",
Alex Crichton093ede22019-08-15 00:45:092274 "string_cache",
2275 "string_cache_codegen",
2276 "tendril",
Eric Huss2dafa912019-06-19 03:36:472277]
2278
2279[[package]]
github-actions36c09332024-05-19 00:17:382280name = "markup5ever"
2281version = "0.12.1"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2284dependencies = [
2285 "log",
2286 "phf 0.11.2",
2287 "phf_codegen 0.11.2",
2288 "string_cache",
2289 "string_cache_codegen",
2290 "tendril",
2291]
2292
2293[[package]]
Oliver Schererec7230f2020-07-24 18:42:002294name = "matchers"
pierwillea25b772021-12-21 17:00:302295version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002296source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302297checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002298dependencies = [
Charles Lewa7750042022-11-06 06:43:252299 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002300]
2301
2302[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152303name = "md-5"
clubby7899b73db32024-01-29 12:21:162304version = "0.10.6"
Arlo Siemsen3296d5c2020-10-13 15:41:062305source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162306checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
Arlo Siemsen3296d5c2020-10-13 15:41:062307dependencies = [
clubby7899b73db32024-01-29 12:21:162308 "cfg-if",
klensy45fac342022-08-31 20:04:122309 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062310]
2311
2312[[package]]
Steve Klabnika0769612017-02-07 23:13:572313name = "mdbook"
github-actions36c09332024-05-19 00:17:382314version = "0.4.40"
Steve Klabnika0769612017-02-07 23:13:572315source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382316checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
Steve Klabnika0769612017-02-07 23:13:572317dependencies = [
Alex Crichton093ede22019-08-15 00:45:092318 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462319 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092320 "chrono",
klensye1c33132023-06-21 09:32:342321 "clap",
Eric Huss51814222022-04-15 18:57:062322 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092323 "elasticlunr-rs",
klensy53efefb2024-02-22 11:35:212324 "env_logger",
Weihang Lof795a152023-03-15 12:50:042325 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092326 "log",
2327 "memchr",
Eric Huss2717f602023-01-06 01:20:592328 "once_cell",
github-actions36c09332024-05-19 00:17:382329 "opener 0.7.1",
Mark Rousskov12200c92024-05-11 14:27:172330 "pulldown-cmark 0.10.3",
Alex Crichton093ede22019-08-15 00:45:092331 "regex",
2332 "serde",
Alex Crichton093ede22019-08-15 00:45:092333 "serde_json",
klensyc63cb012021-06-01 15:25:362334 "shlex",
Alex Crichton093ede22019-08-15 00:45:092335 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352336 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072337 "topological-sort",
James Munnsde763692019-01-19 02:39:372338]
2339
2340[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492341name = "measureme"
Michael Woeristerac58f9a2024-01-13 15:32:032342version = "11.0.1"
Ryan Levick757f76e2021-10-07 13:08:442343source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristerac58f9a2024-01-13 15:32:032344checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
Ryan Levick947a33b2021-07-23 14:25:582345dependencies = [
2346 "log",
Weihang Lof795a152023-03-15 12:50:042347 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:502348 "parking_lot",
Ryan Levick947a33b2021-07-23 14:25:582349 "perf-event-open-sys",
2350 "rustc-hash",
2351 "smallvec",
2352]
2353
2354[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582355name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202356version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292357source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202358checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242359dependencies = [
2360 "compiler_builtins",
2361 "rustc-std-workspace-core",
2362]
Steve Klabnika0769612017-02-07 23:13:572363
2364[[package]]
Camille GILLOT458d0442021-03-17 16:29:452365name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352366version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452367source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352368checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452369dependencies = [
2370 "libc",
2371]
2372
2373[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452374name = "memoffset"
clubby789629d6942024-04-01 13:06:322375version = "0.9.1"
est31b0483962023-06-05 02:53:302376source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322377checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
est31b0483962023-06-05 02:53:302378dependencies = [
2379 "autocfg",
2380]
2381
2382[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592383name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352384version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592385source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352386checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592387
2388[[package]]
2389name = "mime_guess"
2390version = "2.0.4"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2393dependencies = [
2394 "mime",
2395 "unicase",
2396]
2397
2398[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052399name = "minifier"
Guillaume Gomezd6666e22023-11-01 14:18:412400version = "0.3.0"
Guillaume Gomez4b145732018-05-10 22:02:052401source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd6666e22023-11-01 14:18:412402checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
Guillaume Gomez4b145732018-05-10 22:02:052403
2404[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462405name = "minimal-lexical"
2406version = "0.2.1"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2409
2410[[package]]
Alex Crichtonb4110902018-12-08 11:06:542411name = "miniz_oxide"
github-actions36c09332024-05-19 00:17:382412version = "0.7.3"
Nilstrieb3295cdf2023-06-26 07:21:352413source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382414checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
Nilstrieb3295cdf2023-06-26 07:21:352415dependencies = [
2416 "adler",
Jubilee Young079949d2023-06-29 23:18:362417 "compiler_builtins",
2418 "rustc-std-workspace-alloc",
2419 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352420]
2421
2422[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582423name = "miow"
klensy55935df2023-08-06 10:24:592424version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442425source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592426checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442427dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172428 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442429]
2430
2431[[package]]
kennytm0692b3d2017-12-15 19:41:582432name = "miri"
2433version = "0.1.0"
2434dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452435 "aes",
Ralf Jung9f7194b2024-04-25 10:28:452436 "chrono",
Ralf Jung47b3ce02024-05-05 15:17:452437 "chrono-tz",
Alex Crichton093ede22019-08-15 00:45:092438 "colored",
Ralf Jung13e47662023-05-23 10:10:182439 "ctrlc",
Ralf Jung9f7194b2024-04-25 10:28:452440 "directories",
Thom Chiovolonia4bf36e2022-11-21 00:55:412441 "getrandom",
Ralf Jung0ddccf92024-01-08 10:21:182442 "jemalloc-sys",
Ralf Jung759e4952020-06-01 18:17:202443 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382444 "libffi",
Simonas Kazlauskasfcaeb452024-01-10 15:12:012445 "libloading",
Ralf Jung61a986a2022-06-26 02:21:492446 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412447 "rand",
Ralf Junga272c452022-05-30 08:17:462448 "regex",
Ralf Jung64f56d22022-10-22 08:45:252449 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292450 "smallvec",
Ralf Jung9a308d42024-03-09 17:56:522451 "tempfile",
Philipp Kronesf99056b2024-02-27 14:50:232452 "ui_test 0.21.2",
kennytm0692b3d2017-12-15 19:41:582453]
2454
2455[[package]]
Jakob Degen17395b42022-10-31 00:17:252456name = "miropt-test-tools"
2457version = "0.1.0"
Jakob Degen17395b42022-10-31 00:17:252458
2459[[package]]
Alex Crichtond8251152018-07-02 16:33:162460name = "new_debug_unreachable"
github-actionsc486d2d2024-03-17 00:26:012461version = "1.0.6"
Alex Crichtond8251152018-07-02 16:33:162462source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012463checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
Nick Cameron4b6f5c22018-02-26 03:15:452464
2465[[package]]
Ralf Jung13e47662023-05-23 10:10:182466name = "nix"
github-actionsc486d2d2024-03-17 00:26:012467version = "0.28.0"
Ralf Jung13e47662023-05-23 10:10:182468source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012469checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
Ralf Jung13e47662023-05-23 10:10:182470dependencies = [
github-actions1848b462024-03-24 12:09:282471 "bitflags 2.5.0",
Ralf Jung13e47662023-05-23 10:10:182472 "cfg-if",
github-actionsc486d2d2024-03-17 00:26:012473 "cfg_aliases",
Ralf Jung13e47662023-05-23 10:10:182474 "libc",
Ralf Jung13e47662023-05-23 10:10:182475]
2476
2477[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462478name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352479version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462480source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352481checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462482dependencies = [
2483 "memchr",
2484 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462485]
2486
2487[[package]]
Eric Hussb07e3162023-11-29 23:52:162488name = "normpath"
github-actions8ef19812024-03-03 00:16:162489version = "1.2.0"
Eric Hussb07e3162023-11-29 23:52:162490source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162491checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804"
Eric Hussb07e3162023-11-29 23:52:162492dependencies = [
github-actions8ef19812024-03-03 00:16:162493 "windows-sys 0.52.0",
Eric Hussb07e3162023-11-29 23:52:162494]
2495
2496[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442497name = "ntapi"
2498version = "0.4.1"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2501dependencies = [
2502 "winapi",
2503]
2504
2505[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352506name = "nu-ansi-term"
2507version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162508source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352509checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162510dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352511 "overload",
2512 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162513]
2514
2515[[package]]
klensy71ea5062024-03-30 14:39:432516name = "nu-ansi-term"
2517version = "0.49.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
2520dependencies = [
2521 "windows-sys 0.48.0",
2522]
2523
2524[[package]]
clubby7899b73db32024-01-29 12:21:162525name = "num-conv"
2526version = "0.1.0"
Steve Klabnik2795de32017-02-20 00:20:572527source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162528checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2529
2530[[package]]
2531name = "num-traits"
Mark Rousskov12200c92024-05-11 14:27:172532version = "0.2.19"
clubby7899b73db32024-01-29 12:21:162533source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172534checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Mark Rousskov342d9562020-08-17 15:21:442535dependencies = [
2536 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442537]
Steve Klabnik2795de32017-02-20 00:20:572538
2539[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292540name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352541version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292542source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352543checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292544dependencies = [
klensyc653bb92023-11-18 09:42:052545 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092546 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292547]
2548
2549[[package]]
Philipp Kronesac25a732023-08-24 19:33:172550name = "number_prefix"
2551version = "0.4.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2554
2555[[package]]
Alex Crichton06d565c2020-05-13 21:22:372556name = "object"
clubby78956bc5522024-01-21 17:16:262557version = "0.32.2"
dirreke74817b72023-08-14 14:57:382558source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:262559checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dirreke74817b72023-08-14 14:57:382560dependencies = [
Jubilee Young079949d2023-06-29 23:18:362561 "compiler_builtins",
Amanieu d'Antrasa529ba82023-01-09 17:49:242562 "crc32fast",
2563 "flate2",
klensyc653bb92023-11-18 09:42:052564 "hashbrown",
2565 "indexmap",
Amanieu d'Antrasa529ba82023-01-09 17:49:242566 "memchr",
Jubilee Young079949d2023-06-29 23:18:362567 "rustc-std-workspace-alloc",
2568 "rustc-std-workspace-core",
Ben Kimock2f6fb232024-03-18 22:47:412569 "ruzstd 0.5.0",
Alex Crichton6181f3a2024-02-02 21:26:182570 "wasmparser",
Amanieu d'Antrasa529ba82023-01-09 17:49:242571]
2572
2573[[package]]
Ben Kimock2f6fb232024-03-18 22:47:412574name = "object"
2575version = "0.34.0"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "d7090bae93f8585aad99e595b7073c5de9ba89fbd6b4e9f0cdd7a10177273ac8"
2578dependencies = [
2579 "flate2",
2580 "memchr",
2581 "ruzstd 0.6.0",
2582]
2583
2584[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372585name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152586version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372587source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152588checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372589dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422590 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372591]
2592
2593[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412594name = "once_cell"
clubby7899b73db32024-01-29 12:21:162595version = "1.19.0"
Mark Rousskov2fc32b92019-09-10 01:01:412596source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162597checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
Mark Rousskov2fc32b92019-09-10 01:01:412598
2599[[package]]
Alex Crichton2863b752018-08-21 17:23:472600name = "opener"
Eric Hussb07e3162023-11-29 23:52:162601version = "0.6.1"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
2604dependencies = [
2605 "bstr",
2606 "normpath",
2607 "winapi",
2608]
2609
2610[[package]]
github-actions36c09332024-05-19 00:17:382611name = "opener"
2612version = "0.7.1"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0"
2615dependencies = [
2616 "bstr",
2617 "dbus",
2618 "normpath",
2619 "windows-sys 0.52.0",
2620]
2621
2622[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582623name = "openssl-probe"
klensy43512e62022-07-26 16:16:432624version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582625source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432626checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582627
2628[[package]]
2629name = "openssl-sys"
clubby789629d6942024-04-01 13:06:322630version = "0.9.102"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582631source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322632checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582633dependencies = [
Alex Crichton093ede22019-08-15 00:45:092634 "cc",
2635 "libc",
Alex Crichton093ede22019-08-15 00:45:092636 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092637 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582638]
2639
2640[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442641name = "opt-dist"
2642version = "0.1.0"
2643dependencies = [
2644 "anyhow",
2645 "build_helper",
2646 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322647 "clap",
2648 "derive_builder",
klensy53efefb2024-02-22 11:35:212649 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442650 "fs_extra",
2651 "glob",
2652 "humansize",
klensyc653bb92023-11-18 09:42:052653 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442654 "log",
Jakub Beránek91d2fb22023-06-03 07:41:442655 "serde",
2656 "serde_json",
2657 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112658 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442659 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172660 "tempfile",
klensy39159a32024-05-09 13:43:142661 "xz2",
Jakub Beránek91d2fb22023-06-03 07:41:442662]
2663
2664[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482665name = "option-ext"
2666version = "0.2.0"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2669
2670[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352671name = "overload"
2672version = "0.1.1"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2675
2676[[package]]
Ralf Jung10430db2022-07-15 14:04:232677name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052678version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232679source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052680checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232681
2682[[package]]
Philipp Kronesac25a732023-08-24 19:33:172683name = "pad"
2684version = "0.1.6"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2687dependencies = [
2688 "unicode-width",
2689]
2690
2691[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292692name = "panic_abort"
2693version = "0.0.0"
2694dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392695 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422696 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092697 "compiler_builtins",
2698 "core",
2699 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292700]
2701
2702[[package]]
2703name = "panic_unwind"
2704version = "0.0.0"
2705dependencies = [
Alex Crichton093ede22019-08-15 00:45:092706 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422707 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092708 "compiler_builtins",
2709 "core",
2710 "libc",
2711 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292712]
2713
2714[[package]]
Jakub Beránek209789e2023-08-09 18:56:112715name = "papergrid"
klensy15bc6812024-02-22 11:17:592716version = "0.11.0"
Jakub Beránek209789e2023-08-09 18:56:112717source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:592718checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
Jakub Beránek209789e2023-08-09 18:56:112719dependencies = [
2720 "bytecount",
2721 "fnv",
2722 "unicode-width",
2723]
2724
2725[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012726name = "parking_lot"
Mark Rousskov12200c92024-05-11 14:27:172727version = "0.12.2"
Philipp Krones586cbd02022-06-04 12:07:442728source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172729checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
Philipp Krones586cbd02022-06-04 12:07:442730dependencies = [
2731 "lock_api",
Rémy Rakic4cb2a282023-12-14 15:40:502732 "parking_lot_core",
Igor Matuszewski8fc4bba2020-02-12 14:47:312733]
2734
2735[[package]]
Philipp Krones586cbd02022-06-04 12:07:442736name = "parking_lot_core"
Mark Rousskov12200c92024-05-11 14:27:172737version = "0.9.10"
Philipp Krones586cbd02022-06-04 12:07:442738source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172739checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
Philipp Krones586cbd02022-06-04 12:07:442740dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422741 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442742 "libc",
Mark Rousskov12200c92024-05-11 14:27:172743 "redox_syscall 0.5.1",
Philipp Krones586cbd02022-06-04 12:07:442744 "smallvec",
Mark Rousskov12200c92024-05-11 14:27:172745 "windows-targets 0.52.5",
Philipp Krones586cbd02022-06-04 12:07:442746]
2747
2748[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452749name = "parse-zoneinfo"
2750version = "0.3.1"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2753dependencies = [
2754 "regex",
2755]
2756
2757[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272758name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322759version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272760source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322761checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272762
2763[[package]]
Alex Crichton1cede102017-06-15 02:33:062764name = "percent-encoding"
clubby7899b73db32024-01-29 12:21:162765version = "2.3.1"
Eric Hussf2428a62019-08-01 00:44:392766source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162767checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
Eric Hussf2428a62019-08-01 00:44:392768
2769[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382770name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352771version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382772source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352773checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382774dependencies = [
2775 "libc",
2776]
2777
2778[[package]]
Steve Klabnika0769612017-02-07 23:13:572779name = "pest"
Mark Rousskov12200c92024-05-11 14:27:172780version = "2.7.10"
James Munnsde763692019-01-19 02:39:372781source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172782checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
James Munnsde763692019-01-19 02:39:372783dependencies = [
clubby7899b73db32024-01-29 12:21:162784 "memchr",
klensy45fac342022-08-31 20:04:122785 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092786 "ucd-trie",
James Munnsde763692019-01-19 02:39:372787]
2788
2789[[package]]
Alex Crichtone9d89832018-04-02 15:43:552790name = "pest_derive"
Mark Rousskov12200c92024-05-11 14:27:172791version = "2.7.10"
James Munnsde763692019-01-19 02:39:372792source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172793checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
James Munnsde763692019-01-19 02:39:372794dependencies = [
Alex Crichton093ede22019-08-15 00:45:092795 "pest",
2796 "pest_generator",
James Munnsde763692019-01-19 02:39:372797]
2798
2799[[package]]
2800name = "pest_generator"
Mark Rousskov12200c92024-05-11 14:27:172801version = "2.7.10"
James Munnsde763692019-01-19 02:39:372802source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172803checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
James Munnsde763692019-01-19 02:39:372804dependencies = [
Alex Crichton093ede22019-08-15 00:45:092805 "pest",
2806 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152807 "proc-macro2",
2808 "quote",
github-actions36c09332024-05-19 00:17:382809 "syn 2.0.64",
James Munnsde763692019-01-19 02:39:372810]
2811
2812[[package]]
2813name = "pest_meta"
Mark Rousskov12200c92024-05-11 14:27:172814version = "2.7.10"
James Munnsde763692019-01-19 02:39:372815source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172816checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
James Munnsde763692019-01-19 02:39:372817dependencies = [
klensy45fac342022-08-31 20:04:122818 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092819 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352820 "sha2",
James Munnsde763692019-01-19 02:39:372821]
2822
2823[[package]]
steveklabnikecfbaca2018-04-03 14:32:042824name = "phf"
klensy947e7872022-04-15 18:11:142825version = "0.10.1"
steveklabnikecfbaca2018-04-03 14:32:042826source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142827checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
steveklabnikecfbaca2018-04-03 14:32:042828dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452829 "phf_shared 0.10.0",
2830]
2831
2832[[package]]
2833name = "phf"
2834version = "0.11.2"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2837dependencies = [
2838 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042839]
2840
2841[[package]]
2842name = "phf_codegen"
klensy947e7872022-04-15 18:11:142843version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042844source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142845checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
steveklabnikecfbaca2018-04-03 14:32:042846dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452847 "phf_generator 0.10.0",
2848 "phf_shared 0.10.0",
2849]
2850
2851[[package]]
2852name = "phf_codegen"
2853version = "0.11.2"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2856dependencies = [
2857 "phf_generator 0.11.2",
2858 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042859]
2860
2861[[package]]
2862name = "phf_generator"
klensy947e7872022-04-15 18:11:142863version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042864source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142865checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042866dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452867 "phf_shared 0.10.0",
2868 "rand",
2869]
2870
2871[[package]]
2872name = "phf_generator"
2873version = "0.11.2"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2876dependencies = [
2877 "phf_shared 0.11.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:412878 "rand",
steveklabnikecfbaca2018-04-03 14:32:042879]
2880
2881[[package]]
2882name = "phf_shared"
klensy947e7872022-04-15 18:11:142883version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042884source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142885checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042886dependencies = [
Alex Crichton093ede22019-08-15 00:45:092887 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042888]
2889
2890[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452891name = "phf_shared"
2892version = "0.11.2"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2895dependencies = [
2896 "siphasher",
2897]
2898
2899[[package]]
Caleb Cartwright63913182021-02-10 01:52:542900name = "pin-project-lite"
clubby789629d6942024-04-01 13:06:322901version = "0.2.14"
Caleb Cartwright63913182021-02-10 01:52:542902source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322903checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
Caleb Cartwright63913182021-02-10 01:52:542904
2905[[package]]
2906name = "pin-utils"
2907version = "0.1.0"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2910
2911[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582912name = "pkg-config"
github-actions8ef19812024-03-03 00:16:162913version = "0.3.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582914source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162915checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582916
2917[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012918name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062919version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012920source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062921checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512922dependencies = [
Alex Crichton093ede22019-08-15 00:45:092923 "datafrog",
2924 "log",
2925 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512926]
Santiago Pastorino8429d112018-05-24 21:52:012927
2928[[package]]
Philipp Kronesac25a732023-08-24 19:33:172929name = "portable-atomic"
clubby7899b73db32024-01-29 12:21:162930version = "1.6.0"
Philipp Kronesac25a732023-08-24 19:33:172931source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162932checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
Philipp Kronesac25a732023-08-24 19:33:172933
2934[[package]]
clubby7896ac3b572024-01-29 12:16:202935name = "powerfmt"
2936version = "0.2.0"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2939
2940[[package]]
gnzlbg52caca02019-08-01 15:02:262941name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:352942version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:262943source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352944checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:262945
2946[[package]]
steveklabnikecfbaca2018-04-03 14:32:042947name = "precomputed-hash"
2948version = "0.1.1"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092950checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042951
2952[[package]]
Philipp Kronesac25a732023-08-24 19:33:172953name = "prettydiff"
2954version = "0.6.4"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
2957dependencies = [
2958 "ansi_term",
2959 "pad",
2960]
2961
2962[[package]]
David Wood7f916972022-03-26 07:27:432963name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352964version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432965source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352966checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432967
2968[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112969name = "proc-macro2"
Mark Rousskov12200c92024-05-11 14:27:172970version = "1.0.82"
Igor Matuszewskic2249a42019-09-08 08:28:112971source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172972checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
Igor Matuszewskic2249a42019-09-08 08:28:112973dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402974 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112975]
2976
2977[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292978name = "proc_macro"
2979version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082980dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322981 "core",
Alex Crichtonb47c9692019-08-16 15:29:082982 "std",
2983]
Ahmed Charles9ca382f2016-09-02 08:55:292984
2985[[package]]
whitequark42754ce2017-02-13 09:57:502986name = "profiler_builtins"
2987version = "0.0.0"
2988dependencies = [
Alex Crichton093ede22019-08-15 00:45:092989 "cc",
2990 "compiler_builtins",
2991 "core",
Marco Castelluccioecba8d62017-06-04 14:54:392992]
2993
2994[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242995name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:552996version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:242997source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:552998checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:242999dependencies = [
3000 "cc",
3001]
3002
3003[[package]]
Steve Klabnika0769612017-02-07 23:13:573004name = "pulldown-cmark"
Guillaume Gomez1bdeeef2024-01-28 10:42:323005version = "0.9.6"
Joshua Nelsone4c28bf2020-09-14 00:15:013006source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez1bdeeef2024-01-28 10:42:323007checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
Joshua Nelsone4c28bf2020-09-14 00:15:013008dependencies = [
github-actions1848b462024-03-24 12:09:283009 "bitflags 2.5.0",
Joshua Nelsone4c28bf2020-09-14 00:15:013010 "memchr",
3011 "unicase",
3012]
3013
3014[[package]]
Eric Huss51f20b42024-02-07 04:22:133015name = "pulldown-cmark"
Mark Rousskov12200c92024-05-11 14:27:173016version = "0.10.3"
Eric Huss51f20b42024-02-07 04:22:133017source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173018checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
Eric Huss51f20b42024-02-07 04:22:133019dependencies = [
github-actions1848b462024-03-24 12:09:283020 "bitflags 2.5.0",
Eric Huss51f20b42024-02-07 04:22:133021 "memchr",
3022 "pulldown-cmark-escape",
3023 "unicase",
3024]
3025
3026[[package]]
3027name = "pulldown-cmark-escape"
Mark Rousskov12200c92024-05-11 14:27:173028version = "0.10.1"
Eric Huss51f20b42024-02-07 04:22:133029source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173030checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
Eric Huss51f20b42024-02-07 04:22:133031
3032[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323033name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443034version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323035source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443036checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323037
3038[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293039name = "quine-mc_cluskey"
3040version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583041source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093042checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583043
3044[[package]]
3045name = "quote"
Mark Rousskov12200c92024-05-11 14:27:173046version = "1.0.36"
Igor Matuszewskic2249a42019-09-08 08:28:113047source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173048checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
Igor Matuszewskic2249a42019-09-08 08:28:113049dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153050 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553051]
3052
3053[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543054name = "r-efi"
clubby789629d6942024-04-01 13:06:323055version = "4.4.0"
Ayush Singh48c6ae02022-12-18 04:24:543056source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:323057checksum = "c47196f636c4cc0634b73b0405323d177753c2e15e866952c64ea22902567a34"
Ayush Singh48c6ae02022-12-18 04:24:543058dependencies = [
3059 "compiler_builtins",
3060 "rustc-std-workspace-core",
3061]
3062
3063[[package]]
3064name = "r-efi-alloc"
3065version = "1.0.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3068dependencies = [
3069 "compiler_builtins",
3070 "r-efi",
3071 "rustc-std-workspace-core",
3072]
3073
3074[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293075name = "rand"
klensy947e7872022-04-15 18:11:143076version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193077source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143078checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193079dependencies = [
3080 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413081 "rand_chacha",
3082 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193083]
3084
3085[[package]]
3086name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353087version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193088source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353089checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193090dependencies = [
3091 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413092 "rand_core",
gnzlbg52caca02019-08-01 15:02:263093]
3094
3095[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193096name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593097version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193098source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593099checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193100dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413101 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193102]
3103
3104[[package]]
Ralf Jung5b78e982019-04-19 07:37:333105name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413106version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333107source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413108checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333109dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413110 "rand_core",
Eric Huss2b985322019-11-25 16:14:073111]
3112
3113[[package]]
3114name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293115version = "0.6.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3118dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413119 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293120]
3121
3122[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293123name = "rayon"
github-actions1848b462024-03-24 12:09:283124version = "1.10.0"
Nick Cameron4b6f5c22018-02-26 03:15:453125source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:283126checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
Nick Cameron4b6f5c22018-02-26 03:15:453127dependencies = [
Alex Crichton093ede22019-08-15 00:45:093128 "either",
3129 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293130]
3131
3132[[package]]
3133name = "rayon-core"
clubby7899b73db32024-01-29 12:21:163134version = "1.12.1"
Oliver Schneideracdf83f2017-12-06 08:25:293135source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163136checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Oliver Schneideracdf83f2017-12-06 08:25:293137dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163138 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073139 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313140]
3141
3142[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353143name = "redox_syscall"
clubby7899b73db32024-01-29 12:21:163144version = "0.4.1"
flip19950046d7c2021-02-25 10:26:233145source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163146checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
Arlo Siemsen4d9b4762023-06-02 16:40:363147dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353148 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363149]
3150
3151[[package]]
Mark Rousskov12200c92024-05-11 14:27:173152name = "redox_syscall"
3153version = "0.5.1"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
3156dependencies = [
3157 "bitflags 2.5.0",
3158]
3159
3160[[package]]
flip19954c228cc2019-02-18 09:32:583161name = "redox_users"
clubby789629d6942024-04-01 13:06:323162version = "0.4.5"
flip19950046d7c2021-02-25 10:26:233163source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:323164checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
flip19950046d7c2021-02-25 10:26:233165dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413166 "getrandom",
clubby7899b73db32024-01-29 12:21:163167 "libredox",
Nilstrieb3295cdf2023-06-26 07:21:353168 "thiserror",
flip19950046d7c2021-02-25 10:26:233169]
3170
3171[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583172name = "regex"
github-actions8ef19812024-03-03 00:16:163173version = "1.8.4"
Oliver Schneider847bb142018-05-11 12:11:063174source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163175checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
Oliver Schneider847bb142018-05-11 12:11:063176dependencies = [
clubby7899b73db32024-01-29 12:21:163177 "aho-corasick",
Alex Crichton093ede22019-08-15 00:45:093178 "memchr",
clubby7899b73db32024-01-29 12:21:163179 "regex-syntax 0.7.5",
Oliver Schneider847bb142018-05-11 12:11:063180]
3181
3182[[package]]
Oliver Schererec7230f2020-07-24 18:42:003183name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093184version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003185source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093186checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003187dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353188 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003189]
3190
3191[[package]]
Charles Lewa7750042022-11-06 06:43:253192name = "regex-automata"
3193version = "0.2.0"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3196dependencies = [
3197 "memchr",
3198]
3199
3200[[package]]
clubby7899b73db32024-01-29 12:21:163201name = "regex-automata"
github-actions8ef19812024-03-03 00:16:163202version = "0.3.9"
clubby7899b73db32024-01-29 12:21:163203source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:163204checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
clubby7899b73db32024-01-29 12:21:163205
3206[[package]]
3207name = "regex-lite"
3208version = "0.1.5"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
3211
3212[[package]]
Steve Klabnika0769612017-02-07 23:13:573213name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353214version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063215source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353216checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063217
3218[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353219name = "regex-syntax"
clubby7899b73db32024-01-29 12:21:163220version = "0.7.5"
Philipp Kronesd780efc2023-05-20 13:39:353221source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163222checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
Philipp Kronesd780efc2023-05-20 13:39:353223
3224[[package]]
Philipp Kronesb92ab502023-12-16 13:13:123225name = "regex-syntax"
clubby789629d6942024-04-01 13:06:323226version = "0.8.3"
Philipp Kronesb92ab502023-12-16 13:13:123227source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:323228checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
Philipp Kronesb92ab502023-12-16 13:13:123229
3230[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193231name = "remote-test-client"
3232version = "0.1.0"
3233
3234[[package]]
3235name = "remote-test-server"
3236version = "0.1.0"
3237
3238[[package]]
est31d32ff142022-08-23 20:14:123239name = "replace-version-placeholder"
3240version = "0.1.0"
3241dependencies = [
3242 "tidy",
3243 "walkdir",
3244]
3245
3246[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583247name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433248version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583249dependencies = [
Alex Crichton093ede22019-08-15 00:45:093250 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483251]
3252
3253[[package]]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593254name = "run_make_support"
3255version = "0.0.0"
Alex Crichton71413792024-03-06 20:39:073256dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:323257 "gimli 0.28.1",
Ben Kimock2f6fb232024-03-18 22:47:413258 "object 0.34.0",
Rémy Rakic682535e2024-04-14 16:36:093259 "regex",
Jover Zhangf3530cf2024-04-20 11:25:533260 "similar",
Alex Crichton71413792024-03-06 20:39:073261 "wasmparser",
3262]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593263
3264[[package]]
Rich Kadela6f8b8a2020-07-02 18:27:153265name = "rust-demangler"
Rich Kadelf5aebad2020-09-01 23:15:173266version = "0.0.1"
Rich Kadela6f8b8a2020-07-02 18:27:153267dependencies = [
Rich Kadelf5aebad2020-09-01 23:15:173268 "regex",
Rich Kadela6f8b8a2020-07-02 18:27:153269 "rustc-demangle",
3270]
3271
3272[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293273name = "rustbook"
Steve Klabnika0769612017-02-07 23:13:573274version = "0.1.0"
3275dependencies = [
klensye1c33132023-06-21 09:32:343276 "clap",
klensy53efefb2024-02-22 11:35:213277 "env_logger",
Alex Crichton093ede22019-08-15 00:45:093278 "mdbook",
Steve Klabnika0769612017-02-07 23:13:573279]
Ahmed Charles9ca382f2016-09-02 08:55:293280
3281[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573282name = "rustc-build-sysroot"
Ralf Junge93268e2024-05-19 18:31:083283version = "0.5.2"
Ralf Jung9cc11e22022-10-04 13:23:573284source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge93268e2024-05-19 18:31:083285checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb"
Ralf Jung9cc11e22022-10-04 13:23:573286dependencies = [
3287 "anyhow",
3288 "rustc_version",
3289 "tempfile",
Ralf Jung95770512024-02-25 07:17:203290 "walkdir",
Ralf Jung9cc11e22022-10-04 13:23:573291]
3292
3293[[package]]
Josh Stone020c5ec2017-05-08 22:01:133294name = "rustc-demangle"
Mark Rousskov12200c92024-05-11 14:27:173295version = "0.1.24"
Josh Stone020c5ec2017-05-08 22:01:133296source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173297checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
Alex Crichtonfcc8bb42018-12-14 22:37:513298dependencies = [
Alex Crichton093ede22019-08-15 00:45:093299 "compiler_builtins",
3300 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513301]
Josh Stone020c5ec2017-05-08 22:01:133302
3303[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023304name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193305version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023306source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193307checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023308
3309[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293310name = "rustc-main"
3311version = "0.0.0"
3312dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043313 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093314 "rustc_codegen_ssa",
3315 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463316 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383317 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113318 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293319]
3320
3321[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033322name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133323version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073324source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133325checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073326dependencies = [
Josh Stone33c41252019-09-10 17:13:073327 "either",
Igor Matuszewski5b091302019-12-10 15:01:013328 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413329]
3330
3331[[package]]
Josh Stone33c41252019-09-10 17:13:073332name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133333version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073334source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133335checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073336dependencies = [
Josh Stoneab57e362022-05-28 00:14:223337 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163338 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073339 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073340 "num_cpus",
3341]
3342
3343[[package]]
flip1995898ef0f2020-12-06 14:07:593344name = "rustc-semver"
3345version = "1.1.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3348
3349[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053350name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053351version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053352dependencies = [
Alex Crichton093ede22019-08-15 00:45:093353 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053354]
3355
3356[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503357name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053358version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503359dependencies = [
Alex Crichton093ede22019-08-15 00:45:093360 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503361]
3362
3363[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083364name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053365version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083366dependencies = [
3367 "std",
3368]
3369
3370[[package]]
hkalbasi390a6372022-11-06 21:06:113371name = "rustc_abi"
3372version = "0.0.0"
3373dependencies = [
github-actions1848b462024-03-24 12:09:283374 "bitflags 2.5.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:413375 "rand",
hkalbasi390a6372022-11-06 21:06:113376 "rand_xoshiro",
3377 "rustc_data_structures",
3378 "rustc_index",
3379 "rustc_macros",
3380 "rustc_serialize",
3381 "tracing",
3382]
3383
3384[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433385name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563386version = "0.2.0+llvm-462a31f5a5ab"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433389dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353390 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293391 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433392]
3393
3394[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403395name = "rustc_arena"
3396version = "0.0.0"
3397dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293398 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403399]
3400
3401[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263402name = "rustc_ast"
3403version = "0.0.0"
3404dependencies = [
github-actions1848b462024-03-24 12:09:283405 "bitflags 2.5.0",
Konrad Borowskif72e17f2023-01-22 12:05:473406 "memchr",
Oli Scherer8a6d3532024-02-27 18:11:233407 "rustc_ast_ir",
Vadim Petrochenkov6054a302020-02-29 17:16:263408 "rustc_data_structures",
3409 "rustc_index",
3410 "rustc_lexer",
3411 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403412 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263413 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293414 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303415 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003416 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263417]
3418
3419[[package]]
Oli Scherer8a6d3532024-02-27 18:11:233420name = "rustc_ast_ir"
3421version = "0.0.0"
3422dependencies = [
3423 "rustc_data_structures",
3424 "rustc_macros",
3425 "rustc_serialize",
3426 "rustc_span",
3427 "smallvec",
3428]
3429
3430[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563431name = "rustc_ast_lowering"
3432version = "0.0.0"
3433dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263434 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463435 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563436 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563437 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003438 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573439 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563440 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513441 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233442 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563443 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563444 "rustc_span",
3445 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293446 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303447 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003448 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563449]
3450
3451[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443452name = "rustc_ast_passes"
3453version = "0.0.0"
3454dependencies = [
klensy52501c22024-02-23 13:37:473455 "itertools 0.12.1",
Vadim Petrochenkov6054a302020-02-29 17:16:263456 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463457 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203458 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443459 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443460 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393461 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003462 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013463 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443464 "rustc_parse",
3465 "rustc_session",
3466 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053467 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163468 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443469]
3470
3471[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463472name = "rustc_ast_pretty"
3473version = "0.0.0"
3474dependencies = [
klensy52501c22024-02-23 13:37:473475 "itertools 0.12.1",
Vadim Petrochenkov6054a302020-02-29 17:16:263476 "rustc_ast",
Nicholas Nethercote69f2c9c2023-11-27 08:23:203477 "rustc_lexer",
Mazdak Farrokhzade2333312020-01-11 16:02:463478 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203479 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463480]
3481
3482[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203483name = "rustc_attr"
3484version = "0.0.0"
3485dependencies = [
beetrees6e5f1dac2024-03-24 01:03:393486 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263487 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463488 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203489 "rustc_data_structures",
3490 "rustc_errors",
3491 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003492 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483493 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203494 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403495 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203496 "rustc_session",
3497 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203498]
3499
3500[[package]]
Charles Lewa7750042022-11-06 06:43:253501name = "rustc_baked_icu_data"
3502version = "0.0.0"
3503dependencies = [
3504 "icu_list",
3505 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203506 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253507 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223508 "icu_provider_adapters",
Charles Lewbde2f982022-11-06 06:58:223509 "zerovec",
Charles Lewa7750042022-11-06 06:43:253510]
3511
3512[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403513name = "rustc_borrowck"
3514version = "0.0.0"
3515dependencies = [
3516 "either",
klensy52501c22024-02-23 13:37:473517 "itertools 0.12.1",
Camille GILLOT31a61cc2020-12-30 17:48:403518 "polonius-engine",
3519 "rustc_data_structures",
3520 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003521 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403522 "rustc_graphviz",
3523 "rustc_hir",
3524 "rustc_index",
3525 "rustc_infer",
3526 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013527 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403528 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073529 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403530 "rustc_session",
3531 "rustc_span",
3532 "rustc_target",
3533 "rustc_trait_selection",
3534 "rustc_traits",
3535 "smallvec",
3536 "tracing",
3537]
3538
3539[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323540name = "rustc_builtin_macros"
3541version = "0.0.0"
3542dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263543 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463544 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203545 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323546 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323547 "rustc_errors",
3548 "rustc_expand",
3549 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003550 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363551 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143552 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233553 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313554 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323555 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403556 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203557 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323558 "rustc_span",
3559 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293560 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303561 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003562 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323563]
3564
3565[[package]]
Irina Popab63d7e22018-05-08 13:10:163566name = "rustc_codegen_llvm"
3567version = "0.0.0"
3568dependencies = [
github-actions1848b462024-03-24 12:09:283569 "bitflags 2.5.0",
klensy52501c22024-02-23 13:37:473570 "itertools 0.12.1",
Alex Crichton7f23e6e2019-10-22 15:51:353571 "libc",
Ralf Jung61a986a2022-06-26 02:21:493572 "measureme",
Ben Kimock2f6fb232024-03-18 22:47:413573 "object 0.32.2",
Alex Crichton7f23e6e2019-10-22 15:51:353574 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263575 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203576 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353577 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353578 "rustc_data_structures",
3579 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003580 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353581 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573582 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353583 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093584 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553585 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593586 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453587 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543588 "rustc_query_system",
Ramon de C Valle1f0f2c42024-04-08 02:35:493589 "rustc_sanitizers",
Aaron Hillfca192c2019-12-06 03:04:353590 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323591 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543592 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353593 "rustc_target",
csmoea30de6e2022-11-03 14:34:243594 "serde",
3595 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293596 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003597 "tracing",
Irina Popab63d7e22018-05-08 13:10:163598]
3599
3600[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043601name = "rustc_codegen_ssa"
3602version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353603dependencies = [
bjorn3be670842022-05-28 10:43:513604 "ar_archive_writer",
Scott McMurrayc38f75c2024-04-14 07:51:493605 "arrayvec",
github-actions1848b462024-03-24 12:09:283606 "bitflags 2.5.0",
Alex Crichton093ede22019-08-15 00:45:093607 "cc",
Scott McMurrayc38f75c2024-04-14 07:51:493608 "either",
klensy52501c22024-02-23 13:37:473609 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:093610 "jobserver",
3611 "libc",
Ben Kimock2f6fb232024-03-18 22:47:413612 "object 0.32.2",
Federico Ponzi4b6a0272020-07-17 22:01:273613 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143614 "regex",
David Wood2dc1a8a2021-12-03 14:24:053615 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263616 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203617 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093618 "rustc_data_structures",
3619 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003620 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093621 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573622 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093623 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103624 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573625 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363626 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453627 "rustc_middle",
Ben Kimock5f4f2522024-03-15 18:13:113628 "rustc_monomorphize",
Camille GILLOT02025d82020-11-14 15:48:543629 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403630 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083631 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323632 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583633 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093634 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143635 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423636 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423637 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583638 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353639 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053640 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003641 "tracing",
Alex Crichton646e8e72024-02-22 16:12:093642 "wasm-encoder",
klensy3c03cce2023-05-09 15:20:133643 "windows",
Irina Popab63d7e22018-05-08 13:10:163644]
3645
3646[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113647name = "rustc_const_eval"
3648version = "0.0.0"
3649dependencies = [
Ralf Jung41018892022-11-18 09:18:323650 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113651 "rustc_apfloat",
3652 "rustc_ast",
3653 "rustc_attr",
3654 "rustc_data_structures",
3655 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003656 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113657 "rustc_hir",
3658 "rustc_index",
3659 "rustc_infer",
3660 "rustc_macros",
3661 "rustc_middle",
3662 "rustc_mir_dataflow",
3663 "rustc_session",
3664 "rustc_span",
3665 "rustc_target",
3666 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463667 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113668 "tracing",
3669]
3670
3671[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293672name = "rustc_data_structures"
3673version = "0.0.0"
3674dependencies = [
Weihang Lof795a152023-03-15 12:50:043675 "arrayvec",
github-actions1848b462024-03-24 12:09:283676 "bitflags 2.5.0",
Josh Stone8f3af4c2024-01-24 23:36:573677 "either",
Oli Schererdecfb4d2023-02-21 08:37:103678 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093679 "ena",
klensyc653bb92023-11-18 09:42:053680 "indexmap",
Alex Crichton093ede22019-08-15 00:45:093681 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193682 "libc",
Ralf Jung61a986a2022-06-26 02:21:493683 "measureme",
Weihang Lof795a152023-03-15 12:50:043684 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:503685 "parking_lot",
SparrowLiif2a40e92023-11-06 01:58:513686 "portable-atomic",
Alex Crichton093ede22019-08-15 00:45:093687 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013688 "rustc-rayon",
3689 "rustc-rayon-core",
SparrowLiib9746ce2023-03-03 02:14:573690 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403691 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513692 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573693 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403694 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293695 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553696 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503697 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303698 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003699 "tracing",
klensy3c03cce2023-05-09 15:20:133700 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293701]
3702
3703[[package]]
3704name = "rustc_driver"
3705version = "0.0.0"
3706dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463707 "rustc_driver_impl",
3708]
3709
3710[[package]]
3711name = "rustc_driver_impl"
3712version = "0.0.0"
3713dependencies = [
Ben Kimock9e0d1a32023-05-19 20:03:353714 "ctrlc",
Luca Barbieri45ede922020-04-10 20:42:193715 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263716 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023717 "rustc_ast_lowering",
3718 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463719 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023720 "rustc_attr",
3721 "rustc_borrowck",
3722 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483723 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023724 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093725 "rustc_data_structures",
Alex Crichton093ede22019-08-15 00:45:093726 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023727 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183728 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003729 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573730 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293731 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193732 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023733 "rustc_hir_typeck",
3734 "rustc_incremental",
3735 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093736 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133737 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523738 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093739 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093740 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453741 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023742 "rustc_mir_build",
3743 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533744 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023745 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133746 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023747 "rustc_passes",
Nadrieril281002d2023-12-10 19:42:303748 "rustc_pattern_analysis",
David Woodd1fcf6112022-10-13 09:13:023749 "rustc_privacy",
3750 "rustc_query_system",
3751 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083752 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413753 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323754 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093755 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023756 "rustc_trait_selection",
3757 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093758 "serde_json",
David Koloski684aa2c2023-12-06 18:25:133759 "shlex",
Esteban Küber8eb58432023-03-03 22:25:183760 "time",
Oliver Schererec7230f2020-07-24 18:42:003761 "tracing",
klensy3c03cce2023-05-09 15:20:133762 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293763]
3764
3765[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053766name = "rustc_error_codes"
3767version = "0.0.0"
3768
3769[[package]]
David Woodc45f2952022-03-24 02:03:043770name = "rustc_error_messages"
3771version = "0.0.0"
3772dependencies = [
David Woodd5119c52022-03-28 08:36:203773 "fluent-bundle",
3774 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253775 "icu_list",
3776 "icu_locid",
3777 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383778 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253779 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433780 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043781 "rustc_macros",
3782 "rustc_serialize",
3783 "rustc_span",
David Wood7f916972022-03-26 07:27:433784 "tracing",
3785 "unic-langid",
David Woodc45f2952022-03-24 02:03:043786]
3787
3788[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293789name = "rustc_errors"
3790version = "0.0.0"
3791dependencies = [
github-actions8ef19812024-03-03 00:16:163792 "annotate-snippets 0.10.2",
Oli Scherer29de70d2023-07-25 13:09:533793 "derive_setters",
Xiretza8489a672022-09-14 17:22:203794 "rustc_ast",
3795 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093796 "rustc_data_structures",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073797 "rustc_error_codes",
David Woodc45f2952022-03-24 02:03:043798 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003799 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593800 "rustc_hir",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073801 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:523802 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573803 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403804 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323805 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593806 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143807 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153808 "serde",
3809 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093810 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483811 "termize",
Oliver Schererec7230f2020-07-24 18:42:003812 "tracing",
Alex Crichton093ede22019-08-15 00:45:093813 "unicode-width",
klensy3c03cce2023-05-09 15:20:133814 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293815]
3816
3817[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323818name = "rustc_expand"
3819version = "0.0.0"
3820dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263821 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393822 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463823 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203824 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323825 "rustc_data_structures",
3826 "rustc_errors",
3827 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003828 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323829 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003830 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573831 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323832 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403833 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203834 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323835 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293836 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523837 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003838 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323839]
3840
3841[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383842name = "rustc_feature"
3843version = "0.0.0"
3844dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183845 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323846 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383847]
3848
3849[[package]]
Nilstriebb5d3d972023-04-16 12:33:003850name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153851version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003852dependencies = [
github-actions8ef19812024-03-03 00:16:163853 "annotate-snippets 0.10.2",
Nilstriebb5d3d972023-04-16 12:33:003854 "fluent-bundle",
3855 "fluent-syntax",
3856 "proc-macro2",
3857 "quote",
github-actions36c09332024-05-19 00:17:383858 "syn 2.0.64",
Nilstriebb5d3d972023-04-16 12:33:003859 "unic-langid",
3860]
3861
3862[[package]]
Mark Rousskove3177c62018-08-03 21:31:033863name = "rustc_fs_util"
3864version = "0.0.0"
3865
3866[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403867name = "rustc_graphviz"
3868version = "0.0.0"
3869
3870[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273871name = "rustc_hir"
3872version = "0.0.0"
3873dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373874 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203875 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263876 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273877 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273878 "rustc_index",
3879 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403880 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273881 "rustc_span",
3882 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293883 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003884 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273885]
3886
3887[[package]]
lcnr1fc86a62022-09-26 11:00:293888name = "rustc_hir_analysis"
3889version = "0.0.0"
3890dependencies = [
klensy52501c22024-02-23 13:37:473891 "itertools 0.12.1",
lcnr1fc86a62022-09-26 11:00:293892 "rustc_arena",
3893 "rustc_ast",
3894 "rustc_attr",
3895 "rustc_data_structures",
3896 "rustc_errors",
3897 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003898 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293899 "rustc_hir",
Obei Sideg2c088f92023-12-22 11:56:203900 "rustc_hir_pretty",
lcnr1fc86a62022-09-26 11:00:293901 "rustc_index",
3902 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013903 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293904 "rustc_macros",
3905 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293906 "rustc_session",
3907 "rustc_span",
3908 "rustc_target",
3909 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293910 "rustc_type_ir",
3911 "smallvec",
3912 "tracing",
3913]
3914
3915[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193916name = "rustc_hir_pretty"
3917version = "0.0.0"
3918dependencies = [
3919 "rustc_ast",
3920 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193921 "rustc_hir",
3922 "rustc_span",
3923 "rustc_target",
3924]
3925
3926[[package]]
lcnrfb3ab132022-10-20 15:51:373927name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153928version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373929dependencies = [
klensy52501c22024-02-23 13:37:473930 "itertools 0.12.1",
lcnrfb3ab132022-10-20 15:51:373931 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:283932 "rustc_ast_ir",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383933 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373934 "rustc_data_structures",
3935 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003936 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373937 "rustc_hir",
3938 "rustc_hir_analysis",
3939 "rustc_hir_pretty",
3940 "rustc_index",
3941 "rustc_infer",
3942 "rustc_lint",
3943 "rustc_macros",
3944 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:373945 "rustc_session",
3946 "rustc_span",
3947 "rustc_target",
3948 "rustc_trait_selection",
3949 "rustc_type_ir",
3950 "smallvec",
3951 "tracing",
3952]
3953
3954[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293955name = "rustc_incremental"
3956version = "0.0.0"
3957dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413958 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263959 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093960 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593961 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003962 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093963 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403964 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573965 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573966 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453967 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403968 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163969 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323970 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163971 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003972 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293973]
3974
3975[[package]]
csmoe1cff2e62019-09-25 19:09:513976name = "rustc_index"
3977version = "0.0.0"
3978dependencies = [
Weihang Lof795a152023-03-15 12:50:043979 "arrayvec",
Michael Goulet45066812023-10-24 00:16:143980 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:573981 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403982 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293983 "smallvec",
csmoe1cff2e62019-09-25 19:09:513984]
3985
3986[[package]]
Michael Goulet45066812023-10-24 00:16:143987name = "rustc_index_macros"
3988version = "0.0.0"
3989dependencies = [
3990 "proc-macro2",
3991 "quote",
github-actions36c09332024-05-19 00:17:383992 "syn 2.0.64",
Michael Goulet45066812023-10-24 00:16:143993 "synstructure",
3994]
3995
3996[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243997name = "rustc_infer"
3998version = "0.0.0"
3999dependencies = [
Jason Newcombbe9b1252024-02-24 22:22:284000 "rustc_ast_ir",
Camille GILLOTf07e8892020-01-06 19:13:244001 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244002 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004003 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:244004 "rustc_hir",
4005 "rustc_index",
4006 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454007 "rustc_middle",
Camille GILLOTf07e8892020-01-06 19:13:244008 "rustc_span",
4009 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294010 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004011 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244012]
4013
4014[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234015name = "rustc_interface"
4016version = "0.0.0"
4017dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:014018 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314019 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264020 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564021 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444022 "rustc_ast_passes",
Urgau228496e2024-05-03 19:14:424023 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204024 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404025 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324026 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354027 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094028 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114029 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094030 "rustc_data_structures",
4031 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324032 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004033 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004034 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314035 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274036 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294037 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374038 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094039 "rustc_incremental",
Alex Crichton093ede22019-08-15 00:45:094040 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474041 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094042 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454043 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444044 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254045 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154046 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134047 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094048 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094049 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164050 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194051 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094052 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:434053 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164054 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324055 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584056 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164057 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404058 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094059 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374060 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004061 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234062]
4063
4064[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404065name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154066version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404067dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504068 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214069 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154070 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404071]
4072
4073[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294074name = "rustc_lint"
4075version = "0.0.0"
4076dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264077 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464078 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204079 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094080 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474081 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384082 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004083 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574084 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334085 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354086 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454087 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454088 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424089 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204090 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324091 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094092 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404093 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464094 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004095 "tracing",
Charles Lew485e98a2020-01-02 12:02:224096 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294097]
4098
4099[[package]]
Aaron Hill23018a52020-08-13 19:41:524100name = "rustc_lint_defs"
4101version = "0.0.0"
4102dependencies = [
4103 "rustc_ast",
4104 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044105 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274106 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524107 "rustc_macros",
4108 "rustc_serialize",
4109 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384110 "rustc_target",
bjorn362a4f912021-06-03 19:14:154111 "serde",
Aaron Hill23018a52020-08-13 19:41:524112]
4113
4114[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294115name = "rustc_llvm"
4116version = "0.0.0"
4117dependencies = [
Alex Crichton093ede22019-08-15 00:45:094118 "cc",
Aaron Hill47e932b2019-12-12 15:51:194119 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294120]
4121
4122[[package]]
David Tolnay6152d152022-01-04 00:32:524123name = "rustc_log"
4124version = "0.0.0"
4125dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354126 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524127 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484128 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524129 "tracing-subscriber",
4130 "tracing-tree",
4131]
4132
4133[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104134name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154135version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104136dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154137 "proc-macro2",
4138 "quote",
github-actions36c09332024-05-19 00:17:384139 "syn 2.0.64",
klensy7142c8d2023-11-09 11:37:304140 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104141]
4142
4143[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294144name = "rustc_metadata"
4145version = "0.0.0"
4146dependencies = [
github-actions1848b462024-03-24 12:09:284147 "bitflags 2.5.0",
Simonas Kazlauskasfcaeb452024-01-10 15:12:014148 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374149 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264150 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204151 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094152 "rustc_data_structures",
4153 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324154 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174155 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004156 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314157 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574158 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194159 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104160 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574161 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454162 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404163 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084164 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324165 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094166 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464167 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304168 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044169 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004170 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294171]
4172
4173[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454174name = "rustc_middle"
4175version = "0.0.0"
4176dependencies = [
github-actions1848b462024-03-24 12:09:284177 "bitflags 2.5.0",
Oli Scherercda209b2024-03-21 10:11:444178 "derivative",
Camille GILLOTfd9c04f2021-01-05 18:53:074179 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024180 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074181 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454182 "polonius-engine",
Camille GILLOT48a339d2021-07-16 12:42:264183 "rustc-rayon",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454184 "rustc-rayon-core",
4185 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404186 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454187 "rustc_ast",
Oli Scherer8a6d3532024-02-27 18:11:234188 "rustc_ast_ir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454189 "rustc_attr",
4190 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474191 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454192 "rustc_errors",
4193 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004194 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074195 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454196 "rustc_hir",
Michael Goulet619e0442024-04-14 14:26:594197 "rustc_hir_pretty",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454198 "rustc_index",
4199 "rustc_macros",
Michael Goulet05e0f872024-05-16 02:37:424200 "rustc_next_trait_solver",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454201 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404202 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454203 "rustc_session",
4204 "rustc_span",
4205 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104206 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294207 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304208 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004209 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454210]
4211
4212[[package]]
Matthew Jasperb3589292020-01-05 15:46:444213name = "rustc_mir_build"
4214version = "0.0.0"
4215dependencies = [
Ralf Jung41018892022-11-18 09:18:324216 "either",
klensy52501c22024-02-23 13:37:474217 "itertools 0.12.1",
Matthew Jasperb3589292020-01-05 15:46:444218 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404219 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264220 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444221 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444222 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004223 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444224 "rustc_hir",
4225 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244226 "rustc_infer",
Jules Bertholet9d92a7f2024-05-02 23:55:034227 "rustc_lint",
TheOddGarlic82f05442022-08-20 11:28:434228 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454229 "rustc_middle",
Nadrieril281002d2023-12-10 19:42:304230 "rustc_pattern_analysis",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074231 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444232 "rustc_span",
4233 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404234 "rustc_trait_selection",
Jubilee Younge8eb6912021-04-22 04:40:294235 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004236 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444237]
4238
4239[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074240name = "rustc_mir_dataflow"
4241version = "0.0.0"
4242dependencies = [
4243 "polonius-engine",
4244 "regex",
4245 "rustc_ast",
4246 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144247 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004248 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074249 "rustc_graphviz",
4250 "rustc_hir",
4251 "rustc_index",
5225225ee2b1612022-08-19 09:21:144252 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074253 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074254 "rustc_span",
4255 "rustc_target",
4256 "smallvec",
4257 "tracing",
4258]
4259
4260[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254261name = "rustc_mir_transform"
4262version = "0.0.0"
4263dependencies = [
Ralf Jung41018892022-11-18 09:18:324264 "either",
klensy52501c22024-02-23 13:37:474265 "itertools 0.12.1",
Camille GILLOT751a0792023-01-16 22:12:364266 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254267 "rustc_ast",
4268 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114269 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254270 "rustc_data_structures",
4271 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534272 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254273 "rustc_hir",
4274 "rustc_index",
Jubilee Youngdb6ec262024-05-24 08:14:314275 "rustc_infer",
clubby789d5bc5812023-04-30 01:20:534276 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254277 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274278 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074279 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254280 "rustc_session",
4281 "rustc_span",
4282 "rustc_target",
4283 "rustc_trait_selection",
4284 "smallvec",
4285 "tracing",
4286]
4287
4288[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154289name = "rustc_monomorphize"
4290version = "0.0.0"
4291dependencies = [
4292 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474293 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004294 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154295 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474296 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154297 "rustc_middle",
4298 "rustc_session",
4299 "rustc_span",
4300 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094301 "serde",
4302 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154303 "tracing",
4304]
4305
4306[[package]]
Michael Gouletcb415092023-11-22 23:44:584307name = "rustc_next_trait_solver"
4308version = "0.0.0"
4309dependencies = [
Michael Goulet05e0f872024-05-16 02:37:424310 "derivative",
4311 "rustc_ast_ir",
4312 "rustc_data_structures",
4313 "rustc_macros",
4314 "rustc_serialize",
Michael Gouletcb415092023-11-22 23:44:584315 "rustc_type_ir",
Michael Goulet05e0f872024-05-16 02:37:424316 "rustc_type_ir_macros",
Michael Gouletcb415092023-11-22 23:44:584317]
4318
4319[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134320name = "rustc_parse"
4321version = "0.0.0"
4322dependencies = [
github-actions1848b462024-03-24 12:09:284323 "bitflags 2.5.0",
Vadim Petrochenkov6054a302020-02-29 17:16:264324 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464325 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134326 "rustc_data_structures",
4327 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384328 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004329 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134330 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244331 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204332 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324333 "rustc_span",
Nicholas Nethercote2acbe9c2024-05-02 23:26:344334 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:524335 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004336 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404337 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004338 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134339]
4340
4341[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404342name = "rustc_parse_format"
4343version = "0.0.0"
4344dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504345 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404346 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404347]
4348
4349[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294350name = "rustc_passes"
4351version = "0.0.0"
4352dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264353 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134354 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204355 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094356 "rustc_data_structures",
4357 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434358 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414359 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004360 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574361 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574362 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124363 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044364 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454365 "rustc_middle",
Oli Scherer746e4ef2024-03-12 07:00:014366 "rustc_privacy",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434367 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324368 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574369 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374370 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004371 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294372]
4373
4374[[package]]
Nadrieril281002d2023-12-10 19:42:304375name = "rustc_pattern_analysis"
4376version = "0.0.0"
4377dependencies = [
Nadrieril19d6f062024-01-17 01:59:474378 "rustc-hash",
Nadrieril281002d2023-12-10 19:42:304379 "rustc_apfloat",
4380 "rustc_arena",
4381 "rustc_data_structures",
4382 "rustc_errors",
4383 "rustc_fluent_macro",
4384 "rustc_hir",
4385 "rustc_index",
4386 "rustc_macros",
4387 "rustc_middle",
4388 "rustc_session",
4389 "rustc_span",
4390 "rustc_target",
4391 "smallvec",
4392 "tracing",
Nadrierild697dd42024-03-04 15:57:324393 "tracing-subscriber",
4394 "tracing-tree",
Nadrieril281002d2023-12-10 19:42:304395]
4396
4397[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294398name = "rustc_privacy"
4399version = "0.0.0"
4400dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574401 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204402 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094403 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164404 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004405 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574406 "rustc_hir",
David Woodbe9ebfd2022-06-22 13:17:344407 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454408 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084409 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324410 "rustc_span",
Oli Scherer4389a1c2023-07-18 07:22:464411 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004412 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294413]
4414
4415[[package]]
Camille GILLOT4581d162021-01-19 19:40:164416name = "rustc_query_impl"
4417version = "0.0.0"
4418dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024419 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494420 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164421 "rustc-rayon-core",
Camille GILLOT4581d162021-01-19 19:40:164422 "rustc_data_structures",
4423 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164424 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014425 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164426 "rustc_middle",
4427 "rustc_query_system",
4428 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014429 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164430 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304431 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134432 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164433]
4434
4435[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224436name = "rustc_query_system"
4437version = "0.0.0"
4438dependencies = [
Rémy Rakic4cb2a282023-12-14 15:40:504439 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314440 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314441 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224442 "rustc_data_structures",
4443 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314444 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004445 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314446 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224447 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574448 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404449 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374450 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314451 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314452 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294453 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304454 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004455 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224456]
4457
4458[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294459name = "rustc_resolve"
4460version = "0.0.0"
4461dependencies = [
github-actions1848b462024-03-24 12:09:284462 "bitflags 2.5.0",
Eric Huss51f20b42024-02-07 04:22:134463 "pulldown-cmark 0.9.6",
Vadim Petrochenkov11d95142020-06-02 17:03:404464 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264465 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464466 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204467 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094468 "rustc_data_structures",
4469 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324470 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184471 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004472 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574473 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294474 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384475 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094476 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454477 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504478 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564479 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324480 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294481 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524482 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004483 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294484]
4485
4486[[package]]
Ramon de C Valle1f0f2c42024-04-08 02:35:494487name = "rustc_sanitizers"
4488version = "0.0.0"
4489dependencies = [
4490 "bitflags 2.5.0",
4491 "rustc_data_structures",
4492 "rustc_hir",
4493 "rustc_middle",
4494 "rustc_span",
4495 "rustc_target",
4496 "rustc_trait_selection",
4497 "tracing",
4498 "twox-hash",
4499]
4500
4501[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404502name = "rustc_serialize"
4503version = "0.0.0"
4504dependencies = [
klensyc653bb92023-11-18 09:42:054505 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504506 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294507 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054508 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304509 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404510]
4511
4512[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334513name = "rustc_session"
4514version = "0.0.0"
4515dependencies = [
github-actions1848b462024-03-24 12:09:284516 "bitflags 2.5.0",
Luca Barbieriac2b84f2020-04-10 20:42:194517 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514518 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264519 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334520 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334521 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284522 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004523 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284524 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034525 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524526 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574527 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404528 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324529 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284530 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514531 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254532 "termize",
Oliver Schererec7230f2020-07-24 18:42:004533 "tracing",
klensy3c03cce2023-05-09 15:20:134534 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324535]
4536
4537[[package]]
Oli Scherer9960cc12022-06-02 10:08:384538name = "rustc_smir"
4539version = "0.0.0"
4540dependencies = [
Celina G. Val4c9e8422023-12-06 21:39:554541 "rustc_abi",
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144542 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514543 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384544 "rustc_middle",
Mohammad Omidvar21374872024-02-12 19:44:354545 "rustc_session",
Celina G. Valb66db7e2023-03-04 01:08:494546 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124547 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384548 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114549 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494550 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384551]
4552
4553[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324554name = "rustc_span"
4555version = "0.0.0"
4556dependencies = [
klensyc653bb92023-11-18 09:42:054557 "indexmap",
Urgau33ef4b92024-03-06 18:39:364558 "itoa",
Igor Matuszewskibd37d7d2020-12-05 15:40:244559 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404560 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324561 "rustc_data_structures",
4562 "rustc_index",
4563 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404564 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324565 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524566 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064567 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004568 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324569 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334570]
4571
4572[[package]]
Mark Mansi2d75a332020-03-12 23:07:584573name = "rustc_symbol_mangling"
4574version = "0.0.0"
4575dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584576 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584577 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584578 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134579 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584580 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454581 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584582 "rustc_session",
4583 "rustc_span",
4584 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004585 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584586]
4587
4588[[package]]
Irina Popa38e96402017-12-08 19:18:214589name = "rustc_target"
4590version = "0.0.0"
4591dependencies = [
github-actions1848b462024-03-24 12:09:284592 "bitflags 2.5.0",
Ben Kimock2f6fb232024-03-18 22:47:414593 "object 0.32.2",
hkalbasi390a6372022-11-06 21:06:114594 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094595 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154596 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314597 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564598 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524599 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404600 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324601 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094602 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004603 "tracing",
Irina Popa38e96402017-12-08 19:18:214604]
4605
4606[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064607name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374608version = "0.3.0"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4611
4612[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404613name = "rustc_trait_selection"
4614version = "0.0.0"
4615dependencies = [
github-actions1848b462024-03-24 12:09:284616 "bitflags 2.5.0",
Michael Goulet6ee22e12024-05-17 16:43:054617 "derivative",
klensy52501c22024-02-23 13:37:474618 "itertools 0.12.1",
Camille GILLOTc1e3d552020-02-11 18:53:404619 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:284620 "rustc_ast_ir",
Camille GILLOTc1e3d552020-02-11 18:53:404621 "rustc_attr",
4622 "rustc_data_structures",
4623 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004624 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404625 "rustc_hir",
4626 "rustc_index",
4627 "rustc_infer",
4628 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454629 "rustc_middle",
Michael Gouletcb415092023-11-22 23:44:584630 "rustc_next_trait_solver",
Vadim Petrochenkov11d95142020-06-02 17:03:404631 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544632 "rustc_query_system",
Michael Goulet8e1dba42024-05-18 20:05:164633 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404634 "rustc_session",
4635 "rustc_span",
4636 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134637 "rustc_transmute",
Michael Goulet6ee22e12024-05-17 16:43:054638 "rustc_type_ir",
Michael Goulet8e1dba42024-05-18 20:05:164639 "rustc_type_ir_macros",
Jubilee Younge8eb6912021-04-22 04:40:294640 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004641 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404642]
4643
4644[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544645name = "rustc_traits"
4646version = "0.0.0"
4647dependencies = [
Alex Crichton093ede22019-08-15 00:45:094648 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574649 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244650 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454651 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324652 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404653 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004654 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544655]
4656
4657[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134658name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154659version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134660dependencies = [
klensy52501c22024-02-23 13:37:474661 "itertools 0.12.1",
Jason Newcombbe9b1252024-02-24 22:22:284662 "rustc_ast_ir",
Jack Wrennbc4a1de2021-07-03 16:18:134663 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144664 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134665 "rustc_infer",
4666 "rustc_macros",
4667 "rustc_middle",
4668 "rustc_span",
4669 "rustc_target",
4670 "tracing",
4671]
4672
4673[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374674name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304675version = "0.0.0"
4676dependencies = [
klensy52501c22024-02-23 13:37:474677 "itertools 0.12.1",
Jason Newcombea9ae302024-02-25 00:25:044678 "rustc_ast_ir",
Camille GILLOT9908a872020-01-13 12:40:304679 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294680 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004681 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304682 "rustc_hir",
kadmine612e262022-07-09 09:35:064683 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244684 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314685 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454686 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084687 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304688 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324689 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404690 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464691 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004692 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304693]
4694
4695[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104696name = "rustc_type_ir"
4697version = "0.0.0"
4698dependencies = [
github-actions1848b462024-03-24 12:09:284699 "bitflags 2.5.0",
Michael Gouletde830572023-10-30 17:09:174700 "derivative",
Oli Scherer8a6d3532024-02-27 18:11:234701 "rustc_ast_ir",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104702 "rustc_data_structures",
4703 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554704 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104705 "rustc_serialize",
bjorn36ed37bd2023-12-31 19:35:324706 "rustc_span",
Michael Gouletd5797e92024-05-11 00:30:244707 "rustc_type_ir_macros",
Wilco Kuseea7015fe2021-01-31 09:32:344708 "smallvec",
Michael Goulet993553c2024-05-27 00:45:374709 "tracing",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104710]
4711
4712[[package]]
Michael Gouletd5797e92024-05-11 00:30:244713name = "rustc_type_ir_macros"
4714version = "0.0.0"
4715dependencies = [
4716 "proc-macro2",
4717 "quote",
github-actions36c09332024-05-19 00:17:384718 "syn 2.0.64",
Michael Gouletd5797e92024-05-11 00:30:244719 "synstructure",
4720]
4721
4722[[package]]
Oliver Schneider847bb142018-05-11 12:11:064723name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004724version = "0.4.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4727dependencies = [
klensy8ebc73b2022-02-06 20:57:294728 "semver",
Ralf Junge5d01782021-10-04 22:13:004729]
4730
4731[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294732name = "rustdoc"
4733version = "0.0.0"
4734dependencies = [
Weihang Lof795a152023-03-15 12:50:044735 "arrayvec",
Dirkjan Ochtman93a16cb2022-01-03 17:18:464736 "askama",
Michael Howell28db4cc2024-03-22 00:19:394737 "base64",
Aleksey Kladovb4f4db92020-08-27 10:50:284738 "expect-test",
klensyc653bb92023-11-18 09:42:054739 "indexmap",
klensy52501c22024-02-23 13:37:474740 "itertools 0.12.1",
Alex Crichton093ede22019-08-15 00:45:094741 "minifier",
Guillaume Gomezf467b8d2020-10-13 13:46:344742 "regex",
Rune Tynan67b78a02021-01-25 21:23:434743 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454744 "serde",
4745 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294746 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094747 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004748 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294749 "tracing",
4750 "tracing-subscriber",
4751 "tracing-tree",
Mark Simulacrume2e9b402017-07-23 02:01:584752]
4753
4754[[package]]
ozkanonurc36b2092023-05-20 11:40:114755name = "rustdoc-gui-test"
4756version = "0.1.0"
4757dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404758 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114759 "compiletest",
4760 "getopts",
4761 "walkdir",
4762]
4763
4764[[package]]
Rune Tynan67b78a02021-01-25 21:23:434765name = "rustdoc-json-types"
4766version = "0.1.0"
4767dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204768 "bincode",
ozkanonur52c71e62023-03-01 21:53:024769 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434770 "serde",
Rune Tynanca48d152021-03-04 23:45:574771 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434772]
4773
4774[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534775name = "rustdoc-themes"
4776version = "0.1.0"
4777
4778[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584779name = "rustdoc-tool"
4780version = "0.0.0"
4781dependencies = [
Alex Crichton093ede22019-08-15 00:45:094782 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294783]
4784
4785[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154786name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444787version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044788source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444789checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504790dependencies = [
4791 "anyhow",
4792 "log",
4793 "serde",
4794 "serde_json",
4795]
4796
4797[[package]]
Eric Huss123b3032024-04-13 17:54:134798name = "rustfix"
4799version = "0.8.1"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
4802dependencies = [
4803 "serde",
4804 "serde_json",
4805 "thiserror",
4806 "tracing",
4807]
4808
4809[[package]]
topecongiro5a411a62019-06-18 12:15:194810name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144811version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194812dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154813 "proc-macro2",
4814 "quote",
Alex Crichton093ede22019-08-15 00:45:094815 "serde",
github-actions36c09332024-05-19 00:17:384816 "syn 2.0.64",
topecongiro5a411a62019-06-18 12:15:194817]
4818
4819[[package]]
Alex Crichton1cede102017-06-15 02:33:064820name = "rustfmt-nightly"
Caleb Cartwright35400e82023-10-23 01:34:124821version = "1.7.0"
kennytm0692b3d2017-12-15 19:41:584822dependencies = [
clubby7899b73db32024-01-29 12:21:164823 "annotate-snippets 0.9.2",
Igor Matuszewskif4b2a202020-06-15 09:43:394824 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094825 "bytecount",
Ralf Jung5aecfe42023-10-07 05:55:484826 "cargo_metadata 0.15.4",
klensye1c33132023-06-21 09:32:344827 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124828 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094829 "diff",
4830 "dirs",
Alex Crichton093ede22019-08-15 00:45:094831 "getopts",
4832 "ignore",
Philipp Kronesf99056b2024-02-27 14:50:234833 "itertools 0.11.0",
George Bateman8aa3c592024-04-28 20:38:554834 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:094835 "regex",
Alex Crichton093ede22019-08-15 00:45:094836 "rustfmt-config_proc_macro",
4837 "serde",
4838 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544839 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394840 "thiserror",
clubby7899b73db32024-01-29 12:21:164841 "toml 0.7.8",
Caleb Cartwright35400e82023-10-23 01:34:124842 "tracing",
4843 "tracing-subscriber",
4844 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094845 "unicode-segmentation",
4846 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274847]
4848
4849[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044850name = "rustix"
Mark Rousskov12200c92024-05-11 14:27:174851version = "0.38.34"
Weihang Lo1e5dad02022-11-25 22:37:044852source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174853checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
Weihang Lo1e5dad02022-11-25 22:37:044854dependencies = [
github-actions1848b462024-03-24 12:09:284855 "bitflags 2.5.0",
Nilstrieb3295cdf2023-06-26 07:21:354856 "errno",
4857 "libc",
chenx97141c4632023-09-21 11:31:014858 "linux-raw-sys",
clubby7899b73db32024-01-29 12:21:164859 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:044860]
4861
4862[[package]]
flip19950046d7c2021-02-25 10:26:234863name = "rustversion"
github-actions36c09332024-05-19 00:17:384864version = "1.0.17"
flip19950046d7c2021-02-25 10:26:234865source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384866checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
flip19950046d7c2021-02-25 10:26:234867
4868[[package]]
Jubilee Young7156ff62023-05-10 03:29:274869name = "ruzstd"
clubby78956bc5522024-01-21 17:16:264870version = "0.5.0"
Jubilee Young7156ff62023-05-10 03:29:274871source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:264872checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
Jubilee Young7156ff62023-05-10 03:29:274873dependencies = [
4874 "byteorder",
clubby78956bc5522024-01-21 17:16:264875 "derive_more",
Jubilee Young7156ff62023-05-10 03:29:274876 "twox-hash",
4877]
4878
4879[[package]]
Ben Kimock2f6fb232024-03-18 22:47:414880name = "ruzstd"
4881version = "0.6.0"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b"
4884dependencies = [
4885 "byteorder",
4886 "derive_more",
4887 "twox-hash",
4888]
4889
4890[[package]]
Alex Crichton2863b752018-08-21 17:23:474891name = "ryu"
Mark Rousskov12200c92024-05-11 14:27:174892version = "1.0.18"
Alex Crichton2863b752018-08-21 17:23:474893source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174894checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
Alex Crichton2863b752018-08-21 17:23:474895
4896[[package]]
Josh Stone020c5ec2017-05-08 22:01:134897name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444898version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224899source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444900checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224901dependencies = [
Alex Crichton093ede22019-08-15 00:45:094902 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224903]
4904
4905[[package]]
4906name = "schannel"
clubby7899b73db32024-01-29 12:21:164907version = "0.1.23"
Alex Crichton80d6ed22018-01-08 21:56:224908source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164909checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
Alex Crichton80d6ed22018-01-08 21:56:224910dependencies = [
clubby7899b73db32024-01-29 12:21:164911 "windows-sys 0.52.0",
Alex Crichton80d6ed22018-01-08 21:56:224912]
4913
4914[[package]]
Alex Crichton453080f2017-06-05 16:36:484915name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354916version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524917source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354918checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524919
4920[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124921name = "scopeguard"
clubby7899b73db32024-01-29 12:21:164922version = "1.2.0"
Ralf Jungc7a599e2019-07-25 13:57:254923source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164924checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
Ralf Jungc7a599e2019-07-25 13:57:254925
4926[[package]]
David Wood7f916972022-03-26 07:27:434927name = "self_cell"
klensyc653bb92023-11-18 09:42:054928version = "0.10.3"
David Wood7f916972022-03-26 07:27:434929source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054930checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4931dependencies = [
Mark Rousskov12200c92024-05-11 14:27:174932 "self_cell 1.0.4",
klensyc653bb92023-11-18 09:42:054933]
4934
4935[[package]]
4936name = "self_cell"
Mark Rousskov12200c92024-05-11 14:27:174937version = "1.0.4"
klensyc653bb92023-11-18 09:42:054938source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174939checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
David Wood7f916972022-03-26 07:27:434940
4941[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584942name = "semver"
Mark Rousskov12200c92024-05-11 14:27:174943version = "1.0.23"
Eric Huss78529352021-06-02 03:38:394944source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174945checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
Eric Huss78529352021-06-02 03:38:394946dependencies = [
4947 "serde",
4948]
4949
4950[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584951name = "serde"
github-actions36c09332024-05-19 00:17:384952version = "1.0.202"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584953source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384954checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
Eric Huss57393642018-12-17 18:23:044955dependencies = [
Alex Crichton093ede22019-08-15 00:45:094956 "serde_derive",
Eric Huss57393642018-12-17 18:23:044957]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584958
4959[[package]]
4960name = "serde_derive"
github-actions36c09332024-05-19 00:17:384961version = "1.0.202"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584962source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384963checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584964dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154965 "proc-macro2",
4966 "quote",
github-actions36c09332024-05-19 00:17:384967 "syn 2.0.64",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584968]
4969
4970[[package]]
4971name = "serde_json"
Mark Rousskov12200c92024-05-11 14:27:174972version = "1.0.117"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584973source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174974checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584975dependencies = [
klensyc653bb92023-11-18 09:42:054976 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094977 "itoa",
4978 "ryu",
4979 "serde",
Steve Klabnik2795de32017-02-20 00:20:574980]
4981
4982[[package]]
Philipp Krones612c3422023-06-02 09:42:424983name = "serde_spanned"
github-actions36c09332024-05-19 00:17:384984version = "0.6.6"
Philipp Krones612c3422023-06-02 09:42:424985source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384986checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
Philipp Krones612c3422023-06-02 09:42:424987dependencies = [
4988 "serde",
4989]
4990
4991[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044992name = "sha1"
clubby7899b73db32024-01-29 12:21:164993version = "0.10.6"
Pietro Albini4f40eee2023-01-10 12:13:044994source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164995checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
Pietro Albini4f40eee2023-01-10 12:13:044996dependencies = [
4997 "cfg-if",
4998 "cpufeatures",
4999 "digest",
5000]
5001
5002[[package]]
Pietro Albiniacd8e592020-10-01 15:15:125003name = "sha2"
clubby7899b73db32024-01-29 12:21:165004version = "0.10.8"
Pietro Albiniacd8e592020-10-01 15:15:125005source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165006checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
Pietro Albiniacd8e592020-10-01 15:15:125007dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425008 "cfg-if",
pierwillef6dd122022-02-10 16:54:015009 "cpufeatures",
klensy45fac342022-08-31 20:04:125010 "digest",
James Munnsde763692019-01-19 02:39:375011]
5012
5013[[package]]
Oliver Schererec7230f2020-07-24 18:42:005014name = "sharded-slab"
clubby7899b73db32024-01-29 12:21:165015version = "0.1.7"
Oliver Schererec7230f2020-07-24 18:42:005016source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165017checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
Oliver Schererec7230f2020-07-24 18:42:005018dependencies = [
5019 "lazy_static",
5020]
5021
5022[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585023name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:445024version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585025source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445026checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585027
5028[[package]]
steveklabnik54371882018-01-25 17:32:255029name = "shlex"
Eric Huss51f20b42024-02-07 04:22:135030version = "1.3.0"
Eric Huss788167a2021-02-23 01:05:215031source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:135032checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Eric Huss788167a2021-02-23 01:05:215033
5034[[package]]
Jover Zhangf3530cf2024-04-20 11:25:535035name = "similar"
5036version = "2.5.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
5039
5040[[package]]
steveklabnikecfbaca2018-04-03 14:32:045041name = "siphasher"
clubby7899b73db32024-01-29 12:21:165042version = "0.3.11"
steveklabnikecfbaca2018-04-03 14:32:045043source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165044checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
steveklabnikecfbaca2018-04-03 14:32:045045
5046[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435047name = "slab"
clubby7899b73db32024-01-29 12:21:165048version = "0.4.9"
Matthias Krüger696fb8f2019-01-21 15:32:435049source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165050checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
Philipp Kronesa6d3c822023-07-02 13:07:475051dependencies = [
5052 "autocfg",
5053]
Matthias Krüger696fb8f2019-01-21 15:32:435054
5055[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015056name = "smallvec"
github-actions1848b462024-03-24 12:09:285057version = "1.13.2"
Ralf Jung90b8d342019-11-04 14:59:095058source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:285059checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
Ralf Jung90b8d342019-11-04 14:59:095060
5061[[package]]
Josh Triplett574f6be2020-08-20 23:16:305062name = "snap"
clubby7899b73db32024-01-29 12:21:165063version = "1.1.1"
Josh Triplett574f6be2020-08-20 23:16:305064source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165065checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
Josh Triplett574f6be2020-08-20 23:16:305066
5067[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155068name = "socket2"
Mark Rousskov12200c92024-05-11 14:27:175069version = "0.5.7"
klensy50c38902021-05-01 11:50:035070source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175071checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
klensy50c38902021-05-01 11:50:035072dependencies = [
5073 "libc",
github-actions8ef19812024-03-03 00:16:165074 "windows-sys 0.52.0",
klensy50c38902021-05-01 11:50:035075]
5076
5077[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235078name = "spanned"
Philipp Kronese395dc92024-05-02 15:27:085079version = "0.2.0"
Philipp Kronesf99056b2024-02-27 14:50:235080source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronese395dc92024-05-02 15:27:085081checksum = "ccdf4f5590b7e6fbd4f2e80d442789079a6fff7c12ef921a9de358b7b353098e"
Philipp Kronesf99056b2024-02-27 14:50:235082dependencies = [
5083 "bstr",
5084 "color-eyre",
5085]
5086
5087[[package]]
Pietro Albini13efb202022-11-15 09:19:175088name = "spdx-expression"
5089version = "0.5.2"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5092dependencies = [
5093 "nom",
5094 "serde",
5095 "thiserror",
5096 "tracing",
5097]
5098
5099[[package]]
5100name = "spdx-rs"
clubby7899b73db32024-01-29 12:21:165101version = "0.5.5"
Pietro Albini13efb202022-11-15 09:19:175102source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165103checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
Pietro Albini13efb202022-11-15 09:19:175104dependencies = [
5105 "chrono",
5106 "log",
5107 "nom",
5108 "serde",
5109 "spdx-expression",
5110 "strum",
5111 "strum_macros",
5112 "thiserror",
5113 "uuid",
5114]
5115
5116[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455117name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445118version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455119source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445120checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455121
5122[[package]]
Oli Scherera38e9832023-09-14 15:50:115123name = "stable_mir"
5124version = "0.1.0-preview"
5125dependencies = [
5126 "scoped-tls",
5127 "tracing",
5128]
5129
5130[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245131name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555132version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245133source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555134checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245135dependencies = [
5136 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425137 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245138 "libc",
5139 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315140 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245141]
5142
5143[[package]]
Eric Huss7758eaf2022-04-28 05:42:545144name = "static_assertions"
5145version = "1.1.0"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5148
5149[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295150name = "std"
5151version = "0.0.0"
5152dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:325153 "addr2line 0.22.0",
Alex Crichton093ede22019-08-15 00:45:095154 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425155 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095156 "compiler_builtins",
5157 "core",
5158 "dlmalloc",
5159 "fortanix-sgx-abi",
klensyc653bb92023-11-18 09:42:055160 "hashbrown",
5161 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:095162 "libc",
Jubilee Young079949d2023-06-29 23:18:365163 "miniz_oxide",
Ben Kimock2f6fb232024-03-18 22:47:415164 "object 0.32.2",
Alex Crichton093ede22019-08-15 00:45:095165 "panic_abort",
5166 "panic_unwind",
5167 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545168 "r-efi",
5169 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415170 "rand",
5171 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375172 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465173 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095174 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415175 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295176]
5177
5178[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465179name = "std_detect"
5180version = "0.1.5"
5181dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425182 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465183 "compiler_builtins",
5184 "libc",
5185 "rustc-std-workspace-alloc",
5186 "rustc-std-workspace-core",
5187]
5188
5189[[package]]
steveklabnikecfbaca2018-04-03 14:32:045190name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355191version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045192source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355193checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045194dependencies = [
Alex Crichton093ede22019-08-15 00:45:095195 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355196 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505197 "parking_lot",
Ralf Jung47b3ce02024-05-05 15:17:455198 "phf_shared 0.10.0",
Alex Crichton093ede22019-08-15 00:45:095199 "precomputed-hash",
5200 "serde",
steveklabnikecfbaca2018-04-03 14:32:045201]
5202
5203[[package]]
5204name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145205version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045206source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145207checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045208dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:455209 "phf_generator 0.10.0",
5210 "phf_shared 0.10.0",
Aaron Hill70ba4912020-08-01 14:11:155211 "proc-macro2",
5212 "quote",
steveklabnikecfbaca2018-04-03 14:32:045213]
5214
5215[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585216name = "strsim"
github-actions4035c242024-04-07 00:16:575217version = "0.11.1"
clubby7899b73db32024-01-29 12:21:165218source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:575219checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
clubby7899b73db32024-01-29 12:21:165220
5221[[package]]
Pietro Albini13efb202022-11-15 09:19:175222name = "strum"
5223version = "0.24.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5226
5227[[package]]
5228name = "strum_macros"
5229version = "0.24.3"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5232dependencies = [
github-actionsc486d2d2024-03-17 00:26:015233 "heck 0.4.1",
Pietro Albini13efb202022-11-15 09:19:175234 "proc-macro2",
5235 "quote",
5236 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355237 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175238]
5239
5240[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085241name = "suggest-tests"
5242version = "0.1.0"
5243dependencies = [
5244 "build_helper",
5245 "glob",
Ezra Shaw1e95cdd2023-03-01 09:17:085246]
5247
5248[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115249name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355250version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115251source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355252checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115253dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155254 "proc-macro2",
5255 "quote",
Andres Suareza65ddf02022-10-09 03:25:405256 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115257]
5258
5259[[package]]
Deadbeefa912a932023-03-23 06:19:255260name = "syn"
github-actions36c09332024-05-19 00:17:385261version = "2.0.64"
Deadbeefa912a932023-03-23 06:19:255262source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385263checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
Deadbeefa912a932023-03-23 06:19:255264dependencies = [
5265 "proc-macro2",
5266 "quote",
5267 "unicode-ident",
5268]
5269
5270[[package]]
Alex Crichton325d7392017-12-10 17:42:495271name = "synstructure"
clubby7899b73db32024-01-29 12:21:165272version = "0.13.1"
Deadbeefaf74ef82023-03-27 13:44:065273source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165274checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
Deadbeefaf74ef82023-03-27 13:44:065275dependencies = [
5276 "proc-macro2",
5277 "quote",
github-actions36c09332024-05-19 00:17:385278 "syn 2.0.64",
Deadbeefaf74ef82023-03-27 13:44:065279]
5280
5281[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445282name = "sysinfo"
Mark Rousskov12200c92024-05-11 14:27:175283version = "0.30.12"
Jakub Beránek91d2fb22023-06-03 07:41:445284source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175285checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
Jakub Beránek91d2fb22023-06-03 07:41:445286dependencies = [
5287 "cfg-if",
5288 "core-foundation-sys",
5289 "libc",
5290 "ntapi",
5291 "once_cell",
klensy0b443302024-02-22 11:01:135292 "windows",
Jakub Beránek91d2fb22023-06-03 07:41:445293]
5294
5295[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295296name = "sysroot"
5297version = "0.0.0"
5298dependencies = [
5299 "proc_macro",
5300 "std",
5301 "test",
5302]
5303
5304[[package]]
Jakub Beránek209789e2023-08-09 18:56:115305name = "tabled"
klensy15bc6812024-02-22 11:17:595306version = "0.15.0"
Jakub Beránek209789e2023-08-09 18:56:115307source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:595308checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
Jakub Beránek209789e2023-08-09 18:56:115309dependencies = [
5310 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115311 "unicode-width",
5312]
5313
5314[[package]]
Josh Stone020c5ec2017-05-08 22:01:135315name = "tar"
clubby7899b73db32024-01-29 12:21:165316version = "0.4.40"
Josh Stone020c5ec2017-05-08 22:01:135317source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165318checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
Josh Stone020c5ec2017-05-08 22:01:135319dependencies = [
Alex Crichton093ede22019-08-15 00:45:095320 "filetime",
5321 "libc",
Alex Crichton093ede22019-08-15 00:45:095322 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135323]
5324
5325[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555326name = "tempfile"
github-actions8ef19812024-03-03 00:16:165327version = "3.10.1"
Aleksey Kladov850156a2018-03-29 07:34:555328source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165329checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
Aleksey Kladov850156a2018-03-29 07:34:555330dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425331 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425332 "fastrand",
chenx97141c4632023-09-21 11:31:015333 "rustix",
clubby7899b73db32024-01-29 12:21:165334 "windows-sys 0.52.0",
Aleksey Kladov850156a2018-03-29 07:34:555335]
5336
5337[[package]]
steveklabnikecfbaca2018-04-03 14:32:045338name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245339version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045340source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245341checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045342dependencies = [
Alex Crichton093ede22019-08-15 00:45:095343 "futf",
5344 "mac",
5345 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045346]
5347
5348[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295349name = "term"
flip19950046d7c2021-02-25 10:26:235350version = "0.7.0"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5353dependencies = [
5354 "dirs-next",
5355 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315356 "winapi",
flip19950046d7c2021-02-25 10:26:235357]
5358
5359[[package]]
Alex Crichton1cede102017-06-15 02:33:065360name = "termcolor"
clubby7899b73db32024-01-29 12:21:165361version = "1.4.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125362source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165363checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
Alex Crichtonfa5b3d32018-07-26 00:25:125364dependencies = [
Eric Huss89d79062020-07-29 18:02:055365 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125366]
5367
5368[[package]]
Eric Huss2717f602023-01-06 01:20:595369name = "terminal_size"
chenx97141c4632023-09-21 11:31:015370version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595371source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015372checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595373dependencies = [
chenx97141c4632023-09-21 11:31:015374 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175375 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595376]
5377
5378[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485379name = "termize"
5380version = "0.1.1"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5383dependencies = [
5384 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315385 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485386]
5387
5388[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295389name = "test"
5390version = "0.0.0"
5391dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085392 "core",
Alex Crichton093ede22019-08-15 00:45:095393 "getopts",
Tyler Mandryf622e832024-01-24 23:57:435394 "libc",
Alex Crichtonb47c9692019-08-16 15:29:085395 "panic_abort",
5396 "panic_unwind",
Alex Crichtonb47c9692019-08-16 15:29:085397 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295398]
5399
5400[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305401name = "thin-vec"
John Kåre Alsaker862011e2023-02-16 18:29:115402version = "0.2.13"
Nicholas Nethercoteb38106b2022-08-17 04:22:305403source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker862011e2023-02-16 18:29:115404checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305405
5406[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305407name = "thiserror"
github-actions36c09332024-05-19 00:17:385408version = "1.0.61"
Pietro Albini9beb8f52019-11-26 11:06:305409source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385410checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
Pietro Albini9beb8f52019-11-26 11:06:305411dependencies = [
5412 "thiserror-impl",
5413]
5414
5415[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305416name = "thiserror-impl"
github-actions36c09332024-05-19 00:17:385417version = "1.0.61"
Pietro Albini9beb8f52019-11-26 11:06:305418source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385419checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
Pietro Albini9beb8f52019-11-26 11:06:305420dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155421 "proc-macro2",
5422 "quote",
github-actions36c09332024-05-19 00:17:385423 "syn 2.0.64",
Pietro Albini9beb8f52019-11-26 11:06:305424]
5425
5426[[package]]
David Wood2dc1a8a2021-12-03 14:24:055427name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385428version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055429source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385430checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055431dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:325432 "gimli 0.28.1",
klensyc653bb92023-11-18 09:42:055433 "hashbrown",
Ben Kimock2f6fb232024-03-18 22:47:415434 "object 0.32.2",
David Wood2dc1a8a2021-12-03 14:24:055435 "tracing",
5436]
5437
5438[[package]]
Steve Klabnika0769612017-02-07 23:13:575439name = "thread_local"
github-actions8ef19812024-03-03 00:16:165440version = "1.1.8"
Igor Matuszewski8fc4bba2020-02-12 14:47:315441source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165442checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Igor Matuszewski8fc4bba2020-02-12 14:47:315443dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355444 "cfg-if",
klensy9f621ae2022-01-24 17:19:215445 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315446]
5447
5448[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005449name = "threadpool"
5450version = "1.8.1"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5453dependencies = [
5454 "num_cpus",
5455]
5456
5457[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295458name = "tidy"
5459version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565460dependencies = [
Ralf Jung5aecfe42023-10-07 05:55:485461 "cargo_metadata 0.15.4",
yukang18511ba2022-11-04 08:56:485462 "ignore",
Jakob Degen17395b42022-10-31 00:17:255463 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095464 "regex",
donno2048e2ab5402024-04-18 06:57:435465 "rustc-hash",
DebugSteven540ca2f2023-01-05 04:57:205466 "semver",
Nilstrieb75b3ee22022-12-30 11:23:055467 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095468 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565469]
Ahmed Charles9ca382f2016-09-02 08:55:295470
5471[[package]]
Eric Hussce717472020-08-11 23:49:395472name = "tier-check"
5473version = "0.1.0"
5474
5475[[package]]
Esteban Küber8eb58432023-03-03 22:25:185476name = "time"
Caleb Sander43c8e132024-05-04 18:20:465477version = "0.3.36"
Esteban Küber8eb58432023-03-03 22:25:185478source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465479checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
Esteban Küber8eb58432023-03-03 22:25:185480dependencies = [
clubby7896ac3b572024-01-29 12:16:205481 "deranged",
Esteban Küber8eb58432023-03-03 22:25:185482 "itoa",
clubby7899b73db32024-01-29 12:21:165483 "num-conv",
clubby7896ac3b572024-01-29 12:16:205484 "powerfmt",
Esteban Küber8eb58432023-03-03 22:25:185485 "serde",
5486 "time-core",
5487 "time-macros",
5488]
5489
5490[[package]]
5491name = "time-core"
clubby7896ac3b572024-01-29 12:16:205492version = "0.1.2"
Esteban Küber8eb58432023-03-03 22:25:185493source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7896ac3b572024-01-29 12:16:205494checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
Esteban Küber8eb58432023-03-03 22:25:185495
5496[[package]]
5497name = "time-macros"
Caleb Sander43c8e132024-05-04 18:20:465498version = "0.2.18"
Esteban Küber8eb58432023-03-03 22:25:185499source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465500checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
Esteban Küber8eb58432023-03-03 22:25:185501dependencies = [
clubby7899b73db32024-01-29 12:21:165502 "num-conv",
Esteban Küber8eb58432023-03-03 22:25:185503 "time-core",
5504]
5505
5506[[package]]
David Wood7f916972022-03-26 07:27:435507name = "tinystr"
clubby7899b73db32024-01-29 12:21:165508version = "0.7.5"
David Wood7f916972022-03-26 07:27:435509source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165510checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
Manish Goregaokar288194e2022-10-19 23:24:425511dependencies = [
5512 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255513 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425514]
David Wood7f916972022-03-26 07:27:435515
5516[[package]]
Mark Rousskov342d9562020-08-17 15:21:445517name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565518version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445519source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565520checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5521dependencies = [
5522 "tinyvec_macros",
5523]
5524
5525[[package]]
5526name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355527version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565528source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355529checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445530
5531[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435532name = "tokio"
clubby789629d6942024-04-01 13:06:325533version = "1.37.0"
Matthias Krüger696fb8f2019-01-21 15:32:435534source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:325535checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
Matthias Krüger696fb8f2019-01-21 15:32:435536dependencies = [
Philipp Kronesa6d3c822023-07-02 13:07:475537 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095538 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315539 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435540]
5541
5542[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295543name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355544version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135545source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355546checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135547dependencies = [
Alex Crichton093ede22019-08-15 00:45:095548 "serde",
Eric Hussd2228ca2019-03-29 03:13:135549]
5550
5551[[package]]
Philipp Krones612c3422023-06-02 09:42:425552name = "toml"
clubby7899b73db32024-01-29 12:21:165553version = "0.7.8"
Philipp Krones612c3422023-06-02 09:42:425554source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165555checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
Philipp Krones612c3422023-06-02 09:42:425556dependencies = [
5557 "serde",
5558 "serde_spanned",
5559 "toml_datetime",
5560 "toml_edit",
5561]
5562
5563[[package]]
5564name = "toml_datetime"
github-actions36c09332024-05-19 00:17:385565version = "0.6.6"
Philipp Krones612c3422023-06-02 09:42:425566source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385567checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
Philipp Krones612c3422023-06-02 09:42:425568dependencies = [
5569 "serde",
5570]
5571
5572[[package]]
5573name = "toml_edit"
clubby7899b73db32024-01-29 12:21:165574version = "0.19.15"
Philipp Krones612c3422023-06-02 09:42:425575source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165576checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
Philipp Krones612c3422023-06-02 09:42:425577dependencies = [
klensyc653bb92023-11-18 09:42:055578 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425579 "serde",
5580 "serde_spanned",
5581 "toml_datetime",
5582 "winnow",
5583]
5584
5585[[package]]
Eric Hussa882fdd2021-12-03 20:25:075586name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595587version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075588source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595589checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075590
5591[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095592name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355593version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095594source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355595checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095596dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425597 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315598 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095599 "tracing-attributes",
5600 "tracing-core",
5601]
5602
5603[[package]]
5604name = "tracing-attributes"
clubby7899b73db32024-01-29 12:21:165605version = "0.1.27"
Jack Hueyecb8b9f2020-05-27 05:05:095606source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165607checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
Jack Hueyecb8b9f2020-05-27 05:05:095608dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155609 "proc-macro2",
5610 "quote",
github-actions36c09332024-05-19 00:17:385611 "syn 2.0.64",
Jack Hueyecb8b9f2020-05-27 05:05:095612]
5613
5614[[package]]
5615name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245616version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095617source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245618checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095619dependencies = [
Oli Scherere8962282022-07-05 08:26:125620 "once_cell",
5621 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095622]
5623
5624[[package]]
Ralf Jung10430db2022-07-15 14:04:235625name = "tracing-error"
5626version = "0.2.0"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5629dependencies = [
5630 "tracing",
5631 "tracing-subscriber",
5632]
5633
5634[[package]]
Jack Hueyd66452c2020-08-04 22:35:375635name = "tracing-log"
clubby7899b73db32024-01-29 12:21:165636version = "0.2.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5639dependencies = [
5640 "log",
5641 "once_cell",
Jack Hueyd66452c2020-08-04 22:35:375642 "tracing-core",
5643]
5644
5645[[package]]
Oliver Schererec7230f2020-07-24 18:42:005646name = "tracing-subscriber"
clubby7899b73db32024-01-29 12:21:165647version = "0.3.18"
Oliver Schererec7230f2020-07-24 18:42:005648source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165649checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
Oliver Schererec7230f2020-07-24 18:42:005650dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005651 "matchers",
klensy71ea5062024-03-30 14:39:435652 "nu-ansi-term 0.46.0",
Nilstrieb3295cdf2023-06-26 07:21:355653 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505654 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005655 "regex",
Oliver Schererec7230f2020-07-24 18:42:005656 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295657 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445658 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595659 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005660 "tracing-core",
klensy71ea5062024-03-30 14:39:435661 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375662]
5663
5664[[package]]
5665name = "tracing-tree"
klensy71ea5062024-03-30 14:39:435666version = "0.3.0"
Jack Hueyd66452c2020-08-04 22:35:375667source = "registry+https://github.com/rust-lang/crates.io-index"
klensy71ea5062024-03-30 14:39:435668checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675"
Jack Hueyd66452c2020-08-04 22:35:375669dependencies = [
klensy71ea5062024-03-30 14:39:435670 "nu-ansi-term 0.49.0",
pierwillea25b772021-12-21 17:00:305671 "tracing-core",
klensy71ea5062024-03-30 14:39:435672 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375673 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005674]
5675
5676[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005677name = "twox-hash"
5678version = "1.6.3"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5681dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425682 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415683 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005684 "static_assertions",
5685]
5686
5687[[package]]
David Wood7f916972022-03-26 07:27:435688name = "type-map"
Mark Rousskov12200c92024-05-11 14:27:175689version = "0.5.0"
David Wood7f916972022-03-26 07:27:435690source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175691checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
David Wood7f916972022-03-26 07:27:435692dependencies = [
5693 "rustc-hash",
5694]
5695
5696[[package]]
Eric Huss8c20add2018-12-03 01:33:205697name = "typenum"
clubby7899b73db32024-01-29 12:21:165698version = "1.17.0"
Eric Huss8c20add2018-12-03 01:33:205699source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165700checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Eric Huss8c20add2018-12-03 01:33:205701
5702[[package]]
Mark Rousskov064f8882020-01-13 21:40:195703name = "ucd-parse"
clubby7899b73db32024-01-29 12:21:165704version = "0.1.13"
Mark Rousskov064f8882020-01-13 21:40:195705source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165706checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
Mark Rousskov064f8882020-01-13 21:40:195707dependencies = [
clubby7899b73db32024-01-29 12:21:165708 "regex-lite",
Mark Rousskov064f8882020-01-13 21:40:195709]
5710
5711[[package]]
James Munnsde763692019-01-19 02:39:375712name = "ucd-trie"
clubby7899b73db32024-01-29 12:21:165713version = "0.1.6"
James Munnsde763692019-01-19 02:39:375714source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165715checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
James Munnsde763692019-01-19 02:39:375716
5717[[package]]
Ralf Junga272c452022-05-30 08:17:465718name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075719version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175720source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075721checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175722dependencies = [
clubby7899b73db32024-01-29 12:21:165723 "annotate-snippets 0.9.2",
Philipp Kronesac25a732023-08-24 19:33:175724 "anyhow",
5725 "bstr",
5726 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485727 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175728 "color-eyre",
5729 "colored",
5730 "comma",
5731 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175732 "indicatif",
5733 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535734 "levenshtein",
Philipp Kronesac25a732023-08-24 19:33:175735 "prettydiff",
5736 "regex",
5737 "rustc_version",
Eric Huss123b3032024-04-13 17:54:135738 "rustfix 0.6.1",
Philipp Kronesac25a732023-08-24 19:33:175739 "serde",
5740 "serde_json",
5741 "tempfile",
5742]
5743
5744[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235745name = "ui_test"
Philipp Kronese395dc92024-05-02 15:27:085746version = "0.23.0"
Philipp Kronesf99056b2024-02-27 14:50:235747source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Kronese395dc92024-05-02 15:27:085748checksum = "29e5f4ffcbab82453958fbf59990e981b8e8a177dcd60c2bd8f9b52c3036a6e1"
Philipp Kronesf99056b2024-02-27 14:50:235749dependencies = [
Philipp Kronese395dc92024-05-02 15:27:085750 "annotate-snippets 0.11.2",
Philipp Kronesf99056b2024-02-27 14:50:235751 "anyhow",
5752 "bstr",
5753 "cargo-platform",
5754 "cargo_metadata 0.18.1",
5755 "color-eyre",
5756 "colored",
5757 "comma",
5758 "crossbeam-channel",
5759 "indicatif",
5760 "lazy_static",
5761 "levenshtein",
5762 "prettydiff",
5763 "regex",
5764 "rustc_version",
Philipp Kronese395dc92024-05-02 15:27:085765 "rustfix 0.8.1",
Philipp Kronesf99056b2024-02-27 14:50:235766 "serde",
5767 "serde_json",
5768 "spanned",
5769 "tempfile",
5770]
5771
5772[[package]]
David Wood7f916972022-03-26 07:27:435773name = "unic-langid"
Mark Rousskov12200c92024-05-11 14:27:175774version = "0.9.5"
David Wood7f916972022-03-26 07:27:435775source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175776checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
David Wood7f916972022-03-26 07:27:435777dependencies = [
5778 "unic-langid-impl",
5779 "unic-langid-macros",
5780]
5781
5782[[package]]
5783name = "unic-langid-impl"
Mark Rousskov12200c92024-05-11 14:27:175784version = "0.9.5"
David Wood7f916972022-03-26 07:27:435785source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175786checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
David Wood7f916972022-03-26 07:27:435787dependencies = [
5788 "tinystr",
5789]
5790
5791[[package]]
5792name = "unic-langid-macros"
Mark Rousskov12200c92024-05-11 14:27:175793version = "0.9.5"
David Wood7f916972022-03-26 07:27:435794source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175795checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
David Wood7f916972022-03-26 07:27:435796dependencies = [
5797 "proc-macro-hack",
5798 "tinystr",
5799 "unic-langid-impl",
5800 "unic-langid-macros-impl",
5801]
5802
5803[[package]]
5804name = "unic-langid-macros-impl"
Mark Rousskov12200c92024-05-11 14:27:175805version = "0.9.5"
David Wood7f916972022-03-26 07:27:435806source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175807checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
David Wood7f916972022-03-26 07:27:435808dependencies = [
5809 "proc-macro-hack",
5810 "quote",
github-actions36c09332024-05-19 00:17:385811 "syn 2.0.64",
David Wood7f916972022-03-26 07:27:435812 "unic-langid-impl",
5813]
5814
5815[[package]]
Andy Russell30301642019-04-20 17:03:595816name = "unicase"
Charles Lew806b2b22023-11-23 10:55:115817version = "2.7.0"
Andy Russell30301642019-04-20 17:03:595818source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew806b2b22023-11-23 10:55:115819checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
Andy Russell30301642019-04-20 17:03:595820dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405821 "version_check",
Andy Russell30301642019-04-20 17:03:595822]
5823
5824[[package]]
Mark Rousskov064f8882020-01-13 21:40:195825name = "unicode-bdd"
5826version = "0.1.0"
5827dependencies = [
5828 "ucd-parse",
5829]
5830
5831[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585832name = "unicode-bidi"
clubby7899b73db32024-01-29 12:21:165833version = "0.3.15"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585834source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165835checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585836
5837[[package]]
Andres Suareza65ddf02022-10-09 03:25:405838name = "unicode-ident"
clubby7899b73db32024-01-29 12:21:165839version = "1.0.12"
Andres Suareza65ddf02022-10-09 03:25:405840source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165841checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
Andres Suareza65ddf02022-10-09 03:25:405842
5843[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585844name = "unicode-normalization"
github-actions8ef19812024-03-03 00:16:165845version = "0.1.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585846source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165847checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
Charles Lew0bcddfe2019-11-23 14:33:405848dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445849 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405850]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585851
5852[[package]]
Charles Lewbca79a22023-07-29 00:47:215853name = "unicode-properties"
clubby7899b73db32024-01-29 12:21:165854version = "0.1.1"
Charles Lewbca79a22023-07-29 00:47:215855source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165856checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
Charles Lewbca79a22023-07-29 00:47:215857
5858[[package]]
Charles Lew485e98a2020-01-02 12:02:225859name = "unicode-script"
github-actions8ef19812024-03-03 00:16:165860version = "0.5.6"
Charles Lew485e98a2020-01-02 12:02:225861source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165862checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
Charles Lew485e98a2020-01-02 12:02:225863
5864[[package]]
5865name = "unicode-security"
clubby7899b73db32024-01-29 12:21:165866version = "0.1.1"
Charles Lew485e98a2020-01-02 12:02:225867source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165868checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
Charles Lew485e98a2020-01-02 12:02:225869dependencies = [
Charles Lewc05961c2020-04-25 01:38:315870 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225871 "unicode-script",
5872]
5873
5874[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585875name = "unicode-segmentation"
clubby7899b73db32024-01-29 12:21:165876version = "1.11.0"
Steve Klabnika0769612017-02-07 23:13:575877source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165878checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
Steve Klabnika0769612017-02-07 23:13:575879
5880[[package]]
5881name = "unicode-width"
Mark Rousskov12200c92024-05-11 14:27:175882version = "0.1.12"
Steve Klabnika0769612017-02-07 23:13:575883source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175884checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
Alex Crichtonb47c9692019-08-16 15:29:085885dependencies = [
5886 "compiler_builtins",
5887 "rustc-std-workspace-core",
5888 "rustc-std-workspace-std",
5889]
Steve Klabnika0769612017-02-07 23:13:575890
5891[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585892name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565893version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395894source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565895checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395896
5897[[package]]
Michael Howellb29d9d52021-02-24 06:42:425898name = "unified-diff"
5899version = "0.2.1"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5902dependencies = [
5903 "diff",
5904]
5905
5906[[package]]
est31c2d59062017-06-12 19:35:475907name = "unstable-book-gen"
5908version = "0.1.0"
5909dependencies = [
Alex Crichton093ede22019-08-15 00:45:095910 "num-traits",
5911 "tidy",
est31c2d59062017-06-12 19:35:475912]
5913
5914[[package]]
Nick Cameron71a0be02017-09-25 04:13:295915name = "unwind"
5916version = "0.0.0"
5917dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425918 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095919 "compiler_builtins",
5920 "core",
5921 "libc",
Sean Cross2a533df2023-10-23 07:36:595922 "unwinding",
5923]
5924
5925[[package]]
5926name = "unwinding"
5927version = "0.2.1"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
5930dependencies = [
5931 "compiler_builtins",
Jubilee Young3ec9d8d2024-05-28 00:05:325932 "gimli 0.28.1",
Sean Cross2a533df2023-10-23 07:36:595933 "rustc-std-workspace-core",
Nick Cameron71a0be02017-09-25 04:13:295934]
5935
5936[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585937name = "url"
clubby7899b73db32024-01-29 12:21:165938version = "2.5.0"
Eric Hussf2428a62019-08-01 00:44:395939source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165940checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
Eric Hussf2428a62019-08-01 00:44:395941dependencies = [
Eric Hussf3287a62021-05-12 00:39:515942 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435943 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435944 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395945]
5946
5947[[package]]
steveklabnikecfbaca2018-04-03 14:32:045948name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355949version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045950source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355951checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045952
5953[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:525954name = "utf8-width"
5955version = "0.1.7"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
5958
5959[[package]]
Eric Hussd5e03532019-05-23 20:27:495960name = "utf8parse"
Eric Huss6e298622023-04-01 15:49:205961version = "0.2.1"
Eric Hussd5e03532019-05-23 20:27:495962source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss6e298622023-04-01 15:49:205963checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
Eric Hussd5e03532019-05-23 20:27:495964
5965[[package]]
Pietro Albini13efb202022-11-15 09:19:175966name = "uuid"
github-actions1848b462024-03-24 12:09:285967version = "1.8.0"
Pietro Albini13efb202022-11-15 09:19:175968source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:285969checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
Pietro Albini13efb202022-11-15 09:19:175970dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415971 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175972]
5973
5974[[package]]
Oli Scherere8962282022-07-05 08:26:125975name = "valuable"
5976version = "0.1.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5979
5980[[package]]
Alex Crichton1cede102017-06-15 02:33:065981name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355982version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065983source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355984checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065985
5986[[package]]
Alex Crichtonb4110902018-12-08 11:06:545987name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:245988version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:075989source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:245990checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:075991
5992[[package]]
Josh Stone020c5ec2017-05-08 22:01:135993name = "walkdir"
github-actions8ef19812024-03-03 00:16:165994version = "2.5.0"
Alex Crichton80d6ed22018-01-08 21:56:225995source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165996checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
Alex Crichton80d6ed22018-01-08 21:56:225997dependencies = [
Alex Crichton093ede22019-08-15 00:45:095998 "same-file",
Alex Crichton093ede22019-08-15 00:45:095999 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:226000]
6001
6002[[package]]
newpavlov6374b842019-08-29 17:13:156003name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:136004version = "0.11.0+wasi-snapshot-preview1"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:156007dependencies = [
6008 "compiler_builtins",
6009 "rustc-std-workspace-alloc",
6010 "rustc-std-workspace-core",
6011]
6012
6013[[package]]
nilsf77541a2023-04-11 11:46:416014name = "wasm-bindgen"
github-actionsc486d2d2024-03-17 00:26:016015version = "0.2.92"
nilsf77541a2023-04-11 11:46:416016source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016017checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
nilsf77541a2023-04-11 11:46:416018dependencies = [
6019 "cfg-if",
6020 "wasm-bindgen-macro",
6021]
6022
6023[[package]]
6024name = "wasm-bindgen-backend"
github-actionsc486d2d2024-03-17 00:26:016025version = "0.2.92"
nilsf77541a2023-04-11 11:46:416026source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016027checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
nilsf77541a2023-04-11 11:46:416028dependencies = [
6029 "bumpalo",
6030 "log",
6031 "once_cell",
6032 "proc-macro2",
6033 "quote",
github-actions36c09332024-05-19 00:17:386034 "syn 2.0.64",
nilsf77541a2023-04-11 11:46:416035 "wasm-bindgen-shared",
6036]
6037
6038[[package]]
nilsf77541a2023-04-11 11:46:416039name = "wasm-bindgen-macro"
github-actionsc486d2d2024-03-17 00:26:016040version = "0.2.92"
nilsf77541a2023-04-11 11:46:416041source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016042checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
nilsf77541a2023-04-11 11:46:416043dependencies = [
6044 "quote",
6045 "wasm-bindgen-macro-support",
6046]
6047
6048[[package]]
6049name = "wasm-bindgen-macro-support"
github-actionsc486d2d2024-03-17 00:26:016050version = "0.2.92"
nilsf77541a2023-04-11 11:46:416051source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016052checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
nilsf77541a2023-04-11 11:46:416053dependencies = [
6054 "proc-macro2",
6055 "quote",
github-actions36c09332024-05-19 00:17:386056 "syn 2.0.64",
nilsf77541a2023-04-11 11:46:416057 "wasm-bindgen-backend",
6058 "wasm-bindgen-shared",
6059]
6060
6061[[package]]
6062name = "wasm-bindgen-shared"
github-actionsc486d2d2024-03-17 00:26:016063version = "0.2.92"
nilsf77541a2023-04-11 11:46:416064source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016065checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
nilsf77541a2023-04-11 11:46:416066
6067[[package]]
Alex Crichton646e8e72024-02-22 16:12:096068name = "wasm-encoder"
6069version = "0.200.0"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9"
6072dependencies = [
6073 "leb128",
6074]
6075
6076[[package]]
Alex Crichton6181f3a2024-02-02 21:26:186077name = "wasmparser"
6078version = "0.118.2"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
6081dependencies = [
6082 "indexmap",
6083 "semver",
6084]
6085
6086[[package]]
Steve Klabnika0769612017-02-07 23:13:576087name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446088version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226089source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446090checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226091dependencies = [
Alex Crichton093ede22019-08-15 00:45:096092 "winapi-i686-pc-windows-gnu",
6093 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226094]
6095
6096[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226097name = "winapi-i686-pc-windows-gnu"
6098version = "0.4.0"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096100checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226101
6102[[package]]
Alex Crichton2863b752018-08-21 17:23:476103name = "winapi-util"
Mark Rousskov12200c92024-05-11 14:27:176104version = "0.1.8"
Alex Crichton2863b752018-08-21 17:23:476105source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176106checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
Alex Crichton2863b752018-08-21 17:23:476107dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176108 "windows-sys 0.52.0",
Alex Crichton2863b752018-08-21 17:23:476109]
6110
6111[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226112name = "winapi-x86_64-pc-windows-gnu"
6113version = "0.4.0"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096115checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226116
6117[[package]]
Weihang Loe52e0402023-03-07 22:16:276118name = "windows"
klensy35fe2672024-02-18 13:02:166119version = "0.52.0"
nilsf77541a2023-04-11 11:46:416120source = "registry+https://github.com/rust-lang/crates.io-index"
klensy35fe2672024-02-18 13:02:166121checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
nilsf77541a2023-04-11 11:46:416122dependencies = [
klensy35fe2672024-02-18 13:02:166123 "windows-core",
Mark Rousskov12200c92024-05-11 14:27:176124 "windows-targets 0.52.5",
Andy Russellbb7c3732023-01-15 18:43:156125]
6126
6127[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076128name = "windows-bindgen"
Daniel Paoliello32f5ca42024-03-27 17:49:216129version = "0.56.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076130source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Paoliello32f5ca42024-03-27 17:49:216131checksum = "a28e3ea6330cf17fdcdce8bf08d0549ce93769dca9bedc6c39c36c8c0e17db46"
Chris Dentonf9b3d6a2023-04-15 10:57:076132dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346133 "proc-macro2",
6134 "rayon",
Chris Dentonb25203e2024-03-03 14:44:586135 "serde",
6136 "serde_json",
github-actions36c09332024-05-19 00:17:386137 "syn 2.0.64",
Chris Dentonf9b3d6a2023-04-15 10:57:076138 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076139]
6140
6141[[package]]
clubby7899b73db32024-01-29 12:21:166142name = "windows-core"
6143version = "0.52.0"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
6146dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176147 "windows-targets 0.52.5",
clubby7899b73db32024-01-29 12:21:166148]
6149
6150[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076151name = "windows-metadata"
Daniel Paoliello32f5ca42024-03-27 17:49:216152version = "0.56.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076153source = "registry+https://github.com/rust-lang/crates.io-index"
Daniel Paoliello32f5ca42024-03-27 17:49:216154checksum = "3993f7827fff10c454e3a24847075598c7c08108304b8b07943c2c73d78f3b34"
Chris Dentonf9b3d6a2023-04-15 10:57:076155
6156[[package]]
Philipp Krones586cbd02022-06-04 12:07:446157name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386158version = "0.48.0"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6161dependencies = [
clubby7899b73db32024-01-29 12:21:166162 "windows-targets 0.48.5",
Philipp Kronesac25a732023-08-24 19:33:176163]
6164
6165[[package]]
clubby789527f9032024-01-21 23:51:336166name = "windows-sys"
6167version = "0.52.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6170dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176171 "windows-targets 0.52.5",
clubby789527f9032024-01-21 23:51:336172]
6173
6174[[package]]
Philipp Kronesac25a732023-08-24 19:33:176175name = "windows-targets"
clubby7899b73db32024-01-29 12:21:166176version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176177source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166178checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
Philipp Kronesac25a732023-08-24 19:33:176179dependencies = [
clubby7899b73db32024-01-29 12:21:166180 "windows_aarch64_gnullvm 0.48.5",
6181 "windows_aarch64_msvc 0.48.5",
6182 "windows_i686_gnu 0.48.5",
6183 "windows_i686_msvc 0.48.5",
6184 "windows_x86_64_gnu 0.48.5",
6185 "windows_x86_64_gnullvm 0.48.5",
6186 "windows_x86_64_msvc 0.48.5",
Weihang Lo6f38fd52023-02-07 22:26:226187]
6188
6189[[package]]
clubby789527f9032024-01-21 23:51:336190name = "windows-targets"
Mark Rousskov12200c92024-05-11 14:27:176191version = "0.52.5"
clubby789527f9032024-01-21 23:51:336192source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176193checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
clubby789527f9032024-01-21 23:51:336194dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176195 "windows_aarch64_gnullvm 0.52.5",
6196 "windows_aarch64_msvc 0.52.5",
6197 "windows_i686_gnu 0.52.5",
6198 "windows_i686_gnullvm",
6199 "windows_i686_msvc 0.52.5",
6200 "windows_x86_64_gnu 0.52.5",
6201 "windows_x86_64_gnullvm 0.52.5",
6202 "windows_x86_64_msvc 0.52.5",
clubby789527f9032024-01-21 23:51:336203]
6204
6205[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226206name = "windows_aarch64_gnullvm"
clubby7899b73db32024-01-29 12:21:166207version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176208source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166209checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
nilsf77541a2023-04-11 11:46:416210
6211[[package]]
clubby789527f9032024-01-21 23:51:336212name = "windows_aarch64_gnullvm"
Mark Rousskov12200c92024-05-11 14:27:176213version = "0.52.5"
clubby789527f9032024-01-21 23:51:336214source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176215checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
clubby789527f9032024-01-21 23:51:336216
6217[[package]]
Philipp Krones586cbd02022-06-04 12:07:446218name = "windows_aarch64_msvc"
clubby7899b73db32024-01-29 12:21:166219version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176220source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166221checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
nilsf77541a2023-04-11 11:46:416222
6223[[package]]
clubby789527f9032024-01-21 23:51:336224name = "windows_aarch64_msvc"
Mark Rousskov12200c92024-05-11 14:27:176225version = "0.52.5"
clubby789527f9032024-01-21 23:51:336226source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176227checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
clubby789527f9032024-01-21 23:51:336228
6229[[package]]
Philipp Krones586cbd02022-06-04 12:07:446230name = "windows_i686_gnu"
clubby7899b73db32024-01-29 12:21:166231version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176232source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166233checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
nilsf77541a2023-04-11 11:46:416234
6235[[package]]
clubby789527f9032024-01-21 23:51:336236name = "windows_i686_gnu"
Mark Rousskov12200c92024-05-11 14:27:176237version = "0.52.5"
clubby789527f9032024-01-21 23:51:336238source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176239checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
6240
6241[[package]]
6242name = "windows_i686_gnullvm"
6243version = "0.52.5"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
clubby789527f9032024-01-21 23:51:336246
6247[[package]]
Philipp Krones586cbd02022-06-04 12:07:446248name = "windows_i686_msvc"
clubby7899b73db32024-01-29 12:21:166249version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176250source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166251checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
nilsf77541a2023-04-11 11:46:416252
6253[[package]]
clubby789527f9032024-01-21 23:51:336254name = "windows_i686_msvc"
Mark Rousskov12200c92024-05-11 14:27:176255version = "0.52.5"
clubby789527f9032024-01-21 23:51:336256source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176257checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
clubby789527f9032024-01-21 23:51:336258
6259[[package]]
Philipp Krones586cbd02022-06-04 12:07:446260name = "windows_x86_64_gnu"
clubby7899b73db32024-01-29 12:21:166261version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176262source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166263checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
nilsf77541a2023-04-11 11:46:416264
6265[[package]]
clubby789527f9032024-01-21 23:51:336266name = "windows_x86_64_gnu"
Mark Rousskov12200c92024-05-11 14:27:176267version = "0.52.5"
clubby789527f9032024-01-21 23:51:336268source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176269checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
clubby789527f9032024-01-21 23:51:336270
6271[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556272name = "windows_x86_64_gnullvm"
clubby7899b73db32024-01-29 12:21:166273version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176274source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166275checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
nilsf77541a2023-04-11 11:46:416276
6277[[package]]
clubby789527f9032024-01-21 23:51:336278name = "windows_x86_64_gnullvm"
Mark Rousskov12200c92024-05-11 14:27:176279version = "0.52.5"
clubby789527f9032024-01-21 23:51:336280source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176281checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
clubby789527f9032024-01-21 23:51:336282
6283[[package]]
Philipp Krones586cbd02022-06-04 12:07:446284name = "windows_x86_64_msvc"
clubby7899b73db32024-01-29 12:21:166285version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176286source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166287checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
nilsf77541a2023-04-11 11:46:416288
6289[[package]]
clubby789527f9032024-01-21 23:51:336290name = "windows_x86_64_msvc"
Mark Rousskov12200c92024-05-11 14:27:176291version = "0.52.5"
clubby789527f9032024-01-21 23:51:336292source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176293checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
clubby789527f9032024-01-21 23:51:336294
6295[[package]]
Philipp Krones612c3422023-06-02 09:42:426296name = "winnow"
clubby7899b73db32024-01-29 12:21:166297version = "0.5.40"
Philipp Krones612c3422023-06-02 09:42:426298source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166299checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
Philipp Krones612c3422023-06-02 09:42:426300dependencies = [
6301 "memchr",
6302]
6303
6304[[package]]
Charles Lewa7750042022-11-06 06:43:256305name = "writeable"
clubby7899b73db32024-01-29 12:21:166306version = "0.5.4"
Charles Lewa7750042022-11-06 06:43:256307source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166308checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
Charles Lewa7750042022-11-06 06:43:256309
6310[[package]]
Josh Stone020c5ec2017-05-08 22:01:136311name = "xattr"
clubby7899b73db32024-01-29 12:21:166312version = "1.3.1"
Josh Stone020c5ec2017-05-08 22:01:136313source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166314checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
Josh Stone020c5ec2017-05-08 22:01:136315dependencies = [
Alex Crichton093ede22019-08-15 00:45:096316 "libc",
clubby7899b73db32024-01-29 12:21:166317 "linux-raw-sys",
6318 "rustix",
Josh Stone020c5ec2017-05-08 22:01:136319]
6320
6321[[package]]
Josh Stone020c5ec2017-05-08 22:01:136322name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256323version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136324source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256325checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136326dependencies = [
Alex Crichton093ede22019-08-15 00:45:096327 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136328]
6329
6330[[package]]
Igor Matuszewski2214a412021-05-03 20:59:356331name = "yansi-term"
6332version = "0.1.2"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6335dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316336 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356337]
Charles Lewa7750042022-11-06 06:43:256338
6339[[package]]
6340name = "yoke"
clubby7899b73db32024-01-29 12:21:166341version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:256342source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166343checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
Charles Lewa7750042022-11-06 06:43:256344dependencies = [
6345 "serde",
6346 "stable_deref_trait",
6347 "yoke-derive",
6348 "zerofrom",
6349]
6350
6351[[package]]
6352name = "yoke-derive"
clubby7899b73db32024-01-29 12:21:166353version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:256354source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166355checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
Charles Lewa7750042022-11-06 06:43:256356dependencies = [
6357 "proc-macro2",
6358 "quote",
github-actions36c09332024-05-19 00:17:386359 "syn 2.0.64",
klensy7142c8d2023-11-09 11:37:306360 "synstructure",
Charles Lewa7750042022-11-06 06:43:256361]
6362
6363[[package]]
Ralf Jung71c9ceb2023-12-02 18:16:096364name = "zerocopy"
Mark Rousskov12200c92024-05-11 14:27:176365version = "0.7.34"
Ralf Jung71c9ceb2023-12-02 18:16:096366source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176367checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
Ralf Jung71c9ceb2023-12-02 18:16:096368dependencies = [
6369 "zerocopy-derive",
6370]
6371
6372[[package]]
6373name = "zerocopy-derive"
Mark Rousskov12200c92024-05-11 14:27:176374version = "0.7.34"
Ralf Jung71c9ceb2023-12-02 18:16:096375source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176376checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
Ralf Jung71c9ceb2023-12-02 18:16:096377dependencies = [
6378 "proc-macro2",
6379 "quote",
github-actions36c09332024-05-19 00:17:386380 "syn 2.0.64",
Ralf Jung71c9ceb2023-12-02 18:16:096381]
6382
6383[[package]]
Charles Lewa7750042022-11-06 06:43:256384name = "zerofrom"
klensy7142c8d2023-11-09 11:37:306385version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256386source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306387checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
Charles Lewa7750042022-11-06 06:43:256388dependencies = [
6389 "zerofrom-derive",
6390]
6391
6392[[package]]
6393name = "zerofrom-derive"
klensy7142c8d2023-11-09 11:37:306394version = "0.1.3"
Charles Lewa7750042022-11-06 06:43:256395source = "registry+https://github.com/rust-lang/crates.io-index"
klensy7142c8d2023-11-09 11:37:306396checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
Charles Lewa7750042022-11-06 06:43:256397dependencies = [
6398 "proc-macro2",
6399 "quote",
github-actions36c09332024-05-19 00:17:386400 "syn 2.0.64",
klensy7142c8d2023-11-09 11:37:306401 "synstructure",
Charles Lewa7750042022-11-06 06:43:256402]
6403
6404[[package]]
6405name = "zerovec"
clubby7899b73db32024-01-29 12:21:166406version = "0.10.1"
Charles Lewa7750042022-11-06 06:43:256407source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166408checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
Charles Lewa7750042022-11-06 06:43:256409dependencies = [
6410 "yoke",
6411 "zerofrom",
6412 "zerovec-derive",
6413]
6414
6415[[package]]
6416name = "zerovec-derive"
clubby7899b73db32024-01-29 12:21:166417version = "0.10.1"
Charles Lewa7750042022-11-06 06:43:256418source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166419checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
Charles Lewa7750042022-11-06 06:43:256420dependencies = [
6421 "proc-macro2",
6422 "quote",
github-actions36c09332024-05-19 00:17:386423 "syn 2.0.64",
Charles Lewa7750042022-11-06 06:43:256424]