blob: 86a253d711807b5e9992158ffa010dbbf27c07a1 [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.
GnomedDev8de8f462024-10-10 18:56:213version = 4
Eric Hussea194b82021-03-26 19:29:084
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]]
Alex Crichton06d565c2020-05-13 21:22:3715name = "adler"
Ralf Jung10430db2022-07-15 14:04:2316version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Ralf Jung10430db2022-07-15 14:04:2319
20[[package]]
Trevor Gross4a515bd2024-08-26 20:02:5421name = "adler2"
22version = "2.0.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
26[[package]]
Ralf Jung49e8acb2023-10-21 06:41:4527name = "aes"
clubby7899b73db32024-01-29 12:21:1628version = "0.8.4"
Ralf Jung49e8acb2023-10-21 06:41:4529source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1630checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
Ralf Jung49e8acb2023-10-21 06:41:4531dependencies = [
32 "cfg-if",
33 "cipher",
34 "cpufeatures",
35]
36
37[[package]]
Lain Yang9a337b62022-01-07 05:32:5838name = "ahash"
github-actionsc486d2d2024-03-17 00:26:0139version = "0.8.11"
Amanieu d'Antrasa529ba82023-01-09 17:49:2440source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:0141checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
Amanieu d'Antrasa529ba82023-01-09 17:49:2442dependencies = [
43 "cfg-if",
Guillaume Gomez8d40b9e2024-07-18 18:56:3644 "getrandom",
Amanieu d'Antrasa529ba82023-01-09 17:49:2445 "once_cell",
46 "version_check",
Ralf Jung71c9ceb2023-12-02 18:16:0947 "zerocopy",
Amanieu d'Antrasa529ba82023-01-09 17:49:2448]
49
50[[package]]
Steve Klabnika0769612017-02-07 23:13:5751name = "aho-corasick"
github-actions1848b462024-03-24 12:09:2852version = "1.1.3"
Eric Huss6a09cfa2019-05-16 05:27:3953source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:2854checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
Eric Huss6a09cfa2019-05-16 05:27:3955dependencies = [
Alex Crichton093ede22019-08-15 00:45:0956 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3957]
58
59[[package]]
The 8472479be6a2023-06-08 14:55:4960name = "allocator-api2"
Mark Rousskov12200c92024-05-11 14:27:1761version = "0.2.18"
The 8472479be6a2023-06-08 14:55:4962source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:1763checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
The 8472479be6a2023-06-08 14:55:4964
65[[package]]
steveklabnikecfbaca2018-04-03 14:32:0466name = "ammonia"
github-actions36c09332024-05-19 00:17:3867version = "4.0.0"
Eric Huss2dafa912019-06-19 03:36:4768source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:3869checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
Eric Huss2dafa912019-06-19 03:36:4770dependencies = [
klensy52242f22024-06-15 15:53:4571 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0972 "maplit",
klensy947e7872022-04-15 18:11:1473 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0974 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4375 "url",
Eric Huss2dafa912019-06-19 03:36:4776]
77
78[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3579name = "android-tzdata"
80version = "0.1.1"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
83
84[[package]]
nilsf77541a2023-04-11 11:46:4185name = "android_system_properties"
86version = "0.1.5"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
89dependencies = [
90 "libc",
91]
92
93[[package]]
topecongiroca19ffe2019-04-17 22:42:1894name = "annotate-snippets"
clubby7899b73db32024-01-29 12:21:1695version = "0.9.2"
Caleb Cartwrightf367f4d2022-06-13 03:04:5496source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1697checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
Igor Matuszewski2214a412021-05-03 20:59:3598dependencies = [
printfn46b41b42024-10-12 21:57:5099 "unicode-width 0.1.14",
Igor Matuszewski2214a412021-05-03 20:59:35100 "yansi-term",
101]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26102
103[[package]]
klensy5b153b52023-12-30 15:11:41104name = "annotate-snippets"
github-actions729ed812024-06-16 00:18:06105version = "0.11.4"
Philipp Kronese395dc92024-05-02 15:27:08106source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:06107checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
Philipp Kronese395dc92024-05-02 15:27:08108dependencies = [
109 "anstyle",
printfn46b41b42024-10-12 21:57:50110 "unicode-width 0.1.14",
Philipp Kronese395dc92024-05-02 15:27:08111]
112
113[[package]]
Eric Huss6e298622023-04-01 15:49:20114name = "anstream"
Trevor Gross7240da02024-08-07 07:09:12115version = "0.6.15"
Eric Huss51f20b42024-02-07 04:22:13116source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12117checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
Eric Huss51f20b42024-02-07 04:22:13118dependencies = [
119 "anstyle",
120 "anstyle-parse",
121 "anstyle-query",
Philipp Kronesf99056b2024-02-27 14:50:23122 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35123 "colorchoice",
Mark Rousskov12200c92024-05-11 14:27:17124 "is_terminal_polyfill",
Eric Huss6e298622023-04-01 15:49:20125 "utf8parse",
126]
127
128[[package]]
129name = "anstyle"
Trevor Gross7240da02024-08-07 07:09:12130version = "1.0.8"
Eric Huss6e298622023-04-01 15:49:20131source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12132checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
Eric Huss6e298622023-04-01 15:49:20133
134[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52135name = "anstyle-lossy"
Trevor Gross7240da02024-08-07 07:09:12136version = "1.1.2"
Esteban Kuberb4bdb562024-03-02 22:36:52137source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12138checksum = "f45c79b3b9413932fc255f2c19ca0d48eaab72c4ea1913bafaebf289cbc099f2"
Esteban Kuberb4bdb562024-03-02 22:36:52139dependencies = [
140 "anstyle",
141]
142
143[[package]]
Eric Huss6e298622023-04-01 15:49:20144name = "anstyle-parse"
Trevor Gross7240da02024-08-07 07:09:12145version = "0.2.5"
Eric Huss6e298622023-04-01 15:49:20146source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12147checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
Eric Huss6e298622023-04-01 15:49:20148dependencies = [
149 "utf8parse",
150]
151
152[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35153name = "anstyle-query"
Trevor Gross7240da02024-08-07 07:09:12154version = "1.1.1"
Eric Huss6e298622023-04-01 15:49:20155source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12156checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
Nilstrieb3295cdf2023-06-26 07:21:35157dependencies = [
clubby7899b73db32024-01-29 12:21:16158 "windows-sys 0.52.0",
Nilstrieb3295cdf2023-06-26 07:21:35159]
160
161[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52162name = "anstyle-svg"
Trevor Gross7240da02024-08-07 07:09:12163version = "0.1.5"
Esteban Kuberb4bdb562024-03-02 22:36:52164source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12165checksum = "962f6d5681926dbe5503b71057202d6723a33abe464c983b1d160bca3095a3bb"
Esteban Kuberb4bdb562024-03-02 22:36:52166dependencies = [
167 "anstream",
168 "anstyle",
169 "anstyle-lossy",
170 "html-escape",
printfn46b41b42024-10-12 21:57:50171 "unicode-width 0.1.14",
Esteban Kuberb4bdb562024-03-02 22:36:52172]
173
174[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35175name = "anstyle-wincon"
Trevor Gross7240da02024-08-07 07:09:12176version = "3.0.4"
Eric Huss51f20b42024-02-07 04:22:13177source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12178checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
Eric Huss51f20b42024-02-07 04:22:13179dependencies = [
180 "anstyle",
181 "windows-sys 0.52.0",
182]
183
184[[package]]
Eric Huss6da85d62020-01-14 17:47:04185name = "anyhow"
Trevor Gross4a515bd2024-08-26 20:02:54186version = "1.0.89"
Eric Huss6da85d62020-01-14 17:47:04187source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54188checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
Jakub Beránek91d2fb22023-06-03 07:41:44189dependencies = [
190 "backtrace",
191]
Eric Huss6da85d62020-01-14 17:47:04192
193[[package]]
bjorn3be670842022-05-28 10:43:51194name = "ar_archive_writer"
Chris Denton40af2142024-08-19 17:33:24195version = "0.4.2"
bjorn3be670842022-05-28 10:43:51196source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton40af2142024-08-19 17:33:24197checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4"
bjorn3be670842022-05-28 10:43:51198dependencies = [
Rémy Rakicd30b5f02024-09-01 12:21:04199 "object 0.36.4",
bjorn3be670842022-05-28 10:43:51200]
201
202[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59203name = "arrayref"
204version = "0.3.7"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
207
208[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54209name = "arrayvec"
Trevor Gross7240da02024-08-07 07:09:12210version = "0.7.6"
Jubilee Younge8eb6912021-04-22 04:40:29211source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12212checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
Nicholas Nethercotec492ca42020-07-14 00:31:54213
214[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05215name = "autocfg"
github-actionsbfc99512024-09-29 00:22:29216version = "1.4.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35217source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:29218checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
Mateusz Mikułaf5e702d2020-03-26 13:10:35219
220[[package]]
Ralf Jung10430db2022-07-15 14:04:23221name = "backtrace"
github-actions1848b462024-03-24 12:09:28222version = "0.3.71"
Ralf Jung10430db2022-07-15 14:04:23223source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28224checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
Ralf Jung10430db2022-07-15 14:04:23225dependencies = [
bjorn31f3be752024-08-01 20:09:50226 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23227 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42228 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23229 "libc",
Trevor Gross4a515bd2024-08-26 20:02:54230 "miniz_oxide 0.7.4",
Ben Kimock2f6fb232024-03-18 22:47:41231 "object 0.32.2",
Ralf Jung10430db2022-07-15 14:04:23232 "rustc-demangle",
233]
234
235[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44236name = "base64"
clubby7899b73db32024-01-29 12:21:16237version = "0.21.7"
Jakub Beránek91d2fb22023-06-03 07:41:44238source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16239checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
Jakub Beránek91d2fb22023-06-03 07:41:44240
241[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59242name = "basic-toml"
github-actionsc486d2d2024-03-17 00:26:01243version = "0.1.9"
Guillaume Gomez76714c32023-03-06 10:15:59244source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01245checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
Guillaume Gomez76714c32023-03-06 10:15:59246dependencies = [
247 "serde",
248]
249
250[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20251name = "bincode"
252version = "1.3.3"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
255dependencies = [
256 "serde",
257]
258
259[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58260name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20261version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01262source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20263checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01264
265[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35266name = "bitflags"
Trevor Gross7240da02024-08-07 07:09:12267version = "2.6.0"
Pietro Albiniacd8e592020-10-01 15:15:12268source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12269checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
Nilstrieb3295cdf2023-06-26 07:21:35270
271[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59272name = "blake3"
273version = "1.5.2"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "3d08263faac5cde2a4d52b513dadb80846023aade56fcd8fc99ba73ba8050e92"
276dependencies = [
277 "arrayref",
278 "arrayvec",
279 "cc",
280 "cfg-if",
281 "constant_time_eq",
282]
283
284[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35285name = "block-buffer"
286version = "0.10.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12289dependencies = [
klensy45fac342022-08-31 20:04:12290 "generic-array",
James Munnsde763692019-01-19 02:39:37291]
292
293[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39294name = "bstr"
Trevor Gross4a515bd2024-08-26 20:02:54295version = "1.10.0"
Ralf Jung55162732022-11-15 19:06:42296source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54297checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
Ralf Jung55162732022-11-15 19:06:42298dependencies = [
299 "memchr",
Trevor Gross4a515bd2024-08-26 20:02:54300 "regex-automata 0.4.7",
Ralf Jung55162732022-11-15 19:06:42301 "serde",
302]
303
304[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04305name = "build-manifest"
306version = "0.1.0"
307dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01308 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40309 "flate2",
Weihang Loe52e0402023-03-07 22:16:27310 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12311 "rayon",
Alex Crichton093ede22019-08-15 00:45:09312 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07313 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12314 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40315 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35316 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25317 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04318]
319
320[[package]]
Nilstrieb25c15312022-12-30 10:11:33321name = "build_helper"
322version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44323dependencies = [
324 "serde",
325 "serde_derive",
326]
Nilstrieb25c15312022-12-30 10:11:33327
328[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03329name = "bump-stage0"
330version = "0.1.0"
331dependencies = [
332 "anyhow",
onur-ozkanb46c3f22024-05-09 15:18:01333 "build_helper",
Pietro Albini80b81ad2021-08-26 09:26:03334 "curl",
klensyc653bb92023-11-18 09:42:05335 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03336 "serde",
Nilstrieb3295cdf2023-06-26 07:21:35337 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03338]
339
340[[package]]
nilsf77541a2023-04-11 11:46:41341name = "bumpalo"
Mark Rousskov12200c92024-05-11 14:27:17342version = "3.16.0"
nilsf77541a2023-04-11 11:46:41343source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17344checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
nilsf77541a2023-04-11 11:46:41345
346[[package]]
Alex Crichton4f661c02018-10-08 17:39:09347name = "bytecount"
Mark Rousskov12200c92024-05-11 14:27:17348version = "0.6.8"
Alex Crichton4f661c02018-10-08 17:39:09349source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17350checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
Alex Crichton4f661c02018-10-08 17:39:09351
352[[package]]
Jubilee Young7156ff62023-05-10 03:29:27353name = "byteorder"
clubby78956bc5522024-01-21 17:16:26354version = "1.5.0"
Jubilee Young7156ff62023-05-10 03:29:27355source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:26356checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Jubilee Young7156ff62023-05-10 03:29:27357
358[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43359name = "bytes"
Trevor Gross4a515bd2024-08-26 20:02:54360version = "1.7.2"
Matthias Krüger696fb8f2019-01-21 15:32:43361source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54362checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
Matthias Krüger696fb8f2019-01-21 15:32:43363
364[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20365name = "camino"
Trevor Gross7240da02024-08-07 07:09:12366version = "1.1.9"
Caleb Cartwright0697f562021-10-20 05:15:20367source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12368checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
Caleb Cartwright0697f562021-10-20 05:15:20369dependencies = [
370 "serde",
371]
372
373[[package]]
Ralf Jung759e4952020-06-01 18:17:20374name = "cargo-miri"
375version = "0.1.0"
376dependencies = [
klensy26c09b62024-09-24 13:14:49377 "cargo_metadata",
Ralf Jung759e4952020-06-01 18:17:20378 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57379 "rustc-build-sysroot",
Philipp Krones375ca8d2024-10-18 11:44:57380 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22381 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20382 "serde",
383 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20384]
385
386[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56387name = "cargo-platform"
github-actions1848b462024-03-24 12:09:28388version = "0.1.8"
Caleb Cartwright0697f562021-10-20 05:15:20389source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28390checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
Caleb Cartwright0697f562021-10-20 05:15:20391dependencies = [
392 "serde",
393]
394
395[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29396name = "cargo_metadata"
clubby7899b73db32024-01-29 12:21:16397version = "0.18.1"
Ralf Jung5aecfe42023-10-07 05:55:48398source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16399checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
Ralf Jung5aecfe42023-10-07 05:55:48400dependencies = [
401 "camino",
402 "cargo-platform",
403 "semver",
404 "serde",
405 "serde_json",
406 "thiserror",
407]
408
409[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26410name = "cargotest2"
411version = "0.1.0"
412
413[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35414name = "cc"
Trevor Grosseaaa9432024-09-30 17:26:02415version = "1.1.23"
Nick Cameronc5cad5a2017-09-22 01:58:35416source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Grosseaaa9432024-09-30 17:26:02417checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
418dependencies = [
419 "shlex",
420]
Nick Cameronc5cad5a2017-09-22 01:58:35421
422[[package]]
Josh Stone020c5ec2017-05-08 22:01:13423name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07424version = "1.0.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Aaron Hill44fdfd62020-10-11 17:51:07427
428[[package]]
github-actionsc486d2d2024-03-17 00:26:01429name = "cfg_aliases"
Trevor Gross7240da02024-08-07 07:09:12430version = "0.2.1"
Alex Crichton15899b02018-01-25 04:01:42431source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12432checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
github-actionsc486d2d2024-03-17 00:26:01433
434[[package]]
435name = "chrono"
Ralf Jung9f7194b2024-04-25 10:28:45436version = "0.4.38"
github-actionsc486d2d2024-03-17 00:26:01437source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9f7194b2024-04-25 10:28:45438checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
Alex Crichton15899b02018-01-25 04:01:42439dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35440 "android-tzdata",
nilsf77541a2023-04-11 11:46:41441 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09442 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17443 "serde",
Trevor Gross7240da02024-08-07 07:09:12444 "windows-targets 0.52.6",
Alex Crichton15899b02018-01-25 04:01:42445]
446
447[[package]]
Ralf Jung47b3ce02024-05-05 15:17:45448name = "chrono-tz"
Ralf Jung8c0adc62024-09-29 21:08:25449version = "0.10.0"
Ralf Jung47b3ce02024-05-05 15:17:45450source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung8c0adc62024-09-29 21:08:25451checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6"
Ralf Jung47b3ce02024-05-05 15:17:45452dependencies = [
453 "chrono",
454 "chrono-tz-build",
klensy52242f22024-06-15 15:53:45455 "phf",
Ralf Jung47b3ce02024-05-05 15:17:45456]
457
458[[package]]
459name = "chrono-tz-build"
Ralf Jung8c0adc62024-09-29 21:08:25460version = "0.4.0"
Ralf Jung47b3ce02024-05-05 15:17:45461source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung8c0adc62024-09-29 21:08:25462checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
Ralf Jung47b3ce02024-05-05 15:17:45463dependencies = [
464 "parse-zoneinfo",
klensy52242f22024-06-15 15:53:45465 "phf_codegen",
Ralf Jung47b3ce02024-05-05 15:17:45466]
467
468[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45469name = "cipher"
470version = "0.4.4"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
473dependencies = [
474 "crypto-common",
475 "inout",
476]
477
478[[package]]
Steve Klabnika0769612017-02-07 23:13:57479name = "clap"
Trevor Gross4a515bd2024-08-26 20:02:54480version = "4.5.18"
Weihang Loc1b4f112022-10-04 20:57:49481source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54482checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
Weihang Loc1b4f112022-10-04 20:57:49483dependencies = [
Eric Huss6e298622023-04-01 15:49:20484 "clap_builder",
klensye1c33132023-06-21 09:32:34485 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20486]
487
488[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12489name = "clap-cargo"
490version = "0.12.0"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
493dependencies = [
494 "anstyle",
495 "clap",
496]
497
498[[package]]
Eric Huss6e298622023-04-01 15:49:20499name = "clap_builder"
Trevor Gross4a515bd2024-08-26 20:02:54500version = "4.5.18"
Eric Huss6e298622023-04-01 15:49:20501source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54502checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
Eric Huss6e298622023-04-01 15:49:20503dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23504 "anstream",
Eric Huss6e298622023-04-01 15:49:20505 "anstyle",
klensye1c33132023-06-21 09:32:34506 "clap_lex",
github-actions36c09332024-05-19 00:17:38507 "strsim",
Eric Huss2717f602023-01-06 01:20:59508 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49509]
510
511[[package]]
Eric Huss51814222022-04-15 18:57:06512name = "clap_complete"
Trevor Gross4a515bd2024-08-26 20:02:54513version = "4.5.29"
Eric Huss51814222022-04-15 18:57:06514source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54515checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e"
Eric Huss51814222022-04-15 18:57:06516dependencies = [
klensye1c33132023-06-21 09:32:34517 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54518]
519
520[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39521name = "clap_derive"
Trevor Gross4a515bd2024-08-26 20:02:54522version = "4.5.18"
Nixon Enraght-Moony7680b162023-01-02 19:30:39523source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54524checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
Nixon Enraght-Moony7680b162023-01-02 19:30:39525dependencies = [
github-actionsc486d2d2024-03-17 00:26:01526 "heck 0.5.0",
Nixon Enraght-Moony7680b162023-01-02 19:30:39527 "proc-macro2",
528 "quote",
github-actionsbfc99512024-09-29 00:22:29529 "syn 2.0.79",
Nixon Enraght-Moony7680b162023-01-02 19:30:39530]
531
532[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51533name = "clap_lex"
Trevor Gross7240da02024-08-07 07:09:12534version = "0.7.2"
Weihang Loc1b4f112022-10-04 20:57:49535source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12536checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
Weihang Loc1b4f112022-10-04 20:57:49537
538[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29539name = "clippy"
Philipp Krones375ca8d2024-10-18 11:44:57540version = "0.1.84"
Ahmed Charles9ca382f2016-09-02 08:55:29541dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23542 "anstream",
klensy26c09b62024-09-24 13:14:49543 "cargo_metadata",
Philipp Krones02562bf2023-11-02 16:50:52544 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09545 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41546 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56547 "color-print",
flip1995647f2b42021-06-03 07:06:49548 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41549 "futures",
550 "if_chain",
Caleb Cartwrightffad9842024-06-22 21:22:00551 "itertools",
Rémy Rakic4cb2a282023-12-14 15:40:50552 "parking_lot",
Philipp Krones375ca8d2024-10-18 11:44:57553 "pulldown-cmark 0.11.3",
Philipp Kronesc2490bd2023-07-17 08:22:41554 "quote",
flip1995412ebc32021-03-12 14:31:11555 "regex",
Philipp Krones375ca8d2024-10-18 11:44:57556 "rinja",
557 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41558 "serde",
Jason Newcomb6c3f43d2024-08-24 21:34:45559 "serde_json",
github-actionsbfc99512024-09-29 00:22:29560 "syn 2.0.79",
Matthias Krügerf77104b2019-12-02 22:09:48561 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00562 "termize",
Philipp Kronesc2490bd2023-07-17 08:22:41563 "tokio",
clubby7899b73db32024-01-29 12:21:16564 "toml 0.7.8",
Philipp Krones907b6a12024-09-24 09:58:12565 "ui_test",
Philipp Kronesd6732192022-07-28 17:08:41566 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29567]
568
569[[package]]
Philipp Krones02562bf2023-11-02 16:50:52570name = "clippy_config"
Philipp Krones375ca8d2024-10-18 11:44:57571version = "0.1.84"
Philipp Krones02562bf2023-11-02 16:50:52572dependencies = [
Philipp Krones8be26882024-08-08 17:14:09573 "itertools",
Philipp Krones02562bf2023-11-02 16:50:52574 "serde",
clubby7899b73db32024-01-29 12:21:16575 "toml 0.7.8",
Philipp Krones02562bf2023-11-02 16:50:52576 "walkdir",
577]
578
579[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49580name = "clippy_dev"
581version = "0.0.1"
582dependencies = [
clubby7899b73db32024-01-29 12:21:16583 "aho-corasick",
klensye1c33132023-06-21 09:32:34584 "clap",
flip19958d5f69d2021-10-21 11:13:17585 "indoc",
Caleb Cartwrightffad9842024-06-22 21:22:00586 "itertools",
Philipp Krones375ca8d2024-10-18 11:44:57587 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49588 "shell-escape",
589 "walkdir",
590]
591
592[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29593name = "clippy_lints"
Philipp Krones375ca8d2024-10-18 11:44:57594version = "0.1.84"
Oliver Schneider847bb142018-05-11 12:11:06595dependencies = [
Weihang Lof795a152023-03-15 12:50:04596 "arrayvec",
klensy26c09b62024-09-24 13:14:49597 "cargo_metadata",
Philipp Krones02562bf2023-11-02 16:50:52598 "clippy_config",
flip19950046d7c2021-02-25 10:26:23599 "clippy_utils",
Caleb Cartwrightffad9842024-06-22 21:22:00600 "itertools",
Alex Crichton093ede22019-08-15 00:45:09601 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47602 "regex",
github-actions729ed812024-06-16 00:18:06603 "regex-syntax 0.8.4",
klensy8ebc73b2022-02-06 20:57:29604 "semver",
Alex Crichton093ede22019-08-15 00:45:09605 "serde",
flip1995c24058b2021-05-06 10:21:46606 "serde_json",
flip199537cdd7e2022-06-16 15:39:29607 "tempfile",
clubby7899b73db32024-01-29 12:21:16608 "toml 0.7.8",
Alex Crichton093ede22019-08-15 00:45:09609 "unicode-normalization",
flip199544cea512021-07-01 16:18:02610 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43611 "url",
Philipp Krones6233d442023-10-06 15:47:56612 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06613]
614
615[[package]]
flip19950046d7c2021-02-25 10:26:23616name = "clippy_utils"
Philipp Krones375ca8d2024-10-18 11:44:57617version = "0.1.84"
flip19950046d7c2021-02-25 10:26:23618dependencies = [
Weihang Lof795a152023-03-15 12:50:04619 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52620 "clippy_config",
Caleb Cartwrightffad9842024-06-22 21:22:00621 "itertools",
Trevor Grossff9efea2024-06-18 16:46:26622 "rustc_apfloat",
flip19950046d7c2021-02-25 10:26:23623]
624
625[[package]]
Pietro Albini13efb202022-11-15 09:19:17626name = "collect-license-metadata"
627version = "0.1.0"
628dependencies = [
629 "anyhow",
630 "serde",
631 "serde_json",
632 "spdx-rs",
633]
634
635[[package]]
Ralf Jung10430db2022-07-15 14:04:23636name = "color-eyre"
github-actionsc486d2d2024-03-17 00:26:01637version = "0.6.3"
Ralf Jung10430db2022-07-15 14:04:23638source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01639checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
Ralf Jung10430db2022-07-15 14:04:23640dependencies = [
641 "backtrace",
642 "color-spantrace",
643 "eyre",
644 "indenter",
645 "once_cell",
646 "owo-colors",
647 "tracing-error",
648]
649
650[[package]]
Philipp Krones6233d442023-10-06 15:47:56651name = "color-print"
Mark Rousskov12200c92024-05-11 14:27:17652version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56653source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17654checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
Philipp Krones6233d442023-10-06 15:47:56655dependencies = [
656 "color-print-proc-macro",
657]
658
659[[package]]
660name = "color-print-proc-macro"
Mark Rousskov12200c92024-05-11 14:27:17661version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56662source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17663checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
Philipp Krones6233d442023-10-06 15:47:56664dependencies = [
665 "nom",
666 "proc-macro2",
667 "quote",
github-actionsbfc99512024-09-29 00:22:29668 "syn 2.0.79",
Philipp Krones6233d442023-10-06 15:47:56669]
670
671[[package]]
Ralf Jung10430db2022-07-15 14:04:23672name = "color-spantrace"
clubby7899b73db32024-01-29 12:21:16673version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:23674source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16675checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
Ralf Jung10430db2022-07-15 14:04:23676dependencies = [
677 "once_cell",
678 "owo-colors",
679 "tracing-core",
680 "tracing-error",
681]
682
683[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35684name = "colorchoice"
Trevor Gross7240da02024-08-07 07:09:12685version = "1.0.2"
Nilstrieb3295cdf2023-06-26 07:21:35686source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12687checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
Nilstrieb3295cdf2023-06-26 07:21:35688
689[[package]]
Nick Cameron127f9a62018-04-25 22:11:28690name = "colored"
clubby7899b73db32024-01-29 12:21:16691version = "2.1.0"
Nick Cameron127f9a62018-04-25 22:11:28692source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16693checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
Nick Cameron127f9a62018-04-25 22:11:28694dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42695 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53696 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28697]
698
699[[package]]
Philipp Kronesac25a732023-08-24 19:33:17700name = "comma"
701version = "1.0.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
704
705[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29706name = "compiletest"
707version = "0.0.0"
708dependencies = [
Esteban Kuberb4bdb562024-03-02 22:36:52709 "anstyle-svg",
David Tolnay6b7b7752023-05-14 14:13:00710 "anyhow",
yukang414eb482023-02-03 16:23:11711 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42712 "colored",
Alex Crichton093ede22019-08-15 00:45:09713 "diff",
Alex Crichton093ede22019-08-15 00:45:09714 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21715 "glob",
Pietro Albinic2306372023-09-15 14:09:45716 "home",
klensyc653bb92023-11-18 09:42:05717 "indexmap",
Alex Crichton093ede22019-08-15 00:45:09718 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47719 "miow",
Jakob Degen17395b42022-10-31 00:17:25720 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09721 "regex",
Ralf Jungba86cf82024-09-17 13:20:50722 "rustfix",
许杰友 Jieyou Xu (Joe)e419b3d2024-10-29 08:10:05723 "semver",
Alex Crichton093ede22019-08-15 00:45:09724 "serde",
725 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00726 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00727 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42728 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09729 "walkdir",
klensy26c09b62024-09-24 13:14:49730 "windows",
Oliver Schneideracdf83f2017-12-06 08:25:29731]
732
733[[package]]
Philipp Kronesac25a732023-08-24 19:33:17734name = "console"
clubby7899b73db32024-01-29 12:21:16735version = "0.15.8"
Philipp Kronesac25a732023-08-24 19:33:17736source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16737checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
Philipp Kronesac25a732023-08-24 19:33:17738dependencies = [
739 "encode_unicode",
740 "lazy_static",
741 "libc",
printfn46b41b42024-10-12 21:57:50742 "unicode-width 0.1.14",
clubby7899b73db32024-01-29 12:21:16743 "windows-sys 0.52.0",
Philipp Kronesac25a732023-08-24 19:33:17744]
745
746[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59747name = "constant_time_eq"
748version = "0.3.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
751
752[[package]]
nilsf77541a2023-04-11 11:46:41753name = "core-foundation-sys"
Trevor Gross7240da02024-08-07 07:09:12754version = "0.8.7"
nilsf77541a2023-04-11 11:46:41755source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12756checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
nilsf77541a2023-04-11 11:46:41757
758[[package]]
Zalathar13671042023-08-11 01:52:37759name = "coverage-dump"
760version = "0.1.0"
761dependencies = [
762 "anyhow",
763 "leb128",
764 "md-5",
Trevor Gross4a515bd2024-08-26 20:02:54765 "miniz_oxide 0.7.4",
Zalathar13671042023-08-11 01:52:37766 "regex",
767 "rustc-demangle",
768]
769
770[[package]]
pierwillef6dd122022-02-10 16:54:01771name = "cpufeatures"
Trevor Gross4a515bd2024-08-26 20:02:54772version = "0.2.14"
Pietro Albiniacd8e592020-10-01 15:15:12773source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54774checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
pierwillef6dd122022-02-10 16:54:01775dependencies = [
776 "libc",
777]
Pietro Albiniacd8e592020-10-01 15:15:12778
779[[package]]
Alex Crichtonb4110902018-12-08 11:06:54780name = "crc32fast"
clubby789d42c9602024-06-08 19:22:16781version = "1.4.2"
Alex Crichtonb4110902018-12-08 11:06:54782source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16783checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
Alex Crichtonb4110902018-12-08 11:06:54784dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42785 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54786]
Alex Crichton38bedfa2017-09-02 03:46:51787
788[[package]]
kennytmcab21f12018-07-26 21:58:55789name = "crossbeam-channel"
clubby789d42c9602024-06-08 19:22:16790version = "0.5.13"
Matthias Krüger451d4922020-02-10 19:47:38791source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16792checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
Matthias Krüger451d4922020-02-10 19:47:38793dependencies = [
Josh Stonef3b88122022-01-10 19:34:07794 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38795]
796
797[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45798name = "crossbeam-deque"
clubby7899b73db32024-01-29 12:21:16799version = "0.8.5"
Josh Stone33c41252019-09-10 17:13:07800source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16801checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
Josh Stone33c41252019-09-10 17:13:07802dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01803 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07804 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07805]
806
807[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45808name = "crossbeam-epoch"
clubby7899b73db32024-01-29 12:21:16809version = "0.9.18"
Matthias Krüger696fb8f2019-01-21 15:32:43810source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16811checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Matthias Krüger696fb8f2019-01-21 15:32:43812dependencies = [
Josh Stonef3b88122022-01-10 19:34:07813 "crossbeam-utils",
Matthias Krüger696fb8f2019-01-21 15:32:43814]
815
816[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45817name = "crossbeam-utils"
clubby789d42c9602024-06-08 19:22:16818version = "0.8.20"
Eric Husse0f2f9d2019-11-12 17:57:41819source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16820checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
Eric Huss71bf7cf2020-10-14 22:16:47821
822[[package]]
Weihang Lo6306fd32023-01-04 15:33:59823name = "crypto-common"
824version = "0.1.6"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
827dependencies = [
828 "generic-array",
829 "typenum",
pierwillef6dd122022-02-10 16:54:01830]
831
832[[package]]
Ralf Jung13e47662023-05-23 10:10:18833name = "ctrlc"
Trevor Gross7240da02024-08-07 07:09:12834version = "3.4.5"
Ralf Jung13e47662023-05-23 10:10:18835source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12836checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
Ralf Jung13e47662023-05-23 10:10:18837dependencies = [
838 "nix",
Trevor Gross7240da02024-08-07 07:09:12839 "windows-sys 0.59.0",
Ralf Jung13e47662023-05-23 10:10:18840]
841
842[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58843name = "curl"
clubby7899b73db32024-01-29 12:21:16844version = "0.4.46"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58845source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16846checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58847dependencies = [
Alex Crichton093ede22019-08-15 00:45:09848 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09849 "libc",
850 "openssl-probe",
851 "openssl-sys",
852 "schannel",
klensyd5e8ad42021-07-04 18:49:56853 "socket2",
clubby7899b73db32024-01-29 12:21:16854 "windows-sys 0.52.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58855]
856
857[[package]]
858name = "curl-sys"
Trevor Gross4a515bd2024-08-26 20:02:54859version = "0.4.76+curl-8.10.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58860source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54861checksum = "00462dbe9cbb9344e1b2be34d9094d74e3b8aac59a883495b335eafd02e25120"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58862dependencies = [
Alex Crichton093ede22019-08-15 00:45:09863 "cc",
864 "libc",
Alex Crichton093ede22019-08-15 00:45:09865 "libz-sys",
866 "openssl-sys",
867 "pkg-config",
868 "vcpkg",
clubby7899b73db32024-01-29 12:21:16869 "windows-sys 0.52.0",
Josh Stone020c5ec2017-05-08 22:01:13870]
871
872[[package]]
Oli Scherer29de70d2023-07-25 13:09:53873name = "darling"
Trevor Gross7240da02024-08-07 07:09:12874version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32875source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12876checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
Jakub Beránekf17047b2023-09-12 16:32:32877dependencies = [
klensy5e2a7ac2024-02-18 11:40:19878 "darling_core",
879 "darling_macro",
Jakub Beránekf17047b2023-09-12 16:32:32880]
881
882[[package]]
883name = "darling_core"
Trevor Gross7240da02024-08-07 07:09:12884version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32885source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12886checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
Oli Scherer29de70d2023-07-25 13:09:53887dependencies = [
888 "fnv",
889 "ident_case",
890 "proc-macro2",
891 "quote",
github-actions36c09332024-05-19 00:17:38892 "strsim",
github-actionsbfc99512024-09-29 00:22:29893 "syn 2.0.79",
Oli Scherer29de70d2023-07-25 13:09:53894]
895
896[[package]]
897name = "darling_macro"
Trevor Gross7240da02024-08-07 07:09:12898version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32899source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12900checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
Jakub Beránekf17047b2023-09-12 16:32:32901dependencies = [
klensy5e2a7ac2024-02-18 11:40:19902 "darling_core",
Oli Scherer29de70d2023-07-25 13:09:53903 "quote",
github-actionsbfc99512024-09-29 00:22:29904 "syn 2.0.79",
Oli Scherer29de70d2023-07-25 13:09:53905]
906
907[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51908name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22909version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51910source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09911checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51912
913[[package]]
github-actions36c09332024-05-19 00:17:38914name = "dbus"
915version = "0.9.7"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
918dependencies = [
919 "libc",
920 "libdbus-sys",
921 "winapi",
922]
923
924[[package]]
clubby7896ac3b572024-01-29 12:16:20925name = "deranged"
926version = "0.3.11"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
929dependencies = [
930 "powerfmt",
931]
932
933[[package]]
Pavel Grigorenkofd16a0e2024-06-26 22:29:49934name = "derive-where"
935version = "1.2.7"
Michael Gouletde830572023-10-30 17:09:17936source = "registry+https://github.com/rust-lang/crates.io-index"
Pavel Grigorenkofd16a0e2024-06-26 22:29:49937checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
Michael Gouletde830572023-10-30 17:09:17938dependencies = [
939 "proc-macro2",
940 "quote",
github-actionsbfc99512024-09-29 00:22:29941 "syn 2.0.79",
Michael Gouletde830572023-10-30 17:09:17942]
943
944[[package]]
Jakub Beránekf17047b2023-09-12 16:32:32945name = "derive_builder"
Trevor Gross4a515bd2024-08-26 20:02:54946version = "0.20.1"
Jakub Beránekf17047b2023-09-12 16:32:32947source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54948checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b"
Jakub Beránekf17047b2023-09-12 16:32:32949dependencies = [
950 "derive_builder_macro",
951]
952
953[[package]]
954name = "derive_builder_core"
Trevor Gross4a515bd2024-08-26 20:02:54955version = "0.20.1"
Jakub Beránekf17047b2023-09-12 16:32:32956source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54957checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38"
Jakub Beránekf17047b2023-09-12 16:32:32958dependencies = [
klensy5e2a7ac2024-02-18 11:40:19959 "darling",
Jakub Beránekf17047b2023-09-12 16:32:32960 "proc-macro2",
961 "quote",
github-actionsbfc99512024-09-29 00:22:29962 "syn 2.0.79",
Jakub Beránekf17047b2023-09-12 16:32:32963]
964
965[[package]]
966name = "derive_builder_macro"
Trevor Gross4a515bd2024-08-26 20:02:54967version = "0.20.1"
Jakub Beránekf17047b2023-09-12 16:32:32968source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:54969checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc"
Jakub Beránekf17047b2023-09-12 16:32:32970dependencies = [
971 "derive_builder_core",
github-actionsbfc99512024-09-29 00:22:29972 "syn 2.0.79",
Jakub Beránekf17047b2023-09-12 16:32:32973]
974
975[[package]]
Oli Scherer29de70d2023-07-25 13:09:53976name = "derive_setters"
977version = "0.1.6"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
980dependencies = [
klensy5e2a7ac2024-02-18 11:40:19981 "darling",
Oli Scherer29de70d2023-07-25 13:09:53982 "proc-macro2",
983 "quote",
github-actionsbfc99512024-09-29 00:22:29984 "syn 2.0.79",
Oli Scherer29de70d2023-07-25 13:09:53985]
986
987[[package]]
Cengiz Can837817c2017-04-27 19:41:18988name = "diff"
klensy43512e62022-07-26 16:16:43989version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:18990source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43991checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:18992
993[[package]]
James Munnsde763692019-01-19 02:39:37994name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:35995version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:12996source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35997checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:12998dependencies = [
klensy45fac342022-08-31 20:04:12999 "block-buffer",
pierwillef6dd122022-02-10 16:54:011000 "crypto-common",
James Munnsde763692019-01-19 02:39:371001]
1002
1003[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451004name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481005version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451006source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481007checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451008dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001009 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451010]
1011
1012[[package]]
flip19954c228cc2019-02-18 09:32:581013name = "dirs"
Caleb Cartwrightffad9842024-06-22 21:22:001014version = "5.0.1"
flip19954c228cc2019-02-18 09:32:581015source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightffad9842024-06-22 21:22:001016checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
flip19954c228cc2019-02-18 09:32:581017dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001018 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581019]
1020
1021[[package]]
flip19950046d7c2021-02-25 10:26:231022name = "dirs-next"
1023version = "2.0.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1026dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421027 "cfg-if",
flip19950046d7c2021-02-25 10:26:231028 "dirs-sys-next",
1029]
1030
1031[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321032name = "dirs-sys"
Ralf Jung5aecfe42023-10-07 05:55:481033version = "0.4.1"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1036dependencies = [
1037 "libc",
1038 "option-ext",
1039 "redox_users",
1040 "windows-sys 0.48.0",
1041]
1042
1043[[package]]
flip19950046d7c2021-02-25 10:26:231044name = "dirs-sys-next"
1045version = "0.1.2"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1048dependencies = [
1049 "libc",
Jubilee Young27ef7192021-04-23 22:49:471050 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311051 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321052]
1053
1054[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421055name = "displaydoc"
github-actions99053572024-06-23 00:18:081056version = "0.2.5"
Manish Goregaokar288194e2022-10-19 23:24:421057source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081058checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
Manish Goregaokar288194e2022-10-19 23:24:421059dependencies = [
1060 "proc-macro2",
1061 "quote",
github-actionsbfc99512024-09-29 00:22:291062 "syn 2.0.79",
Manish Goregaokar288194e2022-10-19 23:24:421063]
1064
1065[[package]]
klensyceee8802022-11-22 14:41:061066name = "dissimilar"
Mark Rousskov12200c92024-05-11 14:27:171067version = "1.0.9"
klensyceee8802022-11-22 14:41:061068source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171069checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
klensyceee8802022-11-22 14:41:061070
1071[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291072name = "either"
Trevor Gross7240da02024-08-07 07:09:121073version = "1.13.0"
Oliver Schneideracdf83f2017-12-06 08:25:291074source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121075checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
Oliver Schneideracdf83f2017-12-06 08:25:291076
1077[[package]]
steveklabnikecfbaca2018-04-03 14:32:041078name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351079version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041080source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351081checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041082dependencies = [
Alex Crichton093ede22019-08-15 00:45:091083 "regex",
1084 "serde",
1085 "serde_derive",
1086 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041087]
1088
1089[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101090name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291091version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101092source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291093checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101094dependencies = [
1095 "stable_deref_trait",
1096]
1097
1098[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121099name = "ena"
Michael Goulet2af08712024-05-06 18:32:391100version = "0.14.3"
Markus Westerlindcaacdd22020-02-25 08:47:071101source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet2af08712024-05-06 18:32:391102checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
varkor443a2d42019-03-19 21:30:071103dependencies = [
Alex Crichton093ede22019-08-15 00:45:091104 "log",
varkor443a2d42019-03-19 21:30:071105]
1106
1107[[package]]
Philipp Kronesac25a732023-08-24 19:33:171108name = "encode_unicode"
1109version = "0.3.6"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1112
1113[[package]]
Eric Huss51f20b42024-02-07 04:22:131114name = "env_filter"
Trevor Gross7240da02024-08-07 07:09:121115version = "0.1.2"
Eric Huss51f20b42024-02-07 04:22:131116source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121117checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
Eric Huss51f20b42024-02-07 04:22:131118dependencies = [
1119 "log",
1120 "regex",
1121]
1122
1123[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581124name = "env_logger"
Trevor Gross7240da02024-08-07 07:09:121125version = "0.11.5"
Eric Huss51f20b42024-02-07 04:22:131126source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121127checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
Eric Huss51f20b42024-02-07 04:22:131128dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231129 "anstream",
Eric Huss51f20b42024-02-07 04:22:131130 "anstyle",
1131 "env_filter",
1132 "humantime",
1133 "log",
1134]
1135
1136[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351137name = "equivalent"
clubby7899b73db32024-01-29 12:21:161138version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:351139source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161140checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
Nilstrieb3295cdf2023-06-26 07:21:351141
1142[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041143name = "errno"
Mark Rousskov12200c92024-05-11 14:27:171144version = "0.3.9"
Weihang Lo1e5dad02022-11-25 22:37:041145source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171146checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
Weihang Lo1e5dad02022-11-25 22:37:041147dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041148 "libc",
clubby7899b73db32024-01-29 12:21:161149 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:041150]
1151
1152[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291153name = "error_index_generator"
1154version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581155dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211156 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581157]
Ahmed Charles9ca382f2016-09-02 08:55:291158
1159[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501160name = "expect-test"
github-actions4035c242024-04-07 00:16:571161version = "1.5.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501162source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:571163checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
Aleksey Kladovf7be59c2020-08-21 12:03:501164dependencies = [
klensyceee8802022-11-22 14:41:061165 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501166 "once_cell",
1167]
1168
1169[[package]]
Ralf Jung10430db2022-07-15 14:04:231170name = "eyre"
clubby7899b73db32024-01-29 12:21:161171version = "0.6.12"
Ralf Jung10430db2022-07-15 14:04:231172source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161173checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
Ralf Jung10430db2022-07-15 14:04:231174dependencies = [
1175 "indenter",
1176 "once_cell",
1177]
1178
1179[[package]]
David Wood2dc1a8a2021-12-03 14:24:051180name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381181version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051182source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381183checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051184
1185[[package]]
Ralf Jung55162732022-11-15 19:06:421186name = "fastrand"
Trevor Gross4a515bd2024-08-26 20:02:541187version = "2.1.1"
Ralf Jung55162732022-11-15 19:06:421188source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541189checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
Ralf Jung55162732022-11-15 19:06:421190
1191[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021192name = "field-offset"
est31b0483962023-06-05 02:53:301193version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021194source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301195checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021196dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351197 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021198 "rustc_version",
1199]
1200
1201[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291202name = "filetime"
Trevor Gross4a515bd2024-08-26 20:02:541203version = "0.2.25"
Alex Crichton924f8c72018-04-18 15:43:591204source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541205checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
Alex Crichton924f8c72018-04-18 15:43:591206dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421207 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091208 "libc",
Trevor Gross7240da02024-08-07 07:09:121209 "libredox",
1210 "windows-sys 0.59.0",
Alex Crichton924f8c72018-04-18 15:43:591211]
1212
1213[[package]]
Josh Stone020c5ec2017-05-08 22:01:131214name = "flate2"
github-actionsbfc99512024-09-29 00:22:291215version = "1.0.34"
Felix Schütt7c13fa32017-12-31 14:34:291216source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:291217checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
Felix Schütt7c13fa32017-12-31 14:34:291218dependencies = [
Alex Crichton093ede22019-08-15 00:45:091219 "crc32fast",
Trevor Gross4a515bd2024-08-26 20:02:541220 "miniz_oxide 0.8.0",
Felix Schütt7c13fa32017-12-31 14:34:291221]
1222
1223[[package]]
David Wood7f916972022-03-26 07:27:431224name = "fluent-bundle"
Mark Rousskov12200c92024-05-11 14:27:171225version = "0.15.3"
David Wood7f916972022-03-26 07:27:431226source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171227checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
David Wood7f916972022-03-26 07:27:431228dependencies = [
1229 "fluent-langneg",
1230 "fluent-syntax",
1231 "intl-memoizer",
1232 "intl_pluralrules",
Trevor Gross4a515bd2024-08-26 20:02:541233 "rustc-hash 1.1.0",
klensyc653bb92023-11-18 09:42:051234 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431235 "smallvec",
1236 "unic-langid",
1237]
1238
1239[[package]]
1240name = "fluent-langneg"
1241version = "0.13.0"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1244dependencies = [
1245 "unic-langid",
1246]
1247
1248[[package]]
1249name = "fluent-syntax"
Mark Rousskov12200c92024-05-11 14:27:171250version = "0.11.1"
David Wood7f916972022-03-26 07:27:431251source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171252checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
David Wood7f916972022-03-26 07:27:431253dependencies = [
1254 "thiserror",
1255]
1256
1257[[package]]
Simon Sapinb77ff242017-07-18 21:26:551258name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441259version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551260source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441261checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551262
1263[[package]]
Eric Hussf3287a62021-05-12 00:39:511264name = "form_urlencoded"
clubby7899b73db32024-01-29 12:21:161265version = "1.2.1"
Eric Hussf3287a62021-05-12 00:39:511266source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161267checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
Eric Hussf3287a62021-05-12 00:39:511268dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431269 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511270]
1271
1272[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471273name = "fs-err"
clubby7899b73db32024-01-29 12:21:161274version = "2.11.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471275source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161276checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1277dependencies = [
1278 "autocfg",
1279]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471280
1281[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441282name = "fs_extra"
1283version = "1.3.0"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1286
1287[[package]]
steveklabnikecfbaca2018-04-03 14:32:041288name = "futf"
Eric Huss04b75a72022-06-22 23:49:241289version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041290source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241291checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041292dependencies = [
Alex Crichton093ede22019-08-15 00:45:091293 "mac",
1294 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041295]
1296
1297[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121298name = "futures"
clubby7899b73db32024-01-29 12:21:161299version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541300source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161301checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
Caleb Cartwright63913182021-02-10 01:52:541302dependencies = [
1303 "futures-channel",
1304 "futures-core",
1305 "futures-executor",
1306 "futures-io",
1307 "futures-sink",
1308 "futures-task",
1309 "futures-util",
1310]
1311
1312[[package]]
1313name = "futures-channel"
clubby7899b73db32024-01-29 12:21:161314version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541315source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161316checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
Caleb Cartwright63913182021-02-10 01:52:541317dependencies = [
1318 "futures-core",
1319 "futures-sink",
1320]
1321
1322[[package]]
1323name = "futures-core"
clubby7899b73db32024-01-29 12:21:161324version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541325source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161326checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
Caleb Cartwright63913182021-02-10 01:52:541327
1328[[package]]
1329name = "futures-executor"
clubby7899b73db32024-01-29 12:21:161330version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541331source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161332checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
Caleb Cartwright63913182021-02-10 01:52:541333dependencies = [
1334 "futures-core",
1335 "futures-task",
1336 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541337]
1338
1339[[package]]
1340name = "futures-io"
clubby7899b73db32024-01-29 12:21:161341version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541342source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161343checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
Caleb Cartwright63913182021-02-10 01:52:541344
1345[[package]]
1346name = "futures-macro"
clubby7899b73db32024-01-29 12:21:161347version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541348source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161349checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
Caleb Cartwright63913182021-02-10 01:52:541350dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541351 "proc-macro2",
1352 "quote",
github-actionsbfc99512024-09-29 00:22:291353 "syn 2.0.79",
Caleb Cartwright63913182021-02-10 01:52:541354]
1355
1356[[package]]
1357name = "futures-sink"
clubby7899b73db32024-01-29 12:21:161358version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541359source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161360checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
Caleb Cartwright63913182021-02-10 01:52:541361
1362[[package]]
1363name = "futures-task"
clubby7899b73db32024-01-29 12:21:161364version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541365source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161366checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
Caleb Cartwright63913182021-02-10 01:52:541367
1368[[package]]
1369name = "futures-util"
clubby7899b73db32024-01-29 12:21:161370version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541371source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161372checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
Caleb Cartwright63913182021-02-10 01:52:541373dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541374 "futures-channel",
1375 "futures-core",
1376 "futures-io",
1377 "futures-macro",
1378 "futures-sink",
1379 "futures-task",
1380 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311381 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541382 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541383 "slab",
1384]
1385
1386[[package]]
Pietro Albini4af7de12022-11-15 10:27:191387name = "generate-copyright"
1388version = "0.1.0"
1389dependencies = [
1390 "anyhow",
klensy26c09b62024-09-24 13:14:491391 "cargo_metadata",
Jonathan Pallant4e24e9b2024-08-06 11:03:371392 "rinja",
Pietro Albini4af7de12022-11-15 10:27:191393 "serde",
1394 "serde_json",
Jonathan Pallantba0d6c92024-07-04 17:34:351395 "thiserror",
Pietro Albini4af7de12022-11-15 10:27:191396]
1397
1398[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071399name = "generate-windows-sys"
1400version = "0.1.0"
1401dependencies = [
1402 "windows-bindgen",
1403]
1404
1405[[package]]
James Munnsde763692019-01-19 02:39:371406name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351407version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121408source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351409checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121410dependencies = [
1411 "typenum",
1412 "version_check",
1413]
1414
1415[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291416name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081417version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291418source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081419checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361420dependencies = [
printfn46b41b42024-10-12 21:57:501421 "unicode-width 0.1.14",
varkore72f7e12019-04-30 19:37:361422]
Ahmed Charles9ca382f2016-09-02 08:55:291423
1424[[package]]
gnzlbg52caca02019-08-01 15:02:261425name = "getrandom"
clubby789d42c9602024-06-08 19:22:161426version = "0.2.15"
Ralf Jung0e908752020-09-17 18:04:201427source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:161428checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
Ralf Jung0e908752020-09-17 18:04:201429dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421430 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201431 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411432 "wasi",
Ralf Jung0e908752020-09-17 18:04:201433]
1434
1435[[package]]
Alex Crichton06d565c2020-05-13 21:22:371436name = "gimli"
clubby7899b73db32024-01-29 12:21:161437version = "0.28.1"
dirreke74817b72023-08-14 14:57:381438source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161439checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
klensy26c09b62024-09-24 13:14:491440
1441[[package]]
1442name = "gimli"
1443version = "0.30.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191446dependencies = [
dirreke74817b72023-08-14 14:57:381447 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051448 "indexmap",
dirreke74817b72023-08-14 14:57:381449 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051450]
1451
1452[[package]]
Jubilee Young3ec9d8d2024-05-28 00:05:321453name = "gimli"
Mrmaxmeier664907c2024-07-16 09:01:351454version = "0.31.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1457dependencies = [
1458 "fallible-iterator",
1459 "indexmap",
1460 "stable_deref_trait",
1461]
1462
1463[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581464name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351465version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581466source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351467checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581468
1469[[package]]
Simon Sapinb77ff242017-07-18 21:26:551470name = "globset"
Trevor Gross4a515bd2024-08-26 20:02:541471version = "0.4.15"
Simon Sapinb77ff242017-07-18 21:26:551472source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541473checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
Simon Sapinb77ff242017-07-18 21:26:551474dependencies = [
clubby7899b73db32024-01-29 12:21:161475 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471476 "bstr",
Alex Crichton093ede22019-08-15 00:45:091477 "log",
Trevor Gross4a515bd2024-08-26 20:02:541478 "regex-automata 0.4.7",
1479 "regex-syntax 0.8.4",
Simon Sapinb77ff242017-07-18 21:26:551480]
1481
1482[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291483name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461484version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291485source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461486checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291487dependencies = [
1488 "serde",
1489]
1490
1491[[package]]
Steve Klabnika0769612017-02-07 23:13:571492name = "handlebars"
clubby789629d6942024-04-01 13:06:321493version = "5.1.2"
Steve Klabnika0769612017-02-07 23:13:571494source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:321495checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
Steve Klabnika0769612017-02-07 23:13:571496dependencies = [
Alex Crichton093ede22019-08-15 00:45:091497 "log",
1498 "pest",
1499 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091500 "serde",
1501 "serde_json",
klensy45fac342022-08-31 20:04:121502 "thiserror",
James Munnsde763692019-01-19 02:39:371503]
1504
1505[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051506name = "hashbrown"
Mark Rousskov12200c92024-05-11 14:27:171507version = "0.14.5"
The 8472479be6a2023-06-08 14:55:491508source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171509checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
The 8472479be6a2023-06-08 14:55:491510dependencies = [
dirreke74817b72023-08-14 14:57:381511 "ahash",
The 8472479be6a2023-06-08 14:55:491512 "allocator-api2",
Alex Crichton2a3e22b2024-06-24 19:30:441513 "serde",
Amanieu d'Antrasa529ba82023-01-09 17:49:241514]
1515
1516[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471517name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351518version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541519source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351520checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541521
1522[[package]]
github-actionsc486d2d2024-03-17 00:26:011523name = "heck"
1524version = "0.5.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1527
1528[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101529name = "hermit-abi"
Stefan Lankes3726cbb2024-02-28 22:01:561530version = "0.3.9"
Stefan Lankes7143379a2022-12-06 19:31:431531source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes3726cbb2024-02-28 22:01:561532checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
Stefan Lankes1f125a62024-06-07 18:20:511533
1534[[package]]
Alex Crichton1cede102017-06-15 02:33:061535name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351536version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401537source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351538checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401539
1540[[package]]
Pietro Albinic2306372023-09-15 14:09:451541name = "home"
clubby7899b73db32024-01-29 12:21:161542version = "0.5.9"
Pietro Albinic2306372023-09-15 14:09:451543source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161544checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
Pietro Albinic2306372023-09-15 14:09:451545dependencies = [
clubby7899b73db32024-01-29 12:21:161546 "windows-sys 0.52.0",
Pietro Albinic2306372023-09-15 14:09:451547]
1548
1549[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181550name = "html-checker"
1551version = "0.1.0"
1552dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001553 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181554 "walkdir",
1555]
1556
1557[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:521558name = "html-escape"
1559version = "0.2.13"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1562dependencies = [
1563 "utf8-width",
1564]
1565
1566[[package]]
steveklabnikecfbaca2018-04-03 14:32:041567name = "html5ever"
github-actions36c09332024-05-19 00:17:381568version = "0.27.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1571dependencies = [
1572 "log",
1573 "mac",
klensy52242f22024-06-15 15:53:451574 "markup5ever",
github-actions36c09332024-05-19 00:17:381575 "proc-macro2",
1576 "quote",
github-actionsbfc99512024-09-29 00:22:291577 "syn 2.0.79",
github-actions36c09332024-05-19 00:17:381578]
1579
1580[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441581name = "humansize"
1582version = "2.1.3"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1585dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121586 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441587]
1588
1589[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481590name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351591version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431592source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351593checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431594
1595[[package]]
nilsf77541a2023-04-11 11:46:411596name = "iana-time-zone"
Trevor Gross4a515bd2024-08-26 20:02:541597version = "0.1.61"
nilsf77541a2023-04-11 11:46:411598source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541599checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
nilsf77541a2023-04-11 11:46:411600dependencies = [
1601 "android_system_properties",
1602 "core-foundation-sys",
1603 "iana-time-zone-haiku",
1604 "js-sys",
1605 "wasm-bindgen",
Guillaume Gomezf4495862024-07-31 14:08:311606 "windows-core 0.52.0",
nilsf77541a2023-04-11 11:46:411607]
1608
1609[[package]]
1610name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471611version = "0.1.2"
nilsf77541a2023-04-11 11:46:411612source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471613checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411614dependencies = [
klensy9b6a6b12023-05-26 10:03:471615 "cc",
nilsf77541a2023-04-11 11:46:411616]
1617
1618[[package]]
Charles Lewa7750042022-11-06 06:43:251619name = "icu_list"
clubby7899d85dfc2024-06-08 19:18:311620version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251621source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311622checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
Charles Lewa7750042022-11-06 06:43:251623dependencies = [
1624 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201625 "icu_list_data",
1626 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251627 "icu_provider",
1628 "regex-automata 0.2.0",
1629 "writeable",
Charles Lewa7750042022-11-06 06:43:251630]
1631
1632[[package]]
Nilstriebffffc202023-11-06 13:42:201633name = "icu_list_data"
clubby7899d85dfc2024-06-08 19:18:311634version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251635source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311636checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
Nilstriebffffc202023-11-06 13:42:201637
1638[[package]]
1639name = "icu_locid"
clubby7899d85dfc2024-06-08 19:18:311640version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201641source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311642checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
Charles Lewa7750042022-11-06 06:43:251643dependencies = [
1644 "displaydoc",
1645 "litemap",
1646 "tinystr",
1647 "writeable",
1648 "zerovec",
1649]
1650
1651[[package]]
Nilstriebffffc202023-11-06 13:42:201652name = "icu_locid_transform"
clubby7899d85dfc2024-06-08 19:18:311653version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251654source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311655checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
Nilstriebffffc202023-11-06 13:42:201656dependencies = [
1657 "displaydoc",
1658 "icu_locid",
1659 "icu_locid_transform_data",
1660 "icu_provider",
1661 "tinystr",
1662 "zerovec",
1663]
1664
1665[[package]]
1666name = "icu_locid_transform_data"
clubby7899d85dfc2024-06-08 19:18:311667version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201668source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311669checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
Nilstriebffffc202023-11-06 13:42:201670
1671[[package]]
1672name = "icu_provider"
clubby7899d85dfc2024-06-08 19:18:311673version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201674source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311675checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
Charles Lewa7750042022-11-06 06:43:251676dependencies = [
1677 "displaydoc",
1678 "icu_locid",
1679 "icu_provider_macros",
1680 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201681 "tinystr",
Charles Lewa7750042022-11-06 06:43:251682 "writeable",
1683 "yoke",
1684 "zerofrom",
1685 "zerovec",
1686]
1687
1688[[package]]
1689name = "icu_provider_adapters"
clubby7899d85dfc2024-06-08 19:18:311690version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251691source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311692checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
Charles Lewa7750042022-11-06 06:43:251693dependencies = [
1694 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201695 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251696 "icu_provider",
1697 "tinystr",
Charles Lewa7750042022-11-06 06:43:251698 "zerovec",
1699]
1700
1701[[package]]
1702name = "icu_provider_macros"
clubby7899d85dfc2024-06-08 19:18:311703version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251704source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311705checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
Charles Lewa7750042022-11-06 06:43:251706dependencies = [
1707 "proc-macro2",
1708 "quote",
github-actionsbfc99512024-09-29 00:22:291709 "syn 2.0.79",
Charles Lewa7750042022-11-06 06:43:251710]
1711
1712[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:441713name = "id-arena"
1714version = "2.2.1"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1717
1718[[package]]
Oli Scherer29de70d2023-07-25 13:09:531719name = "ident_case"
1720version = "1.0.1"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1723
1724[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581725name = "idna"
github-actions99053572024-06-23 00:18:081726version = "0.5.0"
Eric Hussf2428a62019-08-01 00:44:391727source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081728checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
Eric Hussf2428a62019-08-01 00:44:391729dependencies = [
github-actions99053572024-06-23 00:18:081730 "unicode-bidi",
1731 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391732]
1733
1734[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291735name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351736version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291737source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351738checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291739
1740[[package]]
Simon Sapinb77ff242017-07-18 21:26:551741name = "ignore"
Trevor Gross4a515bd2024-08-26 20:02:541742version = "0.4.23"
Simon Sapinb77ff242017-07-18 21:26:551743source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541744checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
Simon Sapinb77ff242017-07-18 21:26:551745dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:541746 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:091747 "globset",
Alex Crichton093ede22019-08-15 00:45:091748 "log",
1749 "memchr",
Trevor Gross4a515bd2024-08-26 20:02:541750 "regex-automata 0.4.7",
Alex Crichton093ede22019-08-15 00:45:091751 "same-file",
Alex Crichton093ede22019-08-15 00:45:091752 "walkdir",
1753 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551754]
1755
1756[[package]]
Ralf Jung10430db2022-07-15 14:04:231757name = "indenter"
1758version = "0.3.3"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1761
1762[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571763name = "indexmap"
Trevor Gross4a515bd2024-08-26 20:02:541764version = "2.5.0"
flip19958d5f69d2021-10-21 11:13:171765source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541766checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
Nilstrieb3295cdf2023-06-26 07:21:351767dependencies = [
1768 "equivalent",
klensyc653bb92023-11-18 09:42:051769 "hashbrown",
Josh Stoned9b1fa92023-07-03 20:51:541770 "rustc-rayon",
1771 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351772]
1773
1774[[package]]
Philipp Kronesac25a732023-08-24 19:33:171775name = "indicatif"
clubby7899b73db32024-01-29 12:21:161776version = "0.17.8"
Philipp Kronesac25a732023-08-24 19:33:171777source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161778checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
Philipp Kronesac25a732023-08-24 19:33:171779dependencies = [
1780 "console",
1781 "instant",
1782 "number_prefix",
1783 "portable-atomic",
printfn46b41b42024-10-12 21:57:501784 "unicode-width 0.1.14",
Philipp Kronesac25a732023-08-24 19:33:171785]
1786
1787[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351788name = "indoc"
1789version = "1.0.9"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171792
1793[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451794name = "inout"
1795version = "0.1.3"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1798dependencies = [
1799 "generic-array",
1800]
1801
1802[[package]]
Josh Stone020c5ec2017-05-08 22:01:131803name = "installer"
1804version = "0.0.0"
1805dependencies = [
Michael Forney32025fd2020-05-25 00:08:451806 "anyhow",
klensye1c33132023-06-21 09:32:341807 "clap",
Alex Crichton093ede22019-08-15 00:45:091808 "flate2",
Alex Crichton093ede22019-08-15 00:45:091809 "rayon",
Alex Crichton093ede22019-08-15 00:45:091810 "tar",
1811 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091812 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131813]
1814
1815[[package]]
Mark Rousskov342d9562020-08-17 15:21:441816name = "instant"
github-actions36c09332024-05-19 00:17:381817version = "0.1.13"
Mark Rousskov342d9562020-08-17 15:21:441818source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:381819checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
flip1995e36e5a52021-12-06 11:33:551820dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421821 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551822]
Mark Rousskov342d9562020-08-17 15:21:441823
1824[[package]]
David Wood7f916972022-03-26 07:27:431825name = "intl-memoizer"
Mark Rousskov12200c92024-05-11 14:27:171826version = "0.5.2"
David Wood7f916972022-03-26 07:27:431827source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171828checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
David Wood7f916972022-03-26 07:27:431829dependencies = [
1830 "type-map",
1831 "unic-langid",
1832]
1833
1834[[package]]
1835name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421836version = "7.0.2"
David Wood7f916972022-03-26 07:27:431837source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421838checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431839dependencies = [
David Wood7f916972022-03-26 07:27:431840 "unic-langid",
1841]
1842
1843[[package]]
Mark Rousskov12200c92024-05-11 14:27:171844name = "is_terminal_polyfill"
Trevor Gross7240da02024-08-07 07:09:121845version = "1.70.1"
Mark Rousskov12200c92024-05-11 14:27:171846source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121847checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
Mark Rousskov12200c92024-05-11 14:27:171848
1849[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291850name = "itertools"
Philipp Kronesf99056b2024-02-27 14:50:231851version = "0.12.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1854dependencies = [
1855 "either",
1856]
1857
1858[[package]]
Steve Klabnik2795de32017-02-20 00:20:571859name = "itoa"
clubby789629d6942024-04-01 13:06:321860version = "1.0.11"
Steve Klabnik2795de32017-02-20 00:20:571861source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:321862checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
Steve Klabnik2795de32017-02-20 00:20:571863
1864[[package]]
Rémy Rakicadab1352022-05-06 21:20:041865name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:511866version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:041867source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:511868checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:041869dependencies = [
1870 "cc",
Rémy Rakicadab1352022-05-06 21:20:041871 "libc",
1872]
1873
1874[[package]]
Alex Crichton453080f2017-06-05 16:36:481875name = "jobserver"
Trevor Gross7240da02024-08-07 07:09:121876version = "0.1.32"
Alex Crichton453080f2017-06-05 16:36:481877source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121878checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
Alex Crichton453080f2017-06-05 16:36:481879dependencies = [
Alex Crichton093ede22019-08-15 00:45:091880 "libc",
Alex Crichton453080f2017-06-05 16:36:481881]
1882
1883[[package]]
nilsf77541a2023-04-11 11:46:411884name = "js-sys"
Trevor Gross7240da02024-08-07 07:09:121885version = "0.3.70"
nilsf77541a2023-04-11 11:46:411886source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121887checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
nilsf77541a2023-04-11 11:46:411888dependencies = [
1889 "wasm-bindgen",
1890]
1891
1892[[package]]
Rune Tynan77156562021-01-16 01:34:151893name = "jsondocck"
1894version = "0.1.0"
1895dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471896 "fs-err",
Rune Tynan77156562021-01-16 01:34:151897 "getopts",
1898 "jsonpath_lib",
Rune Tynan77156562021-01-16 01:34:151899 "regex",
Rune Tynan77156562021-01-16 01:34:151900 "serde_json",
klensyc63cb012021-06-01 15:25:361901 "shlex",
Rune Tynan77156562021-01-16 01:34:151902]
1903
1904[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371905name = "jsondoclint"
1906version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391907dependencies = [
1908 "anyhow",
klensye1c33132023-06-21 09:32:341909 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391910 "fs-err",
Noratrieb43483832024-08-24 22:31:101911 "rustc-hash 2.0.0",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391912 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:451913 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391914 "serde_json",
1915]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371916
1917[[package]]
Rune Tynan77156562021-01-16 01:34:151918name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:051919version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:151920source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:051921checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:151922dependencies = [
Rune Tynan77156562021-01-16 01:34:151923 "log",
1924 "serde",
1925 "serde_json",
1926]
1927
1928[[package]]
Steve Klabnika0769612017-02-07 23:13:571929name = "lazy_static"
github-actions99053572024-06-23 00:18:081930version = "1.5.0"
Alex Crichton325d7392017-12-10 17:42:491931source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081932checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
Alex Crichton325d7392017-12-10 17:42:491933
1934[[package]]
Zalathar13671042023-08-11 01:52:371935name = "leb128"
1936version = "0.2.5"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
1939
1940[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:531941name = "levenshtein"
1942version = "1.0.5"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
1945
1946[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:441947name = "lexopt"
1948version = "0.3.0"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
1951
1952[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291953name = "libc"
Trevor Gross4a515bd2024-08-26 20:02:541954version = "0.2.159"
Ahmed Charles9ca382f2016-09-02 08:55:291955source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541956checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
Ahmed Charles9ca382f2016-09-02 08:55:291957
1958[[package]]
github-actions36c09332024-05-19 00:17:381959name = "libdbus-sys"
1960version = "0.2.5"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
1963dependencies = [
1964 "cc",
1965 "pkg-config",
1966]
1967
1968[[package]]
Ralf Jungfe7e2072022-09-02 14:49:381969name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:471970version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:381971source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:471972checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:381973dependencies = [
1974 "libc",
1975 "libffi-sys",
1976]
1977
1978[[package]]
1979name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:521980version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:381981source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:521982checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:381983dependencies = [
1984 "cc",
1985]
1986
1987[[package]]
Andy Russell923f9392021-11-08 23:03:551988name = "libloading"
Trevor Gross7240da02024-08-07 07:09:121989version = "0.8.5"
Ralf Jung6687c072023-10-01 05:03:421990source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121991checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
Ralf Jung6687c072023-10-01 05:03:421992dependencies = [
1993 "cfg-if",
Trevor Gross7240da02024-08-07 07:09:121994 "windows-targets 0.52.6",
Ralf Jung6687c072023-10-01 05:03:421995]
1996
1997[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:051998name = "libm"
clubby7899b73db32024-01-29 12:21:161999version = "0.2.8"
Jakub Beránek91d2fb22023-06-03 07:41:442000source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162001checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2002
2003[[package]]
2004name = "libredox"
clubby789629d6942024-04-01 13:06:322005version = "0.1.3"
clubby7899b73db32024-01-29 12:21:162006source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322007checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
clubby7899b73db32024-01-29 12:21:162008dependencies = [
Trevor Gross7240da02024-08-07 07:09:122009 "bitflags 2.6.0",
clubby7899b73db32024-01-29 12:21:162010 "libc",
Trevor Gross7240da02024-08-07 07:09:122011 "redox_syscall",
clubby7899b73db32024-01-29 12:21:162012]
Jakub Beránek91d2fb22023-06-03 07:41:442013
2014[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582015name = "libz-sys"
Trevor Gross4a515bd2024-08-26 20:02:542016version = "1.1.20"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582017source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542018checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582019dependencies = [
Alex Crichton093ede22019-08-15 00:45:092020 "cc",
2021 "libc",
2022 "pkg-config",
2023 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582024]
2025
2026[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292027name = "linkchecker"
2028version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302029dependencies = [
klensy52242f22024-06-15 15:53:452030 "html5ever",
Joshua Nelson65835d12020-10-15 13:25:302031 "regex",
2032]
Ahmed Charles9ca382f2016-09-02 08:55:292033
2034[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572035name = "lint-docs"
2036version = "0.1.0"
2037dependencies = [
2038 "serde_json",
2039 "tempfile",
2040 "walkdir",
2041]
2042
2043[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042044name = "linux-raw-sys"
github-actions36c09332024-05-19 00:17:382045version = "0.4.14"
Weihang Lo1e5dad02022-11-25 22:37:042046source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382047checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
Weihang Lo1e5dad02022-11-25 22:37:042048
2049[[package]]
Charles Lewa7750042022-11-06 06:43:252050name = "litemap"
clubby7899d85dfc2024-06-08 19:18:312051version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:252052source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:312053checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
Charles Lewa7750042022-11-06 06:43:252054
2055[[package]]
Hans Kratz6162fc02021-09-25 13:25:082056name = "lld-wrapper"
2057version = "0.1.0"
2058
2059[[package]]
Kjetil Kjeka222ce4f2024-02-06 18:15:382060name = "llvm-bitcode-linker"
2061version = "0.0.1"
2062dependencies = [
2063 "anyhow",
2064 "clap",
2065 "thiserror",
2066 "tracing",
2067 "tracing-subscriber",
2068]
2069
2070[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392071name = "lock_api"
Mark Rousskov12200c92024-05-11 14:27:172072version = "0.4.12"
Malo Jaffré8ed13d62017-12-29 10:24:382073source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172074checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
Mark Rousskov342d9562020-08-17 15:21:442075dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442076 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442077 "scopeguard",
2078]
2079
2080[[package]]
2081name = "log"
Trevor Gross7240da02024-08-07 07:09:122082version = "0.4.22"
Mark Rousskov342d9562020-08-17 15:21:442083source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122084checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
Ahmed Charles9ca382f2016-09-02 08:55:292085
2086[[package]]
Josh Stone020c5ec2017-05-08 22:01:132087name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252088version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132089source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252090checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132091dependencies = [
Alex Crichton093ede22019-08-15 00:45:092092 "cc",
2093 "libc",
2094 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132095]
2096
2097[[package]]
steveklabnikecfbaca2018-04-03 14:32:042098name = "mac"
2099version = "0.1.1"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092101checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042102
2103[[package]]
2104name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442105version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042106source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442107checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042108
2109[[package]]
2110name = "markup5ever"
github-actions36c09332024-05-19 00:17:382111version = "0.12.1"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2114dependencies = [
2115 "log",
klensy52242f22024-06-15 15:53:452116 "phf",
2117 "phf_codegen",
github-actions36c09332024-05-19 00:17:382118 "string_cache",
2119 "string_cache_codegen",
2120 "tendril",
2121]
2122
2123[[package]]
Oliver Schererec7230f2020-07-24 18:42:002124name = "matchers"
pierwillea25b772021-12-21 17:00:302125version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002126source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302127checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002128dependencies = [
Charles Lewa7750042022-11-06 06:43:252129 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002130]
2131
2132[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152133name = "md-5"
clubby7899b73db32024-01-29 12:21:162134version = "0.10.6"
Arlo Siemsen3296d5c2020-10-13 15:41:062135source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162136checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
Arlo Siemsen3296d5c2020-10-13 15:41:062137dependencies = [
clubby7899b73db32024-01-29 12:21:162138 "cfg-if",
klensy45fac342022-08-31 20:04:122139 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062140]
2141
2142[[package]]
Steve Klabnika0769612017-02-07 23:13:572143name = "mdbook"
github-actions36c09332024-05-19 00:17:382144version = "0.4.40"
Steve Klabnika0769612017-02-07 23:13:572145source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382146checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
Steve Klabnika0769612017-02-07 23:13:572147dependencies = [
Alex Crichton093ede22019-08-15 00:45:092148 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462149 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092150 "chrono",
klensye1c33132023-06-21 09:32:342151 "clap",
Eric Huss51814222022-04-15 18:57:062152 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092153 "elasticlunr-rs",
klensy53efefb2024-02-22 11:35:212154 "env_logger",
Weihang Lof795a152023-03-15 12:50:042155 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092156 "log",
2157 "memchr",
Eric Huss2717f602023-01-06 01:20:592158 "once_cell",
Philipp Krones375ca8d2024-10-18 11:44:572159 "opener",
Mark Rousskov12200c92024-05-11 14:27:172160 "pulldown-cmark 0.10.3",
Alex Crichton093ede22019-08-15 00:45:092161 "regex",
2162 "serde",
Alex Crichton093ede22019-08-15 00:45:092163 "serde_json",
klensyc63cb012021-06-01 15:25:362164 "shlex",
Alex Crichton093ede22019-08-15 00:45:092165 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352166 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072167 "topological-sort",
James Munnsde763692019-01-19 02:39:372168]
2169
2170[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492171name = "measureme"
Michael Woeristerac58f9a2024-01-13 15:32:032172version = "11.0.1"
Ryan Levick757f76e2021-10-07 13:08:442173source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristerac58f9a2024-01-13 15:32:032174checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
Ryan Levick947a33b2021-07-23 14:25:582175dependencies = [
2176 "log",
Weihang Lof795a152023-03-15 12:50:042177 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:502178 "parking_lot",
Ryan Levick947a33b2021-07-23 14:25:582179 "perf-event-open-sys",
Trevor Gross4a515bd2024-08-26 20:02:542180 "rustc-hash 1.1.0",
Ryan Levick947a33b2021-07-23 14:25:582181 "smallvec",
2182]
2183
2184[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582185name = "memchr"
Trevor Grosse95d15a2024-08-26 18:56:182186version = "2.7.4"
Oliver Schneideracdf83f2017-12-06 08:25:292187source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Grosse95d15a2024-08-26 18:56:182188checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
Steve Klabnika0769612017-02-07 23:13:572189
2190[[package]]
Camille GILLOT458d0442021-03-17 16:29:452191name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352192version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452193source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352194checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452195dependencies = [
2196 "libc",
2197]
2198
2199[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452200name = "memoffset"
clubby789629d6942024-04-01 13:06:322201version = "0.9.1"
est31b0483962023-06-05 02:53:302202source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322203checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
est31b0483962023-06-05 02:53:302204dependencies = [
2205 "autocfg",
2206]
2207
2208[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592209name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352210version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592211source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352212checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592213
2214[[package]]
2215name = "mime_guess"
Trevor Gross7240da02024-08-07 07:09:122216version = "2.0.5"
Guillaume Gomez76714c32023-03-06 10:15:592217source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122218checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
Guillaume Gomez76714c32023-03-06 10:15:592219dependencies = [
2220 "mime",
2221 "unicase",
2222]
2223
2224[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052225name = "minifier"
Guillaume Gomezc36b5632024-08-24 16:34:282226version = "0.3.1"
Guillaume Gomez4b145732018-05-10 22:02:052227source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezc36b5632024-08-24 16:34:282228checksum = "9aa3f302fe0f8de065d4a2d1ed64f60204623cac58b80cd3c2a83a25d5a7d437"
2229dependencies = [
2230 "clap",
2231]
Guillaume Gomez4b145732018-05-10 22:02:052232
2233[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462234name = "minimal-lexical"
2235version = "0.2.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2238
2239[[package]]
Alex Crichtonb4110902018-12-08 11:06:542240name = "miniz_oxide"
github-actions99053572024-06-23 00:18:082241version = "0.7.4"
Nilstrieb3295cdf2023-06-26 07:21:352242source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082243checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
Nilstrieb3295cdf2023-06-26 07:21:352244dependencies = [
2245 "adler",
Nilstrieb3295cdf2023-06-26 07:21:352246]
2247
2248[[package]]
Trevor Gross4a515bd2024-08-26 20:02:542249name = "miniz_oxide"
2250version = "0.8.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2253dependencies = [
2254 "adler2",
2255]
2256
2257[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582258name = "miow"
klensy55935df2023-08-06 10:24:592259version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442260source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592261checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442262dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172263 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442264]
2265
2266[[package]]
kennytm0692b3d2017-12-15 19:41:582267name = "miri"
2268version = "0.1.0"
2269dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452270 "aes",
Ralf Jung9f7194b2024-04-25 10:28:452271 "chrono",
Ralf Jung47b3ce02024-05-05 15:17:452272 "chrono-tz",
Alex Crichton093ede22019-08-15 00:45:092273 "colored",
Ralf Jung13e47662023-05-23 10:10:182274 "ctrlc",
Ralf Jung9f7194b2024-04-25 10:28:452275 "directories",
Thom Chiovolonia4bf36e2022-11-21 00:55:412276 "getrandom",
Ralf Jung0ddccf92024-01-08 10:21:182277 "jemalloc-sys",
Ralf Jung759e4952020-06-01 18:17:202278 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382279 "libffi",
Simonas Kazlauskasfcaeb452024-01-10 15:12:012280 "libloading",
Ralf Jung61a986a2022-06-26 02:21:492281 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412282 "rand",
Ralf Junga272c452022-05-30 08:17:462283 "regex",
Ralf Jung64f56d22022-10-22 08:45:252284 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292285 "smallvec",
Ralf Jung9a308d42024-03-09 17:56:522286 "tempfile",
Philipp Krones907b6a12024-09-24 09:58:122287 "ui_test",
Ralf Jungf6edc8a2024-08-05 18:39:562288 "windows-sys 0.52.0",
kennytm0692b3d2017-12-15 19:41:582289]
2290
2291[[package]]
Jakob Degen17395b42022-10-31 00:17:252292name = "miropt-test-tools"
2293version = "0.1.0"
Jakob Degen17395b42022-10-31 00:17:252294
2295[[package]]
Alex Crichtond8251152018-07-02 16:33:162296name = "new_debug_unreachable"
github-actionsc486d2d2024-03-17 00:26:012297version = "1.0.6"
Alex Crichtond8251152018-07-02 16:33:162298source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012299checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
Nick Cameron4b6f5c22018-02-26 03:15:452300
2301[[package]]
Ralf Jung13e47662023-05-23 10:10:182302name = "nix"
Trevor Gross7240da02024-08-07 07:09:122303version = "0.29.0"
Ralf Jung13e47662023-05-23 10:10:182304source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122305checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
Ralf Jung13e47662023-05-23 10:10:182306dependencies = [
Trevor Gross7240da02024-08-07 07:09:122307 "bitflags 2.6.0",
Ralf Jung13e47662023-05-23 10:10:182308 "cfg-if",
github-actionsc486d2d2024-03-17 00:26:012309 "cfg_aliases",
Ralf Jung13e47662023-05-23 10:10:182310 "libc",
Ralf Jung13e47662023-05-23 10:10:182311]
2312
2313[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462314name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352315version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462316source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352317checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462318dependencies = [
2319 "memchr",
2320 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462321]
2322
2323[[package]]
Eric Hussb07e3162023-11-29 23:52:162324name = "normpath"
Trevor Gross7240da02024-08-07 07:09:122325version = "1.3.0"
Eric Hussb07e3162023-11-29 23:52:162326source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122327checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
Eric Hussb07e3162023-11-29 23:52:162328dependencies = [
Trevor Gross7240da02024-08-07 07:09:122329 "windows-sys 0.59.0",
Eric Hussb07e3162023-11-29 23:52:162330]
2331
2332[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352333name = "nu-ansi-term"
2334version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162335source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352336checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162337dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352338 "overload",
2339 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162340]
2341
2342[[package]]
klensy71ea5062024-03-30 14:39:432343name = "nu-ansi-term"
Trevor Gross7240da02024-08-07 07:09:122344version = "0.50.1"
klensy71ea5062024-03-30 14:39:432345source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122346checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
klensy71ea5062024-03-30 14:39:432347dependencies = [
Trevor Gross7240da02024-08-07 07:09:122348 "windows-sys 0.52.0",
klensy71ea5062024-03-30 14:39:432349]
2350
2351[[package]]
Trevor Gross51827ce2024-07-20 16:13:272352name = "num"
2353version = "0.4.3"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2356dependencies = [
2357 "num-bigint",
2358 "num-complex",
2359 "num-integer",
2360 "num-iter",
2361 "num-rational",
2362 "num-traits",
2363]
2364
2365[[package]]
2366name = "num-bigint"
2367version = "0.4.6"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2370dependencies = [
2371 "num-integer",
2372 "num-traits",
2373]
2374
2375[[package]]
2376name = "num-complex"
2377version = "0.4.6"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2380dependencies = [
2381 "num-traits",
2382]
2383
2384[[package]]
clubby7899b73db32024-01-29 12:21:162385name = "num-conv"
2386version = "0.1.0"
Steve Klabnik2795de32017-02-20 00:20:572387source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162388checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2389
2390[[package]]
Trevor Gross51827ce2024-07-20 16:13:272391name = "num-integer"
2392version = "0.1.46"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2395dependencies = [
2396 "num-traits",
2397]
2398
2399[[package]]
2400name = "num-iter"
2401version = "0.1.45"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2404dependencies = [
2405 "autocfg",
2406 "num-integer",
2407 "num-traits",
2408]
2409
2410[[package]]
2411name = "num-rational"
2412version = "0.4.2"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2415dependencies = [
2416 "num-bigint",
2417 "num-integer",
2418 "num-traits",
2419]
2420
2421[[package]]
clubby7899b73db32024-01-29 12:21:162422name = "num-traits"
Mark Rousskov12200c92024-05-11 14:27:172423version = "0.2.19"
clubby7899b73db32024-01-29 12:21:162424source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172425checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Mark Rousskov342d9562020-08-17 15:21:442426dependencies = [
2427 "autocfg",
2428]
Steve Klabnik2795de32017-02-20 00:20:572429
2430[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292431name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352432version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292433source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352434checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292435dependencies = [
bjorn31f3be752024-08-01 20:09:502436 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092437 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292438]
2439
2440[[package]]
Philipp Kronesac25a732023-08-24 19:33:172441name = "number_prefix"
2442version = "0.4.0"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2445
2446[[package]]
Alex Crichton06d565c2020-05-13 21:22:372447name = "object"
clubby78956bc5522024-01-21 17:16:262448version = "0.32.2"
dirreke74817b72023-08-14 14:57:382449source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:262450checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dirreke74817b72023-08-14 14:57:382451dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:242452 "memchr",
Ben Kimock2f6fb232024-03-18 22:47:412453]
2454
2455[[package]]
Jubilee Young49c2a1d2024-06-07 05:50:282456name = "object"
Rémy Rakicd30b5f02024-09-01 12:21:042457version = "0.36.4"
Jubilee Young49c2a1d2024-06-07 05:50:282458source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicd30b5f02024-09-01 12:21:042459checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
Jubilee Young49c2a1d2024-06-07 05:50:282460dependencies = [
klensy58c99992024-07-17 11:33:202461 "crc32fast",
2462 "flate2",
2463 "hashbrown",
2464 "indexmap",
Jubilee Young49c2a1d2024-06-07 05:50:282465 "memchr",
klensy26c09b62024-09-24 13:14:492466 "ruzstd",
Trevor Gross4a515bd2024-08-26 20:02:542467 "wasmparser 0.216.0",
Jubilee Young49c2a1d2024-06-07 05:50:282468]
2469
2470[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372471name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152472version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372473source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152474checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372475dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422476 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372477]
2478
2479[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412480name = "once_cell"
clubby7899b73db32024-01-29 12:21:162481version = "1.19.0"
Mark Rousskov2fc32b92019-09-10 01:01:412482source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162483checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
Mark Rousskov2fc32b92019-09-10 01:01:412484
2485[[package]]
Guillaume Gomez8d40b9e2024-07-18 18:56:362486name = "once_map"
Trevor Gross4a515bd2024-08-26 20:02:542487version = "0.4.19"
Guillaume Gomez8d40b9e2024-07-18 18:56:362488source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542489checksum = "30c7f82d6d446dd295845094f3a76bcdc5e6183b66667334e169f019cd05e5a0"
Guillaume Gomez8d40b9e2024-07-18 18:56:362490dependencies = [
2491 "ahash",
2492 "hashbrown",
2493 "parking_lot",
2494 "stable_deref_trait",
2495]
2496
2497[[package]]
Alex Crichton2863b752018-08-21 17:23:472498name = "opener"
Trevor Gross7240da02024-08-07 07:09:122499version = "0.7.2"
github-actions36c09332024-05-19 00:17:382500source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122501checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
github-actions36c09332024-05-19 00:17:382502dependencies = [
2503 "bstr",
2504 "dbus",
2505 "normpath",
Trevor Gross7240da02024-08-07 07:09:122506 "windows-sys 0.59.0",
github-actions36c09332024-05-19 00:17:382507]
2508
2509[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582510name = "openssl-probe"
klensy43512e62022-07-26 16:16:432511version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582512source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432513checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582514
2515[[package]]
2516name = "openssl-sys"
Trevor Gross7240da02024-08-07 07:09:122517version = "0.9.103"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582518source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122519checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582520dependencies = [
Alex Crichton093ede22019-08-15 00:45:092521 "cc",
2522 "libc",
Alex Crichton093ede22019-08-15 00:45:092523 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092524 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582525]
2526
2527[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442528name = "opt-dist"
2529version = "0.1.0"
2530dependencies = [
2531 "anyhow",
2532 "build_helper",
2533 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322534 "clap",
2535 "derive_builder",
klensy53efefb2024-02-22 11:35:212536 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442537 "fs_extra",
2538 "glob",
2539 "humansize",
klensyc653bb92023-11-18 09:42:052540 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442541 "log",
Jakub Beránek91d2fb22023-06-03 07:41:442542 "serde",
2543 "serde_json",
2544 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112545 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442546 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172547 "tempfile",
klensy39159a32024-05-09 13:43:142548 "xz2",
Jakub Beránek91d2fb22023-06-03 07:41:442549]
2550
2551[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482552name = "option-ext"
2553version = "0.2.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2556
2557[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352558name = "overload"
2559version = "0.1.1"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2562
2563[[package]]
Ralf Jung10430db2022-07-15 14:04:232564name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052565version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232566source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052567checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232568
2569[[package]]
Philipp Kronesac25a732023-08-24 19:33:172570name = "pad"
2571version = "0.1.6"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2574dependencies = [
printfn46b41b42024-10-12 21:57:502575 "unicode-width 0.1.14",
Philipp Kronesac25a732023-08-24 19:33:172576]
2577
2578[[package]]
Jakub Beránek209789e2023-08-09 18:56:112579name = "papergrid"
klensy15bc6812024-02-22 11:17:592580version = "0.11.0"
Jakub Beránek209789e2023-08-09 18:56:112581source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:592582checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
Jakub Beránek209789e2023-08-09 18:56:112583dependencies = [
2584 "bytecount",
2585 "fnv",
printfn46b41b42024-10-12 21:57:502586 "unicode-width 0.1.14",
Jakub Beránek209789e2023-08-09 18:56:112587]
2588
2589[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012590name = "parking_lot"
clubby789d42c9602024-06-08 19:22:162591version = "0.12.3"
Philipp Krones586cbd02022-06-04 12:07:442592source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:162593checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
Philipp Krones586cbd02022-06-04 12:07:442594dependencies = [
2595 "lock_api",
Rémy Rakic4cb2a282023-12-14 15:40:502596 "parking_lot_core",
Igor Matuszewski8fc4bba2020-02-12 14:47:312597]
2598
2599[[package]]
Philipp Krones586cbd02022-06-04 12:07:442600name = "parking_lot_core"
Mark Rousskov12200c92024-05-11 14:27:172601version = "0.9.10"
Philipp Krones586cbd02022-06-04 12:07:442602source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172603checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
Philipp Krones586cbd02022-06-04 12:07:442604dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422605 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442606 "libc",
Trevor Gross7240da02024-08-07 07:09:122607 "redox_syscall",
Philipp Krones586cbd02022-06-04 12:07:442608 "smallvec",
Trevor Gross7240da02024-08-07 07:09:122609 "windows-targets 0.52.6",
Philipp Krones586cbd02022-06-04 12:07:442610]
2611
2612[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452613name = "parse-zoneinfo"
2614version = "0.3.1"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2617dependencies = [
2618 "regex",
2619]
2620
2621[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272622name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322623version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272624source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322625checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272626
2627[[package]]
Alex Crichton1cede102017-06-15 02:33:062628name = "percent-encoding"
clubby7899b73db32024-01-29 12:21:162629version = "2.3.1"
Eric Hussf2428a62019-08-01 00:44:392630source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162631checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
Eric Hussf2428a62019-08-01 00:44:392632
2633[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382634name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352635version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382636source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352637checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382638dependencies = [
2639 "libc",
2640]
2641
2642[[package]]
Steve Klabnika0769612017-02-07 23:13:572643name = "pest"
Trevor Gross4a515bd2024-08-26 20:02:542644version = "2.7.13"
James Munnsde763692019-01-19 02:39:372645source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542646checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9"
James Munnsde763692019-01-19 02:39:372647dependencies = [
clubby7899b73db32024-01-29 12:21:162648 "memchr",
klensy45fac342022-08-31 20:04:122649 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092650 "ucd-trie",
James Munnsde763692019-01-19 02:39:372651]
2652
2653[[package]]
Alex Crichtone9d89832018-04-02 15:43:552654name = "pest_derive"
Trevor Gross4a515bd2024-08-26 20:02:542655version = "2.7.13"
James Munnsde763692019-01-19 02:39:372656source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542657checksum = "4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0"
James Munnsde763692019-01-19 02:39:372658dependencies = [
Alex Crichton093ede22019-08-15 00:45:092659 "pest",
2660 "pest_generator",
James Munnsde763692019-01-19 02:39:372661]
2662
2663[[package]]
2664name = "pest_generator"
Trevor Gross4a515bd2024-08-26 20:02:542665version = "2.7.13"
James Munnsde763692019-01-19 02:39:372666source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542667checksum = "94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e"
James Munnsde763692019-01-19 02:39:372668dependencies = [
Alex Crichton093ede22019-08-15 00:45:092669 "pest",
2670 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152671 "proc-macro2",
2672 "quote",
github-actionsbfc99512024-09-29 00:22:292673 "syn 2.0.79",
James Munnsde763692019-01-19 02:39:372674]
2675
2676[[package]]
2677name = "pest_meta"
Trevor Gross4a515bd2024-08-26 20:02:542678version = "2.7.13"
James Munnsde763692019-01-19 02:39:372679source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542680checksum = "ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f"
James Munnsde763692019-01-19 02:39:372681dependencies = [
klensy45fac342022-08-31 20:04:122682 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092683 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352684 "sha2",
James Munnsde763692019-01-19 02:39:372685]
2686
2687[[package]]
steveklabnikecfbaca2018-04-03 14:32:042688name = "phf"
Ralf Jung47b3ce02024-05-05 15:17:452689version = "0.11.2"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2692dependencies = [
2693 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042694]
2695
2696[[package]]
2697name = "phf_codegen"
Ralf Jung47b3ce02024-05-05 15:17:452698version = "0.11.2"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2701dependencies = [
2702 "phf_generator 0.11.2",
2703 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042704]
2705
2706[[package]]
2707name = "phf_generator"
klensy947e7872022-04-15 18:11:142708version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042709source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142710checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042711dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452712 "phf_shared 0.10.0",
2713 "rand",
2714]
2715
2716[[package]]
2717name = "phf_generator"
2718version = "0.11.2"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2721dependencies = [
2722 "phf_shared 0.11.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:412723 "rand",
steveklabnikecfbaca2018-04-03 14:32:042724]
2725
2726[[package]]
2727name = "phf_shared"
klensy947e7872022-04-15 18:11:142728version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042729source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142730checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042731dependencies = [
Alex Crichton093ede22019-08-15 00:45:092732 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042733]
2734
2735[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452736name = "phf_shared"
2737version = "0.11.2"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2740dependencies = [
2741 "siphasher",
2742]
2743
2744[[package]]
Caleb Cartwright63913182021-02-10 01:52:542745name = "pin-project-lite"
clubby789629d6942024-04-01 13:06:322746version = "0.2.14"
Caleb Cartwright63913182021-02-10 01:52:542747source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322748checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
Caleb Cartwright63913182021-02-10 01:52:542749
2750[[package]]
2751name = "pin-utils"
2752version = "0.1.0"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2755
2756[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582757name = "pkg-config"
Trevor Gross4a515bd2024-08-26 20:02:542758version = "0.3.31"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582759source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542760checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582761
2762[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012763name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062764version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012765source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062766checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512767dependencies = [
Alex Crichton093ede22019-08-15 00:45:092768 "datafrog",
2769 "log",
Trevor Gross4a515bd2024-08-26 20:02:542770 "rustc-hash 1.1.0",
Douglas Campos422fe7c2018-05-29 11:52:512771]
Santiago Pastorino8429d112018-05-24 21:52:012772
2773[[package]]
Philipp Kronesac25a732023-08-24 19:33:172774name = "portable-atomic"
github-actionsbfc99512024-09-29 00:22:292775version = "1.9.0"
Philipp Kronesac25a732023-08-24 19:33:172776source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:292777checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
Philipp Kronesac25a732023-08-24 19:33:172778
2779[[package]]
clubby7896ac3b572024-01-29 12:16:202780name = "powerfmt"
2781version = "0.2.0"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2784
2785[[package]]
gnzlbg52caca02019-08-01 15:02:262786name = "ppv-lite86"
Trevor Gross7240da02024-08-07 07:09:122787version = "0.2.20"
gnzlbg52caca02019-08-01 15:02:262788source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122789checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2790dependencies = [
2791 "zerocopy",
2792]
gnzlbg52caca02019-08-01 15:02:262793
2794[[package]]
steveklabnikecfbaca2018-04-03 14:32:042795name = "precomputed-hash"
2796version = "0.1.1"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092798checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042799
2800[[package]]
Philipp Kronesac25a732023-08-24 19:33:172801name = "prettydiff"
Philipp Krones0949ff92024-07-25 16:29:272802version = "0.7.0"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9"
2805dependencies = [
2806 "owo-colors",
2807 "pad",
2808]
2809
2810[[package]]
David Wood7f916972022-03-26 07:27:432811name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352812version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432813source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352814checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432815
2816[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112817name = "proc-macro2"
github-actions99053572024-06-23 00:18:082818version = "1.0.86"
Igor Matuszewskic2249a42019-09-08 08:28:112819source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082820checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
Igor Matuszewskic2249a42019-09-08 08:28:112821dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402822 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112823]
2824
2825[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242826name = "psm"
Trevor Gross4a515bd2024-08-26 20:02:542827version = "0.1.23"
Oliver Scherer26edcee2018-11-02 15:14:242828source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542829checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205"
Oliver Scherer26edcee2018-11-02 15:14:242830dependencies = [
2831 "cc",
2832]
2833
2834[[package]]
Steve Klabnika0769612017-02-07 23:13:572835name = "pulldown-cmark"
Michael Howell294c3dd2024-06-29 18:24:362836version = "0.9.6"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2839dependencies = [
Trevor Gross7240da02024-08-07 07:09:122840 "bitflags 2.6.0",
Michael Howell294c3dd2024-06-29 18:24:362841 "memchr",
2842 "unicase",
2843]
2844
2845[[package]]
2846name = "pulldown-cmark"
Mark Rousskov12200c92024-05-11 14:27:172847version = "0.10.3"
Eric Huss51f20b42024-02-07 04:22:132848source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172849checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
Eric Huss51f20b42024-02-07 04:22:132850dependencies = [
Trevor Gross7240da02024-08-07 07:09:122851 "bitflags 2.6.0",
Eric Huss51f20b42024-02-07 04:22:132852 "memchr",
Michael Howell15fbe612024-06-29 16:34:522853 "pulldown-cmark-escape 0.10.1",
2854 "unicase",
2855]
2856
2857[[package]]
2858name = "pulldown-cmark"
Trevor Gross4a515bd2024-08-26 20:02:542859version = "0.11.3"
Michael Howell15fbe612024-06-29 16:34:522860source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542861checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625"
Michael Howell15fbe612024-06-29 16:34:522862dependencies = [
Trevor Gross7240da02024-08-07 07:09:122863 "bitflags 2.6.0",
Philipp Krones375ca8d2024-10-18 11:44:572864 "getopts",
Michael Howell15fbe612024-06-29 16:34:522865 "memchr",
2866 "pulldown-cmark-escape 0.11.0",
Eric Huss51f20b42024-02-07 04:22:132867 "unicase",
2868]
2869
2870[[package]]
2871name = "pulldown-cmark-escape"
Mark Rousskov12200c92024-05-11 14:27:172872version = "0.10.1"
Eric Huss51f20b42024-02-07 04:22:132873source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172874checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
Eric Huss51f20b42024-02-07 04:22:132875
2876[[package]]
Michael Howell15fbe612024-06-29 16:34:522877name = "pulldown-cmark-escape"
2878version = "0.11.0"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2881
2882[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322883name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442884version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322885source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442886checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322887
2888[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292889name = "quine-mc_cluskey"
2890version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582891source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092892checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582893
2894[[package]]
2895name = "quote"
Trevor Gross4a515bd2024-08-26 20:02:542896version = "1.0.37"
Igor Matuszewskic2249a42019-09-08 08:28:112897source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542898checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
Igor Matuszewskic2249a42019-09-08 08:28:112899dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152900 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552901]
2902
2903[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292904name = "rand"
klensy947e7872022-04-15 18:11:142905version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192906source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142907checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192908dependencies = [
2909 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412910 "rand_chacha",
2911 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:192912]
2913
2914[[package]]
2915name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:352916version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:192917source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352918checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:192919dependencies = [
2920 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:412921 "rand_core",
gnzlbg52caca02019-08-01 15:02:262922]
2923
2924[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192925name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:592926version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:192927source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:592928checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:192929dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412930 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:192931]
2932
2933[[package]]
Eric Huss2b985322019-11-25 16:14:072934name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:292935version = "0.6.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2938dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412939 "rand_core",
Chase Wilson09f15422021-08-29 15:55:292940]
2941
2942[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292943name = "rayon"
github-actions1848b462024-03-24 12:09:282944version = "1.10.0"
Nick Cameron4b6f5c22018-02-26 03:15:452945source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:282946checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
Nick Cameron4b6f5c22018-02-26 03:15:452947dependencies = [
Alex Crichton093ede22019-08-15 00:45:092948 "either",
2949 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:292950]
2951
2952[[package]]
2953name = "rayon-core"
clubby7899b73db32024-01-29 12:21:162954version = "1.12.1"
Oliver Schneideracdf83f2017-12-06 08:25:292955source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162956checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Oliver Schneideracdf83f2017-12-06 08:25:292957dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:162958 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:072959 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:312960]
2961
2962[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:352963name = "redox_syscall"
Trevor Gross4a515bd2024-08-26 20:02:542964version = "0.5.6"
flip19950046d7c2021-02-25 10:26:232965source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542966checksum = "355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b"
Arlo Siemsen4d9b4762023-06-02 16:40:362967dependencies = [
Trevor Gross7240da02024-08-07 07:09:122968 "bitflags 2.6.0",
Mark Rousskov12200c92024-05-11 14:27:172969]
2970
2971[[package]]
flip19954c228cc2019-02-18 09:32:582972name = "redox_users"
Trevor Gross4a515bd2024-08-26 20:02:542973version = "0.4.6"
flip19950046d7c2021-02-25 10:26:232974source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542975checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
flip19950046d7c2021-02-25 10:26:232976dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:412977 "getrandom",
clubby7899b73db32024-01-29 12:21:162978 "libredox",
Nilstrieb3295cdf2023-06-26 07:21:352979 "thiserror",
flip19950046d7c2021-02-25 10:26:232980]
2981
2982[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582983name = "regex"
Trevor Gross4a515bd2024-08-26 20:02:542984version = "1.10.6"
Oliver Schneider847bb142018-05-11 12:11:062985source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542986checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
Oliver Schneider847bb142018-05-11 12:11:062987dependencies = [
clubby7899b73db32024-01-29 12:21:162988 "aho-corasick",
Alex Crichton093ede22019-08-15 00:45:092989 "memchr",
Trevor Gross4a515bd2024-08-26 20:02:542990 "regex-automata 0.4.7",
2991 "regex-syntax 0.8.4",
Oliver Schneider847bb142018-05-11 12:11:062992]
2993
2994[[package]]
Oliver Schererec7230f2020-07-24 18:42:002995name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:092996version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:002997source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:092998checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:002999dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353000 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003001]
3002
3003[[package]]
Charles Lewa7750042022-11-06 06:43:253004name = "regex-automata"
3005version = "0.2.0"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3008dependencies = [
3009 "memchr",
3010]
3011
3012[[package]]
clubby7899b73db32024-01-29 12:21:163013name = "regex-automata"
Trevor Gross4a515bd2024-08-26 20:02:543014version = "0.4.7"
clubby7899b73db32024-01-29 12:21:163015source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543016checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
3017dependencies = [
3018 "aho-corasick",
3019 "memchr",
3020 "regex-syntax 0.8.4",
3021]
clubby7899b73db32024-01-29 12:21:163022
3023[[package]]
3024name = "regex-lite"
github-actions729ed812024-06-16 00:18:063025version = "0.1.6"
clubby7899b73db32024-01-29 12:21:163026source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063027checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
clubby7899b73db32024-01-29 12:21:163028
3029[[package]]
Steve Klabnika0769612017-02-07 23:13:573030name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353031version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063032source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353033checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063034
3035[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353036name = "regex-syntax"
github-actions729ed812024-06-16 00:18:063037version = "0.8.4"
Philipp Kronesb92ab502023-12-16 13:13:123038source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063039checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
Philipp Kronesb92ab502023-12-16 13:13:123040
3041[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193042name = "remote-test-client"
3043version = "0.1.0"
3044
3045[[package]]
3046name = "remote-test-server"
3047version = "0.1.0"
3048
3049[[package]]
est31d32ff142022-08-23 20:14:123050name = "replace-version-placeholder"
3051version = "0.1.0"
3052dependencies = [
3053 "tidy",
3054 "walkdir",
3055]
3056
3057[[package]]
Guillaume Gomez8d40b9e2024-07-18 18:56:363058name = "rinja"
Trevor Gross4a515bd2024-08-26 20:02:543059version = "0.3.4"
Guillaume Gomez8d40b9e2024-07-18 18:56:363060source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543061checksum = "f28580fecce391f3c0e65a692e5f2b5db258ba2346ee04f355ae56473ab973dc"
Guillaume Gomez8d40b9e2024-07-18 18:56:363062dependencies = [
Jonathan Pallant4e24e9b2024-08-06 11:03:373063 "humansize",
Guillaume Gomezcb7c5962024-08-03 23:08:103064 "itoa",
Jonathan Pallant4e24e9b2024-08-06 11:03:373065 "num-traits",
3066 "percent-encoding",
Guillaume Gomez8d40b9e2024-07-18 18:56:363067 "rinja_derive",
3068]
3069
3070[[package]]
3071name = "rinja_derive"
Trevor Gross4a515bd2024-08-26 20:02:543072version = "0.3.4"
Guillaume Gomez8d40b9e2024-07-18 18:56:363073source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543074checksum = "1f1ae91455a4c82892d9513fcfa1ac8faff6c523602d0041536341882714aede"
Guillaume Gomez8d40b9e2024-07-18 18:56:363075dependencies = [
3076 "basic-toml",
Guillaume Gomezcb7c5962024-08-03 23:08:103077 "memchr",
Guillaume Gomez8d40b9e2024-07-18 18:56:363078 "mime",
3079 "mime_guess",
3080 "once_map",
3081 "proc-macro2",
3082 "quote",
3083 "rinja_parser",
Trevor Gross4a515bd2024-08-26 20:02:543084 "rustc-hash 2.0.0",
Guillaume Gomez8d40b9e2024-07-18 18:56:363085 "serde",
github-actionsbfc99512024-09-29 00:22:293086 "syn 2.0.79",
Guillaume Gomez8d40b9e2024-07-18 18:56:363087]
3088
3089[[package]]
3090name = "rinja_parser"
Trevor Gross4a515bd2024-08-26 20:02:543091version = "0.3.4"
Guillaume Gomez8d40b9e2024-07-18 18:56:363092source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543093checksum = "06ea17639e1f35032e1c67539856e498c04cd65fe2a45f55ec437ec55e4be941"
Guillaume Gomez8d40b9e2024-07-18 18:56:363094dependencies = [
Guillaume Gomezcb7c5962024-08-03 23:08:103095 "memchr",
Guillaume Gomez8d40b9e2024-07-18 18:56:363096 "nom",
Trevor Gross4a515bd2024-08-26 20:02:543097 "serde",
Guillaume Gomez8d40b9e2024-07-18 18:56:363098]
3099
3100[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583101name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433102version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583103dependencies = [
Alex Crichton093ede22019-08-15 00:45:093104 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483105]
3106
3107[[package]]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593108name = "run_make_support"
许杰友 Jieyou Xu (Joe)f6ab5e92024-06-09 16:29:143109version = "0.2.0"
Alex Crichton71413792024-03-06 20:39:073110dependencies = [
Oneirical17950822024-06-27 18:38:303111 "bstr",
Jakub Beránek97990a42024-07-04 13:47:303112 "build_helper",
Mrmaxmeier664907c2024-07-16 09:01:353113 "gimli 0.31.0",
Oneirical318dfb42024-08-01 17:17:343114 "libc",
Rémy Rakicd30b5f02024-09-01 12:21:043115 "object 0.36.4",
Rémy Rakic682535e2024-04-14 16:36:093116 "regex",
Guillaume Gomez6b1637c2024-08-16 13:09:043117 "serde_json",
Jover Zhangf3530cf2024-04-20 11:25:533118 "similar",
Trevor Gross4a515bd2024-08-26 20:02:543119 "wasmparser 0.216.0",
Alex Crichton71413792024-03-06 20:39:073120]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593121
3122[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573123name = "rustc-build-sysroot"
Trevor Gross4a515bd2024-08-26 20:02:543124version = "0.5.4"
Ralf Jung9cc11e22022-10-04 13:23:573125source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543126checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38"
Ralf Jung9cc11e22022-10-04 13:23:573127dependencies = [
3128 "anyhow",
3129 "rustc_version",
3130 "tempfile",
Ralf Jung95770512024-02-25 07:17:203131 "walkdir",
Ralf Jung9cc11e22022-10-04 13:23:573132]
3133
3134[[package]]
Josh Stone020c5ec2017-05-08 22:01:133135name = "rustc-demangle"
Mark Rousskov12200c92024-05-11 14:27:173136version = "0.1.24"
Josh Stone020c5ec2017-05-08 22:01:133137source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173138checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
Josh Stone020c5ec2017-05-08 22:01:133139
3140[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023141name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193142version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023143source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193144checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023145
3146[[package]]
Trevor Gross4a515bd2024-08-26 20:02:543147name = "rustc-hash"
3148version = "2.0.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
3151
3152[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293153name = "rustc-main"
3154version = "0.0.0"
3155dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043156 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093157 "rustc_codegen_ssa",
3158 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463159 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383160 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113161 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293162]
3163
3164[[package]]
Jakub Beránek151986f2024-06-27 08:22:033165name = "rustc-perf-wrapper"
3166version = "0.1.0"
3167dependencies = [
3168 "clap",
3169]
3170
3171[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033172name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133173version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073174source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133175checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073176dependencies = [
Josh Stone33c41252019-09-10 17:13:073177 "either",
Igor Matuszewski5b091302019-12-10 15:01:013178 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413179]
3180
3181[[package]]
Josh Stone33c41252019-09-10 17:13:073182name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133183version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073184source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133185checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073186dependencies = [
Josh Stoneab57e362022-05-28 00:14:223187 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163188 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073189 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073190 "num_cpus",
3191]
3192
3193[[package]]
Urgau977439d2024-06-19 19:23:403194name = "rustc-stable-hash"
3195version = "0.1.0"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2"
3198
3199[[package]]
Ralf Jungb1274582024-11-03 21:30:163200name = "rustc-std-workspace-alloc"
3201version = "1.0.1"
3202
3203[[package]]
3204name = "rustc-std-workspace-core"
3205version = "1.0.1"
3206
3207[[package]]
3208name = "rustc-std-workspace-std"
3209version = "1.0.1"
3210
3211[[package]]
hkalbasi390a6372022-11-06 21:06:113212name = "rustc_abi"
3213version = "0.0.0"
3214dependencies = [
Trevor Gross7240da02024-08-07 07:09:123215 "bitflags 2.6.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:413216 "rand",
hkalbasi390a6372022-11-06 21:06:113217 "rand_xoshiro",
3218 "rustc_data_structures",
Jubilee Youngeca17022024-10-31 03:37:513219 "rustc_feature",
hkalbasi390a6372022-11-06 21:06:113220 "rustc_index",
3221 "rustc_macros",
3222 "rustc_serialize",
Jubilee Youngeca17022024-10-31 03:37:513223 "rustc_span",
hkalbasi390a6372022-11-06 21:06:113224 "tracing",
3225]
3226
3227[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433228name = "rustc_apfloat"
Trevor Gross7240da02024-08-07 07:09:123229version = "0.2.1+llvm-462a31f5a5ab"
Wesley Wiser15e9f562023-07-18 19:22:563230source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:123231checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433232dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353233 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293234 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433235]
3236
3237[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403238name = "rustc_arena"
3239version = "0.0.0"
3240dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293241 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403242]
3243
3244[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263245name = "rustc_ast"
3246version = "0.0.0"
3247dependencies = [
Trevor Gross7240da02024-08-07 07:09:123248 "bitflags 2.6.0",
Konrad Borowskif72e17f2023-01-22 12:05:473249 "memchr",
Oli Scherer8a6d3532024-02-27 18:11:233250 "rustc_ast_ir",
Vadim Petrochenkov6054a302020-02-29 17:16:263251 "rustc_data_structures",
3252 "rustc_index",
3253 "rustc_lexer",
3254 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403255 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263256 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293257 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303258 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003259 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263260]
3261
3262[[package]]
Oli Scherer8a6d3532024-02-27 18:11:233263name = "rustc_ast_ir"
3264version = "0.0.0"
3265dependencies = [
3266 "rustc_data_structures",
3267 "rustc_macros",
3268 "rustc_serialize",
3269 "rustc_span",
Oli Scherer8a6d3532024-02-27 18:11:233270]
3271
3272[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563273name = "rustc_ast_lowering"
3274version = "0.0.0"
3275dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263276 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463277 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563278 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563279 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003280 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573281 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563282 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513283 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233284 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563285 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563286 "rustc_span",
3287 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293288 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303289 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003290 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563291]
3292
3293[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443294name = "rustc_ast_passes"
3295version = "0.0.0"
3296dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003297 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263298 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463299 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203300 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443301 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443302 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393303 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003304 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013305 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443306 "rustc_parse",
3307 "rustc_session",
3308 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053309 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163310 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443311]
3312
3313[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463314name = "rustc_ast_pretty"
3315version = "0.0.0"
3316dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003317 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263318 "rustc_ast",
klensy746b6752024-10-07 19:22:513319 "rustc_data_structures",
Nicholas Nethercote69f2c9c2023-11-27 08:23:203320 "rustc_lexer",
Mazdak Farrokhzade2333312020-01-11 16:02:463321 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203322 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463323]
3324
3325[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203326name = "rustc_attr"
3327version = "0.0.0"
3328dependencies = [
beetrees6e5f1dac2024-03-24 01:03:393329 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263330 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463331 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203332 "rustc_data_structures",
3333 "rustc_errors",
3334 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003335 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483336 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203337 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403338 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203339 "rustc_session",
3340 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203341]
3342
3343[[package]]
Charles Lewa7750042022-11-06 06:43:253344name = "rustc_baked_icu_data"
3345version = "0.0.0"
3346dependencies = [
3347 "icu_list",
3348 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203349 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253350 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223351 "zerovec",
Charles Lewa7750042022-11-06 06:43:253352]
3353
3354[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403355name = "rustc_borrowck"
3356version = "0.0.0"
3357dependencies = [
3358 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003359 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403360 "polonius-engine",
Jubilee Young586766e2024-11-03 03:24:153361 "rustc_abi",
Camille GILLOT31a61cc2020-12-30 17:48:403362 "rustc_data_structures",
3363 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003364 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403365 "rustc_graphviz",
3366 "rustc_hir",
3367 "rustc_index",
3368 "rustc_infer",
3369 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013370 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403371 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073372 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403373 "rustc_session",
3374 "rustc_span",
Camille GILLOT31a61cc2020-12-30 17:48:403375 "rustc_trait_selection",
3376 "rustc_traits",
3377 "smallvec",
3378 "tracing",
3379]
3380
3381[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323382name = "rustc_builtin_macros"
3383version = "0.0.0"
3384dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263385 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463386 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203387 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323388 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323389 "rustc_errors",
3390 "rustc_expand",
3391 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003392 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363393 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143394 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233395 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313396 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323397 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403398 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203399 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323400 "rustc_span",
3401 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293402 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303403 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003404 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323405]
3406
3407[[package]]
Irina Popab63d7e22018-05-08 13:10:163408name = "rustc_codegen_llvm"
3409version = "0.0.0"
3410dependencies = [
Trevor Gross7240da02024-08-07 07:09:123411 "bitflags 2.6.0",
Caleb Cartwrightffad9842024-06-22 21:22:003412 "itertools",
Alex Crichton7f23e6e2019-10-22 15:51:353413 "libc",
Ralf Jung61a986a2022-06-26 02:21:493414 "measureme",
Rémy Rakicd30b5f02024-09-01 12:21:043415 "object 0.36.4",
Alex Crichton7f23e6e2019-10-22 15:51:353416 "rustc-demangle",
Jubilee Young43e198a2024-10-09 00:32:523417 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263418 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203419 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353420 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353421 "rustc_data_structures",
3422 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003423 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353424 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573425 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353426 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093427 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553428 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593429 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453430 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543431 "rustc_query_system",
Ramon de C Valle1f0f2c42024-04-08 02:35:493432 "rustc_sanitizers",
Aaron Hillfca192c2019-12-06 03:04:353433 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323434 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543435 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353436 "rustc_target",
csmoea30de6e2022-11-03 14:34:243437 "serde",
3438 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293439 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003440 "tracing",
Irina Popab63d7e22018-05-08 13:10:163441]
3442
3443[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043444name = "rustc_codegen_ssa"
3445version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353446dependencies = [
bjorn3be670842022-05-28 10:43:513447 "ar_archive_writer",
Scott McMurrayc38f75c2024-04-14 07:51:493448 "arrayvec",
Trevor Gross7240da02024-08-07 07:09:123449 "bitflags 2.6.0",
Alex Crichton093ede22019-08-15 00:45:093450 "cc",
Scott McMurrayc38f75c2024-04-14 07:51:493451 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003452 "itertools",
Alex Crichton093ede22019-08-15 00:45:093453 "jobserver",
3454 "libc",
Rémy Rakicd30b5f02024-09-01 12:21:043455 "object 0.36.4",
Federico Ponzi4b6a0272020-07-17 22:01:273456 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143457 "regex",
Jubilee Young43e198a2024-10-09 00:32:523458 "rustc_abi",
David Wood2dc1a8a2021-12-03 14:24:053459 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263460 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203461 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093462 "rustc_data_structures",
3463 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003464 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093465 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573466 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093467 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103468 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573469 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363470 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453471 "rustc_middle",
Ben Kimock5f4f2522024-03-15 18:13:113472 "rustc_monomorphize",
Camille GILLOT02025d82020-11-14 15:48:543473 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403474 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083475 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323476 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583477 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093478 "rustc_target",
Michael Gouleteb75d202024-09-28 18:16:053479 "rustc_trait_selection",
Jhonny Bill Menad1030fa2022-11-17 13:53:143480 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423481 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423482 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583483 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353484 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053485 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003486 "tracing",
Trevor Gross4a515bd2024-08-26 20:02:543487 "wasm-encoder 0.216.0",
klensy26c09b62024-09-24 13:14:493488 "windows",
Irina Popab63d7e22018-05-08 13:10:163489]
3490
3491[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113492name = "rustc_const_eval"
3493version = "0.0.0"
3494dependencies = [
Ralf Jung41018892022-11-18 09:18:323495 "either",
Jubilee Young43e198a2024-10-09 00:32:523496 "rustc_abi",
Camille GILLOTc5fc2602021-01-05 19:08:113497 "rustc_apfloat",
3498 "rustc_ast",
3499 "rustc_attr",
3500 "rustc_data_structures",
3501 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003502 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113503 "rustc_hir",
3504 "rustc_index",
3505 "rustc_infer",
3506 "rustc_macros",
3507 "rustc_middle",
3508 "rustc_mir_dataflow",
3509 "rustc_session",
3510 "rustc_span",
3511 "rustc_target",
3512 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463513 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113514 "tracing",
3515]
3516
3517[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293518name = "rustc_data_structures"
3519version = "0.0.0"
3520dependencies = [
Weihang Lof795a152023-03-15 12:50:043521 "arrayvec",
Trevor Gross7240da02024-08-07 07:09:123522 "bitflags 2.6.0",
Josh Stone8f3af4c2024-01-24 23:36:573523 "either",
Oli Schererdecfb4d2023-02-21 08:37:103524 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093525 "ena",
klensyc653bb92023-11-18 09:42:053526 "indexmap",
Alex Crichton093ede22019-08-15 00:45:093527 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193528 "libc",
Ralf Jung61a986a2022-06-26 02:21:493529 "measureme",
Weihang Lof795a152023-03-15 12:50:043530 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:503531 "parking_lot",
SparrowLiif2a40e92023-11-06 01:58:513532 "portable-atomic",
Noratrieb43483832024-08-24 22:31:103533 "rustc-hash 2.0.0",
Igor Matuszewski5b091302019-12-10 15:01:013534 "rustc-rayon",
Urgau977439d2024-06-19 19:23:403535 "rustc-stable-hash",
SparrowLiib9746ce2023-03-03 02:14:573536 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403537 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513538 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573539 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403540 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293541 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553542 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503543 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303544 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003545 "tracing",
klensy26c09b62024-09-24 13:14:493546 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293547]
3548
3549[[package]]
3550name = "rustc_driver"
3551version = "0.0.0"
3552dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463553 "rustc_driver_impl",
3554]
3555
3556[[package]]
3557name = "rustc_driver_impl"
3558version = "0.0.0"
3559dependencies = [
Ben Kimock9e0d1a32023-05-19 20:03:353560 "ctrlc",
Luca Barbieri45ede922020-04-10 20:42:193561 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263562 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023563 "rustc_ast_lowering",
3564 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463565 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023566 "rustc_attr",
3567 "rustc_borrowck",
3568 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483569 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023570 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093571 "rustc_data_structures",
3572 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023573 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183574 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003575 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293576 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193577 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023578 "rustc_hir_typeck",
3579 "rustc_incremental",
The 84725bf8eeb2022-09-02 18:17:203580 "rustc_index",
David Woodd1fcf6112022-10-13 09:13:023581 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093582 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133583 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523584 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093585 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093586 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453587 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023588 "rustc_mir_build",
3589 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533590 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023591 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133592 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023593 "rustc_passes",
Nadrieril281002d2023-12-10 19:42:303594 "rustc_pattern_analysis",
David Woodd1fcf6112022-10-13 09:13:023595 "rustc_privacy",
3596 "rustc_query_system",
3597 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083598 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413599 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323600 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093601 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023602 "rustc_trait_selection",
3603 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093604 "serde_json",
David Koloski684aa2c2023-12-06 18:25:133605 "shlex",
Esteban Küber8eb58432023-03-03 22:25:183606 "time",
Oliver Schererec7230f2020-07-24 18:42:003607 "tracing",
klensy26c09b62024-09-24 13:14:493608 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293609]
3610
3611[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053612name = "rustc_error_codes"
3613version = "0.0.0"
3614
3615[[package]]
David Woodc45f2952022-03-24 02:03:043616name = "rustc_error_messages"
3617version = "0.0.0"
3618dependencies = [
David Woodd5119c52022-03-28 08:36:203619 "fluent-bundle",
3620 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253621 "icu_list",
3622 "icu_locid",
3623 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383624 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253625 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433626 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043627 "rustc_macros",
3628 "rustc_serialize",
3629 "rustc_span",
David Wood7f916972022-03-26 07:27:433630 "tracing",
3631 "unic-langid",
David Woodc45f2952022-03-24 02:03:043632]
3633
3634[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293635name = "rustc_errors"
3636version = "0.0.0"
3637dependencies = [
Xiretzac8642382024-08-19 20:20:483638 "annotate-snippets 0.11.4",
Oli Scherer29de70d2023-07-25 13:09:533639 "derive_setters",
Jubilee Young4839d6e2024-10-28 03:38:333640 "rustc_abi",
Xiretza8489a672022-09-14 17:22:203641 "rustc_ast",
3642 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093643 "rustc_data_structures",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073644 "rustc_error_codes",
David Woodc45f2952022-03-24 02:03:043645 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003646 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593647 "rustc_hir",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073648 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:523649 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573650 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403651 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323652 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593653 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143654 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153655 "serde",
3656 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093657 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483658 "termize",
Oliver Schererec7230f2020-07-24 18:42:003659 "tracing",
klensy26c09b62024-09-24 13:14:493660 "windows",
Ahmed Charles9ca382f2016-09-02 08:55:293661]
3662
3663[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323664name = "rustc_expand"
3665version = "0.0.0"
3666dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263667 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393668 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463669 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203670 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323671 "rustc_data_structures",
3672 "rustc_errors",
3673 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003674 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323675 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003676 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573677 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323678 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403679 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203680 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323681 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293682 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523683 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003684 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323685]
3686
3687[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383688name = "rustc_feature"
3689version = "0.0.0"
3690dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183691 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323692 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383693]
3694
3695[[package]]
Nilstriebb5d3d972023-04-16 12:33:003696name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153697version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003698dependencies = [
Xiretzac8642382024-08-19 20:20:483699 "annotate-snippets 0.11.4",
Nilstriebb5d3d972023-04-16 12:33:003700 "fluent-bundle",
3701 "fluent-syntax",
3702 "proc-macro2",
3703 "quote",
github-actionsbfc99512024-09-29 00:22:293704 "syn 2.0.79",
Nilstriebb5d3d972023-04-16 12:33:003705 "unic-langid",
3706]
3707
3708[[package]]
Mark Rousskove3177c62018-08-03 21:31:033709name = "rustc_fs_util"
3710version = "0.0.0"
3711
3712[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403713name = "rustc_graphviz"
3714version = "0.0.0"
3715
3716[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273717name = "rustc_hir"
3718version = "0.0.0"
3719dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373720 "odht",
Jubilee Youngbb0cd562024-11-03 03:24:383721 "rustc_abi",
Camille GILLOT250c71b2021-07-13 16:45:203722 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263723 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273724 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273725 "rustc_index",
3726 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403727 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273728 "rustc_span",
3729 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293730 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003731 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273732]
3733
3734[[package]]
lcnr1fc86a62022-09-26 11:00:293735name = "rustc_hir_analysis"
3736version = "0.0.0"
3737dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003738 "itertools",
Jubilee Young4839d6e2024-10-28 03:38:333739 "rustc_abi",
lcnr1fc86a62022-09-26 11:00:293740 "rustc_arena",
3741 "rustc_ast",
3742 "rustc_attr",
3743 "rustc_data_structures",
3744 "rustc_errors",
3745 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003746 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293747 "rustc_hir",
Obei Sideg2c088f92023-12-22 11:56:203748 "rustc_hir_pretty",
lcnr1fc86a62022-09-26 11:00:293749 "rustc_index",
3750 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013751 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293752 "rustc_macros",
3753 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293754 "rustc_session",
3755 "rustc_span",
3756 "rustc_target",
3757 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293758 "rustc_type_ir",
3759 "smallvec",
3760 "tracing",
3761]
3762
3763[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193764name = "rustc_hir_pretty"
3765version = "0.0.0"
3766dependencies = [
Jubilee Young8a0e6402024-10-31 04:57:403767 "rustc_abi",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193768 "rustc_ast",
3769 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193770 "rustc_hir",
3771 "rustc_span",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193772]
3773
3774[[package]]
lcnrfb3ab132022-10-20 15:51:373775name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153776version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373777dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003778 "itertools",
Jubilee Young43e198a2024-10-09 00:32:523779 "rustc_abi",
lcnrfb3ab132022-10-20 15:51:373780 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:283781 "rustc_ast_ir",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383782 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:373783 "rustc_data_structures",
3784 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003785 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373786 "rustc_hir",
3787 "rustc_hir_analysis",
3788 "rustc_hir_pretty",
3789 "rustc_index",
3790 "rustc_infer",
3791 "rustc_lint",
3792 "rustc_macros",
3793 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:373794 "rustc_session",
3795 "rustc_span",
3796 "rustc_target",
3797 "rustc_trait_selection",
3798 "rustc_type_ir",
3799 "smallvec",
3800 "tracing",
3801]
3802
3803[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293804name = "rustc_incremental"
3805version = "0.0.0"
3806dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413807 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263808 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093809 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593810 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003811 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093812 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403813 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573814 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573815 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453816 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403817 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163818 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323819 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163820 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003821 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293822]
3823
3824[[package]]
csmoe1cff2e62019-09-25 19:09:513825name = "rustc_index"
3826version = "0.0.0"
3827dependencies = [
Weihang Lof795a152023-03-15 12:50:043828 "arrayvec",
Michael Goulet45066812023-10-24 00:16:143829 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:573830 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403831 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293832 "smallvec",
csmoe1cff2e62019-09-25 19:09:513833]
3834
3835[[package]]
Michael Goulet45066812023-10-24 00:16:143836name = "rustc_index_macros"
3837version = "0.0.0"
3838dependencies = [
3839 "proc-macro2",
3840 "quote",
github-actionsbfc99512024-09-29 00:22:293841 "syn 2.0.79",
Michael Goulet45066812023-10-24 00:16:143842]
3843
3844[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243845name = "rustc_infer"
3846version = "0.0.0"
3847dependencies = [
Jason Newcombbe9b1252024-02-24 22:22:283848 "rustc_ast_ir",
Camille GILLOTf07e8892020-01-06 19:13:243849 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243850 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003851 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243852 "rustc_hir",
3853 "rustc_index",
3854 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453855 "rustc_middle",
Michael Goulete5d6a412024-06-12 18:58:103856 "rustc_next_trait_solver",
Camille GILLOTf07e8892020-01-06 19:13:243857 "rustc_span",
3858 "rustc_target",
Michael Goulet27588d12024-07-05 20:39:243859 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293860 "smallvec",
GnomedDev8de8f462024-10-10 18:56:213861 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003862 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243863]
3864
3865[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233866name = "rustc_interface"
3867version = "0.0.0"
3868dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:013869 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313870 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263871 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563872 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443873 "rustc_ast_passes",
Urgau228496e2024-05-03 19:14:423874 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203875 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:403876 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323877 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353878 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093879 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113880 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093881 "rustc_data_structures",
3882 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323883 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:003884 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003885 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313886 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:273887 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293888 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373889 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093890 "rustc_incremental",
3891 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473892 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093893 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453894 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443895 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253896 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153897 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133898 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093899 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:093900 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163901 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:193902 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:093903 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:433904 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163905 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323906 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583907 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163908 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403909 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:093910 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:373911 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:003912 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:233913]
3914
3915[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:403916name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:153917version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:403918dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:503919 "expect-test",
Charles Lewbca79a22023-07-29 00:47:213920 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:153921 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:403922]
3923
3924[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293925name = "rustc_lint"
3926version = "0.0.0"
3927dependencies = [
Jubilee Young3f73fe72024-10-28 06:57:433928 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263929 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463930 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203931 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093932 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:473933 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383934 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003935 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573936 "rustc_hir",
Urgau98273ec2024-05-15 17:13:023937 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:333938 "rustc_index",
Mara Bos0a313252021-08-16 15:25:353939 "rustc_infer",
David Wood9d864c82022-06-30 07:57:453940 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453941 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:423942 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:203943 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323944 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093945 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403946 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463947 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:003948 "tracing",
Charles Lew485e98a2020-01-02 12:02:223949 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:293950]
3951
3952[[package]]
Aaron Hill23018a52020-08-13 19:41:523953name = "rustc_lint_defs"
3954version = "0.0.0"
3955dependencies = [
Jubilee Young8a0e6402024-10-31 04:57:403956 "rustc_abi",
Aaron Hill23018a52020-08-13 19:41:523957 "rustc_ast",
3958 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043959 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:273960 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:523961 "rustc_macros",
3962 "rustc_serialize",
3963 "rustc_span",
bjorn362a4f912021-06-03 19:14:153964 "serde",
Aaron Hill23018a52020-08-13 19:41:523965]
3966
3967[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293968name = "rustc_llvm"
3969version = "0.0.0"
3970dependencies = [
Alex Crichton093ede22019-08-15 00:45:093971 "cc",
Aaron Hill47e932b2019-12-12 15:51:193972 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:293973]
3974
3975[[package]]
David Tolnay6152d152022-01-04 00:32:523976name = "rustc_log"
3977version = "0.0.0"
3978dependencies = [
David Tolnayffbeebb2022-01-04 06:01:353979 "rustc_span",
David Tolnay6152d152022-01-04 00:32:523980 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:483981 "tracing-core",
David Tolnay6152d152022-01-04 00:32:523982 "tracing-subscriber",
3983 "tracing-tree",
3984]
3985
3986[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:103987name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:153988version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:103989dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153990 "proc-macro2",
3991 "quote",
github-actionsbfc99512024-09-29 00:22:293992 "syn 2.0.79",
klensy7142c8d2023-11-09 11:37:303993 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:103994]
3995
3996[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293997name = "rustc_metadata"
3998version = "0.0.0"
3999dependencies = [
Trevor Gross7240da02024-08-07 07:09:124000 "bitflags 2.6.0",
Simonas Kazlauskasfcaeb452024-01-10 15:12:014001 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374002 "odht",
Jubilee Young4839d6e2024-10-28 03:38:334003 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264004 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204005 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094006 "rustc_data_structures",
4007 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324008 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174009 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004010 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314011 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574012 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194013 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104014 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574015 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454016 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404017 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084018 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324019 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094020 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464021 "rustc_type_ir",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044022 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004023 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294024]
4025
4026[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454027name = "rustc_middle"
4028version = "0.0.0"
4029dependencies = [
Trevor Gross7240da02024-08-07 07:09:124030 "bitflags 2.6.0",
Pavel Grigorenkofd16a0e2024-06-26 22:29:494031 "derive-where",
Camille GILLOTfd9c04f2021-01-05 18:53:074032 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024033 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074034 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454035 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454036 "rustc-rayon-core",
Jubilee Young43e198a2024-10-09 00:32:524037 "rustc_abi",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454038 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404039 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454040 "rustc_ast",
Oli Scherer8a6d3532024-02-27 18:11:234041 "rustc_ast_ir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454042 "rustc_attr",
4043 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474044 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454045 "rustc_errors",
4046 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004047 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074048 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454049 "rustc_hir",
Michael Goulet619e0442024-04-14 14:26:594050 "rustc_hir_pretty",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454051 "rustc_index",
blyxyasb4da0582023-11-13 13:35:374052 "rustc_lint_defs",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454053 "rustc_macros",
4054 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404055 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454056 "rustc_session",
4057 "rustc_span",
4058 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104059 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294060 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304061 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004062 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454063]
4064
4065[[package]]
Matthew Jasperb3589292020-01-05 15:46:444066name = "rustc_mir_build"
4067version = "0.0.0"
4068dependencies = [
Ralf Junge613bc92024-07-13 15:24:504069 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004070 "itertools",
Jubilee Young8a0e6402024-10-31 04:57:404071 "rustc_abi",
Matthew Jasperb3589292020-01-05 15:46:444072 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404073 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264074 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444075 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444076 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004077 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444078 "rustc_hir",
4079 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244080 "rustc_infer",
Jules Bertholet9d92a7f2024-05-02 23:55:034081 "rustc_lint",
TheOddGarlic82f05442022-08-20 11:28:434082 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454083 "rustc_middle",
Nadrieril281002d2023-12-10 19:42:304084 "rustc_pattern_analysis",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074085 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444086 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404087 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004088 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444089]
4090
4091[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074092name = "rustc_mir_dataflow"
4093version = "0.0.0"
4094dependencies = [
4095 "polonius-engine",
4096 "regex",
Jubilee Young4839d6e2024-10-28 03:38:334097 "rustc_abi",
Camille GILLOTfd9c04f2021-01-05 18:53:074098 "rustc_ast",
4099 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144100 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004101 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074102 "rustc_graphviz",
4103 "rustc_hir",
4104 "rustc_index",
5225225ee2b1612022-08-19 09:21:144105 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074106 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074107 "rustc_span",
4108 "rustc_target",
4109 "smallvec",
4110 "tracing",
4111]
4112
4113[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254114name = "rustc_mir_transform"
4115version = "0.0.0"
4116dependencies = [
Ralf Jung41018892022-11-18 09:18:324117 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004118 "itertools",
Jubilee Young88a9edc2024-10-28 04:34:494119 "rustc_abi",
Camille GILLOT751a0792023-01-16 22:12:364120 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254121 "rustc_ast",
4122 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114123 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254124 "rustc_data_structures",
4125 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534126 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254127 "rustc_hir",
4128 "rustc_index",
Jubilee Youngdb6ec262024-05-24 08:14:314129 "rustc_infer",
clubby789d5bc5812023-04-30 01:20:534130 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254131 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274132 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074133 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254134 "rustc_session",
4135 "rustc_span",
4136 "rustc_target",
4137 "rustc_trait_selection",
DianQK8b9d7b12024-07-04 04:43:374138 "rustc_type_ir",
Camille GILLOTbba4be62021-01-01 00:53:254139 "smallvec",
4140 "tracing",
4141]
4142
4143[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154144name = "rustc_monomorphize"
4145version = "0.0.0"
4146dependencies = [
Jubilee Young31cbde032024-11-03 03:28:244147 "rustc_abi",
Camille GILLOT81a600b2021-01-02 13:42:154148 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474149 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004150 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154151 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474152 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154153 "rustc_middle",
4154 "rustc_session",
4155 "rustc_span",
4156 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094157 "serde",
4158 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154159 "tracing",
4160]
4161
4162[[package]]
Michael Gouletcb415092023-11-22 23:44:584163name = "rustc_next_trait_solver"
4164version = "0.0.0"
4165dependencies = [
Trevor Gross7240da02024-08-07 07:09:124166 "bitflags 2.6.0",
Pavel Grigorenko70a11c72024-06-26 22:59:304167 "derive-where",
Michael Goulet532149e2024-06-17 21:59:084168 "rustc_ast_ir",
4169 "rustc_data_structures",
4170 "rustc_index",
4171 "rustc_macros",
4172 "rustc_serialize",
Michael Gouletcb415092023-11-22 23:44:584173 "rustc_type_ir",
Michael Goulet532149e2024-06-17 21:59:084174 "rustc_type_ir_macros",
4175 "tracing",
Michael Gouletcb415092023-11-22 23:44:584176]
4177
4178[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134179name = "rustc_parse"
4180version = "0.0.0"
4181dependencies = [
Trevor Gross7240da02024-08-07 07:09:124182 "bitflags 2.6.0",
Vadim Petrochenkov6054a302020-02-29 17:16:264183 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464184 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134185 "rustc_data_structures",
4186 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384187 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004188 "rustc_fluent_macro",
Nicholas Nethercote1fdabfb2024-08-21 04:16:424189 "rustc_index",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134190 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244191 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204192 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324193 "rustc_span",
Nicholas Nethercote2acbe9c2024-05-02 23:26:344194 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:524195 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004196 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404197 "unicode-normalization",
printfn46b41b42024-10-12 21:57:504198 "unicode-width 0.2.0",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134199]
4200
4201[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404202name = "rustc_parse_format"
4203version = "0.0.0"
4204dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504205 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404206 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404207]
4208
4209[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294210name = "rustc_passes"
4211version = "0.0.0"
4212dependencies = [
Jubilee Young4839d6e2024-10-28 03:38:334213 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264214 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134215 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204216 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094217 "rustc_data_structures",
4218 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434219 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414220 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004221 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574222 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574223 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124224 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044225 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454226 "rustc_middle",
Oli Scherer746e4ef2024-03-12 07:00:014227 "rustc_privacy",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434228 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324229 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574230 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374231 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004232 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294233]
4234
4235[[package]]
Nadrieril281002d2023-12-10 19:42:304236name = "rustc_pattern_analysis"
4237version = "0.0.0"
4238dependencies = [
Noratrieb43483832024-08-24 22:31:104239 "rustc-hash 2.0.0",
Jubilee Young4839d6e2024-10-28 03:38:334240 "rustc_abi",
Nadrieril281002d2023-12-10 19:42:304241 "rustc_apfloat",
4242 "rustc_arena",
4243 "rustc_data_structures",
4244 "rustc_errors",
4245 "rustc_fluent_macro",
4246 "rustc_hir",
4247 "rustc_index",
4248 "rustc_macros",
4249 "rustc_middle",
4250 "rustc_session",
4251 "rustc_span",
4252 "rustc_target",
4253 "smallvec",
4254 "tracing",
Nadrierild697dd42024-03-04 15:57:324255 "tracing-subscriber",
4256 "tracing-tree",
Nadrieril281002d2023-12-10 19:42:304257]
4258
4259[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294260name = "rustc_privacy"
4261version = "0.0.0"
4262dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574263 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204264 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094265 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164266 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004267 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574268 "rustc_hir",
David Woodbe9ebfd2022-06-22 13:17:344269 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454270 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084271 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324272 "rustc_span",
Oli Scherer4389a1c2023-07-18 07:22:464273 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004274 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294275]
4276
4277[[package]]
Camille GILLOT4581d162021-01-19 19:40:164278name = "rustc_query_impl"
4279version = "0.0.0"
4280dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024281 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494282 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164283 "rustc_data_structures",
4284 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164285 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014286 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164287 "rustc_middle",
4288 "rustc_query_system",
4289 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014290 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164291 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304292 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134293 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164294]
4295
4296[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224297name = "rustc_query_system"
4298version = "0.0.0"
4299dependencies = [
Rémy Rakic4cb2a282023-12-14 15:40:504300 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314301 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314302 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224303 "rustc_data_structures",
4304 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314305 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004306 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314307 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224308 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574309 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404310 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374311 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314312 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314313 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294314 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304315 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004316 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224317]
4318
4319[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294320name = "rustc_resolve"
4321version = "0.0.0"
4322dependencies = [
Trevor Gross7240da02024-08-07 07:09:124323 "bitflags 2.6.0",
Trevor Gross4a515bd2024-08-26 20:02:544324 "pulldown-cmark 0.11.3",
Vadim Petrochenkov11d95142020-06-02 17:03:404325 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264326 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464327 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204328 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094329 "rustc_data_structures",
4330 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324331 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184332 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004333 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574334 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294335 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384336 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094337 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454338 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504339 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564340 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324341 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294342 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524343 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004344 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294345]
4346
4347[[package]]
Ramon de C Valle1f0f2c42024-04-08 02:35:494348name = "rustc_sanitizers"
4349version = "0.0.0"
4350dependencies = [
Trevor Gross7240da02024-08-07 07:09:124351 "bitflags 2.6.0",
Jubilee Youngab6994f2024-11-03 03:28:424352 "rustc_abi",
Ramon de C Valle1f0f2c42024-04-08 02:35:494353 "rustc_data_structures",
4354 "rustc_hir",
4355 "rustc_middle",
4356 "rustc_span",
4357 "rustc_target",
4358 "rustc_trait_selection",
4359 "tracing",
4360 "twox-hash",
4361]
4362
4363[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404364name = "rustc_serialize"
4365version = "0.0.0"
4366dependencies = [
klensyc653bb92023-11-18 09:42:054367 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504368 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294369 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054370 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304371 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404372]
4373
4374[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334375name = "rustc_session"
4376version = "0.0.0"
4377dependencies = [
Trevor Gross7240da02024-08-07 07:09:124378 "bitflags 2.6.0",
Luca Barbieriac2b84f2020-04-10 20:42:194379 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514380 "libc",
Jubilee Young4839d6e2024-10-28 03:38:334381 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264382 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334383 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334384 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284385 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004386 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284387 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034388 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524389 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574390 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404391 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324392 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284393 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514394 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254395 "termize",
Oliver Schererec7230f2020-07-24 18:42:004396 "tracing",
klensy26c09b62024-09-24 13:14:494397 "windows",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324398]
4399
4400[[package]]
Oli Scherer9960cc12022-06-02 10:08:384401name = "rustc_smir"
4402version = "0.0.0"
4403dependencies = [
Celina G. Val4c9e8422023-12-06 21:39:554404 "rustc_abi",
Adwin White84071e22024-06-26 04:09:554405 "rustc_ast",
4406 "rustc_ast_pretty",
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144407 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514408 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384409 "rustc_middle",
Mohammad Omidvar21374872024-02-12 19:44:354410 "rustc_session",
Celina G. Valb66db7e2023-03-04 01:08:494411 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124412 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384413 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114414 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494415 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384416]
4417
4418[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324419name = "rustc_span"
4420version = "0.0.0"
4421dependencies = [
Jacob Kieselbb5a8272024-06-22 07:27:594422 "blake3",
Pavel Grigorenko35ba7002024-06-26 22:39:484423 "derive-where",
klensyc653bb92023-11-18 09:42:054424 "indexmap",
Urgau33ef4b92024-03-06 18:39:364425 "itoa",
Igor Matuszewskibd37d7d2020-12-05 15:40:244426 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404427 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324428 "rustc_data_structures",
4429 "rustc_index",
4430 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404431 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324432 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524433 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064434 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004435 "tracing",
printfn46b41b42024-10-12 21:57:504436 "unicode-width 0.2.0",
Mark Rousskovc761ec12019-11-12 13:17:334437]
4438
4439[[package]]
Mark Mansi2d75a332020-03-12 23:07:584440name = "rustc_symbol_mangling"
4441version = "0.0.0"
4442dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584443 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584444 "rustc-demangle",
Jubilee Young4839d6e2024-10-28 03:38:334445 "rustc_abi",
Mark Mansi2d75a332020-03-12 23:07:584446 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134447 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584448 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454449 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584450 "rustc_session",
4451 "rustc_span",
4452 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004453 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584454]
4455
4456[[package]]
Irina Popa38e96402017-12-08 19:18:214457name = "rustc_target"
4458version = "0.0.0"
4459dependencies = [
Trevor Gross7240da02024-08-07 07:09:124460 "bitflags 2.6.0",
Rémy Rakicd30b5f02024-09-01 12:21:044461 "object 0.36.4",
hkalbasi390a6372022-11-06 21:06:114462 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094463 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154464 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314465 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564466 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524467 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404468 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324469 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094470 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004471 "tracing",
Irina Popa38e96402017-12-08 19:18:214472]
4473
4474[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064475name = "rustc_tools_util"
Ralf Jung1f501a72024-10-15 05:51:504476version = "0.4.0"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d"
4479
4480[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404481name = "rustc_trait_selection"
4482version = "0.0.0"
4483dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004484 "itertools",
Jubilee Young4046e362024-11-03 03:25:304485 "rustc_abi",
Camille GILLOTc1e3d552020-02-11 18:53:404486 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:284487 "rustc_ast_ir",
Camille GILLOTc1e3d552020-02-11 18:53:404488 "rustc_attr",
4489 "rustc_data_structures",
4490 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004491 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404492 "rustc_hir",
Camille GILLOTc1e3d552020-02-11 18:53:404493 "rustc_infer",
4494 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454495 "rustc_middle",
Michael Gouletcb415092023-11-22 23:44:584496 "rustc_next_trait_solver",
Vadim Petrochenkov11d95142020-06-02 17:03:404497 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544498 "rustc_query_system",
Michael Goulet8e1dba42024-05-18 20:05:164499 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404500 "rustc_session",
4501 "rustc_span",
Jack Wrennbc4a1de2021-07-03 16:18:134502 "rustc_transmute",
Michael Goulet6ee22e12024-05-17 16:43:054503 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294504 "smallvec",
GnomedDev8de8f462024-10-10 18:56:214505 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004506 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404507]
4508
4509[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544510name = "rustc_traits"
4511version = "0.0.0"
4512dependencies = [
Alex Crichton093ede22019-08-15 00:45:094513 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574514 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244515 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454516 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324517 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404518 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004519 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544520]
4521
4522[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134523name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154524version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134525dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004526 "itertools",
Jubilee Young27207062024-10-28 00:21:234527 "rustc_abi",
Jason Newcombbe9b1252024-02-24 22:22:284528 "rustc_ast_ir",
Jack Wrennbc4a1de2021-07-03 16:18:134529 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144530 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134531 "rustc_infer",
4532 "rustc_macros",
4533 "rustc_middle",
4534 "rustc_span",
Jack Wrennbc4a1de2021-07-03 16:18:134535 "tracing",
4536]
4537
4538[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374539name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304540version = "0.0.0"
4541dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004542 "itertools",
Jubilee Young43e198a2024-10-09 00:32:524543 "rustc_abi",
Jason Newcombea9ae302024-02-25 00:25:044544 "rustc_ast_ir",
Camille GILLOT9908a872020-01-13 12:40:304545 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294546 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004547 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304548 "rustc_hir",
kadmine612e262022-07-09 09:35:064549 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244550 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314551 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454552 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084553 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304554 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324555 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404556 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464557 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004558 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304559]
4560
4561[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104562name = "rustc_type_ir"
4563version = "0.0.0"
4564dependencies = [
Trevor Gross7240da02024-08-07 07:09:124565 "bitflags 2.6.0",
Pavel Grigorenko168096f2024-06-27 11:55:444566 "derive-where",
Michael Goulet9b0f9ef2024-06-18 17:21:484567 "indexmap",
Trevor Gross4a515bd2024-08-26 20:02:544568 "rustc-hash 1.1.0",
Oli Scherer8a6d3532024-02-27 18:11:234569 "rustc_ast_ir",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104570 "rustc_data_structures",
4571 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554572 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104573 "rustc_serialize",
bjorn36ed37bd2023-12-31 19:35:324574 "rustc_span",
Michael Gouletd5797e92024-05-11 00:30:244575 "rustc_type_ir_macros",
Wilco Kuseea7015fe2021-01-31 09:32:344576 "smallvec",
GnomedDev8de8f462024-10-10 18:56:214577 "thin-vec",
Michael Goulet993553c2024-05-27 00:45:374578 "tracing",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104579]
4580
4581[[package]]
Michael Gouletd5797e92024-05-11 00:30:244582name = "rustc_type_ir_macros"
4583version = "0.0.0"
4584dependencies = [
4585 "proc-macro2",
4586 "quote",
github-actionsbfc99512024-09-29 00:22:294587 "syn 2.0.79",
Michael Gouletd5797e92024-05-11 00:30:244588 "synstructure",
4589]
4590
4591[[package]]
Oliver Schneider847bb142018-05-11 12:11:064592name = "rustc_version"
Trevor Gross4a515bd2024-08-26 20:02:544593version = "0.4.1"
Ralf Junge5d01782021-10-04 22:13:004594source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544595checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
Ralf Junge5d01782021-10-04 22:13:004596dependencies = [
klensy8ebc73b2022-02-06 20:57:294597 "semver",
Ralf Junge5d01782021-10-04 22:13:004598]
4599
4600[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294601name = "rustdoc"
4602version = "0.0.0"
4603dependencies = [
Weihang Lof795a152023-03-15 12:50:044604 "arrayvec",
Michael Howell28db4cc2024-03-22 00:19:394605 "base64",
Aleksey Kladovb4f4db92020-08-27 10:50:284606 "expect-test",
klensyc653bb92023-11-18 09:42:054607 "indexmap",
Caleb Cartwrightffad9842024-06-22 21:22:004608 "itertools",
Alex Crichton093ede22019-08-15 00:45:094609 "minifier",
Michael Howell294c3dd2024-06-29 18:24:364610 "pulldown-cmark 0.9.6",
Guillaume Gomezf467b8d2020-10-13 13:46:344611 "regex",
Guillaume Gomez8d40b9e2024-07-18 18:56:364612 "rinja",
Rune Tynan67b78a02021-01-25 21:23:434613 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454614 "serde",
4615 "serde_json",
Alona Enraght-Moony3cf8a612024-10-18 20:28:324616 "sha2",
Jubilee Younge8eb6912021-04-22 04:40:294617 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094618 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004619 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294620 "tracing",
4621 "tracing-subscriber",
4622 "tracing-tree",
Michael Howellf3661dc2024-06-10 22:01:314623 "unicode-segmentation",
Mark Simulacrume2e9b402017-07-23 02:01:584624]
4625
4626[[package]]
ozkanonurc36b2092023-05-20 11:40:114627name = "rustdoc-gui-test"
4628version = "0.1.0"
4629dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404630 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114631 "compiletest",
4632 "getopts",
4633 "walkdir",
4634]
4635
4636[[package]]
Rune Tynan67b78a02021-01-25 21:23:434637name = "rustdoc-json-types"
4638version = "0.1.0"
4639dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204640 "bincode",
Noratrieb43483832024-08-24 22:31:104641 "rustc-hash 2.0.0",
Rune Tynan67b78a02021-01-25 21:23:434642 "serde",
Rune Tynanca48d152021-03-04 23:45:574643 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434644]
4645
4646[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534647name = "rustdoc-themes"
4648version = "0.1.0"
4649
4650[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584651name = "rustdoc-tool"
4652version = "0.0.0"
4653dependencies = [
Alex Crichton093ede22019-08-15 00:45:094654 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294655]
4656
4657[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154658name = "rustfix"
Eric Huss123b3032024-04-13 17:54:134659version = "0.8.1"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
4662dependencies = [
4663 "serde",
4664 "serde_json",
4665 "thiserror",
4666 "tracing",
4667]
4668
4669[[package]]
topecongiro5a411a62019-06-18 12:15:194670name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144671version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194672dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154673 "proc-macro2",
4674 "quote",
Alex Crichton093ede22019-08-15 00:45:094675 "serde",
github-actionsbfc99512024-09-29 00:22:294676 "syn 2.0.79",
topecongiro5a411a62019-06-18 12:15:194677]
4678
4679[[package]]
Alex Crichton1cede102017-06-15 02:33:064680name = "rustfmt-nightly"
Yacin Tmimib23b6992024-09-19 19:39:044681version = "1.8.0"
kennytm0692b3d2017-12-15 19:41:584682dependencies = [
clubby7899b73db32024-01-29 12:21:164683 "annotate-snippets 0.9.2",
Igor Matuszewskif4b2a202020-06-15 09:43:394684 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094685 "bytecount",
klensy26c09b62024-09-24 13:14:494686 "cargo_metadata",
klensye1c33132023-06-21 09:32:344687 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124688 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094689 "diff",
4690 "dirs",
Alex Crichton093ede22019-08-15 00:45:094691 "getopts",
4692 "ignore",
Caleb Cartwrightffad9842024-06-22 21:22:004693 "itertools",
Alex Crichton093ede22019-08-15 00:45:094694 "regex",
Alex Crichton093ede22019-08-15 00:45:094695 "rustfmt-config_proc_macro",
4696 "serde",
4697 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544698 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394699 "thiserror",
clubby7899b73db32024-01-29 12:21:164700 "toml 0.7.8",
Caleb Cartwright35400e82023-10-23 01:34:124701 "tracing",
4702 "tracing-subscriber",
4703 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094704 "unicode-segmentation",
printfn46b41b42024-10-12 21:57:504705 "unicode-width 0.1.14",
Igor Matuszewskid2d192e2019-07-30 11:00:274706]
4707
4708[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044709name = "rustix"
Trevor Gross4a515bd2024-08-26 20:02:544710version = "0.38.37"
Weihang Lo1e5dad02022-11-25 22:37:044711source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544712checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
Weihang Lo1e5dad02022-11-25 22:37:044713dependencies = [
Trevor Gross7240da02024-08-07 07:09:124714 "bitflags 2.6.0",
Nilstrieb3295cdf2023-06-26 07:21:354715 "errno",
4716 "libc",
chenx97141c4632023-09-21 11:31:014717 "linux-raw-sys",
clubby7899b73db32024-01-29 12:21:164718 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:044719]
4720
4721[[package]]
flip19950046d7c2021-02-25 10:26:234722name = "rustversion"
github-actions36c09332024-05-19 00:17:384723version = "1.0.17"
flip19950046d7c2021-02-25 10:26:234724source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384725checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
flip19950046d7c2021-02-25 10:26:234726
4727[[package]]
Jubilee Young7156ff62023-05-10 03:29:274728name = "ruzstd"
Trevor Gross4a515bd2024-08-26 20:02:544729version = "0.7.2"
Ben Kimock2f6fb232024-03-18 22:47:414730source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544731checksum = "99c3938e133aac070997ddc684d4b393777d293ba170f2988c8fd5ea2ad4ce21"
Ben Kimock2f6fb232024-03-18 22:47:414732dependencies = [
Ben Kimock2f6fb232024-03-18 22:47:414733 "twox-hash",
4734]
4735
4736[[package]]
Alex Crichton2863b752018-08-21 17:23:474737name = "ryu"
Mark Rousskov12200c92024-05-11 14:27:174738version = "1.0.18"
Alex Crichton2863b752018-08-21 17:23:474739source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174740checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
Alex Crichton2863b752018-08-21 17:23:474741
4742[[package]]
Josh Stone020c5ec2017-05-08 22:01:134743name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444744version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224745source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444746checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224747dependencies = [
Alex Crichton093ede22019-08-15 00:45:094748 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224749]
4750
4751[[package]]
4752name = "schannel"
Trevor Gross4a515bd2024-08-26 20:02:544753version = "0.1.24"
Alex Crichton80d6ed22018-01-08 21:56:224754source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544755checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b"
Alex Crichton80d6ed22018-01-08 21:56:224756dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:544757 "windows-sys 0.59.0",
Alex Crichton80d6ed22018-01-08 21:56:224758]
4759
4760[[package]]
Alex Crichton453080f2017-06-05 16:36:484761name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354762version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524763source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354764checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524765
4766[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124767name = "scopeguard"
clubby7899b73db32024-01-29 12:21:164768version = "1.2.0"
Ralf Jungc7a599e2019-07-25 13:57:254769source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164770checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
Ralf Jungc7a599e2019-07-25 13:57:254771
4772[[package]]
David Wood7f916972022-03-26 07:27:434773name = "self_cell"
klensyc653bb92023-11-18 09:42:054774version = "0.10.3"
David Wood7f916972022-03-26 07:27:434775source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054776checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4777dependencies = [
Mark Rousskov12200c92024-05-11 14:27:174778 "self_cell 1.0.4",
klensyc653bb92023-11-18 09:42:054779]
4780
4781[[package]]
4782name = "self_cell"
Mark Rousskov12200c92024-05-11 14:27:174783version = "1.0.4"
klensyc653bb92023-11-18 09:42:054784source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174785checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
David Wood7f916972022-03-26 07:27:434786
4787[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584788name = "semver"
Mark Rousskov12200c92024-05-11 14:27:174789version = "1.0.23"
Eric Huss78529352021-06-02 03:38:394790source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174791checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
Eric Huss78529352021-06-02 03:38:394792dependencies = [
4793 "serde",
4794]
4795
4796[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584797name = "serde"
Trevor Gross4a515bd2024-08-26 20:02:544798version = "1.0.210"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584799source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544800checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
Eric Huss57393642018-12-17 18:23:044801dependencies = [
Alex Crichton093ede22019-08-15 00:45:094802 "serde_derive",
Eric Huss57393642018-12-17 18:23:044803]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584804
4805[[package]]
4806name = "serde_derive"
Trevor Gross4a515bd2024-08-26 20:02:544807version = "1.0.210"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584808source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544809checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584810dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154811 "proc-macro2",
4812 "quote",
github-actionsbfc99512024-09-29 00:22:294813 "syn 2.0.79",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584814]
4815
4816[[package]]
4817name = "serde_json"
Trevor Gross4a515bd2024-08-26 20:02:544818version = "1.0.128"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584819source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544820checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584821dependencies = [
klensyc653bb92023-11-18 09:42:054822 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094823 "itoa",
Trevor Gross7240da02024-08-07 07:09:124824 "memchr",
Alex Crichton093ede22019-08-15 00:45:094825 "ryu",
4826 "serde",
Steve Klabnik2795de32017-02-20 00:20:574827]
4828
4829[[package]]
Philipp Krones612c3422023-06-02 09:42:424830name = "serde_spanned"
Trevor Gross4a515bd2024-08-26 20:02:544831version = "0.6.8"
Philipp Krones612c3422023-06-02 09:42:424832source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544833checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
Philipp Krones612c3422023-06-02 09:42:424834dependencies = [
4835 "serde",
4836]
4837
4838[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044839name = "sha1"
clubby7899b73db32024-01-29 12:21:164840version = "0.10.6"
Pietro Albini4f40eee2023-01-10 12:13:044841source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164842checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
Pietro Albini4f40eee2023-01-10 12:13:044843dependencies = [
4844 "cfg-if",
4845 "cpufeatures",
4846 "digest",
4847]
4848
4849[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124850name = "sha2"
clubby7899b73db32024-01-29 12:21:164851version = "0.10.8"
Pietro Albiniacd8e592020-10-01 15:15:124852source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164853checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
Pietro Albiniacd8e592020-10-01 15:15:124854dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424855 "cfg-if",
pierwillef6dd122022-02-10 16:54:014856 "cpufeatures",
klensy45fac342022-08-31 20:04:124857 "digest",
James Munnsde763692019-01-19 02:39:374858]
4859
4860[[package]]
Oliver Schererec7230f2020-07-24 18:42:004861name = "sharded-slab"
clubby7899b73db32024-01-29 12:21:164862version = "0.1.7"
Oliver Schererec7230f2020-07-24 18:42:004863source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164864checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
Oliver Schererec7230f2020-07-24 18:42:004865dependencies = [
4866 "lazy_static",
4867]
4868
4869[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584870name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444871version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584872source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444873checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584874
4875[[package]]
steveklabnik54371882018-01-25 17:32:254876name = "shlex"
Eric Huss51f20b42024-02-07 04:22:134877version = "1.3.0"
Eric Huss788167a2021-02-23 01:05:214878source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:134879checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Eric Huss788167a2021-02-23 01:05:214880
4881[[package]]
Jover Zhangf3530cf2024-04-20 11:25:534882name = "similar"
Trevor Gross7240da02024-08-07 07:09:124883version = "2.6.0"
Jover Zhangf3530cf2024-04-20 11:25:534884source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:124885checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
Jover Zhangf3530cf2024-04-20 11:25:534886
4887[[package]]
steveklabnikecfbaca2018-04-03 14:32:044888name = "siphasher"
clubby7899b73db32024-01-29 12:21:164889version = "0.3.11"
steveklabnikecfbaca2018-04-03 14:32:044890source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164891checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
steveklabnikecfbaca2018-04-03 14:32:044892
4893[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434894name = "slab"
clubby7899b73db32024-01-29 12:21:164895version = "0.4.9"
Matthias Krüger696fb8f2019-01-21 15:32:434896source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164897checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
Philipp Kronesa6d3c822023-07-02 13:07:474898dependencies = [
4899 "autocfg",
4900]
Matthias Krüger696fb8f2019-01-21 15:32:434901
4902[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014903name = "smallvec"
github-actions1848b462024-03-24 12:09:284904version = "1.13.2"
Ralf Jung90b8d342019-11-04 14:59:094905source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:284906checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
Ralf Jung90b8d342019-11-04 14:59:094907
4908[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154909name = "socket2"
Mark Rousskov12200c92024-05-11 14:27:174910version = "0.5.7"
klensy50c38902021-05-01 11:50:034911source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174912checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
klensy50c38902021-05-01 11:50:034913dependencies = [
4914 "libc",
github-actions8ef19812024-03-03 00:16:164915 "windows-sys 0.52.0",
klensy50c38902021-05-01 11:50:034916]
4917
4918[[package]]
Philipp Kronesf99056b2024-02-27 14:50:234919name = "spanned"
Philipp Krones8be26882024-08-08 17:14:094920version = "0.3.0"
Philipp Kronesf99056b2024-02-27 14:50:234921source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones8be26882024-08-08 17:14:094922checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6"
Philipp Kronesf99056b2024-02-27 14:50:234923dependencies = [
4924 "bstr",
4925 "color-eyre",
4926]
4927
4928[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:444929name = "spdx"
4930version = "0.10.6"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
4933dependencies = [
4934 "smallvec",
4935]
4936
4937[[package]]
Pietro Albini13efb202022-11-15 09:19:174938name = "spdx-expression"
4939version = "0.5.2"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
4942dependencies = [
4943 "nom",
4944 "serde",
4945 "thiserror",
4946 "tracing",
4947]
4948
4949[[package]]
4950name = "spdx-rs"
clubby7899b73db32024-01-29 12:21:164951version = "0.5.5"
Pietro Albini13efb202022-11-15 09:19:174952source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164953checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
Pietro Albini13efb202022-11-15 09:19:174954dependencies = [
4955 "chrono",
4956 "log",
4957 "nom",
4958 "serde",
4959 "spdx-expression",
4960 "strum",
4961 "strum_macros",
4962 "thiserror",
4963 "uuid",
4964]
4965
4966[[package]]
Robin Kruppe1a24a592017-04-26 21:22:454967name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:444968version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:454969source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444970checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:454971
4972[[package]]
Oli Scherera38e9832023-09-14 15:50:114973name = "stable_mir"
4974version = "0.1.0-preview"
4975dependencies = [
4976 "scoped-tls",
Stephen Skeirik414ebea2024-06-17 21:01:384977 "serde",
Oli Scherera38e9832023-09-14 15:50:114978]
4979
4980[[package]]
Oliver Scherer26edcee2018-11-02 15:14:244981name = "stacker"
Rainea6df5c2024-08-26 18:00:244982version = "0.1.17"
Oliver Scherer26edcee2018-11-02 15:14:244983source = "registry+https://github.com/rust-lang/crates.io-index"
Rainea6df5c2024-08-26 18:00:244984checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
Oliver Scherer26edcee2018-11-02 15:14:244985dependencies = [
4986 "cc",
Chris Denton531f3c9e2022-12-20 15:26:424987 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:244988 "libc",
4989 "psm",
Rainea6df5c2024-08-26 18:00:244990 "windows-sys 0.59.0",
Oliver Scherer26edcee2018-11-02 15:14:244991]
4992
4993[[package]]
Eric Huss7758eaf2022-04-28 05:42:544994name = "static_assertions"
4995version = "1.1.0"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4998
4999[[package]]
steveklabnikecfbaca2018-04-03 14:32:045000name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355001version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045002source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355003checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045004dependencies = [
Alex Crichton093ede22019-08-15 00:45:095005 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355006 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505007 "parking_lot",
Ralf Jung47b3ce02024-05-05 15:17:455008 "phf_shared 0.10.0",
Alex Crichton093ede22019-08-15 00:45:095009 "precomputed-hash",
5010 "serde",
steveklabnikecfbaca2018-04-03 14:32:045011]
5012
5013[[package]]
5014name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145015version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045016source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145017checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045018dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:455019 "phf_generator 0.10.0",
5020 "phf_shared 0.10.0",
Aaron Hill70ba4912020-08-01 14:11:155021 "proc-macro2",
5022 "quote",
steveklabnikecfbaca2018-04-03 14:32:045023]
5024
5025[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585026name = "strsim"
github-actions4035c242024-04-07 00:16:575027version = "0.11.1"
clubby7899b73db32024-01-29 12:21:165028source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:575029checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
clubby7899b73db32024-01-29 12:21:165030
5031[[package]]
Pietro Albini13efb202022-11-15 09:19:175032name = "strum"
5033version = "0.24.1"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5036
5037[[package]]
5038name = "strum_macros"
5039version = "0.24.3"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5042dependencies = [
github-actionsc486d2d2024-03-17 00:26:015043 "heck 0.4.1",
Pietro Albini13efb202022-11-15 09:19:175044 "proc-macro2",
5045 "quote",
5046 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355047 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175048]
5049
5050[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085051name = "suggest-tests"
5052version = "0.1.0"
5053dependencies = [
5054 "build_helper",
5055 "glob",
Ezra Shaw1e95cdd2023-03-01 09:17:085056]
5057
5058[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115059name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355060version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115061source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355062checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115063dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155064 "proc-macro2",
5065 "quote",
Andres Suareza65ddf02022-10-09 03:25:405066 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115067]
5068
5069[[package]]
Deadbeefa912a932023-03-23 06:19:255070name = "syn"
github-actionsbfc99512024-09-29 00:22:295071version = "2.0.79"
Deadbeefa912a932023-03-23 06:19:255072source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:295073checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
Deadbeefa912a932023-03-23 06:19:255074dependencies = [
5075 "proc-macro2",
5076 "quote",
5077 "unicode-ident",
5078]
5079
5080[[package]]
Alex Crichton325d7392017-12-10 17:42:495081name = "synstructure"
clubby7899b73db32024-01-29 12:21:165082version = "0.13.1"
Deadbeefaf74ef82023-03-27 13:44:065083source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165084checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
Deadbeefaf74ef82023-03-27 13:44:065085dependencies = [
5086 "proc-macro2",
5087 "quote",
github-actionsbfc99512024-09-29 00:22:295088 "syn 2.0.79",
Deadbeefaf74ef82023-03-27 13:44:065089]
5090
5091[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445092name = "sysinfo"
Trevor Gross4a515bd2024-08-26 20:02:545093version = "0.31.4"
Jakub Beránek91d2fb22023-06-03 07:41:445094source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545095checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
Jakub Beránek91d2fb22023-06-03 07:41:445096dependencies = [
Jakub Beránek91d2fb22023-06-03 07:41:445097 "core-foundation-sys",
5098 "libc",
klensy26c09b62024-09-24 13:14:495099 "windows",
Jakub Beránek91d2fb22023-06-03 07:41:445100]
5101
5102[[package]]
Jakub Beránek209789e2023-08-09 18:56:115103name = "tabled"
klensy15bc6812024-02-22 11:17:595104version = "0.15.0"
Jakub Beránek209789e2023-08-09 18:56:115105source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:595106checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
Jakub Beránek209789e2023-08-09 18:56:115107dependencies = [
5108 "papergrid",
printfn46b41b42024-10-12 21:57:505109 "unicode-width 0.1.14",
Jakub Beránek209789e2023-08-09 18:56:115110]
5111
5112[[package]]
Josh Stone020c5ec2017-05-08 22:01:135113name = "tar"
Trevor Gross4a515bd2024-08-26 20:02:545114version = "0.4.42"
Josh Stone020c5ec2017-05-08 22:01:135115source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545116checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
Josh Stone020c5ec2017-05-08 22:01:135117dependencies = [
Alex Crichton093ede22019-08-15 00:45:095118 "filetime",
5119 "libc",
Alex Crichton093ede22019-08-15 00:45:095120 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135121]
5122
5123[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555124name = "tempfile"
github-actionsbfc99512024-09-29 00:22:295125version = "3.13.0"
Aleksey Kladov850156a2018-03-29 07:34:555126source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:295127checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
Aleksey Kladov850156a2018-03-29 07:34:555128dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425129 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425130 "fastrand",
Trevor Gross7240da02024-08-07 07:09:125131 "once_cell",
chenx97141c4632023-09-21 11:31:015132 "rustix",
Trevor Gross7240da02024-08-07 07:09:125133 "windows-sys 0.59.0",
Aleksey Kladov850156a2018-03-29 07:34:555134]
5135
5136[[package]]
steveklabnikecfbaca2018-04-03 14:32:045137name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245138version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045139source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245140checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045141dependencies = [
Alex Crichton093ede22019-08-15 00:45:095142 "futf",
5143 "mac",
5144 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045145]
5146
5147[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295148name = "term"
flip19950046d7c2021-02-25 10:26:235149version = "0.7.0"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5152dependencies = [
5153 "dirs-next",
5154 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315155 "winapi",
flip19950046d7c2021-02-25 10:26:235156]
5157
5158[[package]]
Alex Crichton1cede102017-06-15 02:33:065159name = "termcolor"
clubby7899b73db32024-01-29 12:21:165160version = "1.4.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125161source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165162checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
Alex Crichtonfa5b3d32018-07-26 00:25:125163dependencies = [
Eric Huss89d79062020-07-29 18:02:055164 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125165]
5166
5167[[package]]
Eric Huss2717f602023-01-06 01:20:595168name = "terminal_size"
chenx97141c4632023-09-21 11:31:015169version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595170source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015171checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595172dependencies = [
chenx97141c4632023-09-21 11:31:015173 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175174 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595175]
5176
5177[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485178name = "termize"
5179version = "0.1.1"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5182dependencies = [
5183 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315184 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485185]
5186
5187[[package]]
Trevor Gross51827ce2024-07-20 16:13:275188name = "test-float-parse"
5189version = "0.1.0"
5190dependencies = [
5191 "indicatif",
5192 "num",
5193 "rand",
5194 "rand_chacha",
5195 "rayon",
5196]
5197
5198[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305199name = "thin-vec"
John Kåre Alsaker862011e2023-02-16 18:29:115200version = "0.2.13"
Nicholas Nethercoteb38106b2022-08-17 04:22:305201source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker862011e2023-02-16 18:29:115202checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305203
5204[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305205name = "thiserror"
Trevor Gross4a515bd2024-08-26 20:02:545206version = "1.0.64"
Pietro Albini9beb8f52019-11-26 11:06:305207source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545208checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
Pietro Albini9beb8f52019-11-26 11:06:305209dependencies = [
5210 "thiserror-impl",
5211]
5212
5213[[package]]
5214name = "thiserror-impl"
Trevor Gross4a515bd2024-08-26 20:02:545215version = "1.0.64"
Pietro Albini9beb8f52019-11-26 11:06:305216source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545217checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
Pietro Albini9beb8f52019-11-26 11:06:305218dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155219 "proc-macro2",
5220 "quote",
github-actionsbfc99512024-09-29 00:22:295221 "syn 2.0.79",
Pietro Albini9beb8f52019-11-26 11:06:305222]
5223
5224[[package]]
David Wood2dc1a8a2021-12-03 14:24:055225name = "thorin-dwp"
klensy26c09b62024-09-24 13:14:495226version = "0.8.0"
David Wood2dc1a8a2021-12-03 14:24:055227source = "registry+https://github.com/rust-lang/crates.io-index"
klensy26c09b62024-09-24 13:14:495228checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6"
David Wood2dc1a8a2021-12-03 14:24:055229dependencies = [
klensy26c09b62024-09-24 13:14:495230 "gimli 0.30.0",
klensyc653bb92023-11-18 09:42:055231 "hashbrown",
klensy26c09b62024-09-24 13:14:495232 "object 0.36.4",
David Wood2dc1a8a2021-12-03 14:24:055233 "tracing",
5234]
5235
5236[[package]]
Steve Klabnika0769612017-02-07 23:13:575237name = "thread_local"
github-actions8ef19812024-03-03 00:16:165238version = "1.1.8"
Igor Matuszewski8fc4bba2020-02-12 14:47:315239source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165240checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Igor Matuszewski8fc4bba2020-02-12 14:47:315241dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355242 "cfg-if",
klensy9f621ae2022-01-24 17:19:215243 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315244]
5245
5246[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005247name = "threadpool"
5248version = "1.8.1"
5249source = "registry+https://github.com/rust-lang/crates.io-index"
5250checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5251dependencies = [
5252 "num_cpus",
5253]
5254
5255[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295256name = "tidy"
5257version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565258dependencies = [
onur-ozkane9e3c382024-06-10 14:07:195259 "build_helper",
klensy26c09b62024-09-24 13:14:495260 "cargo_metadata",
Michael Gouletffd72b12024-06-21 22:20:455261 "fluent-syntax",
yukang18511ba2022-11-04 08:56:485262 "ignore",
Jakob Degen17395b42022-10-31 00:17:255263 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095264 "regex",
Noratrieb43483832024-08-24 22:31:105265 "rustc-hash 2.0.0",
DebugSteven540ca2f2023-01-05 04:57:205266 "semver",
DianQKde0ece22024-06-23 14:06:235267 "similar",
Nilstrieb75b3ee22022-12-30 11:23:055268 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095269 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565270]
Ahmed Charles9ca382f2016-09-02 08:55:295271
5272[[package]]
Eric Hussce717472020-08-11 23:49:395273name = "tier-check"
5274version = "0.1.0"
5275
5276[[package]]
Esteban Küber8eb58432023-03-03 22:25:185277name = "time"
Caleb Sander43c8e132024-05-04 18:20:465278version = "0.3.36"
Esteban Küber8eb58432023-03-03 22:25:185279source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465280checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
Esteban Küber8eb58432023-03-03 22:25:185281dependencies = [
clubby7896ac3b572024-01-29 12:16:205282 "deranged",
Esteban Küber8eb58432023-03-03 22:25:185283 "itoa",
clubby7899b73db32024-01-29 12:21:165284 "num-conv",
clubby7896ac3b572024-01-29 12:16:205285 "powerfmt",
Esteban Küber8eb58432023-03-03 22:25:185286 "serde",
5287 "time-core",
5288 "time-macros",
5289]
5290
5291[[package]]
5292name = "time-core"
clubby7896ac3b572024-01-29 12:16:205293version = "0.1.2"
Esteban Küber8eb58432023-03-03 22:25:185294source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7896ac3b572024-01-29 12:16:205295checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
Esteban Küber8eb58432023-03-03 22:25:185296
5297[[package]]
5298name = "time-macros"
Caleb Sander43c8e132024-05-04 18:20:465299version = "0.2.18"
Esteban Küber8eb58432023-03-03 22:25:185300source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465301checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
Esteban Küber8eb58432023-03-03 22:25:185302dependencies = [
clubby7899b73db32024-01-29 12:21:165303 "num-conv",
Esteban Küber8eb58432023-03-03 22:25:185304 "time-core",
5305]
5306
5307[[package]]
David Wood7f916972022-03-26 07:27:435308name = "tinystr"
clubby7899d85dfc2024-06-08 19:18:315309version = "0.7.6"
David Wood7f916972022-03-26 07:27:435310source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:315311checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
Manish Goregaokar288194e2022-10-19 23:24:425312dependencies = [
5313 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255314 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425315]
David Wood7f916972022-03-26 07:27:435316
5317[[package]]
Mark Rousskov342d9562020-08-17 15:21:445318name = "tinyvec"
Trevor Gross7240da02024-08-07 07:09:125319version = "1.8.0"
Mark Rousskov342d9562020-08-17 15:21:445320source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125321checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
Charles Lewa76dcd82022-09-16 17:55:565322dependencies = [
5323 "tinyvec_macros",
5324]
5325
5326[[package]]
5327name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355328version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565329source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355330checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445331
5332[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435333name = "tokio"
Trevor Gross4a515bd2024-08-26 20:02:545334version = "1.40.0"
Matthias Krüger696fb8f2019-01-21 15:32:435335source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545336checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
Matthias Krüger696fb8f2019-01-21 15:32:435337dependencies = [
Philipp Kronesa6d3c822023-07-02 13:07:475338 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095339 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315340 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435341]
5342
5343[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295344name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355345version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135346source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355347checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135348dependencies = [
Alex Crichton093ede22019-08-15 00:45:095349 "serde",
Eric Hussd2228ca2019-03-29 03:13:135350]
5351
5352[[package]]
Philipp Krones612c3422023-06-02 09:42:425353name = "toml"
clubby7899b73db32024-01-29 12:21:165354version = "0.7.8"
Philipp Krones612c3422023-06-02 09:42:425355source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165356checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
Philipp Krones612c3422023-06-02 09:42:425357dependencies = [
5358 "serde",
5359 "serde_spanned",
5360 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525361 "toml_edit",
Philipp Krones612c3422023-06-02 09:42:425362]
5363
5364[[package]]
5365name = "toml_datetime"
Trevor Gross7240da02024-08-07 07:09:125366version = "0.6.8"
Philipp Krones612c3422023-06-02 09:42:425367source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125368checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
Philipp Krones612c3422023-06-02 09:42:425369dependencies = [
5370 "serde",
5371]
5372
5373[[package]]
5374name = "toml_edit"
clubby7899b73db32024-01-29 12:21:165375version = "0.19.15"
Philipp Krones612c3422023-06-02 09:42:425376source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165377checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
Philipp Krones612c3422023-06-02 09:42:425378dependencies = [
klensyc653bb92023-11-18 09:42:055379 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425380 "serde",
5381 "serde_spanned",
5382 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525383 "winnow",
Philipp Krones612c3422023-06-02 09:42:425384]
5385
5386[[package]]
Eric Hussa882fdd2021-12-03 20:25:075387name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595388version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075389source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595390checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075391
5392[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095393name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355394version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095395source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355396checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095397dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425398 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315399 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095400 "tracing-attributes",
5401 "tracing-core",
5402]
5403
5404[[package]]
5405name = "tracing-attributes"
clubby7899b73db32024-01-29 12:21:165406version = "0.1.27"
Jack Hueyecb8b9f2020-05-27 05:05:095407source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165408checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
Jack Hueyecb8b9f2020-05-27 05:05:095409dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155410 "proc-macro2",
5411 "quote",
github-actionsbfc99512024-09-29 00:22:295412 "syn 2.0.79",
Jack Hueyecb8b9f2020-05-27 05:05:095413]
5414
5415[[package]]
5416name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245417version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095418source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245419checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095420dependencies = [
Oli Scherere8962282022-07-05 08:26:125421 "once_cell",
5422 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095423]
5424
5425[[package]]
Ralf Jung10430db2022-07-15 14:04:235426name = "tracing-error"
5427version = "0.2.0"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5430dependencies = [
5431 "tracing",
5432 "tracing-subscriber",
5433]
5434
5435[[package]]
Jack Hueyd66452c2020-08-04 22:35:375436name = "tracing-log"
clubby7899b73db32024-01-29 12:21:165437version = "0.2.0"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5440dependencies = [
5441 "log",
5442 "once_cell",
Jack Hueyd66452c2020-08-04 22:35:375443 "tracing-core",
5444]
5445
5446[[package]]
Oliver Schererec7230f2020-07-24 18:42:005447name = "tracing-subscriber"
clubby7899b73db32024-01-29 12:21:165448version = "0.3.18"
Oliver Schererec7230f2020-07-24 18:42:005449source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165450checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
Oliver Schererec7230f2020-07-24 18:42:005451dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005452 "matchers",
klensy71ea5062024-03-30 14:39:435453 "nu-ansi-term 0.46.0",
Nilstrieb3295cdf2023-06-26 07:21:355454 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505455 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005456 "regex",
Oliver Schererec7230f2020-07-24 18:42:005457 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295458 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445459 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595460 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005461 "tracing-core",
klensy71ea5062024-03-30 14:39:435462 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375463]
5464
5465[[package]]
5466name = "tracing-tree"
clubby789d42c9602024-06-08 19:22:165467version = "0.3.1"
Jack Hueyd66452c2020-08-04 22:35:375468source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165469checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
Jack Hueyd66452c2020-08-04 22:35:375470dependencies = [
Trevor Gross7240da02024-08-07 07:09:125471 "nu-ansi-term 0.50.1",
pierwillea25b772021-12-21 17:00:305472 "tracing-core",
klensy71ea5062024-03-30 14:39:435473 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375474 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005475]
5476
5477[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005478name = "twox-hash"
5479version = "1.6.3"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5482dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425483 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415484 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005485 "static_assertions",
5486]
5487
5488[[package]]
David Wood7f916972022-03-26 07:27:435489name = "type-map"
Mark Rousskov12200c92024-05-11 14:27:175490version = "0.5.0"
David Wood7f916972022-03-26 07:27:435491source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175492checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
David Wood7f916972022-03-26 07:27:435493dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:545494 "rustc-hash 1.1.0",
David Wood7f916972022-03-26 07:27:435495]
5496
5497[[package]]
Eric Huss8c20add2018-12-03 01:33:205498name = "typenum"
clubby7899b73db32024-01-29 12:21:165499version = "1.17.0"
Eric Huss8c20add2018-12-03 01:33:205500source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165501checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Eric Huss8c20add2018-12-03 01:33:205502
5503[[package]]
Mark Rousskov064f8882020-01-13 21:40:195504name = "ucd-parse"
clubby7899b73db32024-01-29 12:21:165505version = "0.1.13"
Mark Rousskov064f8882020-01-13 21:40:195506source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165507checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
Mark Rousskov064f8882020-01-13 21:40:195508dependencies = [
clubby7899b73db32024-01-29 12:21:165509 "regex-lite",
Mark Rousskov064f8882020-01-13 21:40:195510]
5511
5512[[package]]
James Munnsde763692019-01-19 02:39:375513name = "ucd-trie"
clubby7899b73db32024-01-29 12:21:165514version = "0.1.6"
James Munnsde763692019-01-19 02:39:375515source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165516checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
James Munnsde763692019-01-19 02:39:375517
5518[[package]]
Ralf Junga272c452022-05-30 08:17:465519name = "ui_test"
Ralf Jungba86cf82024-09-17 13:20:505520version = "0.26.5"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83"
5523dependencies = [
5524 "annotate-snippets 0.11.4",
5525 "anyhow",
5526 "bstr",
5527 "cargo-platform",
klensy26c09b62024-09-24 13:14:495528 "cargo_metadata",
Ralf Jungba86cf82024-09-17 13:20:505529 "color-eyre",
5530 "colored",
5531 "comma",
5532 "crossbeam-channel",
5533 "indicatif",
5534 "levenshtein",
5535 "prettydiff",
5536 "regex",
5537 "rustc_version",
5538 "rustfix",
Philipp Kronesf99056b2024-02-27 14:50:235539 "serde",
5540 "serde_json",
5541 "spanned",
Philipp Kronesf99056b2024-02-27 14:50:235542]
5543
5544[[package]]
David Wood7f916972022-03-26 07:27:435545name = "unic-langid"
Mark Rousskov12200c92024-05-11 14:27:175546version = "0.9.5"
David Wood7f916972022-03-26 07:27:435547source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175548checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
David Wood7f916972022-03-26 07:27:435549dependencies = [
5550 "unic-langid-impl",
5551 "unic-langid-macros",
5552]
5553
5554[[package]]
5555name = "unic-langid-impl"
Mark Rousskov12200c92024-05-11 14:27:175556version = "0.9.5"
David Wood7f916972022-03-26 07:27:435557source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175558checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
David Wood7f916972022-03-26 07:27:435559dependencies = [
5560 "tinystr",
5561]
5562
5563[[package]]
5564name = "unic-langid-macros"
Mark Rousskov12200c92024-05-11 14:27:175565version = "0.9.5"
David Wood7f916972022-03-26 07:27:435566source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175567checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
David Wood7f916972022-03-26 07:27:435568dependencies = [
5569 "proc-macro-hack",
5570 "tinystr",
5571 "unic-langid-impl",
5572 "unic-langid-macros-impl",
5573]
5574
5575[[package]]
5576name = "unic-langid-macros-impl"
Mark Rousskov12200c92024-05-11 14:27:175577version = "0.9.5"
David Wood7f916972022-03-26 07:27:435578source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175579checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
David Wood7f916972022-03-26 07:27:435580dependencies = [
5581 "proc-macro-hack",
5582 "quote",
github-actionsbfc99512024-09-29 00:22:295583 "syn 2.0.79",
David Wood7f916972022-03-26 07:27:435584 "unic-langid-impl",
5585]
5586
5587[[package]]
Andy Russell30301642019-04-20 17:03:595588name = "unicase"
Charles Lew806b2b22023-11-23 10:55:115589version = "2.7.0"
Andy Russell30301642019-04-20 17:03:595590source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew806b2b22023-11-23 10:55:115591checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
Andy Russell30301642019-04-20 17:03:595592dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405593 "version_check",
Andy Russell30301642019-04-20 17:03:595594]
5595
5596[[package]]
github-actions99053572024-06-23 00:18:085597name = "unicode-bidi"
5598version = "0.3.15"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
5601
5602[[package]]
Andres Suareza65ddf02022-10-09 03:25:405603name = "unicode-ident"
Trevor Gross4a515bd2024-08-26 20:02:545604version = "1.0.13"
Andres Suareza65ddf02022-10-09 03:25:405605source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545606checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
Andres Suareza65ddf02022-10-09 03:25:405607
5608[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585609name = "unicode-normalization"
Trevor Gross4a515bd2024-08-26 20:02:545610version = "0.1.24"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585611source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545612checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
Charles Lew0bcddfe2019-11-23 14:33:405613dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445614 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405615]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585616
5617[[package]]
Charles Lewbca79a22023-07-29 00:47:215618name = "unicode-properties"
Trevor Gross4a515bd2024-08-26 20:02:545619version = "0.1.2"
Charles Lewbca79a22023-07-29 00:47:215620source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545621checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
Charles Lewbca79a22023-07-29 00:47:215622
5623[[package]]
Charles Lew485e98a2020-01-02 12:02:225624name = "unicode-script"
Trevor Gross4a515bd2024-08-26 20:02:545625version = "0.5.7"
Charles Lew485e98a2020-01-02 12:02:225626source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545627checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
Charles Lew485e98a2020-01-02 12:02:225628
5629[[package]]
5630name = "unicode-security"
Trevor Gross4a515bd2024-08-26 20:02:545631version = "0.1.2"
Charles Lew485e98a2020-01-02 12:02:225632source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545633checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50"
Charles Lew485e98a2020-01-02 12:02:225634dependencies = [
Charles Lewc05961c2020-04-25 01:38:315635 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225636 "unicode-script",
5637]
5638
5639[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585640name = "unicode-segmentation"
Trevor Gross4a515bd2024-08-26 20:02:545641version = "1.12.0"
Steve Klabnika0769612017-02-07 23:13:575642source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545643checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
Steve Klabnika0769612017-02-07 23:13:575644
5645[[package]]
许杰友 Jieyou Xu (Joe)d21aa862024-10-13 11:11:585646name = "unicode-table-generator"
5647version = "0.1.0"
5648dependencies = [
5649 "ucd-parse",
5650]
5651
5652[[package]]
Steve Klabnika0769612017-02-07 23:13:575653name = "unicode-width"
Trevor Gross4a515bd2024-08-26 20:02:545654version = "0.1.14"
Steve Klabnika0769612017-02-07 23:13:575655source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545656checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
Steve Klabnika0769612017-02-07 23:13:575657
5658[[package]]
printfn46b41b42024-10-12 21:57:505659name = "unicode-width"
5660version = "0.2.0"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
5663
5664[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585665name = "unicode-xid"
Trevor Gross4a515bd2024-08-26 20:02:545666version = "0.2.6"
Aleksey Kladova0c186c2019-07-21 11:50:395667source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545668checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
Aleksey Kladova0c186c2019-07-21 11:50:395669
5670[[package]]
Michael Howellb29d9d52021-02-24 06:42:425671name = "unified-diff"
5672version = "0.2.1"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5675dependencies = [
5676 "diff",
5677]
5678
5679[[package]]
est31c2d59062017-06-12 19:35:475680name = "unstable-book-gen"
5681version = "0.1.0"
5682dependencies = [
Alex Crichton093ede22019-08-15 00:45:095683 "num-traits",
5684 "tidy",
est31c2d59062017-06-12 19:35:475685]
5686
5687[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585688name = "url"
github-actions99053572024-06-23 00:18:085689version = "2.5.2"
Eric Hussf2428a62019-08-01 00:44:395690source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:085691checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
Eric Hussf2428a62019-08-01 00:44:395692dependencies = [
Eric Hussf3287a62021-05-12 00:39:515693 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435694 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435695 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395696]
5697
5698[[package]]
steveklabnikecfbaca2018-04-03 14:32:045699name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355700version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045701source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355702checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045703
5704[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:525705name = "utf8-width"
5706version = "0.1.7"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
5709
5710[[package]]
Eric Hussd5e03532019-05-23 20:27:495711name = "utf8parse"
clubby789d42c9602024-06-08 19:22:165712version = "0.2.2"
Eric Hussd5e03532019-05-23 20:27:495713source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165714checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
Eric Hussd5e03532019-05-23 20:27:495715
5716[[package]]
Pietro Albini13efb202022-11-15 09:19:175717name = "uuid"
Trevor Gross7240da02024-08-07 07:09:125718version = "1.10.0"
Pietro Albini13efb202022-11-15 09:19:175719source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125720checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
Pietro Albini13efb202022-11-15 09:19:175721dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415722 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175723]
5724
5725[[package]]
Oli Scherere8962282022-07-05 08:26:125726name = "valuable"
5727version = "0.1.0"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
5730
5731[[package]]
Alex Crichton1cede102017-06-15 02:33:065732name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355733version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065734source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355735checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065736
5737[[package]]
Alex Crichtonb4110902018-12-08 11:06:545738name = "version_check"
Trevor Gross7240da02024-08-07 07:09:125739version = "0.9.5"
Eric Huss2b985322019-11-25 16:14:075740source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125741checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
Eric Huss2b985322019-11-25 16:14:075742
5743[[package]]
Josh Stone020c5ec2017-05-08 22:01:135744name = "walkdir"
github-actions8ef19812024-03-03 00:16:165745version = "2.5.0"
Alex Crichton80d6ed22018-01-08 21:56:225746source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165747checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
Alex Crichton80d6ed22018-01-08 21:56:225748dependencies = [
Alex Crichton093ede22019-08-15 00:45:095749 "same-file",
Alex Crichton093ede22019-08-15 00:45:095750 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225751]
5752
5753[[package]]
newpavlov6374b842019-08-29 17:13:155754name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135755version = "0.11.0+wasi-snapshot-preview1"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155758
5759[[package]]
Trevor Gross7240da02024-08-07 07:09:125760name = "wasi-preview1-component-adapter-provider"
Alex Crichton99558dc2024-08-29 21:38:455761version = "24.0.0"
nilsf77541a2023-04-11 11:46:415762source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton99558dc2024-08-29 21:38:455763checksum = "36e6cadfa74538edd5409b6f8c79628436529138e9618b7373bec7aae7805835"
Trevor Gross7240da02024-08-07 07:09:125764
5765[[package]]
5766name = "wasm-bindgen"
5767version = "0.2.93"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
nilsf77541a2023-04-11 11:46:415770dependencies = [
5771 "cfg-if",
Trevor Gross7240da02024-08-07 07:09:125772 "once_cell",
nilsf77541a2023-04-11 11:46:415773 "wasm-bindgen-macro",
5774]
5775
5776[[package]]
5777name = "wasm-bindgen-backend"
Trevor Gross7240da02024-08-07 07:09:125778version = "0.2.93"
nilsf77541a2023-04-11 11:46:415779source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125780checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
nilsf77541a2023-04-11 11:46:415781dependencies = [
5782 "bumpalo",
5783 "log",
5784 "once_cell",
5785 "proc-macro2",
5786 "quote",
github-actionsbfc99512024-09-29 00:22:295787 "syn 2.0.79",
nilsf77541a2023-04-11 11:46:415788 "wasm-bindgen-shared",
5789]
5790
5791[[package]]
5792name = "wasm-bindgen-macro"
Trevor Gross7240da02024-08-07 07:09:125793version = "0.2.93"
nilsf77541a2023-04-11 11:46:415794source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125795checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
nilsf77541a2023-04-11 11:46:415796dependencies = [
5797 "quote",
5798 "wasm-bindgen-macro-support",
5799]
5800
5801[[package]]
5802name = "wasm-bindgen-macro-support"
Trevor Gross7240da02024-08-07 07:09:125803version = "0.2.93"
nilsf77541a2023-04-11 11:46:415804source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125805checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
nilsf77541a2023-04-11 11:46:415806dependencies = [
5807 "proc-macro2",
5808 "quote",
github-actionsbfc99512024-09-29 00:22:295809 "syn 2.0.79",
nilsf77541a2023-04-11 11:46:415810 "wasm-bindgen-backend",
5811 "wasm-bindgen-shared",
5812]
5813
5814[[package]]
5815name = "wasm-bindgen-shared"
Trevor Gross7240da02024-08-07 07:09:125816version = "0.2.93"
nilsf77541a2023-04-11 11:46:415817source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125818checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
nilsf77541a2023-04-11 11:46:415819
5820[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445821name = "wasm-component-ld"
Alex Crichton9c9d3c82024-10-09 16:45:595822version = "0.5.10"
Alex Crichton2a3e22b2024-06-24 19:30:445823source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595824checksum = "4d4aa6bd7fbe7cffbed29fe3e236fda74419def1bdef6f80f989ec51137edf44"
Alex Crichton2a3e22b2024-06-24 19:30:445825dependencies = [
5826 "anyhow",
5827 "clap",
5828 "lexopt",
5829 "tempfile",
Trevor Gross7240da02024-08-07 07:09:125830 "wasi-preview1-component-adapter-provider",
Alex Crichton9c9d3c82024-10-09 16:45:595831 "wasmparser 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:445832 "wat",
5833 "wit-component",
Trevor Gross7240da02024-08-07 07:09:125834 "wit-parser",
Alex Crichton2a3e22b2024-06-24 19:30:445835]
5836
5837[[package]]
5838name = "wasm-component-ld-wrapper"
5839version = "0.1.0"
5840dependencies = [
5841 "wasm-component-ld",
5842]
5843
5844[[package]]
Alex Crichton646e8e72024-02-22 16:12:095845name = "wasm-encoder"
Alex Crichton99558dc2024-08-29 21:38:455846version = "0.216.0"
Alex Crichton2a3e22b2024-06-24 19:30:445847source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton99558dc2024-08-29 21:38:455848checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88"
Alex Crichton2a3e22b2024-06-24 19:30:445849dependencies = [
5850 "leb128",
Trevor Gross4a515bd2024-08-26 20:02:545851]
5852
5853[[package]]
5854name = "wasm-encoder"
Alex Crichton9c9d3c82024-10-09 16:45:595855version = "0.219.0"
Trevor Gross4a515bd2024-08-26 20:02:545856source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595857checksum = "e2b1b95711b3ad655656a341e301cc64e33cbee94de9a99a1c5a2ab88efab79d"
Trevor Gross4a515bd2024-08-26 20:02:545858dependencies = [
5859 "leb128",
Alex Crichton9c9d3c82024-10-09 16:45:595860 "wasmparser 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:445861]
5862
5863[[package]]
5864name = "wasm-metadata"
Alex Crichton9c9d3c82024-10-09 16:45:595865version = "0.219.0"
Alex Crichton2a3e22b2024-06-24 19:30:445866source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595867checksum = "96132fe00dd17d092d2be289eeed5a0a68ad3cf30b68e8875bc953b96f55f0be"
Alex Crichton2a3e22b2024-06-24 19:30:445868dependencies = [
5869 "anyhow",
5870 "indexmap",
5871 "serde",
5872 "serde_derive",
5873 "serde_json",
5874 "spdx",
Alex Crichton9c9d3c82024-10-09 16:45:595875 "wasm-encoder 0.219.0",
5876 "wasmparser 0.219.0",
Alex Crichton99558dc2024-08-29 21:38:455877]
5878
5879[[package]]
5880name = "wasmparser"
5881version = "0.216.0"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3"
5884dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:545885 "bitflags 2.6.0",
5886 "indexmap",
5887]
5888
5889[[package]]
5890name = "wasmparser"
Alex Crichton9c9d3c82024-10-09 16:45:595891version = "0.219.0"
Trevor Gross4a515bd2024-08-26 20:02:545892source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595893checksum = "324b4e56d24439495b88cd81439dad5e97f3c7b1eedc3c7e10455ed1e045e9a2"
Trevor Gross4a515bd2024-08-26 20:02:545894dependencies = [
Alex Crichton2a3e22b2024-06-24 19:30:445895 "ahash",
Trevor Gross7240da02024-08-07 07:09:125896 "bitflags 2.6.0",
Alex Crichton2a3e22b2024-06-24 19:30:445897 "hashbrown",
5898 "indexmap",
5899 "semver",
5900 "serde",
5901]
5902
5903[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445904name = "wast"
Alex Crichton9c9d3c82024-10-09 16:45:595905version = "219.0.0"
Alex Crichton2a3e22b2024-06-24 19:30:445906source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595907checksum = "06880ecb25662bc21db6a83f4fcc27c41f71fbcba4f1980b650c88ada92728e1"
Alex Crichton2a3e22b2024-06-24 19:30:445908dependencies = [
5909 "bumpalo",
5910 "leb128",
5911 "memchr",
printfn46b41b42024-10-12 21:57:505912 "unicode-width 0.1.14",
Alex Crichton9c9d3c82024-10-09 16:45:595913 "wasm-encoder 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:445914]
5915
5916[[package]]
5917name = "wat"
Alex Crichton9c9d3c82024-10-09 16:45:595918version = "1.219.0"
Alex Crichton2a3e22b2024-06-24 19:30:445919source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:595920checksum = "11e56dbf9fc89111b0d97c91e683d7895b1a6e5633a729f2ccad2303724005b6"
Alex Crichton2a3e22b2024-06-24 19:30:445921dependencies = [
5922 "wast",
5923]
5924
5925[[package]]
Steve Klabnika0769612017-02-07 23:13:575926name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:445927version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:225928source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445929checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:225930dependencies = [
Alex Crichton093ede22019-08-15 00:45:095931 "winapi-i686-pc-windows-gnu",
5932 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:225933]
5934
5935[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225936name = "winapi-i686-pc-windows-gnu"
5937version = "0.4.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095939checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:225940
5941[[package]]
Alex Crichton2863b752018-08-21 17:23:475942name = "winapi-util"
Trevor Gross7240da02024-08-07 07:09:125943version = "0.1.9"
Alex Crichton2863b752018-08-21 17:23:475944source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125945checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
Alex Crichton2863b752018-08-21 17:23:475946dependencies = [
Trevor Gross7240da02024-08-07 07:09:125947 "windows-sys 0.59.0",
Alex Crichton2863b752018-08-21 17:23:475948]
5949
5950[[package]]
Alex Crichton80d6ed22018-01-08 21:56:225951name = "winapi-x86_64-pc-windows-gnu"
5952version = "0.4.0"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:095954checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:225955
5956[[package]]
Weihang Loe52e0402023-03-07 22:16:275957name = "windows"
Guillaume Gomezf4495862024-07-31 14:08:315958version = "0.57.0"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
5961dependencies = [
5962 "windows-core 0.57.0",
Trevor Gross7240da02024-08-07 07:09:125963 "windows-targets 0.52.6",
Andy Russellbb7c3732023-01-15 18:43:155964]
5965
5966[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:075967name = "windows-bindgen"
Chris Denton34860a52024-07-04 12:09:255968version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:075969source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:255970checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
Chris Dentonf9b3d6a2023-04-15 10:57:075971dependencies = [
Chris Dentond9c85da2023-08-16 08:18:345972 "proc-macro2",
5973 "rayon",
Chris Dentonb25203e2024-03-03 14:44:585974 "serde",
5975 "serde_json",
github-actionsbfc99512024-09-29 00:22:295976 "syn 2.0.79",
Chris Dentonf9b3d6a2023-04-15 10:57:075977 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:075978]
5979
5980[[package]]
clubby7899b73db32024-01-29 12:21:165981name = "windows-core"
5982version = "0.52.0"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
5985dependencies = [
Trevor Gross7240da02024-08-07 07:09:125986 "windows-targets 0.52.6",
clubby7899b73db32024-01-29 12:21:165987]
5988
5989[[package]]
Guillaume Gomezf4495862024-07-31 14:08:315990name = "windows-core"
5991version = "0.57.0"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
5994dependencies = [
5995 "windows-implement",
5996 "windows-interface",
5997 "windows-result",
Trevor Gross7240da02024-08-07 07:09:125998 "windows-targets 0.52.6",
Guillaume Gomezf4495862024-07-31 14:08:315999]
6000
6001[[package]]
6002name = "windows-implement"
6003version = "0.57.0"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
6006dependencies = [
6007 "proc-macro2",
6008 "quote",
github-actionsbfc99512024-09-29 00:22:296009 "syn 2.0.79",
Guillaume Gomezf4495862024-07-31 14:08:316010]
6011
6012[[package]]
6013name = "windows-interface"
6014version = "0.57.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
6017dependencies = [
6018 "proc-macro2",
6019 "quote",
github-actionsbfc99512024-09-29 00:22:296020 "syn 2.0.79",
Guillaume Gomezf4495862024-07-31 14:08:316021]
6022
6023[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076024name = "windows-metadata"
Chris Denton34860a52024-07-04 12:09:256025version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076026source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:256027checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
Chris Dentonf9b3d6a2023-04-15 10:57:076028
6029[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316030name = "windows-result"
6031version = "0.1.2"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
6034dependencies = [
Trevor Gross7240da02024-08-07 07:09:126035 "windows-targets 0.52.6",
Guillaume Gomezf4495862024-07-31 14:08:316036]
6037
6038[[package]]
Philipp Krones586cbd02022-06-04 12:07:446039name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386040version = "0.48.0"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6043dependencies = [
clubby7899b73db32024-01-29 12:21:166044 "windows-targets 0.48.5",
Philipp Kronesac25a732023-08-24 19:33:176045]
6046
6047[[package]]
clubby789527f9032024-01-21 23:51:336048name = "windows-sys"
6049version = "0.52.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6052dependencies = [
Trevor Gross7240da02024-08-07 07:09:126053 "windows-targets 0.52.6",
6054]
6055
6056[[package]]
6057name = "windows-sys"
6058version = "0.59.0"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6061dependencies = [
6062 "windows-targets 0.52.6",
clubby789527f9032024-01-21 23:51:336063]
6064
6065[[package]]
Philipp Kronesac25a732023-08-24 19:33:176066name = "windows-targets"
clubby7899b73db32024-01-29 12:21:166067version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176068source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166069checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
Philipp Kronesac25a732023-08-24 19:33:176070dependencies = [
clubby7899b73db32024-01-29 12:21:166071 "windows_aarch64_gnullvm 0.48.5",
6072 "windows_aarch64_msvc 0.48.5",
6073 "windows_i686_gnu 0.48.5",
6074 "windows_i686_msvc 0.48.5",
6075 "windows_x86_64_gnu 0.48.5",
6076 "windows_x86_64_gnullvm 0.48.5",
6077 "windows_x86_64_msvc 0.48.5",
Weihang Lo6f38fd52023-02-07 22:26:226078]
6079
6080[[package]]
clubby789527f9032024-01-21 23:51:336081name = "windows-targets"
Trevor Gross7240da02024-08-07 07:09:126082version = "0.52.6"
clubby789527f9032024-01-21 23:51:336083source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126084checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
clubby789527f9032024-01-21 23:51:336085dependencies = [
Trevor Gross7240da02024-08-07 07:09:126086 "windows_aarch64_gnullvm 0.52.6",
6087 "windows_aarch64_msvc 0.52.6",
6088 "windows_i686_gnu 0.52.6",
Mark Rousskov12200c92024-05-11 14:27:176089 "windows_i686_gnullvm",
Trevor Gross7240da02024-08-07 07:09:126090 "windows_i686_msvc 0.52.6",
6091 "windows_x86_64_gnu 0.52.6",
6092 "windows_x86_64_gnullvm 0.52.6",
6093 "windows_x86_64_msvc 0.52.6",
clubby789527f9032024-01-21 23:51:336094]
6095
6096[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226097name = "windows_aarch64_gnullvm"
clubby7899b73db32024-01-29 12:21:166098version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176099source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166100checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
nilsf77541a2023-04-11 11:46:416101
6102[[package]]
clubby789527f9032024-01-21 23:51:336103name = "windows_aarch64_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126104version = "0.52.6"
clubby789527f9032024-01-21 23:51:336105source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126106checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
clubby789527f9032024-01-21 23:51:336107
6108[[package]]
Philipp Krones586cbd02022-06-04 12:07:446109name = "windows_aarch64_msvc"
clubby7899b73db32024-01-29 12:21:166110version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176111source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166112checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
nilsf77541a2023-04-11 11:46:416113
6114[[package]]
clubby789527f9032024-01-21 23:51:336115name = "windows_aarch64_msvc"
Trevor Gross7240da02024-08-07 07:09:126116version = "0.52.6"
clubby789527f9032024-01-21 23:51:336117source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126118checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
clubby789527f9032024-01-21 23:51:336119
6120[[package]]
Philipp Krones586cbd02022-06-04 12:07:446121name = "windows_i686_gnu"
clubby7899b73db32024-01-29 12:21:166122version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176123source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166124checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
nilsf77541a2023-04-11 11:46:416125
6126[[package]]
clubby789527f9032024-01-21 23:51:336127name = "windows_i686_gnu"
Trevor Gross7240da02024-08-07 07:09:126128version = "0.52.6"
clubby789527f9032024-01-21 23:51:336129source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126130checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
Mark Rousskov12200c92024-05-11 14:27:176131
6132[[package]]
6133name = "windows_i686_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126134version = "0.52.6"
Mark Rousskov12200c92024-05-11 14:27:176135source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126136checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
clubby789527f9032024-01-21 23:51:336137
6138[[package]]
Philipp Krones586cbd02022-06-04 12:07:446139name = "windows_i686_msvc"
clubby7899b73db32024-01-29 12:21:166140version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176141source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166142checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
nilsf77541a2023-04-11 11:46:416143
6144[[package]]
clubby789527f9032024-01-21 23:51:336145name = "windows_i686_msvc"
Trevor Gross7240da02024-08-07 07:09:126146version = "0.52.6"
clubby789527f9032024-01-21 23:51:336147source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126148checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
clubby789527f9032024-01-21 23:51:336149
6150[[package]]
Philipp Krones586cbd02022-06-04 12:07:446151name = "windows_x86_64_gnu"
clubby7899b73db32024-01-29 12:21:166152version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176153source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166154checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
nilsf77541a2023-04-11 11:46:416155
6156[[package]]
clubby789527f9032024-01-21 23:51:336157name = "windows_x86_64_gnu"
Trevor Gross7240da02024-08-07 07:09:126158version = "0.52.6"
clubby789527f9032024-01-21 23:51:336159source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126160checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
clubby789527f9032024-01-21 23:51:336161
6162[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556163name = "windows_x86_64_gnullvm"
clubby7899b73db32024-01-29 12:21:166164version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176165source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166166checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
nilsf77541a2023-04-11 11:46:416167
6168[[package]]
clubby789527f9032024-01-21 23:51:336169name = "windows_x86_64_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126170version = "0.52.6"
clubby789527f9032024-01-21 23:51:336171source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126172checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
clubby789527f9032024-01-21 23:51:336173
6174[[package]]
Philipp Krones586cbd02022-06-04 12:07:446175name = "windows_x86_64_msvc"
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 = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
nilsf77541a2023-04-11 11:46:416179
6180[[package]]
clubby789527f9032024-01-21 23:51:336181name = "windows_x86_64_msvc"
Trevor Gross7240da02024-08-07 07:09:126182version = "0.52.6"
clubby789527f9032024-01-21 23:51:336183source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126184checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
clubby789527f9032024-01-21 23:51:336185
6186[[package]]
Philipp Krones612c3422023-06-02 09:42:426187name = "winnow"
clubby7899b73db32024-01-29 12:21:166188version = "0.5.40"
Philipp Krones612c3422023-06-02 09:42:426189source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166190checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
Philipp Krones612c3422023-06-02 09:42:426191dependencies = [
6192 "memchr",
6193]
6194
6195[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:446196name = "wit-component"
Alex Crichton9c9d3c82024-10-09 16:45:596197version = "0.219.0"
Alex Crichton2a3e22b2024-06-24 19:30:446198source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:596199checksum = "99a76111c20444a814019de20499d30940ecd219b9512ee296f034a5edb18a2d"
Alex Crichton2a3e22b2024-06-24 19:30:446200dependencies = [
6201 "anyhow",
Trevor Gross7240da02024-08-07 07:09:126202 "bitflags 2.6.0",
Alex Crichton2a3e22b2024-06-24 19:30:446203 "indexmap",
6204 "log",
6205 "serde",
6206 "serde_derive",
6207 "serde_json",
Alex Crichton9c9d3c82024-10-09 16:45:596208 "wasm-encoder 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:446209 "wasm-metadata",
Alex Crichton9c9d3c82024-10-09 16:45:596210 "wasmparser 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:446211 "wit-parser",
6212]
6213
6214[[package]]
6215name = "wit-parser"
Alex Crichton9c9d3c82024-10-09 16:45:596216version = "0.219.0"
Alex Crichton2a3e22b2024-06-24 19:30:446217source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton9c9d3c82024-10-09 16:45:596218checksum = "23102e180c0c464f36e293d31a27b524e3ece930d7b5527d2f33f9d2c963de64"
Alex Crichton2a3e22b2024-06-24 19:30:446219dependencies = [
6220 "anyhow",
6221 "id-arena",
6222 "indexmap",
6223 "log",
6224 "semver",
6225 "serde",
6226 "serde_derive",
6227 "serde_json",
6228 "unicode-xid",
Alex Crichton9c9d3c82024-10-09 16:45:596229 "wasmparser 0.219.0",
Alex Crichton2a3e22b2024-06-24 19:30:446230]
6231
6232[[package]]
Charles Lewa7750042022-11-06 06:43:256233name = "writeable"
clubby7899d85dfc2024-06-08 19:18:316234version = "0.5.5"
Charles Lewa7750042022-11-06 06:43:256235source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316236checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
Charles Lewa7750042022-11-06 06:43:256237
6238[[package]]
Josh Stone020c5ec2017-05-08 22:01:136239name = "xattr"
clubby7899b73db32024-01-29 12:21:166240version = "1.3.1"
Josh Stone020c5ec2017-05-08 22:01:136241source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166242checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
Josh Stone020c5ec2017-05-08 22:01:136243dependencies = [
Alex Crichton093ede22019-08-15 00:45:096244 "libc",
clubby7899b73db32024-01-29 12:21:166245 "linux-raw-sys",
6246 "rustix",
Josh Stone020c5ec2017-05-08 22:01:136247]
6248
6249[[package]]
Josh Stone020c5ec2017-05-08 22:01:136250name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256251version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136252source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256253checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136254dependencies = [
Alex Crichton093ede22019-08-15 00:45:096255 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136256]
6257
6258[[package]]
Igor Matuszewski2214a412021-05-03 20:59:356259name = "yansi-term"
6260version = "0.1.2"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6263dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316264 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356265]
Charles Lewa7750042022-11-06 06:43:256266
6267[[package]]
6268name = "yoke"
clubby7899d85dfc2024-06-08 19:18:316269version = "0.7.4"
Charles Lewa7750042022-11-06 06:43:256270source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316271checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
Charles Lewa7750042022-11-06 06:43:256272dependencies = [
6273 "serde",
6274 "stable_deref_trait",
6275 "yoke-derive",
6276 "zerofrom",
6277]
6278
6279[[package]]
6280name = "yoke-derive"
clubby7899d85dfc2024-06-08 19:18:316281version = "0.7.4"
Charles Lewa7750042022-11-06 06:43:256282source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316283checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
Charles Lewa7750042022-11-06 06:43:256284dependencies = [
6285 "proc-macro2",
6286 "quote",
github-actionsbfc99512024-09-29 00:22:296287 "syn 2.0.79",
klensy7142c8d2023-11-09 11:37:306288 "synstructure",
Charles Lewa7750042022-11-06 06:43:256289]
6290
6291[[package]]
Ralf Jung71c9ceb2023-12-02 18:16:096292name = "zerocopy"
Trevor Gross7240da02024-08-07 07:09:126293version = "0.7.35"
Ralf Jung71c9ceb2023-12-02 18:16:096294source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126295checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
Ralf Jung71c9ceb2023-12-02 18:16:096296dependencies = [
Trevor Gross7240da02024-08-07 07:09:126297 "byteorder",
Ralf Jung71c9ceb2023-12-02 18:16:096298 "zerocopy-derive",
6299]
6300
6301[[package]]
6302name = "zerocopy-derive"
Trevor Gross7240da02024-08-07 07:09:126303version = "0.7.35"
Ralf Jung71c9ceb2023-12-02 18:16:096304source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126305checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
Ralf Jung71c9ceb2023-12-02 18:16:096306dependencies = [
6307 "proc-macro2",
6308 "quote",
github-actionsbfc99512024-09-29 00:22:296309 "syn 2.0.79",
Ralf Jung71c9ceb2023-12-02 18:16:096310]
6311
6312[[package]]
Charles Lewa7750042022-11-06 06:43:256313name = "zerofrom"
clubby7899d85dfc2024-06-08 19:18:316314version = "0.1.4"
Charles Lewa7750042022-11-06 06:43:256315source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316316checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
Charles Lewa7750042022-11-06 06:43:256317dependencies = [
6318 "zerofrom-derive",
6319]
6320
6321[[package]]
6322name = "zerofrom-derive"
clubby7899d85dfc2024-06-08 19:18:316323version = "0.1.4"
Charles Lewa7750042022-11-06 06:43:256324source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316325checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
Charles Lewa7750042022-11-06 06:43:256326dependencies = [
6327 "proc-macro2",
6328 "quote",
github-actionsbfc99512024-09-29 00:22:296329 "syn 2.0.79",
klensy7142c8d2023-11-09 11:37:306330 "synstructure",
Charles Lewa7750042022-11-06 06:43:256331]
6332
6333[[package]]
6334name = "zerovec"
Trevor Gross7240da02024-08-07 07:09:126335version = "0.10.4"
Charles Lewa7750042022-11-06 06:43:256336source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126337checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
Charles Lewa7750042022-11-06 06:43:256338dependencies = [
6339 "yoke",
6340 "zerofrom",
6341 "zerovec-derive",
6342]
6343
6344[[package]]
6345name = "zerovec-derive"
Trevor Gross7240da02024-08-07 07:09:126346version = "0.10.3"
Charles Lewa7750042022-11-06 06:43:256347source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126348checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
Charles Lewa7750042022-11-06 06:43:256349dependencies = [
6350 "proc-macro2",
6351 "quote",
github-actionsbfc99512024-09-29 00:22:296352 "syn 2.0.79",
Charles Lewa7750042022-11-06 06:43:256353]