blob: 75c6ab37bd14fa379d046a62329a0145f9309e65 [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",
Amanieu d'Antrasa529ba82023-01-09 17:49:2444 "once_cell",
45 "version_check",
Ralf Jung71c9ceb2023-12-02 18:16:0946 "zerocopy",
Amanieu d'Antrasa529ba82023-01-09 17:49:2447]
48
49[[package]]
Steve Klabnika0769612017-02-07 23:13:5750name = "aho-corasick"
github-actions1848b462024-03-24 12:09:2851version = "1.1.3"
Eric Huss6a09cfa2019-05-16 05:27:3952source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:2853checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
Eric Huss6a09cfa2019-05-16 05:27:3954dependencies = [
Alex Crichton093ede22019-08-15 00:45:0955 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3956]
57
58[[package]]
The 8472479be6a2023-06-08 14:55:4959name = "allocator-api2"
clubby7890b095f82024-12-17 13:17:3960version = "0.2.21"
The 8472479be6a2023-06-08 14:55:4961source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:3962checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
The 8472479be6a2023-06-08 14:55:4963
64[[package]]
steveklabnikecfbaca2018-04-03 14:32:0465name = "ammonia"
github-actions36c09332024-05-19 00:17:3866version = "4.0.0"
Eric Huss2dafa912019-06-19 03:36:4767source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:3868checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
Eric Huss2dafa912019-06-19 03:36:4769dependencies = [
klensy52242f22024-06-15 15:53:4570 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0971 "maplit",
klensy947e7872022-04-15 18:11:1472 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0973 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4374 "url",
Eric Huss2dafa912019-06-19 03:36:4775]
76
77[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3578name = "android-tzdata"
79version = "0.1.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
82
83[[package]]
nilsf77541a2023-04-11 11:46:4184name = "android_system_properties"
85version = "0.1.5"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
88dependencies = [
89 "libc",
90]
91
92[[package]]
topecongiroca19ffe2019-04-17 22:42:1893name = "annotate-snippets"
clubby7899b73db32024-01-29 12:21:1694version = "0.9.2"
Caleb Cartwrightf367f4d2022-06-13 03:04:5495source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1696checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
Igor Matuszewski2214a412021-05-03 20:59:3597dependencies = [
printfn46b41b42024-10-12 21:57:5098 "unicode-width 0.1.14",
Igor Matuszewski2214a412021-05-03 20:59:3599 "yansi-term",
100]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26101
102[[package]]
klensy5b153b52023-12-30 15:11:41103name = "annotate-snippets"
clubby7890b095f82024-12-17 13:17:39104version = "0.11.5"
Philipp Kronese395dc92024-05-02 15:27:08105source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39106checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
Philipp Kronese395dc92024-05-02 15:27:08107dependencies = [
108 "anstyle",
clubby7890b095f82024-12-17 13:17:39109 "unicode-width 0.2.0",
Philipp Kronese395dc92024-05-02 15:27:08110]
111
112[[package]]
Eric Huss6e298622023-04-01 15:49:20113name = "anstream"
Urgaue8bd6432024-11-04 18:17:39114version = "0.6.18"
Eric Huss51f20b42024-02-07 04:22:13115source = "registry+https://github.com/rust-lang/crates.io-index"
Urgaue8bd6432024-11-04 18:17:39116checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
Eric Huss51f20b42024-02-07 04:22:13117dependencies = [
118 "anstyle",
119 "anstyle-parse",
120 "anstyle-query",
Philipp Kronesf99056b2024-02-27 14:50:23121 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35122 "colorchoice",
Mark Rousskov12200c92024-05-11 14:27:17123 "is_terminal_polyfill",
Eric Huss6e298622023-04-01 15:49:20124 "utf8parse",
125]
126
127[[package]]
128name = "anstyle"
clubby789812daed2024-11-03 11:31:15129version = "1.0.10"
Eric Huss6e298622023-04-01 15:49:20130source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15131checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
Eric Huss6e298622023-04-01 15:49:20132
133[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52134name = "anstyle-lossy"
clubby789812daed2024-11-03 11:31:15135version = "1.1.3"
Esteban Kuberb4bdb562024-03-02 22:36:52136source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15137checksum = "934ff8719effd2023a48cf63e69536c1c3ced9d3895068f6f5cc9a4ff845e59b"
Esteban Kuberb4bdb562024-03-02 22:36:52138dependencies = [
139 "anstyle",
140]
141
142[[package]]
Eric Huss6e298622023-04-01 15:49:20143name = "anstyle-parse"
clubby789812daed2024-11-03 11:31:15144version = "0.2.6"
Eric Huss6e298622023-04-01 15:49:20145source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15146checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
Eric Huss6e298622023-04-01 15:49:20147dependencies = [
148 "utf8parse",
149]
150
151[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35152name = "anstyle-query"
clubby789812daed2024-11-03 11:31:15153version = "1.1.2"
Eric Huss6e298622023-04-01 15:49:20154source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15155checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
Nilstrieb3295cdf2023-06-26 07:21:35156dependencies = [
clubby789812daed2024-11-03 11:31:15157 "windows-sys 0.59.0",
Nilstrieb3295cdf2023-06-26 07:21:35158]
159
160[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52161name = "anstyle-svg"
clubby789812daed2024-11-03 11:31:15162version = "0.1.7"
Esteban Kuberb4bdb562024-03-02 22:36:52163source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15164checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35"
Esteban Kuberb4bdb562024-03-02 22:36:52165dependencies = [
166 "anstream",
167 "anstyle",
168 "anstyle-lossy",
169 "html-escape",
clubby789812daed2024-11-03 11:31:15170 "unicode-width 0.2.0",
Esteban Kuberb4bdb562024-03-02 22:36:52171]
172
173[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35174name = "anstyle-wincon"
github-actions715c3d42025-01-19 00:21:55175version = "3.0.7"
Eric Huss51f20b42024-02-07 04:22:13176source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:55177checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
Eric Huss51f20b42024-02-07 04:22:13178dependencies = [
179 "anstyle",
github-actions715c3d42025-01-19 00:21:55180 "once_cell",
clubby789812daed2024-11-03 11:31:15181 "windows-sys 0.59.0",
Eric Huss51f20b42024-02-07 04:22:13182]
183
184[[package]]
Eric Huss6da85d62020-01-14 17:47:04185name = "anyhow"
github-actions519c2332024-12-29 00:22:58186version = "1.0.95"
Eric Huss6da85d62020-01-14 17:47:04187source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:58188checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
Eric Huss6da85d62020-01-14 17:47:04189
190[[package]]
bjorn3be670842022-05-28 10:43:51191name = "ar_archive_writer"
Chris Denton40af2142024-08-19 17:33:24192version = "0.4.2"
bjorn3be670842022-05-28 10:43:51193source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton40af2142024-08-19 17:33:24194checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4"
bjorn3be670842022-05-28 10:43:51195dependencies = [
github-actionsb4ef1682024-12-22 00:22:56196 "object 0.36.7",
bjorn3be670842022-05-28 10:43:51197]
198
199[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59200name = "arrayref"
clubby789812daed2024-11-03 11:31:15201version = "0.3.9"
Jacob Kieselbb5a8272024-06-22 07:27:59202source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15203checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
Jacob Kieselbb5a8272024-06-22 07:27:59204
205[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54206name = "arrayvec"
Trevor Gross7240da02024-08-07 07:09:12207version = "0.7.6"
Jubilee Younge8eb6912021-04-22 04:40:29208source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12209checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
Nicholas Nethercotec492ca42020-07-14 00:31:54210
211[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05212name = "autocfg"
github-actionsbfc99512024-09-29 00:22:29213version = "1.4.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35214source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsbfc99512024-09-29 00:22:29215checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
Mateusz Mikułaf5e702d2020-03-26 13:10:35216
217[[package]]
Ralf Jung10430db2022-07-15 14:04:23218name = "backtrace"
github-actions1848b462024-03-24 12:09:28219version = "0.3.71"
Ralf Jung10430db2022-07-15 14:04:23220source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28221checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
Ralf Jung10430db2022-07-15 14:04:23222dependencies = [
bjorn31f3be752024-08-01 20:09:50223 "addr2line",
Ralf Jung10430db2022-07-15 14:04:23224 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42225 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23226 "libc",
Trevor Gross4a515bd2024-08-26 20:02:54227 "miniz_oxide 0.7.4",
Ben Kimock2f6fb232024-03-18 22:47:41228 "object 0.32.2",
Ralf Jung10430db2022-07-15 14:04:23229 "rustc-demangle",
230]
231
232[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44233name = "base64"
clubby7899b73db32024-01-29 12:21:16234version = "0.21.7"
Jakub Beránek91d2fb22023-06-03 07:41:44235source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16236checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
Jakub Beránek91d2fb22023-06-03 07:41:44237
238[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59239name = "basic-toml"
github-actionsc486d2d2024-03-17 00:26:01240version = "0.1.9"
Guillaume Gomez76714c32023-03-06 10:15:59241source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01242checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
Guillaume Gomez76714c32023-03-06 10:15:59243dependencies = [
244 "serde",
245]
246
247[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20248name = "bincode"
249version = "1.3.3"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
252dependencies = [
253 "serde",
254]
255
256[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58257name = "bitflags"
github-actions715c3d42025-01-19 00:21:55258version = "2.8.0"
Pietro Albiniacd8e592020-10-01 15:15:12259source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:55260checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
Nilstrieb3295cdf2023-06-26 07:21:35261
262[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59263name = "blake3"
clubby789868668e2024-11-25 15:06:43264version = "1.5.5"
Jacob Kieselbb5a8272024-06-22 07:27:59265source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43266checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
Jacob Kieselbb5a8272024-06-22 07:27:59267dependencies = [
268 "arrayref",
269 "arrayvec",
270 "cc",
271 "cfg-if",
272 "constant_time_eq",
273]
274
275[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35276name = "block-buffer"
277version = "0.10.4"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12280dependencies = [
klensy45fac342022-08-31 20:04:12281 "generic-array",
James Munnsde763692019-01-19 02:39:37282]
283
284[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39285name = "bstr"
github-actions7bcf9852025-01-05 00:22:51286version = "1.11.3"
Ralf Jung55162732022-11-15 19:06:42287source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions7bcf9852025-01-05 00:22:51288checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
Ralf Jung55162732022-11-15 19:06:42289dependencies = [
290 "memchr",
clubby789868668e2024-11-25 15:06:43291 "regex-automata 0.4.9",
Ralf Jung55162732022-11-15 19:06:42292 "serde",
293]
294
295[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04296name = "build-manifest"
297version = "0.1.0"
298dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01299 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40300 "flate2",
Weihang Loe52e0402023-03-07 22:16:27301 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12302 "rayon",
Alex Crichton093ede22019-08-15 00:45:09303 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07304 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12305 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40306 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35307 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25308 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04309]
310
311[[package]]
Nilstrieb25c15312022-12-30 10:11:33312name = "build_helper"
313version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44314dependencies = [
315 "serde",
316 "serde_derive",
317]
Nilstrieb25c15312022-12-30 10:11:33318
319[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03320name = "bump-stage0"
321version = "0.1.0"
322dependencies = [
323 "anyhow",
onur-ozkanb46c3f22024-05-09 15:18:01324 "build_helper",
Pietro Albini80b81ad2021-08-26 09:26:03325 "curl",
klensyc653bb92023-11-18 09:42:05326 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03327 "serde",
Nilstrieb3295cdf2023-06-26 07:21:35328 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03329]
330
331[[package]]
nilsf77541a2023-04-11 11:46:41332name = "bumpalo"
Mark Rousskov12200c92024-05-11 14:27:17333version = "3.16.0"
nilsf77541a2023-04-11 11:46:41334source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17335checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
nilsf77541a2023-04-11 11:46:41336
337[[package]]
Alex Crichton4f661c02018-10-08 17:39:09338name = "bytecount"
Mark Rousskov12200c92024-05-11 14:27:17339version = "0.6.8"
Alex Crichton4f661c02018-10-08 17:39:09340source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17341checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
Alex Crichton4f661c02018-10-08 17:39:09342
343[[package]]
Jubilee Young7156ff62023-05-10 03:29:27344name = "byteorder"
clubby78956bc5522024-01-21 17:16:26345version = "1.5.0"
Jubilee Young7156ff62023-05-10 03:29:27346source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:26347checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Jubilee Young7156ff62023-05-10 03:29:27348
349[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43350name = "bytes"
clubby789868668e2024-11-25 15:06:43351version = "1.9.0"
Matthias Krüger696fb8f2019-01-21 15:32:43352source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43353checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
Matthias Krüger696fb8f2019-01-21 15:32:43354
355[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20356name = "camino"
Trevor Gross7240da02024-08-07 07:09:12357version = "1.1.9"
Caleb Cartwright0697f562021-10-20 05:15:20358source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12359checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
Caleb Cartwright0697f562021-10-20 05:15:20360dependencies = [
361 "serde",
362]
363
364[[package]]
Ralf Jung759e4952020-06-01 18:17:20365name = "cargo-miri"
366version = "0.1.0"
367dependencies = [
clubby789f4d215e2024-12-28 23:28:41368 "cargo_metadata 0.18.1",
Ralf Jung759e4952020-06-01 18:17:20369 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57370 "rustc-build-sysroot",
Philipp Krones375ca8d2024-10-18 11:44:57371 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22372 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20373 "serde",
374 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20375]
376
377[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56378name = "cargo-platform"
clubby789868668e2024-11-25 15:06:43379version = "0.1.9"
Caleb Cartwright0697f562021-10-20 05:15:20380source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43381checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
Caleb Cartwright0697f562021-10-20 05:15:20382dependencies = [
383 "serde",
384]
385
386[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29387name = "cargo_metadata"
clubby7899b73db32024-01-29 12:21:16388version = "0.18.1"
Ralf Jung5aecfe42023-10-07 05:55:48389source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16390checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
Ralf Jung5aecfe42023-10-07 05:55:48391dependencies = [
392 "camino",
393 "cargo-platform",
394 "semver",
395 "serde",
396 "serde_json",
clubby7890b095f82024-12-17 13:17:39397 "thiserror 1.0.69",
Ralf Jung5aecfe42023-10-07 05:55:48398]
399
400[[package]]
clubby789f4d215e2024-12-28 23:28:41401name = "cargo_metadata"
402version = "0.19.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
405dependencies = [
406 "camino",
407 "cargo-platform",
408 "semver",
409 "serde",
410 "serde_json",
github-actions0f1e2532025-01-12 00:23:37411 "thiserror 2.0.11",
clubby789f4d215e2024-12-28 23:28:41412]
413
414[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26415name = "cargotest2"
416version = "0.1.0"
417
418[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35419name = "cc"
Chris Dentoncfe61322025-01-03 11:51:13420version = "1.2.7"
Nick Cameronc5cad5a2017-09-22 01:58:35421source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Dentoncfe61322025-01-03 11:51:13422checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
Trevor Grosseaaa9432024-09-30 17:26:02423dependencies = [
424 "shlex",
425]
Nick Cameronc5cad5a2017-09-22 01:58:35426
427[[package]]
Josh Stone020c5ec2017-05-08 22:01:13428name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07429version = "1.0.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Aaron Hill44fdfd62020-10-11 17:51:07432
433[[package]]
github-actionsc486d2d2024-03-17 00:26:01434name = "cfg_aliases"
Trevor Gross7240da02024-08-07 07:09:12435version = "0.2.1"
Alex Crichton15899b02018-01-25 04:01:42436source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12437checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
github-actionsc486d2d2024-03-17 00:26:01438
439[[package]]
440name = "chrono"
clubby7890b095f82024-12-17 13:17:39441version = "0.4.39"
github-actionsc486d2d2024-03-17 00:26:01442source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39443checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
Alex Crichton15899b02018-01-25 04:01:42444dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35445 "android-tzdata",
nilsf77541a2023-04-11 11:46:41446 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09447 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17448 "serde",
Trevor Gross7240da02024-08-07 07:09:12449 "windows-targets 0.52.6",
Alex Crichton15899b02018-01-25 04:01:42450]
451
452[[package]]
Ralf Jung47b3ce02024-05-05 15:17:45453name = "chrono-tz"
github-actions715c3d42025-01-19 00:21:55454version = "0.10.1"
Ralf Jung47b3ce02024-05-05 15:17:45455source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:55456checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
Ralf Jung47b3ce02024-05-05 15:17:45457dependencies = [
458 "chrono",
459 "chrono-tz-build",
klensy52242f22024-06-15 15:53:45460 "phf",
Ralf Jung47b3ce02024-05-05 15:17:45461]
462
463[[package]]
464name = "chrono-tz-build"
Ralf Jung8c0adc62024-09-29 21:08:25465version = "0.4.0"
Ralf Jung47b3ce02024-05-05 15:17:45466source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung8c0adc62024-09-29 21:08:25467checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
Ralf Jung47b3ce02024-05-05 15:17:45468dependencies = [
469 "parse-zoneinfo",
klensy52242f22024-06-15 15:53:45470 "phf_codegen",
Ralf Jung47b3ce02024-05-05 15:17:45471]
472
473[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45474name = "cipher"
475version = "0.4.4"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
478dependencies = [
479 "crypto-common",
480 "inout",
481]
482
483[[package]]
Steve Klabnika0769612017-02-07 23:13:57484name = "clap"
github-actions0f1e2532025-01-12 00:23:37485version = "4.5.26"
Weihang Loc1b4f112022-10-04 20:57:49486source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:37487checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
Weihang Loc1b4f112022-10-04 20:57:49488dependencies = [
Eric Huss6e298622023-04-01 15:49:20489 "clap_builder",
klensye1c33132023-06-21 09:32:34490 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20491]
492
493[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12494name = "clap-cargo"
495version = "0.12.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
498dependencies = [
499 "anstyle",
500 "clap",
501]
502
503[[package]]
Eric Huss6e298622023-04-01 15:49:20504name = "clap_builder"
github-actions0f1e2532025-01-12 00:23:37505version = "4.5.26"
Eric Huss6e298622023-04-01 15:49:20506source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:37507checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
Eric Huss6e298622023-04-01 15:49:20508dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23509 "anstream",
Eric Huss6e298622023-04-01 15:49:20510 "anstyle",
klensye1c33132023-06-21 09:32:34511 "clap_lex",
github-actions36c09332024-05-19 00:17:38512 "strsim",
Eric Huss2717f602023-01-06 01:20:59513 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49514]
515
516[[package]]
Eric Huss51814222022-04-15 18:57:06517name = "clap_complete"
github-actions0f1e2532025-01-12 00:23:37518version = "4.5.42"
Eric Huss51814222022-04-15 18:57:06519source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:37520checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0"
Eric Huss51814222022-04-15 18:57:06521dependencies = [
klensye1c33132023-06-21 09:32:34522 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54523]
524
525[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39526name = "clap_derive"
github-actions0f1e2532025-01-12 00:23:37527version = "4.5.24"
Nixon Enraght-Moony7680b162023-01-02 19:30:39528source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:37529checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
Nixon Enraght-Moony7680b162023-01-02 19:30:39530dependencies = [
github-actionsc486d2d2024-03-17 00:26:01531 "heck 0.5.0",
Nixon Enraght-Moony7680b162023-01-02 19:30:39532 "proc-macro2",
533 "quote",
github-actions0f1e2532025-01-12 00:23:37534 "syn 2.0.96",
Nixon Enraght-Moony7680b162023-01-02 19:30:39535]
536
537[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51538name = "clap_lex"
clubby7890b095f82024-12-17 13:17:39539version = "0.7.4"
Weihang Loc1b4f112022-10-04 20:57:49540source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39541checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
Weihang Loc1b4f112022-10-04 20:57:49542
543[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29544name = "clippy"
Philipp Krones43c3b302025-01-09 18:33:06545version = "0.1.86"
Ahmed Charles9ca382f2016-09-02 08:55:29546dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23547 "anstream",
clubby789f4d215e2024-12-28 23:28:41548 "cargo_metadata 0.18.1",
Philipp Krones02562bf2023-11-02 16:50:52549 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09550 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41551 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56552 "color-print",
flip1995647f2b42021-06-03 07:06:49553 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41554 "futures",
555 "if_chain",
Caleb Cartwrightffad9842024-06-22 21:22:00556 "itertools",
Rémy Rakic4cb2a282023-12-14 15:40:50557 "parking_lot",
Philipp Krones375ca8d2024-10-18 11:44:57558 "pulldown-cmark 0.11.3",
Philipp Kronesc2490bd2023-07-17 08:22:41559 "quote",
flip1995412ebc32021-03-12 14:31:11560 "regex",
Philipp Krones375ca8d2024-10-18 11:44:57561 "rinja",
562 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41563 "serde",
Jason Newcomb6c3f43d2024-08-24 21:34:45564 "serde_json",
github-actions0f1e2532025-01-12 00:23:37565 "syn 2.0.96",
Matthias Krügerf77104b2019-12-02 22:09:48566 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00567 "termize",
Philipp Kronesc2490bd2023-07-17 08:22:41568 "tokio",
clubby7899b73db32024-01-29 12:21:16569 "toml 0.7.8",
Philipp Krones907b6a12024-09-24 09:58:12570 "ui_test",
Philipp Kronesd6732192022-07-28 17:08:41571 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29572]
573
574[[package]]
Philipp Krones02562bf2023-11-02 16:50:52575name = "clippy_config"
Philipp Krones43c3b302025-01-09 18:33:06576version = "0.1.86"
Philipp Krones02562bf2023-11-02 16:50:52577dependencies = [
Philipp Krones315b47e2024-11-28 18:39:15578 "clippy_utils",
Philipp Krones8be26882024-08-08 17:14:09579 "itertools",
Philipp Krones02562bf2023-11-02 16:50:52580 "serde",
clubby7899b73db32024-01-29 12:21:16581 "toml 0.7.8",
Philipp Krones02562bf2023-11-02 16:50:52582 "walkdir",
583]
584
585[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49586name = "clippy_dev"
587version = "0.0.1"
588dependencies = [
clubby7899b73db32024-01-29 12:21:16589 "aho-corasick",
Philipp Krones315b47e2024-11-28 18:39:15590 "chrono",
klensye1c33132023-06-21 09:32:34591 "clap",
flip19958d5f69d2021-10-21 11:13:17592 "indoc",
Caleb Cartwrightffad9842024-06-22 21:22:00593 "itertools",
Philipp Krones375ca8d2024-10-18 11:44:57594 "opener",
Joshua Nelson8c25e272021-04-14 13:20:49595 "shell-escape",
596 "walkdir",
597]
598
599[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29600name = "clippy_lints"
Philipp Krones43c3b302025-01-09 18:33:06601version = "0.1.86"
Oliver Schneider847bb142018-05-11 12:11:06602dependencies = [
Weihang Lof795a152023-03-15 12:50:04603 "arrayvec",
clubby789f4d215e2024-12-28 23:28:41604 "cargo_metadata 0.18.1",
Philipp Krones02562bf2023-11-02 16:50:52605 "clippy_config",
flip19950046d7c2021-02-25 10:26:23606 "clippy_utils",
Caleb Cartwrightffad9842024-06-22 21:22:00607 "itertools",
Alex Crichton093ede22019-08-15 00:45:09608 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47609 "regex",
clubby789812daed2024-11-03 11:31:15610 "regex-syntax 0.8.5",
klensy8ebc73b2022-02-06 20:57:29611 "semver",
Alex Crichton093ede22019-08-15 00:45:09612 "serde",
flip1995c24058b2021-05-06 10:21:46613 "serde_json",
flip199537cdd7e2022-06-16 15:39:29614 "tempfile",
clubby7899b73db32024-01-29 12:21:16615 "toml 0.7.8",
Alex Crichton093ede22019-08-15 00:45:09616 "unicode-normalization",
flip199544cea512021-07-01 16:18:02617 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43618 "url",
Philipp Krones6233d442023-10-06 15:47:56619 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06620]
621
622[[package]]
flip19950046d7c2021-02-25 10:26:23623name = "clippy_utils"
Philipp Krones43c3b302025-01-09 18:33:06624version = "0.1.86"
flip19950046d7c2021-02-25 10:26:23625dependencies = [
Weihang Lof795a152023-03-15 12:50:04626 "arrayvec",
Caleb Cartwrightffad9842024-06-22 21:22:00627 "itertools",
Trevor Grossff9efea2024-06-18 16:46:26628 "rustc_apfloat",
Philipp Krones315b47e2024-11-28 18:39:15629 "serde",
flip19950046d7c2021-02-25 10:26:23630]
631
632[[package]]
Pietro Albini13efb202022-11-15 09:19:17633name = "collect-license-metadata"
634version = "0.1.0"
635dependencies = [
636 "anyhow",
637 "serde",
638 "serde_json",
639 "spdx-rs",
640]
641
642[[package]]
Ralf Jung10430db2022-07-15 14:04:23643name = "color-eyre"
github-actionsc486d2d2024-03-17 00:26:01644version = "0.6.3"
Ralf Jung10430db2022-07-15 14:04:23645source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01646checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
Ralf Jung10430db2022-07-15 14:04:23647dependencies = [
648 "backtrace",
649 "color-spantrace",
650 "eyre",
651 "indenter",
652 "once_cell",
653 "owo-colors",
654 "tracing-error",
655]
656
657[[package]]
Philipp Krones6233d442023-10-06 15:47:56658name = "color-print"
clubby789868668e2024-11-25 15:06:43659version = "0.3.7"
Philipp Krones6233d442023-10-06 15:47:56660source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43661checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4"
Philipp Krones6233d442023-10-06 15:47:56662dependencies = [
663 "color-print-proc-macro",
664]
665
666[[package]]
667name = "color-print-proc-macro"
clubby789868668e2024-11-25 15:06:43668version = "0.3.7"
Philipp Krones6233d442023-10-06 15:47:56669source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43670checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22"
Philipp Krones6233d442023-10-06 15:47:56671dependencies = [
672 "nom",
673 "proc-macro2",
674 "quote",
github-actions0f1e2532025-01-12 00:23:37675 "syn 2.0.96",
Philipp Krones6233d442023-10-06 15:47:56676]
677
678[[package]]
Ralf Jung10430db2022-07-15 14:04:23679name = "color-spantrace"
clubby7899b73db32024-01-29 12:21:16680version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:23681source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16682checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
Ralf Jung10430db2022-07-15 14:04:23683dependencies = [
684 "once_cell",
685 "owo-colors",
686 "tracing-core",
687 "tracing-error",
688]
689
690[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35691name = "colorchoice"
clubby789812daed2024-11-03 11:31:15692version = "1.0.3"
Nilstrieb3295cdf2023-06-26 07:21:35693source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15694checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
Nilstrieb3295cdf2023-06-26 07:21:35695
696[[package]]
Nick Cameron127f9a62018-04-25 22:11:28697name = "colored"
clubby7890b095f82024-12-17 13:17:39698version = "2.2.0"
Nick Cameron127f9a62018-04-25 22:11:28699source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39700checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
Nick Cameron127f9a62018-04-25 22:11:28701dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42702 "lazy_static",
clubby7890b095f82024-12-17 13:17:39703 "windows-sys 0.59.0",
Nick Cameron127f9a62018-04-25 22:11:28704]
705
706[[package]]
Philipp Kronesac25a732023-08-24 19:33:17707name = "comma"
708version = "1.0.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
711
712[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29713name = "compiletest"
714version = "0.0.0"
715dependencies = [
Esteban Kuberb4bdb562024-03-02 22:36:52716 "anstyle-svg",
David Tolnay6b7b7752023-05-14 14:13:00717 "anyhow",
yukang414eb482023-02-03 16:23:11718 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42719 "colored",
Alex Crichton093ede22019-08-15 00:45:09720 "diff",
Alex Crichton093ede22019-08-15 00:45:09721 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21722 "glob",
Pietro Albinic2306372023-09-15 14:09:45723 "home",
klensyc653bb92023-11-18 09:42:05724 "indexmap",
Alex Crichton093ede22019-08-15 00:45:09725 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47726 "miow",
Jakob Degen17395b42022-10-31 00:17:25727 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09728 "regex",
Ralf Jungba86cf82024-09-17 13:20:50729 "rustfix",
许杰友 Jieyou Xu (Joe)e419b3d2024-10-29 08:10:05730 "semver",
Alex Crichton093ede22019-08-15 00:45:09731 "serde",
732 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00733 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00734 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42735 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09736 "walkdir",
klensy84ce2e12025-01-14 13:57:04737 "windows 0.59.0",
Oliver Schneideracdf83f2017-12-06 08:25:29738]
739
740[[package]]
Philipp Kronesac25a732023-08-24 19:33:17741name = "console"
clubby7890b095f82024-12-17 13:17:39742version = "0.15.10"
Philipp Kronesac25a732023-08-24 19:33:17743source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39744checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
Philipp Kronesac25a732023-08-24 19:33:17745dependencies = [
746 "encode_unicode",
Philipp Kronesac25a732023-08-24 19:33:17747 "libc",
clubby7890b095f82024-12-17 13:17:39748 "once_cell",
749 "unicode-width 0.2.0",
750 "windows-sys 0.59.0",
Philipp Kronesac25a732023-08-24 19:33:17751]
752
753[[package]]
Jacob Kieselbb5a8272024-06-22 07:27:59754name = "constant_time_eq"
clubby789812daed2024-11-03 11:31:15755version = "0.3.1"
Jacob Kieselbb5a8272024-06-22 07:27:59756source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15757checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
Jacob Kieselbb5a8272024-06-22 07:27:59758
759[[package]]
nilsf77541a2023-04-11 11:46:41760name = "core-foundation-sys"
Trevor Gross7240da02024-08-07 07:09:12761version = "0.8.7"
nilsf77541a2023-04-11 11:46:41762source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12763checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
nilsf77541a2023-04-11 11:46:41764
765[[package]]
Zalathar13671042023-08-11 01:52:37766name = "coverage-dump"
767version = "0.1.0"
768dependencies = [
769 "anyhow",
770 "leb128",
771 "md-5",
Trevor Gross4a515bd2024-08-26 20:02:54772 "miniz_oxide 0.7.4",
Zalathar13671042023-08-11 01:52:37773 "regex",
774 "rustc-demangle",
775]
776
777[[package]]
pierwillef6dd122022-02-10 16:54:01778name = "cpufeatures"
clubby789868668e2024-11-25 15:06:43779version = "0.2.16"
Pietro Albiniacd8e592020-10-01 15:15:12780source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43781checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
pierwillef6dd122022-02-10 16:54:01782dependencies = [
783 "libc",
784]
Pietro Albiniacd8e592020-10-01 15:15:12785
786[[package]]
Alex Crichtonb4110902018-12-08 11:06:54787name = "crc32fast"
clubby789d42c9602024-06-08 19:22:16788version = "1.4.2"
Alex Crichtonb4110902018-12-08 11:06:54789source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16790checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
Alex Crichtonb4110902018-12-08 11:06:54791dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42792 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54793]
Alex Crichton38bedfa2017-09-02 03:46:51794
795[[package]]
kennytmcab21f12018-07-26 21:58:55796name = "crossbeam-channel"
clubby7890b095f82024-12-17 13:17:39797version = "0.5.14"
Matthias Krüger451d4922020-02-10 19:47:38798source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39799checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
Matthias Krüger451d4922020-02-10 19:47:38800dependencies = [
Josh Stonef3b88122022-01-10 19:34:07801 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38802]
803
804[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45805name = "crossbeam-deque"
clubby7890b095f82024-12-17 13:17:39806version = "0.8.6"
Josh Stone33c41252019-09-10 17:13:07807source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39808checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
Josh Stone33c41252019-09-10 17:13:07809dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01810 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07811 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07812]
813
814[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45815name = "crossbeam-epoch"
clubby7899b73db32024-01-29 12:21:16816version = "0.9.18"
Matthias Krüger696fb8f2019-01-21 15:32:43817source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16818checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Matthias Krüger696fb8f2019-01-21 15:32:43819dependencies = [
Josh Stonef3b88122022-01-10 19:34:07820 "crossbeam-utils",
Matthias Krüger696fb8f2019-01-21 15:32:43821]
822
823[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45824name = "crossbeam-utils"
clubby7890b095f82024-12-17 13:17:39825version = "0.8.21"
Eric Husse0f2f9d2019-11-12 17:57:41826source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:39827checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
Eric Huss71bf7cf2020-10-14 22:16:47828
829[[package]]
Weihang Lo6306fd32023-01-04 15:33:59830name = "crypto-common"
831version = "0.1.6"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
834dependencies = [
835 "generic-array",
836 "typenum",
pierwillef6dd122022-02-10 16:54:01837]
838
839[[package]]
Ralf Jung13e47662023-05-23 10:10:18840name = "ctrlc"
Trevor Gross7240da02024-08-07 07:09:12841version = "3.4.5"
Ralf Jung13e47662023-05-23 10:10:18842source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12843checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
Ralf Jung13e47662023-05-23 10:10:18844dependencies = [
845 "nix",
Trevor Gross7240da02024-08-07 07:09:12846 "windows-sys 0.59.0",
Ralf Jung13e47662023-05-23 10:10:18847]
848
849[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58850name = "curl"
clubby789812daed2024-11-03 11:31:15851version = "0.4.47"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58852source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15853checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58854dependencies = [
Alex Crichton093ede22019-08-15 00:45:09855 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09856 "libc",
857 "openssl-probe",
858 "openssl-sys",
859 "schannel",
klensyd5e8ad42021-07-04 18:49:56860 "socket2",
clubby7899b73db32024-01-29 12:21:16861 "windows-sys 0.52.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58862]
863
864[[package]]
865name = "curl-sys"
clubby789868668e2024-11-25 15:06:43866version = "0.4.78+curl-8.11.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58867source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:43868checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58869dependencies = [
Alex Crichton093ede22019-08-15 00:45:09870 "cc",
871 "libc",
Alex Crichton093ede22019-08-15 00:45:09872 "libz-sys",
873 "openssl-sys",
874 "pkg-config",
875 "vcpkg",
clubby7899b73db32024-01-29 12:21:16876 "windows-sys 0.52.0",
Josh Stone020c5ec2017-05-08 22:01:13877]
878
879[[package]]
Oli Scherer29de70d2023-07-25 13:09:53880name = "darling"
Trevor Gross7240da02024-08-07 07:09:12881version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32882source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12883checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
Jakub Beránekf17047b2023-09-12 16:32:32884dependencies = [
klensy5e2a7ac2024-02-18 11:40:19885 "darling_core",
886 "darling_macro",
Jakub Beránekf17047b2023-09-12 16:32:32887]
888
889[[package]]
890name = "darling_core"
Trevor Gross7240da02024-08-07 07:09:12891version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32892source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12893checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
Oli Scherer29de70d2023-07-25 13:09:53894dependencies = [
895 "fnv",
896 "ident_case",
897 "proc-macro2",
898 "quote",
github-actions36c09332024-05-19 00:17:38899 "strsim",
github-actions0f1e2532025-01-12 00:23:37900 "syn 2.0.96",
Oli Scherer29de70d2023-07-25 13:09:53901]
902
903[[package]]
904name = "darling_macro"
Trevor Gross7240da02024-08-07 07:09:12905version = "0.20.10"
Jakub Beránekf17047b2023-09-12 16:32:32906source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:12907checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
Jakub Beránekf17047b2023-09-12 16:32:32908dependencies = [
klensy5e2a7ac2024-02-18 11:40:19909 "darling_core",
Oli Scherer29de70d2023-07-25 13:09:53910 "quote",
github-actions0f1e2532025-01-12 00:23:37911 "syn 2.0.96",
Oli Scherer29de70d2023-07-25 13:09:53912]
913
914[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51915name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22916version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51917source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09918checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51919
920[[package]]
github-actions36c09332024-05-19 00:17:38921name = "dbus"
922version = "0.9.7"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
925dependencies = [
926 "libc",
927 "libdbus-sys",
928 "winapi",
929]
930
931[[package]]
clubby7896ac3b572024-01-29 12:16:20932name = "deranged"
933version = "0.3.11"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
936dependencies = [
937 "powerfmt",
938]
939
940[[package]]
Pavel Grigorenkofd16a0e2024-06-26 22:29:49941name = "derive-where"
942version = "1.2.7"
Michael Gouletde830572023-10-30 17:09:17943source = "registry+https://github.com/rust-lang/crates.io-index"
Pavel Grigorenkofd16a0e2024-06-26 22:29:49944checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
Michael Gouletde830572023-10-30 17:09:17945dependencies = [
946 "proc-macro2",
947 "quote",
github-actions0f1e2532025-01-12 00:23:37948 "syn 2.0.96",
Michael Gouletde830572023-10-30 17:09:17949]
950
951[[package]]
Jakub Beránekf17047b2023-09-12 16:32:32952name = "derive_builder"
clubby789812daed2024-11-03 11:31:15953version = "0.20.2"
Jakub Beránekf17047b2023-09-12 16:32:32954source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15955checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
Jakub Beránekf17047b2023-09-12 16:32:32956dependencies = [
957 "derive_builder_macro",
958]
959
960[[package]]
961name = "derive_builder_core"
clubby789812daed2024-11-03 11:31:15962version = "0.20.2"
Jakub Beránekf17047b2023-09-12 16:32:32963source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15964checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
Jakub Beránekf17047b2023-09-12 16:32:32965dependencies = [
klensy5e2a7ac2024-02-18 11:40:19966 "darling",
Jakub Beránekf17047b2023-09-12 16:32:32967 "proc-macro2",
968 "quote",
github-actions0f1e2532025-01-12 00:23:37969 "syn 2.0.96",
Jakub Beránekf17047b2023-09-12 16:32:32970]
971
972[[package]]
973name = "derive_builder_macro"
clubby789812daed2024-11-03 11:31:15974version = "0.20.2"
Jakub Beránekf17047b2023-09-12 16:32:32975source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:15976checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
Jakub Beránekf17047b2023-09-12 16:32:32977dependencies = [
978 "derive_builder_core",
github-actions0f1e2532025-01-12 00:23:37979 "syn 2.0.96",
Jakub Beránekf17047b2023-09-12 16:32:32980]
981
982[[package]]
Oli Scherer29de70d2023-07-25 13:09:53983name = "derive_setters"
984version = "0.1.6"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
987dependencies = [
klensy5e2a7ac2024-02-18 11:40:19988 "darling",
Oli Scherer29de70d2023-07-25 13:09:53989 "proc-macro2",
990 "quote",
github-actions0f1e2532025-01-12 00:23:37991 "syn 2.0.96",
Oli Scherer29de70d2023-07-25 13:09:53992]
993
994[[package]]
Cengiz Can837817c2017-04-27 19:41:18995name = "diff"
klensy43512e62022-07-26 16:16:43996version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:18997source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:43998checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:18999
1000[[package]]
James Munnsde763692019-01-19 02:39:371001name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351002version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121003source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351004checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121005dependencies = [
klensy45fac342022-08-31 20:04:121006 "block-buffer",
pierwillef6dd122022-02-10 16:54:011007 "crypto-common",
James Munnsde763692019-01-19 02:39:371008]
1009
1010[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451011name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481012version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451013source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481014checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451015dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001016 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451017]
1018
1019[[package]]
flip19954c228cc2019-02-18 09:32:581020name = "dirs"
Caleb Cartwrightffad9842024-06-22 21:22:001021version = "5.0.1"
flip19954c228cc2019-02-18 09:32:581022source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightffad9842024-06-22 21:22:001023checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
flip19954c228cc2019-02-18 09:32:581024dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001025 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581026]
1027
1028[[package]]
flip19950046d7c2021-02-25 10:26:231029name = "dirs-next"
1030version = "2.0.0"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1033dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421034 "cfg-if",
flip19950046d7c2021-02-25 10:26:231035 "dirs-sys-next",
1036]
1037
1038[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321039name = "dirs-sys"
Ralf Jung5aecfe42023-10-07 05:55:481040version = "0.4.1"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1043dependencies = [
1044 "libc",
1045 "option-ext",
1046 "redox_users",
1047 "windows-sys 0.48.0",
1048]
1049
1050[[package]]
flip19950046d7c2021-02-25 10:26:231051name = "dirs-sys-next"
1052version = "0.1.2"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1055dependencies = [
1056 "libc",
Jubilee Young27ef7192021-04-23 22:49:471057 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311058 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321059]
1060
1061[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421062name = "displaydoc"
github-actions99053572024-06-23 00:18:081063version = "0.2.5"
Manish Goregaokar288194e2022-10-19 23:24:421064source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081065checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
Manish Goregaokar288194e2022-10-19 23:24:421066dependencies = [
1067 "proc-macro2",
1068 "quote",
github-actions0f1e2532025-01-12 00:23:371069 "syn 2.0.96",
Manish Goregaokar288194e2022-10-19 23:24:421070]
1071
1072[[package]]
klensyceee8802022-11-22 14:41:061073name = "dissimilar"
Mark Rousskov12200c92024-05-11 14:27:171074version = "1.0.9"
klensyceee8802022-11-22 14:41:061075source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171076checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
klensyceee8802022-11-22 14:41:061077
1078[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291079name = "either"
Trevor Gross7240da02024-08-07 07:09:121080version = "1.13.0"
Oliver Schneideracdf83f2017-12-06 08:25:291081source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121082checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
Oliver Schneideracdf83f2017-12-06 08:25:291083
1084[[package]]
steveklabnikecfbaca2018-04-03 14:32:041085name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351086version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041087source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351088checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041089dependencies = [
Alex Crichton093ede22019-08-15 00:45:091090 "regex",
1091 "serde",
1092 "serde_derive",
1093 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041094]
1095
1096[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101097name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291098version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101099source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291100checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101101dependencies = [
1102 "stable_deref_trait",
1103]
1104
1105[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121106name = "ena"
Michael Goulet2af08712024-05-06 18:32:391107version = "0.14.3"
Markus Westerlindcaacdd22020-02-25 08:47:071108source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet2af08712024-05-06 18:32:391109checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
varkor443a2d42019-03-19 21:30:071110dependencies = [
Alex Crichton093ede22019-08-15 00:45:091111 "log",
varkor443a2d42019-03-19 21:30:071112]
1113
1114[[package]]
Philipp Kronesac25a732023-08-24 19:33:171115name = "encode_unicode"
clubby7890b095f82024-12-17 13:17:391116version = "1.0.0"
Philipp Kronesac25a732023-08-24 19:33:171117source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:391118checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
Philipp Kronesac25a732023-08-24 19:33:171119
1120[[package]]
Eric Huss51f20b42024-02-07 04:22:131121name = "env_filter"
github-actionsb4ef1682024-12-22 00:22:561122version = "0.1.3"
Eric Huss51f20b42024-02-07 04:22:131123source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:561124checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
Eric Huss51f20b42024-02-07 04:22:131125dependencies = [
1126 "log",
1127 "regex",
1128]
1129
1130[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581131name = "env_logger"
github-actionsb4ef1682024-12-22 00:22:561132version = "0.11.6"
Eric Huss51f20b42024-02-07 04:22:131133source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:561134checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
Eric Huss51f20b42024-02-07 04:22:131135dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231136 "anstream",
Eric Huss51f20b42024-02-07 04:22:131137 "anstyle",
1138 "env_filter",
1139 "humantime",
1140 "log",
1141]
1142
1143[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351144name = "equivalent"
clubby7899b73db32024-01-29 12:21:161145version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:351146source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161147checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
Nilstrieb3295cdf2023-06-26 07:21:351148
1149[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041150name = "errno"
clubby789868668e2024-11-25 15:06:431151version = "0.3.10"
Weihang Lo1e5dad02022-11-25 22:37:041152source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431153checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
Weihang Lo1e5dad02022-11-25 22:37:041154dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041155 "libc",
clubby789868668e2024-11-25 15:06:431156 "windows-sys 0.59.0",
Weihang Lo1e5dad02022-11-25 22:37:041157]
1158
1159[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291160name = "error_index_generator"
1161version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581162dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211163 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581164]
Ahmed Charles9ca382f2016-09-02 08:55:291165
1166[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501167name = "expect-test"
github-actionsb4ef1682024-12-22 00:22:561168version = "1.5.1"
Aleksey Kladovf7be59c2020-08-21 12:03:501169source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:561170checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0"
Aleksey Kladovf7be59c2020-08-21 12:03:501171dependencies = [
klensyceee8802022-11-22 14:41:061172 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501173 "once_cell",
1174]
1175
1176[[package]]
Ralf Jung10430db2022-07-15 14:04:231177name = "eyre"
clubby7899b73db32024-01-29 12:21:161178version = "0.6.12"
Ralf Jung10430db2022-07-15 14:04:231179source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161180checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
Ralf Jung10430db2022-07-15 14:04:231181dependencies = [
1182 "indenter",
1183 "once_cell",
1184]
1185
1186[[package]]
David Wood2dc1a8a2021-12-03 14:24:051187name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381188version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051189source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381190checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051191
1192[[package]]
Ralf Jung55162732022-11-15 19:06:421193name = "fastrand"
clubby7890b095f82024-12-17 13:17:391194version = "2.3.0"
Ralf Jung55162732022-11-15 19:06:421195source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:391196checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
Ralf Jung55162732022-11-15 19:06:421197
1198[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021199name = "field-offset"
est31b0483962023-06-05 02:53:301200version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021201source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301202checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021203dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351204 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021205 "rustc_version",
1206]
1207
1208[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291209name = "filetime"
Trevor Gross4a515bd2024-08-26 20:02:541210version = "0.2.25"
Alex Crichton924f8c72018-04-18 15:43:591211source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541212checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
Alex Crichton924f8c72018-04-18 15:43:591213dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421214 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091215 "libc",
Trevor Gross7240da02024-08-07 07:09:121216 "libredox",
1217 "windows-sys 0.59.0",
Alex Crichton924f8c72018-04-18 15:43:591218]
1219
1220[[package]]
Josh Stone020c5ec2017-05-08 22:01:131221name = "flate2"
clubby789868668e2024-11-25 15:06:431222version = "1.0.35"
Felix Schütt7c13fa32017-12-31 14:34:291223source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431224checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
Felix Schütt7c13fa32017-12-31 14:34:291225dependencies = [
Alex Crichton093ede22019-08-15 00:45:091226 "crc32fast",
github-actions715c3d42025-01-19 00:21:551227 "miniz_oxide 0.8.3",
Felix Schütt7c13fa32017-12-31 14:34:291228]
1229
1230[[package]]
David Wood7f916972022-03-26 07:27:431231name = "fluent-bundle"
Mark Rousskov12200c92024-05-11 14:27:171232version = "0.15.3"
David Wood7f916972022-03-26 07:27:431233source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171234checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
David Wood7f916972022-03-26 07:27:431235dependencies = [
1236 "fluent-langneg",
1237 "fluent-syntax",
1238 "intl-memoizer",
1239 "intl_pluralrules",
Trevor Gross4a515bd2024-08-26 20:02:541240 "rustc-hash 1.1.0",
klensyc653bb92023-11-18 09:42:051241 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431242 "smallvec",
1243 "unic-langid",
1244]
1245
1246[[package]]
1247name = "fluent-langneg"
1248version = "0.13.0"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1251dependencies = [
1252 "unic-langid",
1253]
1254
1255[[package]]
1256name = "fluent-syntax"
Mark Rousskov12200c92024-05-11 14:27:171257version = "0.11.1"
David Wood7f916972022-03-26 07:27:431258source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171259checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
David Wood7f916972022-03-26 07:27:431260dependencies = [
clubby7890b095f82024-12-17 13:17:391261 "thiserror 1.0.69",
David Wood7f916972022-03-26 07:27:431262]
1263
1264[[package]]
Simon Sapinb77ff242017-07-18 21:26:551265name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441266version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551267source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441268checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551269
1270[[package]]
clubby789812daed2024-11-03 11:31:151271name = "foldhash"
github-actionsb4ef1682024-12-22 00:22:561272version = "0.1.4"
clubby789812daed2024-11-03 11:31:151273source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:561274checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
clubby789812daed2024-11-03 11:31:151275
1276[[package]]
Eric Hussf3287a62021-05-12 00:39:511277name = "form_urlencoded"
clubby7899b73db32024-01-29 12:21:161278version = "1.2.1"
Eric Hussf3287a62021-05-12 00:39:511279source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161280checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
Eric Hussf3287a62021-05-12 00:39:511281dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431282 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511283]
1284
1285[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471286name = "fs-err"
clubby7899b73db32024-01-29 12:21:161287version = "2.11.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471288source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161289checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1290dependencies = [
1291 "autocfg",
1292]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471293
1294[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441295name = "fs_extra"
1296version = "1.3.0"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1299
1300[[package]]
steveklabnikecfbaca2018-04-03 14:32:041301name = "futf"
Eric Huss04b75a72022-06-22 23:49:241302version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041303source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241304checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041305dependencies = [
Alex Crichton093ede22019-08-15 00:45:091306 "mac",
1307 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041308]
1309
1310[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121311name = "futures"
clubby789812daed2024-11-03 11:31:151312version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541313source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151314checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
Caleb Cartwright63913182021-02-10 01:52:541315dependencies = [
1316 "futures-channel",
1317 "futures-core",
1318 "futures-executor",
1319 "futures-io",
1320 "futures-sink",
1321 "futures-task",
1322 "futures-util",
1323]
1324
1325[[package]]
1326name = "futures-channel"
clubby789812daed2024-11-03 11:31:151327version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541328source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151329checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
Caleb Cartwright63913182021-02-10 01:52:541330dependencies = [
1331 "futures-core",
1332 "futures-sink",
1333]
1334
1335[[package]]
1336name = "futures-core"
clubby789812daed2024-11-03 11:31:151337version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541338source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151339checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
Caleb Cartwright63913182021-02-10 01:52:541340
1341[[package]]
1342name = "futures-executor"
clubby789812daed2024-11-03 11:31:151343version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541344source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151345checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
Caleb Cartwright63913182021-02-10 01:52:541346dependencies = [
1347 "futures-core",
1348 "futures-task",
1349 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541350]
1351
1352[[package]]
1353name = "futures-io"
clubby789812daed2024-11-03 11:31:151354version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541355source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151356checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
Caleb Cartwright63913182021-02-10 01:52:541357
1358[[package]]
1359name = "futures-macro"
clubby789812daed2024-11-03 11:31:151360version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541361source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151362checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
Caleb Cartwright63913182021-02-10 01:52:541363dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541364 "proc-macro2",
1365 "quote",
github-actions0f1e2532025-01-12 00:23:371366 "syn 2.0.96",
Caleb Cartwright63913182021-02-10 01:52:541367]
1368
1369[[package]]
1370name = "futures-sink"
clubby789812daed2024-11-03 11:31:151371version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541372source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151373checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
Caleb Cartwright63913182021-02-10 01:52:541374
1375[[package]]
1376name = "futures-task"
clubby789812daed2024-11-03 11:31:151377version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541378source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151379checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
Caleb Cartwright63913182021-02-10 01:52:541380
1381[[package]]
1382name = "futures-util"
clubby789812daed2024-11-03 11:31:151383version = "0.3.31"
Caleb Cartwright63913182021-02-10 01:52:541384source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151385checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
Caleb Cartwright63913182021-02-10 01:52:541386dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541387 "futures-channel",
1388 "futures-core",
1389 "futures-io",
1390 "futures-macro",
1391 "futures-sink",
1392 "futures-task",
1393 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311394 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541395 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541396 "slab",
1397]
1398
1399[[package]]
Pietro Albini4af7de12022-11-15 10:27:191400name = "generate-copyright"
1401version = "0.1.0"
1402dependencies = [
1403 "anyhow",
clubby789f4d215e2024-12-28 23:28:411404 "cargo_metadata 0.18.1",
Jonathan Pallant4e24e9b2024-08-06 11:03:371405 "rinja",
Pietro Albini4af7de12022-11-15 10:27:191406 "serde",
1407 "serde_json",
clubby7890b095f82024-12-17 13:17:391408 "thiserror 1.0.69",
Pietro Albini4af7de12022-11-15 10:27:191409]
1410
1411[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071412name = "generate-windows-sys"
1413version = "0.1.0"
1414dependencies = [
1415 "windows-bindgen",
1416]
1417
1418[[package]]
James Munnsde763692019-01-19 02:39:371419name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351420version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121421source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351422checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121423dependencies = [
1424 "typenum",
1425 "version_check",
1426]
1427
1428[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291429name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081430version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291431source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081432checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361433dependencies = [
printfn46b41b42024-10-12 21:57:501434 "unicode-width 0.1.14",
varkore72f7e12019-04-30 19:37:361435]
Ahmed Charles9ca382f2016-09-02 08:55:291436
1437[[package]]
gnzlbg52caca02019-08-01 15:02:261438name = "getrandom"
clubby789d42c9602024-06-08 19:22:161439version = "0.2.15"
Ralf Jung0e908752020-09-17 18:04:201440source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:161441checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
Ralf Jung0e908752020-09-17 18:04:201442dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421443 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201444 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411445 "wasi",
Ralf Jung0e908752020-09-17 18:04:201446]
1447
1448[[package]]
Alex Crichton06d565c2020-05-13 21:22:371449name = "gimli"
clubby7899b73db32024-01-29 12:21:161450version = "0.28.1"
dirreke74817b72023-08-14 14:57:381451source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161452checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
klensy26c09b62024-09-24 13:14:491453
1454[[package]]
1455name = "gimli"
1456version = "0.30.0"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191459dependencies = [
dirreke74817b72023-08-14 14:57:381460 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051461 "indexmap",
dirreke74817b72023-08-14 14:57:381462 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051463]
1464
1465[[package]]
Jubilee Young3ec9d8d2024-05-28 00:05:321466name = "gimli"
clubby789812daed2024-11-03 11:31:151467version = "0.31.1"
Mrmaxmeier664907c2024-07-16 09:01:351468source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:151469checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
Mrmaxmeier664907c2024-07-16 09:01:351470dependencies = [
1471 "fallible-iterator",
1472 "indexmap",
1473 "stable_deref_trait",
1474]
1475
1476[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581477name = "glob"
github-actions519c2332024-12-29 00:22:581478version = "0.3.2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581479source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:581480checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581481
1482[[package]]
Simon Sapinb77ff242017-07-18 21:26:551483name = "globset"
Trevor Gross4a515bd2024-08-26 20:02:541484version = "0.4.15"
Simon Sapinb77ff242017-07-18 21:26:551485source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541486checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
Simon Sapinb77ff242017-07-18 21:26:551487dependencies = [
clubby7899b73db32024-01-29 12:21:161488 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471489 "bstr",
Alex Crichton093ede22019-08-15 00:45:091490 "log",
clubby789868668e2024-11-25 15:06:431491 "regex-automata 0.4.9",
clubby789812daed2024-11-03 11:31:151492 "regex-syntax 0.8.5",
Simon Sapinb77ff242017-07-18 21:26:551493]
1494
1495[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291496name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461497version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291498source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461499checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291500dependencies = [
1501 "serde",
1502]
1503
1504[[package]]
Steve Klabnika0769612017-02-07 23:13:571505name = "handlebars"
github-actions0f1e2532025-01-12 00:23:371506version = "6.3.0"
Steve Klabnika0769612017-02-07 23:13:571507source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:371508checksum = "3d6b224b95c1e668ac0270325ad563b2eef1469fbbb8959bc7c692c844b813d9"
Steve Klabnika0769612017-02-07 23:13:571509dependencies = [
github-actions0f1e2532025-01-12 00:23:371510 "derive_builder",
Alex Crichton093ede22019-08-15 00:45:091511 "log",
clubby789868668e2024-11-25 15:06:431512 "num-order",
Alex Crichton093ede22019-08-15 00:45:091513 "pest",
1514 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091515 "serde",
1516 "serde_json",
github-actions0f1e2532025-01-12 00:23:371517 "thiserror 2.0.11",
James Munnsde763692019-01-19 02:39:371518]
1519
1520[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051521name = "hashbrown"
Mark Rousskov12200c92024-05-11 14:27:171522version = "0.14.5"
The 8472479be6a2023-06-08 14:55:491523source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171524checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
The 8472479be6a2023-06-08 14:55:491525dependencies = [
dirreke74817b72023-08-14 14:57:381526 "ahash",
The 8472479be6a2023-06-08 14:55:491527 "allocator-api2",
Amanieu d'Antrasa529ba82023-01-09 17:49:241528]
1529
1530[[package]]
clubby789812daed2024-11-03 11:31:151531name = "hashbrown"
clubby789868668e2024-11-25 15:06:431532version = "0.15.2"
clubby789812daed2024-11-03 11:31:151533source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431534checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
clubby789812daed2024-11-03 11:31:151535dependencies = [
1536 "foldhash",
Alex Crichton86006942025-01-21 23:20:541537 "serde",
clubby789812daed2024-11-03 11:31:151538]
1539
1540[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471541name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351542version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541543source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351544checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541545
1546[[package]]
github-actionsc486d2d2024-03-17 00:26:011547name = "heck"
1548version = "0.5.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1551
1552[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101553name = "hermit-abi"
Stefan Lankes3726cbb2024-02-28 22:01:561554version = "0.3.9"
Stefan Lankes7143379a2022-12-06 19:31:431555source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes3726cbb2024-02-28 22:01:561556checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
Stefan Lankes1f125a62024-06-07 18:20:511557
1558[[package]]
Alex Crichton1cede102017-06-15 02:33:061559name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351560version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401561source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351562checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401563
1564[[package]]
Pietro Albinic2306372023-09-15 14:09:451565name = "home"
clubby7890b095f82024-12-17 13:17:391566version = "0.5.11"
Pietro Albinic2306372023-09-15 14:09:451567source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:391568checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
Pietro Albinic2306372023-09-15 14:09:451569dependencies = [
clubby7890b095f82024-12-17 13:17:391570 "windows-sys 0.59.0",
Pietro Albinic2306372023-09-15 14:09:451571]
1572
1573[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181574name = "html-checker"
1575version = "0.1.0"
1576dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001577 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181578 "walkdir",
1579]
1580
1581[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:521582name = "html-escape"
1583version = "0.2.13"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1586dependencies = [
1587 "utf8-width",
1588]
1589
1590[[package]]
steveklabnikecfbaca2018-04-03 14:32:041591name = "html5ever"
github-actions36c09332024-05-19 00:17:381592version = "0.27.0"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1595dependencies = [
1596 "log",
1597 "mac",
klensy52242f22024-06-15 15:53:451598 "markup5ever",
github-actions36c09332024-05-19 00:17:381599 "proc-macro2",
1600 "quote",
github-actions0f1e2532025-01-12 00:23:371601 "syn 2.0.96",
github-actions36c09332024-05-19 00:17:381602]
1603
1604[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441605name = "humansize"
1606version = "2.1.3"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1609dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121610 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441611]
1612
1613[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481614name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351615version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431616source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351617checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431618
1619[[package]]
nilsf77541a2023-04-11 11:46:411620name = "iana-time-zone"
Trevor Gross4a515bd2024-08-26 20:02:541621version = "0.1.61"
nilsf77541a2023-04-11 11:46:411622source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541623checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
nilsf77541a2023-04-11 11:46:411624dependencies = [
1625 "android_system_properties",
1626 "core-foundation-sys",
1627 "iana-time-zone-haiku",
1628 "js-sys",
1629 "wasm-bindgen",
Guillaume Gomezf4495862024-07-31 14:08:311630 "windows-core 0.52.0",
nilsf77541a2023-04-11 11:46:411631]
1632
1633[[package]]
1634name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471635version = "0.1.2"
nilsf77541a2023-04-11 11:46:411636source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471637checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411638dependencies = [
klensy9b6a6b12023-05-26 10:03:471639 "cc",
nilsf77541a2023-04-11 11:46:411640]
1641
1642[[package]]
clubby789868668e2024-11-25 15:06:431643name = "icu_collections"
1644version = "1.5.0"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1647dependencies = [
1648 "displaydoc",
1649 "yoke",
1650 "zerofrom",
1651 "zerovec",
1652]
1653
1654[[package]]
Charles Lewa7750042022-11-06 06:43:251655name = "icu_list"
clubby7899d85dfc2024-06-08 19:18:311656version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251657source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311658checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
Charles Lewa7750042022-11-06 06:43:251659dependencies = [
1660 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201661 "icu_list_data",
1662 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251663 "icu_provider",
1664 "regex-automata 0.2.0",
1665 "writeable",
Charles Lewa7750042022-11-06 06:43:251666]
1667
1668[[package]]
Nilstriebffffc202023-11-06 13:42:201669name = "icu_list_data"
clubby7899d85dfc2024-06-08 19:18:311670version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251671source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311672checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
Nilstriebffffc202023-11-06 13:42:201673
1674[[package]]
1675name = "icu_locid"
clubby7899d85dfc2024-06-08 19:18:311676version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201677source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311678checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
Charles Lewa7750042022-11-06 06:43:251679dependencies = [
1680 "displaydoc",
1681 "litemap",
1682 "tinystr",
1683 "writeable",
1684 "zerovec",
1685]
1686
1687[[package]]
Nilstriebffffc202023-11-06 13:42:201688name = "icu_locid_transform"
clubby7899d85dfc2024-06-08 19:18:311689version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251690source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311691checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
Nilstriebffffc202023-11-06 13:42:201692dependencies = [
1693 "displaydoc",
1694 "icu_locid",
1695 "icu_locid_transform_data",
1696 "icu_provider",
1697 "tinystr",
1698 "zerovec",
1699]
1700
1701[[package]]
1702name = "icu_locid_transform_data"
clubby7899d85dfc2024-06-08 19:18:311703version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201704source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311705checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
Nilstriebffffc202023-11-06 13:42:201706
1707[[package]]
clubby789868668e2024-11-25 15:06:431708name = "icu_normalizer"
1709version = "1.5.0"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1712dependencies = [
1713 "displaydoc",
1714 "icu_collections",
1715 "icu_normalizer_data",
1716 "icu_properties",
1717 "icu_provider",
1718 "smallvec",
1719 "utf16_iter",
1720 "utf8_iter",
1721 "write16",
1722 "zerovec",
1723]
1724
1725[[package]]
1726name = "icu_normalizer_data"
1727version = "1.5.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1730
1731[[package]]
1732name = "icu_properties"
1733version = "1.5.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1736dependencies = [
1737 "displaydoc",
1738 "icu_collections",
1739 "icu_locid_transform",
1740 "icu_properties_data",
1741 "icu_provider",
1742 "tinystr",
1743 "zerovec",
1744]
1745
1746[[package]]
1747name = "icu_properties_data"
1748version = "1.5.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1751
1752[[package]]
Nilstriebffffc202023-11-06 13:42:201753name = "icu_provider"
clubby7899d85dfc2024-06-08 19:18:311754version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201755source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311756checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
Charles Lewa7750042022-11-06 06:43:251757dependencies = [
1758 "displaydoc",
1759 "icu_locid",
1760 "icu_provider_macros",
1761 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201762 "tinystr",
Charles Lewa7750042022-11-06 06:43:251763 "writeable",
1764 "yoke",
1765 "zerofrom",
1766 "zerovec",
1767]
1768
1769[[package]]
1770name = "icu_provider_adapters"
clubby7899d85dfc2024-06-08 19:18:311771version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251772source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311773checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
Charles Lewa7750042022-11-06 06:43:251774dependencies = [
1775 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201776 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251777 "icu_provider",
1778 "tinystr",
Charles Lewa7750042022-11-06 06:43:251779 "zerovec",
1780]
1781
1782[[package]]
1783name = "icu_provider_macros"
clubby7899d85dfc2024-06-08 19:18:311784version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251785source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311786checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
Charles Lewa7750042022-11-06 06:43:251787dependencies = [
1788 "proc-macro2",
1789 "quote",
github-actions0f1e2532025-01-12 00:23:371790 "syn 2.0.96",
Charles Lewa7750042022-11-06 06:43:251791]
1792
1793[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:441794name = "id-arena"
1795version = "2.2.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1798
1799[[package]]
Oli Scherer29de70d2023-07-25 13:09:531800name = "ident_case"
1801version = "1.0.1"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1804
1805[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581806name = "idna"
clubby789868668e2024-11-25 15:06:431807version = "1.0.3"
Eric Hussf2428a62019-08-01 00:44:391808source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431809checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
Eric Hussf2428a62019-08-01 00:44:391810dependencies = [
clubby789868668e2024-11-25 15:06:431811 "idna_adapter",
1812 "smallvec",
1813 "utf8_iter",
1814]
1815
1816[[package]]
1817name = "idna_adapter"
1818version = "1.2.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1821dependencies = [
1822 "icu_normalizer",
1823 "icu_properties",
Eric Hussf2428a62019-08-01 00:44:391824]
1825
1826[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291827name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351828version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291829source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351830checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291831
1832[[package]]
Simon Sapinb77ff242017-07-18 21:26:551833name = "ignore"
Trevor Gross4a515bd2024-08-26 20:02:541834version = "0.4.23"
Simon Sapinb77ff242017-07-18 21:26:551835source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:541836checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
Simon Sapinb77ff242017-07-18 21:26:551837dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:541838 "crossbeam-deque",
Alex Crichton093ede22019-08-15 00:45:091839 "globset",
Alex Crichton093ede22019-08-15 00:45:091840 "log",
1841 "memchr",
clubby789868668e2024-11-25 15:06:431842 "regex-automata 0.4.9",
Alex Crichton093ede22019-08-15 00:45:091843 "same-file",
Alex Crichton093ede22019-08-15 00:45:091844 "walkdir",
1845 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551846]
1847
1848[[package]]
Ralf Jung10430db2022-07-15 14:04:231849name = "indenter"
1850version = "0.3.3"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1853
1854[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571855name = "indexmap"
clubby789868668e2024-11-25 15:06:431856version = "2.7.0"
flip19958d5f69d2021-10-21 11:13:171857source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431858checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
Nilstrieb3295cdf2023-06-26 07:21:351859dependencies = [
1860 "equivalent",
clubby789868668e2024-11-25 15:06:431861 "hashbrown 0.15.2",
Josh Stoned9b1fa92023-07-03 20:51:541862 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351863]
1864
1865[[package]]
Philipp Kronesac25a732023-08-24 19:33:171866name = "indicatif"
clubby789868668e2024-11-25 15:06:431867version = "0.17.9"
Philipp Kronesac25a732023-08-24 19:33:171868source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431869checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
Philipp Kronesac25a732023-08-24 19:33:171870dependencies = [
1871 "console",
Philipp Kronesac25a732023-08-24 19:33:171872 "number_prefix",
1873 "portable-atomic",
clubby789868668e2024-11-25 15:06:431874 "unicode-width 0.2.0",
1875 "web-time",
Philipp Kronesac25a732023-08-24 19:33:171876]
1877
1878[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351879name = "indoc"
1880version = "1.0.9"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171883
1884[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451885name = "inout"
1886version = "0.1.3"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1889dependencies = [
1890 "generic-array",
1891]
1892
1893[[package]]
Josh Stone020c5ec2017-05-08 22:01:131894name = "installer"
1895version = "0.0.0"
1896dependencies = [
Michael Forney32025fd2020-05-25 00:08:451897 "anyhow",
klensye1c33132023-06-21 09:32:341898 "clap",
Alex Crichton093ede22019-08-15 00:45:091899 "flate2",
Alex Crichton093ede22019-08-15 00:45:091900 "rayon",
Alex Crichton093ede22019-08-15 00:45:091901 "tar",
1902 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091903 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131904]
1905
1906[[package]]
David Wood7f916972022-03-26 07:27:431907name = "intl-memoizer"
Mark Rousskov12200c92024-05-11 14:27:171908version = "0.5.2"
David Wood7f916972022-03-26 07:27:431909source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171910checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
David Wood7f916972022-03-26 07:27:431911dependencies = [
1912 "type-map",
1913 "unic-langid",
1914]
1915
1916[[package]]
1917name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421918version = "7.0.2"
David Wood7f916972022-03-26 07:27:431919source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421920checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431921dependencies = [
David Wood7f916972022-03-26 07:27:431922 "unic-langid",
1923]
1924
1925[[package]]
Mark Rousskov12200c92024-05-11 14:27:171926name = "is_terminal_polyfill"
Trevor Gross7240da02024-08-07 07:09:121927version = "1.70.1"
Mark Rousskov12200c92024-05-11 14:27:171928source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121929checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
Mark Rousskov12200c92024-05-11 14:27:171930
1931[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291932name = "itertools"
Philipp Kronesf99056b2024-02-27 14:50:231933version = "0.12.1"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1936dependencies = [
1937 "either",
1938]
1939
1940[[package]]
Steve Klabnik2795de32017-02-20 00:20:571941name = "itoa"
clubby789868668e2024-11-25 15:06:431942version = "1.0.14"
Steve Klabnik2795de32017-02-20 00:20:571943source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:431944checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
Steve Klabnik2795de32017-02-20 00:20:571945
1946[[package]]
Alex Crichton453080f2017-06-05 16:36:481947name = "jobserver"
Trevor Gross7240da02024-08-07 07:09:121948version = "0.1.32"
Alex Crichton453080f2017-06-05 16:36:481949source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:121950checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
Alex Crichton453080f2017-06-05 16:36:481951dependencies = [
Alex Crichton093ede22019-08-15 00:45:091952 "libc",
Alex Crichton453080f2017-06-05 16:36:481953]
1954
1955[[package]]
nilsf77541a2023-04-11 11:46:411956name = "js-sys"
github-actions715c3d42025-01-19 00:21:551957version = "0.3.77"
nilsf77541a2023-04-11 11:46:411958source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:551959checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
nilsf77541a2023-04-11 11:46:411960dependencies = [
clubby789868668e2024-11-25 15:06:431961 "once_cell",
nilsf77541a2023-04-11 11:46:411962 "wasm-bindgen",
1963]
1964
1965[[package]]
Rune Tynan77156562021-01-16 01:34:151966name = "jsondocck"
1967version = "0.1.0"
1968dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471969 "fs-err",
Rune Tynan77156562021-01-16 01:34:151970 "getopts",
1971 "jsonpath_lib",
Rune Tynan77156562021-01-16 01:34:151972 "regex",
Rune Tynan77156562021-01-16 01:34:151973 "serde_json",
klensyc63cb012021-06-01 15:25:361974 "shlex",
Rune Tynan77156562021-01-16 01:34:151975]
1976
1977[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371978name = "jsondoclint"
1979version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391980dependencies = [
1981 "anyhow",
klensye1c33132023-06-21 09:32:341982 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391983 "fs-err",
clubby789868668e2024-11-25 15:06:431984 "rustc-hash 2.1.0",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391985 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:451986 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:391987 "serde_json",
1988]
Nixon Enraght-Moony2506aa02022-08-23 13:49:371989
1990[[package]]
Rune Tynan77156562021-01-16 01:34:151991name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:051992version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:151993source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:051994checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:151995dependencies = [
Rune Tynan77156562021-01-16 01:34:151996 "log",
1997 "serde",
1998 "serde_json",
1999]
2000
2001[[package]]
Steve Klabnika0769612017-02-07 23:13:572002name = "lazy_static"
github-actions99053572024-06-23 00:18:082003version = "1.5.0"
Alex Crichton325d7392017-12-10 17:42:492004source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082005checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
Alex Crichton325d7392017-12-10 17:42:492006
2007[[package]]
Zalathar13671042023-08-11 01:52:372008name = "leb128"
2009version = "0.2.5"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2012
2013[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532014name = "levenshtein"
2015version = "1.0.5"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2018
2019[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:442020name = "lexopt"
2021version = "0.3.0"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
2024
2025[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292026name = "libc"
Sergio Gasquezc28e3e32024-12-19 09:08:292027version = "0.2.169"
Ahmed Charles9ca382f2016-09-02 08:55:292028source = "registry+https://github.com/rust-lang/crates.io-index"
Sergio Gasquezc28e3e32024-12-19 09:08:292029checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
Ahmed Charles9ca382f2016-09-02 08:55:292030
2031[[package]]
github-actions36c09332024-05-19 00:17:382032name = "libdbus-sys"
2033version = "0.2.5"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2036dependencies = [
2037 "cc",
2038 "pkg-config",
2039]
2040
2041[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382042name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472043version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382044source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472045checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382046dependencies = [
2047 "libc",
2048 "libffi-sys",
2049]
2050
2051[[package]]
2052name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522053version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382054source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522055checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382056dependencies = [
2057 "cc",
2058]
2059
2060[[package]]
Andy Russell923f9392021-11-08 23:03:552061name = "libloading"
clubby789868668e2024-11-25 15:06:432062version = "0.8.6"
Ralf Jung6687c072023-10-01 05:03:422063source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:432064checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
Ralf Jung6687c072023-10-01 05:03:422065dependencies = [
2066 "cfg-if",
Trevor Gross7240da02024-08-07 07:09:122067 "windows-targets 0.52.6",
Ralf Jung6687c072023-10-01 05:03:422068]
2069
2070[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052071name = "libm"
clubby789812daed2024-11-03 11:31:152072version = "0.2.11"
Jakub Beránek91d2fb22023-06-03 07:41:442073source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:152074checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
clubby7899b73db32024-01-29 12:21:162075
2076[[package]]
2077name = "libredox"
clubby789629d6942024-04-01 13:06:322078version = "0.1.3"
clubby7899b73db32024-01-29 12:21:162079source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322080checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
clubby7899b73db32024-01-29 12:21:162081dependencies = [
clubby789868668e2024-11-25 15:06:432082 "bitflags",
clubby7899b73db32024-01-29 12:21:162083 "libc",
Trevor Gross7240da02024-08-07 07:09:122084 "redox_syscall",
clubby7899b73db32024-01-29 12:21:162085]
Jakub Beránek91d2fb22023-06-03 07:41:442086
2087[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582088name = "libz-sys"
github-actions0f1e2532025-01-12 00:23:372089version = "1.1.21"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582090source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372091checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582092dependencies = [
Alex Crichton093ede22019-08-15 00:45:092093 "cc",
2094 "libc",
2095 "pkg-config",
2096 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582097]
2098
2099[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292100name = "linkchecker"
2101version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302102dependencies = [
klensy52242f22024-06-15 15:53:452103 "html5ever",
Joshua Nelson65835d12020-10-15 13:25:302104 "regex",
2105]
Ahmed Charles9ca382f2016-09-02 08:55:292106
2107[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572108name = "lint-docs"
2109version = "0.1.0"
2110dependencies = [
2111 "serde_json",
2112 "tempfile",
2113 "walkdir",
2114]
2115
2116[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042117name = "linux-raw-sys"
github-actions0f1e2532025-01-12 00:23:372118version = "0.4.15"
Weihang Lo1e5dad02022-11-25 22:37:042119source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372120checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
Weihang Lo1e5dad02022-11-25 22:37:042121
2122[[package]]
Charles Lewa7750042022-11-06 06:43:252123name = "litemap"
clubby789868668e2024-11-25 15:06:432124version = "0.7.4"
Charles Lewa7750042022-11-06 06:43:252125source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:432126checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
Charles Lewa7750042022-11-06 06:43:252127
2128[[package]]
Hans Kratz6162fc02021-09-25 13:25:082129name = "lld-wrapper"
2130version = "0.1.0"
2131
2132[[package]]
Kjetil Kjeka222ce4f2024-02-06 18:15:382133name = "llvm-bitcode-linker"
2134version = "0.0.1"
2135dependencies = [
2136 "anyhow",
2137 "clap",
clubby7890b095f82024-12-17 13:17:392138 "thiserror 1.0.69",
Kjetil Kjeka222ce4f2024-02-06 18:15:382139 "tracing",
2140 "tracing-subscriber",
2141]
2142
2143[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392144name = "lock_api"
Mark Rousskov12200c92024-05-11 14:27:172145version = "0.4.12"
Malo Jaffré8ed13d62017-12-29 10:24:382146source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172147checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
Mark Rousskov342d9562020-08-17 15:21:442148dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442149 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442150 "scopeguard",
2151]
2152
2153[[package]]
2154name = "log"
github-actions715c3d42025-01-19 00:21:552155version = "0.4.25"
Mark Rousskov342d9562020-08-17 15:21:442156source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:552157checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
Ahmed Charles9ca382f2016-09-02 08:55:292158
2159[[package]]
Josh Stone020c5ec2017-05-08 22:01:132160name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252161version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132162source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252163checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132164dependencies = [
Alex Crichton093ede22019-08-15 00:45:092165 "cc",
2166 "libc",
2167 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132168]
2169
2170[[package]]
steveklabnikecfbaca2018-04-03 14:32:042171name = "mac"
2172version = "0.1.1"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092174checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042175
2176[[package]]
2177name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442178version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042179source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442180checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042181
2182[[package]]
2183name = "markup5ever"
github-actions36c09332024-05-19 00:17:382184version = "0.12.1"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2187dependencies = [
2188 "log",
klensy52242f22024-06-15 15:53:452189 "phf",
2190 "phf_codegen",
github-actions36c09332024-05-19 00:17:382191 "string_cache",
2192 "string_cache_codegen",
2193 "tendril",
2194]
2195
2196[[package]]
Oliver Schererec7230f2020-07-24 18:42:002197name = "matchers"
pierwillea25b772021-12-21 17:00:302198version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002199source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302200checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002201dependencies = [
Charles Lewa7750042022-11-06 06:43:252202 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002203]
2204
2205[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152206name = "md-5"
clubby7899b73db32024-01-29 12:21:162207version = "0.10.6"
Arlo Siemsen3296d5c2020-10-13 15:41:062208source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162209checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
Arlo Siemsen3296d5c2020-10-13 15:41:062210dependencies = [
clubby7899b73db32024-01-29 12:21:162211 "cfg-if",
klensy45fac342022-08-31 20:04:122212 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062213]
2214
2215[[package]]
Steve Klabnika0769612017-02-07 23:13:572216name = "mdbook"
clubby789868668e2024-11-25 15:06:432217version = "0.4.43"
Steve Klabnika0769612017-02-07 23:13:572218source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:432219checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
Steve Klabnika0769612017-02-07 23:13:572220dependencies = [
Alex Crichton093ede22019-08-15 00:45:092221 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462222 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092223 "chrono",
klensye1c33132023-06-21 09:32:342224 "clap",
Eric Huss51814222022-04-15 18:57:062225 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092226 "elasticlunr-rs",
klensy53efefb2024-02-22 11:35:212227 "env_logger",
Weihang Lof795a152023-03-15 12:50:042228 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092229 "log",
2230 "memchr",
Eric Huss2717f602023-01-06 01:20:592231 "once_cell",
Philipp Krones375ca8d2024-10-18 11:44:572232 "opener",
Mark Rousskov12200c92024-05-11 14:27:172233 "pulldown-cmark 0.10.3",
Alex Crichton093ede22019-08-15 00:45:092234 "regex",
2235 "serde",
Alex Crichton093ede22019-08-15 00:45:092236 "serde_json",
klensyc63cb012021-06-01 15:25:362237 "shlex",
Alex Crichton093ede22019-08-15 00:45:092238 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352239 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072240 "topological-sort",
James Munnsde763692019-01-19 02:39:372241]
2242
2243[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492244name = "measureme"
Michael Woeristerac58f9a2024-01-13 15:32:032245version = "11.0.1"
Ryan Levick757f76e2021-10-07 13:08:442246source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristerac58f9a2024-01-13 15:32:032247checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
Ryan Levick947a33b2021-07-23 14:25:582248dependencies = [
2249 "log",
Weihang Lof795a152023-03-15 12:50:042250 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:502251 "parking_lot",
Ryan Levick947a33b2021-07-23 14:25:582252 "perf-event-open-sys",
Trevor Gross4a515bd2024-08-26 20:02:542253 "rustc-hash 1.1.0",
Ryan Levick947a33b2021-07-23 14:25:582254 "smallvec",
2255]
2256
2257[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582258name = "memchr"
Trevor Grosse95d15a2024-08-26 18:56:182259version = "2.7.4"
Oliver Schneideracdf83f2017-12-06 08:25:292260source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Grosse95d15a2024-08-26 18:56:182261checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
Steve Klabnika0769612017-02-07 23:13:572262
2263[[package]]
Camille GILLOT458d0442021-03-17 16:29:452264name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352265version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452266source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352267checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452268dependencies = [
2269 "libc",
2270]
2271
2272[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452273name = "memoffset"
clubby789629d6942024-04-01 13:06:322274version = "0.9.1"
est31b0483962023-06-05 02:53:302275source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322276checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
est31b0483962023-06-05 02:53:302277dependencies = [
2278 "autocfg",
2279]
2280
2281[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592282name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352283version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592284source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352285checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592286
2287[[package]]
2288name = "mime_guess"
Trevor Gross7240da02024-08-07 07:09:122289version = "2.0.5"
Guillaume Gomez76714c32023-03-06 10:15:592290source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122291checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
Guillaume Gomez76714c32023-03-06 10:15:592292dependencies = [
2293 "mime",
2294 "unicase",
2295]
2296
2297[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052298name = "minifier"
Guillaume Gomezbc1c4be2024-11-10 15:32:222299version = "0.3.2"
Guillaume Gomez4b145732018-05-10 22:02:052300source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezbc1c4be2024-11-10 15:32:222301checksum = "bd559bbf5d350ac7f2c1cf92ed71a869b847a92bce0c1318b47932a5b5f65cdd"
Guillaume Gomez4b145732018-05-10 22:02:052302
2303[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462304name = "minimal-lexical"
2305version = "0.2.1"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2308
2309[[package]]
Alex Crichtonb4110902018-12-08 11:06:542310name = "miniz_oxide"
github-actions99053572024-06-23 00:18:082311version = "0.7.4"
Nilstrieb3295cdf2023-06-26 07:21:352312source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082313checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
Nilstrieb3295cdf2023-06-26 07:21:352314dependencies = [
2315 "adler",
Nilstrieb3295cdf2023-06-26 07:21:352316]
2317
2318[[package]]
Trevor Gross4a515bd2024-08-26 20:02:542319name = "miniz_oxide"
github-actions715c3d42025-01-19 00:21:552320version = "0.8.3"
Trevor Gross4a515bd2024-08-26 20:02:542321source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:552322checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
Trevor Gross4a515bd2024-08-26 20:02:542323dependencies = [
2324 "adler2",
2325]
2326
2327[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582328name = "miow"
klensy55935df2023-08-06 10:24:592329version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442330source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592331checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442332dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172333 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442334]
2335
2336[[package]]
kennytm0692b3d2017-12-15 19:41:582337name = "miri"
2338version = "0.1.0"
2339dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452340 "aes",
Ralf Jung9f7194b2024-04-25 10:28:452341 "chrono",
Ralf Jung47b3ce02024-05-05 15:17:452342 "chrono-tz",
Alex Crichton093ede22019-08-15 00:45:092343 "colored",
Ralf Jung9f7194b2024-04-25 10:28:452344 "directories",
Thom Chiovolonia4bf36e2022-11-21 00:55:412345 "getrandom",
Ralf Jung759e4952020-06-01 18:17:202346 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382347 "libffi",
Simonas Kazlauskasfcaeb452024-01-10 15:12:012348 "libloading",
Ralf Jung61a986a2022-06-26 02:21:492349 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412350 "rand",
Ralf Junga272c452022-05-30 08:17:462351 "regex",
Ralf Jung64f56d22022-10-22 08:45:252352 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292353 "smallvec",
Ralf Jung9a308d42024-03-09 17:56:522354 "tempfile",
Rémy Rakica69fe842024-12-02 16:16:412355 "tikv-jemalloc-sys",
Philipp Krones907b6a12024-09-24 09:58:122356 "ui_test",
Ralf Jungf6edc8a2024-08-05 18:39:562357 "windows-sys 0.52.0",
kennytm0692b3d2017-12-15 19:41:582358]
2359
2360[[package]]
Jakob Degen17395b42022-10-31 00:17:252361name = "miropt-test-tools"
2362version = "0.1.0"
Jakob Degen17395b42022-10-31 00:17:252363
2364[[package]]
Alex Crichtond8251152018-07-02 16:33:162365name = "new_debug_unreachable"
github-actionsc486d2d2024-03-17 00:26:012366version = "1.0.6"
Alex Crichtond8251152018-07-02 16:33:162367source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012368checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
Nick Cameron4b6f5c22018-02-26 03:15:452369
2370[[package]]
Ralf Jung13e47662023-05-23 10:10:182371name = "nix"
Trevor Gross7240da02024-08-07 07:09:122372version = "0.29.0"
Ralf Jung13e47662023-05-23 10:10:182373source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122374checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
Ralf Jung13e47662023-05-23 10:10:182375dependencies = [
clubby789868668e2024-11-25 15:06:432376 "bitflags",
Ralf Jung13e47662023-05-23 10:10:182377 "cfg-if",
github-actionsc486d2d2024-03-17 00:26:012378 "cfg_aliases",
Ralf Jung13e47662023-05-23 10:10:182379 "libc",
Ralf Jung13e47662023-05-23 10:10:182380]
2381
2382[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462383name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352384version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462385source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352386checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462387dependencies = [
2388 "memchr",
2389 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462390]
2391
2392[[package]]
Eric Hussb07e3162023-11-29 23:52:162393name = "normpath"
Trevor Gross7240da02024-08-07 07:09:122394version = "1.3.0"
Eric Hussb07e3162023-11-29 23:52:162395source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122396checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
Eric Hussb07e3162023-11-29 23:52:162397dependencies = [
Trevor Gross7240da02024-08-07 07:09:122398 "windows-sys 0.59.0",
Eric Hussb07e3162023-11-29 23:52:162399]
2400
2401[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352402name = "nu-ansi-term"
2403version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162404source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352405checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162406dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352407 "overload",
2408 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162409]
2410
2411[[package]]
klensy71ea5062024-03-30 14:39:432412name = "nu-ansi-term"
Trevor Gross7240da02024-08-07 07:09:122413version = "0.50.1"
klensy71ea5062024-03-30 14:39:432414source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122415checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
klensy71ea5062024-03-30 14:39:432416dependencies = [
Trevor Gross7240da02024-08-07 07:09:122417 "windows-sys 0.52.0",
klensy71ea5062024-03-30 14:39:432418]
2419
2420[[package]]
Trevor Gross51827ce2024-07-20 16:13:272421name = "num"
2422version = "0.4.3"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2425dependencies = [
2426 "num-bigint",
2427 "num-complex",
2428 "num-integer",
2429 "num-iter",
2430 "num-rational",
2431 "num-traits",
2432]
2433
2434[[package]]
2435name = "num-bigint"
2436version = "0.4.6"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2439dependencies = [
2440 "num-integer",
2441 "num-traits",
2442]
2443
2444[[package]]
2445name = "num-complex"
2446version = "0.4.6"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2449dependencies = [
2450 "num-traits",
2451]
2452
2453[[package]]
clubby7899b73db32024-01-29 12:21:162454name = "num-conv"
2455version = "0.1.0"
Steve Klabnik2795de32017-02-20 00:20:572456source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162457checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2458
2459[[package]]
Trevor Gross51827ce2024-07-20 16:13:272460name = "num-integer"
2461version = "0.1.46"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2464dependencies = [
2465 "num-traits",
2466]
2467
2468[[package]]
2469name = "num-iter"
2470version = "0.1.45"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2473dependencies = [
2474 "autocfg",
2475 "num-integer",
2476 "num-traits",
2477]
2478
2479[[package]]
clubby789868668e2024-11-25 15:06:432480name = "num-modular"
2481version = "0.6.1"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
2484
2485[[package]]
2486name = "num-order"
2487version = "1.2.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
2490dependencies = [
2491 "num-modular",
2492]
2493
2494[[package]]
Trevor Gross51827ce2024-07-20 16:13:272495name = "num-rational"
2496version = "0.4.2"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2499dependencies = [
2500 "num-bigint",
2501 "num-integer",
2502 "num-traits",
2503]
2504
2505[[package]]
clubby7899b73db32024-01-29 12:21:162506name = "num-traits"
Mark Rousskov12200c92024-05-11 14:27:172507version = "0.2.19"
clubby7899b73db32024-01-29 12:21:162508source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172509checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Mark Rousskov342d9562020-08-17 15:21:442510dependencies = [
2511 "autocfg",
2512]
Steve Klabnik2795de32017-02-20 00:20:572513
2514[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292515name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352516version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292517source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352518checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292519dependencies = [
bjorn31f3be752024-08-01 20:09:502520 "hermit-abi",
Alex Crichton093ede22019-08-15 00:45:092521 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292522]
2523
2524[[package]]
Philipp Kronesac25a732023-08-24 19:33:172525name = "number_prefix"
2526version = "0.4.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2529
2530[[package]]
Alex Crichton06d565c2020-05-13 21:22:372531name = "object"
clubby78956bc5522024-01-21 17:16:262532version = "0.32.2"
dirreke74817b72023-08-14 14:57:382533source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:262534checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dirreke74817b72023-08-14 14:57:382535dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:242536 "memchr",
Ben Kimock2f6fb232024-03-18 22:47:412537]
2538
2539[[package]]
Jubilee Young49c2a1d2024-06-07 05:50:282540name = "object"
github-actionsb4ef1682024-12-22 00:22:562541version = "0.36.7"
Jubilee Young49c2a1d2024-06-07 05:50:282542source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:562543checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
Jubilee Young49c2a1d2024-06-07 05:50:282544dependencies = [
klensy58c99992024-07-17 11:33:202545 "crc32fast",
2546 "flate2",
clubby789868668e2024-11-25 15:06:432547 "hashbrown 0.15.2",
klensy58c99992024-07-17 11:33:202548 "indexmap",
Jubilee Young49c2a1d2024-06-07 05:50:282549 "memchr",
klensy26c09b62024-09-24 13:14:492550 "ruzstd",
github-actionsb4ef1682024-12-22 00:22:562551 "wasmparser 0.222.0",
Jubilee Young49c2a1d2024-06-07 05:50:282552]
2553
2554[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372555name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152556version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372557source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152558checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372559dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422560 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372561]
2562
2563[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412564name = "once_cell"
clubby789812daed2024-11-03 11:31:152565version = "1.20.2"
Mark Rousskov2fc32b92019-09-10 01:01:412566source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:152567checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
Guillaume Gomez8d40b9e2024-07-18 18:56:362568
2569[[package]]
Alex Crichton2863b752018-08-21 17:23:472570name = "opener"
Trevor Gross7240da02024-08-07 07:09:122571version = "0.7.2"
github-actions36c09332024-05-19 00:17:382572source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122573checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
github-actions36c09332024-05-19 00:17:382574dependencies = [
2575 "bstr",
2576 "dbus",
2577 "normpath",
Trevor Gross7240da02024-08-07 07:09:122578 "windows-sys 0.59.0",
github-actions36c09332024-05-19 00:17:382579]
2580
2581[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582582name = "openssl-probe"
klensy43512e62022-07-26 16:16:432583version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582584source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432585checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582586
2587[[package]]
2588name = "openssl-sys"
clubby789812daed2024-11-03 11:31:152589version = "0.9.104"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582590source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:152591checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582592dependencies = [
Alex Crichton093ede22019-08-15 00:45:092593 "cc",
2594 "libc",
Alex Crichton093ede22019-08-15 00:45:092595 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092596 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582597]
2598
2599[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442600name = "opt-dist"
2601version = "0.1.0"
2602dependencies = [
2603 "anyhow",
2604 "build_helper",
2605 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322606 "clap",
2607 "derive_builder",
klensy53efefb2024-02-22 11:35:212608 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442609 "fs_extra",
2610 "glob",
2611 "humansize",
klensyc653bb92023-11-18 09:42:052612 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442613 "log",
Jakub Beránek91d2fb22023-06-03 07:41:442614 "serde",
2615 "serde_json",
2616 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112617 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442618 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172619 "tempfile",
klensy39159a32024-05-09 13:43:142620 "xz2",
Jakub Beránek91d2fb22023-06-03 07:41:442621]
2622
2623[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482624name = "option-ext"
2625version = "0.2.0"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2628
2629[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352630name = "overload"
2631version = "0.1.1"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2634
2635[[package]]
Ralf Jung10430db2022-07-15 14:04:232636name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052637version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232638source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052639checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232640
2641[[package]]
Philipp Kronesac25a732023-08-24 19:33:172642name = "pad"
2643version = "0.1.6"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2646dependencies = [
printfn46b41b42024-10-12 21:57:502647 "unicode-width 0.1.14",
Philipp Kronesac25a732023-08-24 19:33:172648]
2649
2650[[package]]
Jakub Beránek209789e2023-08-09 18:56:112651name = "papergrid"
klensy15bc6812024-02-22 11:17:592652version = "0.11.0"
Jakub Beránek209789e2023-08-09 18:56:112653source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:592654checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
Jakub Beránek209789e2023-08-09 18:56:112655dependencies = [
2656 "bytecount",
2657 "fnv",
printfn46b41b42024-10-12 21:57:502658 "unicode-width 0.1.14",
Jakub Beránek209789e2023-08-09 18:56:112659]
2660
2661[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012662name = "parking_lot"
clubby789d42c9602024-06-08 19:22:162663version = "0.12.3"
Philipp Krones586cbd02022-06-04 12:07:442664source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:162665checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
Philipp Krones586cbd02022-06-04 12:07:442666dependencies = [
2667 "lock_api",
Rémy Rakic4cb2a282023-12-14 15:40:502668 "parking_lot_core",
Igor Matuszewski8fc4bba2020-02-12 14:47:312669]
2670
2671[[package]]
Philipp Krones586cbd02022-06-04 12:07:442672name = "parking_lot_core"
Mark Rousskov12200c92024-05-11 14:27:172673version = "0.9.10"
Philipp Krones586cbd02022-06-04 12:07:442674source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172675checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
Philipp Krones586cbd02022-06-04 12:07:442676dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422677 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442678 "libc",
Trevor Gross7240da02024-08-07 07:09:122679 "redox_syscall",
Philipp Krones586cbd02022-06-04 12:07:442680 "smallvec",
Trevor Gross7240da02024-08-07 07:09:122681 "windows-targets 0.52.6",
Philipp Krones586cbd02022-06-04 12:07:442682]
2683
2684[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452685name = "parse-zoneinfo"
2686version = "0.3.1"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2689dependencies = [
2690 "regex",
2691]
2692
2693[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272694name = "pathdiff"
clubby789868668e2024-11-25 15:06:432695version = "0.2.3"
Federico Ponzi4b6a0272020-07-17 22:01:272696source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:432697checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
Federico Ponzi4b6a0272020-07-17 22:01:272698
2699[[package]]
Alex Crichton1cede102017-06-15 02:33:062700name = "percent-encoding"
clubby7899b73db32024-01-29 12:21:162701version = "2.3.1"
Eric Hussf2428a62019-08-01 00:44:392702source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162703checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
Eric Hussf2428a62019-08-01 00:44:392704
2705[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382706name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352707version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382708source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352709checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382710dependencies = [
2711 "libc",
2712]
2713
2714[[package]]
Steve Klabnika0769612017-02-07 23:13:572715name = "pest"
clubby7890b095f82024-12-17 13:17:392716version = "2.7.15"
James Munnsde763692019-01-19 02:39:372717source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:392718checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
James Munnsde763692019-01-19 02:39:372719dependencies = [
clubby7899b73db32024-01-29 12:21:162720 "memchr",
github-actions0f1e2532025-01-12 00:23:372721 "thiserror 2.0.11",
Alex Crichton093ede22019-08-15 00:45:092722 "ucd-trie",
James Munnsde763692019-01-19 02:39:372723]
2724
2725[[package]]
Alex Crichtone9d89832018-04-02 15:43:552726name = "pest_derive"
clubby7890b095f82024-12-17 13:17:392727version = "2.7.15"
James Munnsde763692019-01-19 02:39:372728source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:392729checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
James Munnsde763692019-01-19 02:39:372730dependencies = [
Alex Crichton093ede22019-08-15 00:45:092731 "pest",
2732 "pest_generator",
James Munnsde763692019-01-19 02:39:372733]
2734
2735[[package]]
2736name = "pest_generator"
clubby7890b095f82024-12-17 13:17:392737version = "2.7.15"
James Munnsde763692019-01-19 02:39:372738source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:392739checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
James Munnsde763692019-01-19 02:39:372740dependencies = [
Alex Crichton093ede22019-08-15 00:45:092741 "pest",
2742 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152743 "proc-macro2",
2744 "quote",
github-actions0f1e2532025-01-12 00:23:372745 "syn 2.0.96",
James Munnsde763692019-01-19 02:39:372746]
2747
2748[[package]]
2749name = "pest_meta"
clubby7890b095f82024-12-17 13:17:392750version = "2.7.15"
James Munnsde763692019-01-19 02:39:372751source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:392752checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
James Munnsde763692019-01-19 02:39:372753dependencies = [
klensy45fac342022-08-31 20:04:122754 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092755 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352756 "sha2",
James Munnsde763692019-01-19 02:39:372757]
2758
2759[[package]]
steveklabnikecfbaca2018-04-03 14:32:042760name = "phf"
github-actions0f1e2532025-01-12 00:23:372761version = "0.11.3"
Ralf Jung47b3ce02024-05-05 15:17:452762source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372763checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
Ralf Jung47b3ce02024-05-05 15:17:452764dependencies = [
github-actions0f1e2532025-01-12 00:23:372765 "phf_shared 0.11.3",
steveklabnikecfbaca2018-04-03 14:32:042766]
2767
2768[[package]]
2769name = "phf_codegen"
github-actions0f1e2532025-01-12 00:23:372770version = "0.11.3"
Ralf Jung47b3ce02024-05-05 15:17:452771source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372772checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
Ralf Jung47b3ce02024-05-05 15:17:452773dependencies = [
github-actions0f1e2532025-01-12 00:23:372774 "phf_generator 0.11.3",
2775 "phf_shared 0.11.3",
steveklabnikecfbaca2018-04-03 14:32:042776]
2777
2778[[package]]
2779name = "phf_generator"
klensy947e7872022-04-15 18:11:142780version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042781source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142782checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042783dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452784 "phf_shared 0.10.0",
2785 "rand",
2786]
2787
2788[[package]]
2789name = "phf_generator"
github-actions0f1e2532025-01-12 00:23:372790version = "0.11.3"
Ralf Jung47b3ce02024-05-05 15:17:452791source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372792checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
Ralf Jung47b3ce02024-05-05 15:17:452793dependencies = [
github-actions0f1e2532025-01-12 00:23:372794 "phf_shared 0.11.3",
Thom Chiovolonia4bf36e2022-11-21 00:55:412795 "rand",
steveklabnikecfbaca2018-04-03 14:32:042796]
2797
2798[[package]]
2799name = "phf_shared"
klensy947e7872022-04-15 18:11:142800version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042801source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142802checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042803dependencies = [
github-actions0f1e2532025-01-12 00:23:372804 "siphasher 0.3.11",
steveklabnikecfbaca2018-04-03 14:32:042805]
2806
2807[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452808name = "phf_shared"
github-actions0f1e2532025-01-12 00:23:372809version = "0.11.3"
Ralf Jung47b3ce02024-05-05 15:17:452810source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372811checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
Ralf Jung47b3ce02024-05-05 15:17:452812dependencies = [
github-actions0f1e2532025-01-12 00:23:372813 "siphasher 1.0.1",
Ralf Jung47b3ce02024-05-05 15:17:452814]
2815
2816[[package]]
Caleb Cartwright63913182021-02-10 01:52:542817name = "pin-project-lite"
github-actions0f1e2532025-01-12 00:23:372818version = "0.2.16"
Caleb Cartwright63913182021-02-10 01:52:542819source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372820checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
Caleb Cartwright63913182021-02-10 01:52:542821
2822[[package]]
2823name = "pin-utils"
2824version = "0.1.0"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2827
2828[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582829name = "pkg-config"
Trevor Gross4a515bd2024-08-26 20:02:542830version = "0.3.31"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582831source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542832checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582833
2834[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012835name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062836version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012837source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062838checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512839dependencies = [
Alex Crichton093ede22019-08-15 00:45:092840 "datafrog",
2841 "log",
Trevor Gross4a515bd2024-08-26 20:02:542842 "rustc-hash 1.1.0",
Douglas Campos422fe7c2018-05-29 11:52:512843]
Santiago Pastorino8429d112018-05-24 21:52:012844
2845[[package]]
Philipp Kronesac25a732023-08-24 19:33:172846name = "portable-atomic"
clubby789868668e2024-11-25 15:06:432847version = "1.10.0"
Philipp Kronesac25a732023-08-24 19:33:172848source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:432849checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
Philipp Kronesac25a732023-08-24 19:33:172850
2851[[package]]
clubby7896ac3b572024-01-29 12:16:202852name = "powerfmt"
2853version = "0.2.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2856
2857[[package]]
gnzlbg52caca02019-08-01 15:02:262858name = "ppv-lite86"
Trevor Gross7240da02024-08-07 07:09:122859version = "0.2.20"
gnzlbg52caca02019-08-01 15:02:262860source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:122861checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2862dependencies = [
2863 "zerocopy",
2864]
gnzlbg52caca02019-08-01 15:02:262865
2866[[package]]
steveklabnikecfbaca2018-04-03 14:32:042867name = "precomputed-hash"
2868version = "0.1.1"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092870checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042871
2872[[package]]
Philipp Kronesac25a732023-08-24 19:33:172873name = "prettydiff"
Philipp Krones0949ff92024-07-25 16:29:272874version = "0.7.0"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9"
2877dependencies = [
2878 "owo-colors",
2879 "pad",
2880]
2881
2882[[package]]
David Wood7f916972022-03-26 07:27:432883name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352884version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432885source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352886checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432887
2888[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112889name = "proc-macro2"
github-actions0f1e2532025-01-12 00:23:372890version = "1.0.93"
Igor Matuszewskic2249a42019-09-08 08:28:112891source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:372892checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
Igor Matuszewskic2249a42019-09-08 08:28:112893dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402894 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112895]
2896
2897[[package]]
Oliver Scherer26edcee2018-11-02 15:14:242898name = "psm"
Maksim Bondarenkovdd875ed2024-12-08 15:58:152899version = "0.1.24"
Oliver Scherer26edcee2018-11-02 15:14:242900source = "registry+https://github.com/rust-lang/crates.io-index"
Maksim Bondarenkovdd875ed2024-12-08 15:58:152901checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
Oliver Scherer26edcee2018-11-02 15:14:242902dependencies = [
2903 "cc",
2904]
2905
2906[[package]]
Steve Klabnika0769612017-02-07 23:13:572907name = "pulldown-cmark"
Michael Howell294c3dd2024-06-29 18:24:362908version = "0.9.6"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2911dependencies = [
clubby789868668e2024-11-25 15:06:432912 "bitflags",
Michael Howell294c3dd2024-06-29 18:24:362913 "memchr",
2914 "unicase",
2915]
2916
2917[[package]]
2918name = "pulldown-cmark"
Mark Rousskov12200c92024-05-11 14:27:172919version = "0.10.3"
Eric Huss51f20b42024-02-07 04:22:132920source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172921checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
Eric Huss51f20b42024-02-07 04:22:132922dependencies = [
clubby789868668e2024-11-25 15:06:432923 "bitflags",
Eric Huss51f20b42024-02-07 04:22:132924 "memchr",
Michael Howell15fbe612024-06-29 16:34:522925 "pulldown-cmark-escape 0.10.1",
2926 "unicase",
2927]
2928
2929[[package]]
2930name = "pulldown-cmark"
Trevor Gross4a515bd2024-08-26 20:02:542931version = "0.11.3"
Michael Howell15fbe612024-06-29 16:34:522932source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:542933checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625"
Michael Howell15fbe612024-06-29 16:34:522934dependencies = [
clubby789868668e2024-11-25 15:06:432935 "bitflags",
Michael Howell15fbe612024-06-29 16:34:522936 "memchr",
2937 "pulldown-cmark-escape 0.11.0",
Eric Huss51f20b42024-02-07 04:22:132938 "unicase",
2939]
2940
2941[[package]]
2942name = "pulldown-cmark-escape"
Mark Rousskov12200c92024-05-11 14:27:172943version = "0.10.1"
Eric Huss51f20b42024-02-07 04:22:132944source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172945checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
Eric Huss51f20b42024-02-07 04:22:132946
2947[[package]]
Michael Howell15fbe612024-06-29 16:34:522948name = "pulldown-cmark-escape"
2949version = "0.11.0"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2952
2953[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:322954name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:442955version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322956source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442957checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:322958
2959[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:292960name = "quine-mc_cluskey"
2961version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582962source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092963checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582964
2965[[package]]
2966name = "quote"
github-actions519c2332024-12-29 00:22:582967version = "1.0.38"
Igor Matuszewskic2249a42019-09-08 08:28:112968source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:582969checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
Igor Matuszewskic2249a42019-09-08 08:28:112970dependencies = [
Aaron Hill70ba4912020-08-01 14:11:152971 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:552972]
2973
2974[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292975name = "rand"
klensy947e7872022-04-15 18:11:142976version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:192977source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142978checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:192979dependencies = [
2980 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:412981 "rand_chacha",
2982 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:192983]
2984
2985[[package]]
2986name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:352987version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:192988source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352989checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:192990dependencies = [
2991 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:412992 "rand_core",
gnzlbg52caca02019-08-01 15:02:262993]
2994
2995[[package]]
Aaron Hill2550d5b2021-03-07 23:39:192996name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:592997version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:192998source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:592999checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193000dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413001 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193002]
3003
3004[[package]]
Eric Huss2b985322019-11-25 16:14:073005name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293006version = "0.6.0"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3009dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413010 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293011]
3012
3013[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293014name = "rayon"
github-actions1848b462024-03-24 12:09:283015version = "1.10.0"
Nick Cameron4b6f5c22018-02-26 03:15:453016source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:283017checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
Nick Cameron4b6f5c22018-02-26 03:15:453018dependencies = [
Alex Crichton093ede22019-08-15 00:45:093019 "either",
3020 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293021]
3022
3023[[package]]
3024name = "rayon-core"
clubby7899b73db32024-01-29 12:21:163025version = "1.12.1"
Oliver Schneideracdf83f2017-12-06 08:25:293026source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163027checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Oliver Schneideracdf83f2017-12-06 08:25:293028dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163029 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073030 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313031]
3032
3033[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353034name = "redox_syscall"
clubby7890b095f82024-12-17 13:17:393035version = "0.5.8"
flip19950046d7c2021-02-25 10:26:233036source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:393037checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
Arlo Siemsen4d9b4762023-06-02 16:40:363038dependencies = [
clubby789868668e2024-11-25 15:06:433039 "bitflags",
Mark Rousskov12200c92024-05-11 14:27:173040]
3041
3042[[package]]
flip19954c228cc2019-02-18 09:32:583043name = "redox_users"
Trevor Gross4a515bd2024-08-26 20:02:543044version = "0.4.6"
flip19950046d7c2021-02-25 10:26:233045source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543046checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
flip19950046d7c2021-02-25 10:26:233047dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413048 "getrandom",
clubby7899b73db32024-01-29 12:21:163049 "libredox",
clubby7890b095f82024-12-17 13:17:393050 "thiserror 1.0.69",
flip19950046d7c2021-02-25 10:26:233051]
3052
3053[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583054name = "regex"
clubby789812daed2024-11-03 11:31:153055version = "1.11.1"
Oliver Schneider847bb142018-05-11 12:11:063056source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:153057checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
Oliver Schneider847bb142018-05-11 12:11:063058dependencies = [
clubby7899b73db32024-01-29 12:21:163059 "aho-corasick",
Alex Crichton093ede22019-08-15 00:45:093060 "memchr",
clubby789868668e2024-11-25 15:06:433061 "regex-automata 0.4.9",
clubby789812daed2024-11-03 11:31:153062 "regex-syntax 0.8.5",
Oliver Schneider847bb142018-05-11 12:11:063063]
3064
3065[[package]]
Oliver Schererec7230f2020-07-24 18:42:003066name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093067version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003068source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093069checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003070dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353071 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003072]
3073
3074[[package]]
Charles Lewa7750042022-11-06 06:43:253075name = "regex-automata"
3076version = "0.2.0"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3079dependencies = [
3080 "memchr",
3081]
3082
3083[[package]]
clubby7899b73db32024-01-29 12:21:163084name = "regex-automata"
clubby789868668e2024-11-25 15:06:433085version = "0.4.9"
clubby7899b73db32024-01-29 12:21:163086source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:433087checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
Trevor Gross4a515bd2024-08-26 20:02:543088dependencies = [
3089 "aho-corasick",
3090 "memchr",
clubby789812daed2024-11-03 11:31:153091 "regex-syntax 0.8.5",
Trevor Gross4a515bd2024-08-26 20:02:543092]
clubby7899b73db32024-01-29 12:21:163093
3094[[package]]
3095name = "regex-lite"
github-actions729ed812024-06-16 00:18:063096version = "0.1.6"
clubby7899b73db32024-01-29 12:21:163097source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063098checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
clubby7899b73db32024-01-29 12:21:163099
3100[[package]]
Steve Klabnika0769612017-02-07 23:13:573101name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353102version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063103source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353104checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063105
3106[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353107name = "regex-syntax"
clubby789812daed2024-11-03 11:31:153108version = "0.8.5"
Philipp Kronesb92ab502023-12-16 13:13:123109source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:153110checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
Philipp Kronesb92ab502023-12-16 13:13:123111
3112[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193113name = "remote-test-client"
3114version = "0.1.0"
3115
3116[[package]]
3117name = "remote-test-server"
3118version = "0.1.0"
3119
3120[[package]]
est31d32ff142022-08-23 20:14:123121name = "replace-version-placeholder"
3122version = "0.1.0"
3123dependencies = [
3124 "tidy",
3125 "walkdir",
3126]
3127
3128[[package]]
Guillaume Gomez8d40b9e2024-07-18 18:56:363129name = "rinja"
clubby789812daed2024-11-03 11:31:153130version = "0.3.5"
Guillaume Gomez8d40b9e2024-07-18 18:56:363131source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:153132checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5"
Guillaume Gomez8d40b9e2024-07-18 18:56:363133dependencies = [
Jonathan Pallant4e24e9b2024-08-06 11:03:373134 "humansize",
Guillaume Gomezcb7c5962024-08-03 23:08:103135 "itoa",
Jonathan Pallant4e24e9b2024-08-06 11:03:373136 "percent-encoding",
Guillaume Gomez8d40b9e2024-07-18 18:56:363137 "rinja_derive",
3138]
3139
3140[[package]]
3141name = "rinja_derive"
clubby789812daed2024-11-03 11:31:153142version = "0.3.5"
Guillaume Gomez8d40b9e2024-07-18 18:56:363143source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:153144checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b"
Guillaume Gomez8d40b9e2024-07-18 18:56:363145dependencies = [
3146 "basic-toml",
Guillaume Gomezcb7c5962024-08-03 23:08:103147 "memchr",
Guillaume Gomez8d40b9e2024-07-18 18:56:363148 "mime",
3149 "mime_guess",
Guillaume Gomez8d40b9e2024-07-18 18:56:363150 "proc-macro2",
3151 "quote",
3152 "rinja_parser",
clubby789868668e2024-11-25 15:06:433153 "rustc-hash 2.1.0",
Guillaume Gomez8d40b9e2024-07-18 18:56:363154 "serde",
github-actions0f1e2532025-01-12 00:23:373155 "syn 2.0.96",
Guillaume Gomez8d40b9e2024-07-18 18:56:363156]
3157
3158[[package]]
3159name = "rinja_parser"
clubby789812daed2024-11-03 11:31:153160version = "0.3.5"
Guillaume Gomez8d40b9e2024-07-18 18:56:363161source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:153162checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610"
Guillaume Gomez8d40b9e2024-07-18 18:56:363163dependencies = [
Guillaume Gomezcb7c5962024-08-03 23:08:103164 "memchr",
Guillaume Gomez8d40b9e2024-07-18 18:56:363165 "nom",
Trevor Gross4a515bd2024-08-26 20:02:543166 "serde",
Guillaume Gomez8d40b9e2024-07-18 18:56:363167]
3168
3169[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583170name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433171version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583172dependencies = [
Alex Crichton093ede22019-08-15 00:45:093173 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483174]
3175
3176[[package]]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593177name = "run_make_support"
许杰友 Jieyou Xu (Joe)f6ab5e92024-06-09 16:29:143178version = "0.2.0"
Alex Crichton71413792024-03-06 20:39:073179dependencies = [
Oneirical17950822024-06-27 18:38:303180 "bstr",
Jakub Beránek97990a42024-07-04 13:47:303181 "build_helper",
clubby789812daed2024-11-03 11:31:153182 "gimli 0.31.1",
Oneirical318dfb42024-08-01 17:17:343183 "libc",
github-actionsb4ef1682024-12-22 00:22:563184 "object 0.36.7",
Rémy Rakic682535e2024-04-14 16:36:093185 "regex",
Guillaume Gomez6b1637c2024-08-16 13:09:043186 "serde_json",
Jover Zhangf3530cf2024-04-20 11:25:533187 "similar",
clubby789868668e2024-11-25 15:06:433188 "wasmparser 0.219.1",
Alex Crichton71413792024-03-06 20:39:073189]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593190
3191[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573192name = "rustc-build-sysroot"
Trevor Gross4a515bd2024-08-26 20:02:543193version = "0.5.4"
Ralf Jung9cc11e22022-10-04 13:23:573194source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:543195checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38"
Ralf Jung9cc11e22022-10-04 13:23:573196dependencies = [
3197 "anyhow",
3198 "rustc_version",
3199 "tempfile",
Ralf Jung95770512024-02-25 07:17:203200 "walkdir",
Ralf Jung9cc11e22022-10-04 13:23:573201]
3202
3203[[package]]
Josh Stone020c5ec2017-05-08 22:01:133204name = "rustc-demangle"
Mark Rousskov12200c92024-05-11 14:27:173205version = "0.1.24"
Josh Stone020c5ec2017-05-08 22:01:133206source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173207checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
Josh Stone020c5ec2017-05-08 22:01:133208
3209[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023210name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193211version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023212source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193213checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023214
3215[[package]]
Trevor Gross4a515bd2024-08-26 20:02:543216name = "rustc-hash"
clubby789868668e2024-11-25 15:06:433217version = "2.1.0"
Trevor Gross4a515bd2024-08-26 20:02:543218source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:433219checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
Trevor Gross4a515bd2024-08-26 20:02:543220
3221[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293222name = "rustc-main"
3223version = "0.0.0"
3224dependencies = [
Alex Crichton093ede22019-08-15 00:45:093225 "rustc_codegen_ssa",
3226 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463227 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383228 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113229 "stable_mir",
Rémy Rakica69fe842024-12-02 16:16:413230 "tikv-jemalloc-sys",
Ahmed Charles9ca382f2016-09-02 08:55:293231]
3232
3233[[package]]
Jakub Beránek151986f2024-06-27 08:22:033234name = "rustc-perf-wrapper"
3235version = "0.1.0"
3236dependencies = [
3237 "clap",
3238]
3239
3240[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033241name = "rustc-rayon"
Josh Stone314238f2025-01-27 18:08:053242version = "0.5.1"
Josh Stone33c41252019-09-10 17:13:073243source = "registry+https://github.com/rust-lang/crates.io-index"
Josh Stone314238f2025-01-27 18:08:053244checksum = "2cd9fb077db982d7ceb42a90471e5a69a990b58f71e06f0d8340bb2cf35eb751"
Josh Stone33c41252019-09-10 17:13:073245dependencies = [
Josh Stone33c41252019-09-10 17:13:073246 "either",
Josh Stone314238f2025-01-27 18:08:053247 "indexmap",
Igor Matuszewski5b091302019-12-10 15:01:013248 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413249]
3250
3251[[package]]
Josh Stone33c41252019-09-10 17:13:073252name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133253version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073254source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133255checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073256dependencies = [
Josh Stoneab57e362022-05-28 00:14:223257 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163258 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073259 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073260 "num_cpus",
3261]
3262
3263[[package]]
Urgau977439d2024-06-19 19:23:403264name = "rustc-stable-hash"
clubby7890b095f82024-12-17 13:17:393265version = "0.1.1"
Urgau977439d2024-06-19 19:23:403266source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:393267checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1"
Urgau977439d2024-06-19 19:23:403268
3269[[package]]
Ralf Jungb1274582024-11-03 21:30:163270name = "rustc-std-workspace-alloc"
3271version = "1.0.1"
3272
3273[[package]]
3274name = "rustc-std-workspace-core"
3275version = "1.0.1"
3276
3277[[package]]
3278name = "rustc-std-workspace-std"
3279version = "1.0.1"
3280
3281[[package]]
hkalbasi390a6372022-11-06 21:06:113282name = "rustc_abi"
3283version = "0.0.0"
3284dependencies = [
clubby789868668e2024-11-25 15:06:433285 "bitflags",
Thom Chiovolonia4bf36e2022-11-21 00:55:413286 "rand",
hkalbasi390a6372022-11-06 21:06:113287 "rand_xoshiro",
3288 "rustc_data_structures",
Jubilee Youngeca17022024-10-31 03:37:513289 "rustc_feature",
hkalbasi390a6372022-11-06 21:06:113290 "rustc_index",
3291 "rustc_macros",
3292 "rustc_serialize",
Jubilee Youngeca17022024-10-31 03:37:513293 "rustc_span",
hkalbasi390a6372022-11-06 21:06:113294 "tracing",
3295]
3296
3297[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433298name = "rustc_apfloat"
clubby789868668e2024-11-25 15:06:433299version = "0.2.2+llvm-462a31f5a5ab"
Wesley Wiser15e9f562023-07-18 19:22:563300source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:433301checksum = "121e2195ff969977a4e2b5c9965ea867fce7e4cb5aee5b09dee698a7932d574f"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433302dependencies = [
clubby789868668e2024-11-25 15:06:433303 "bitflags",
Jubilee Younge8eb6912021-04-22 04:40:293304 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433305]
3306
3307[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403308name = "rustc_arena"
3309version = "0.0.0"
3310dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293311 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403312]
3313
3314[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263315name = "rustc_ast"
3316version = "0.0.0"
3317dependencies = [
clubby789868668e2024-11-25 15:06:433318 "bitflags",
Konrad Borowskif72e17f2023-01-22 12:05:473319 "memchr",
Oli Scherer8a6d3532024-02-27 18:11:233320 "rustc_ast_ir",
Vadim Petrochenkov6054a302020-02-29 17:16:263321 "rustc_data_structures",
3322 "rustc_index",
3323 "rustc_lexer",
3324 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403325 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263326 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293327 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303328 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003329 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263330]
3331
3332[[package]]
Oli Scherer8a6d3532024-02-27 18:11:233333name = "rustc_ast_ir"
3334version = "0.0.0"
3335dependencies = [
3336 "rustc_data_structures",
3337 "rustc_macros",
3338 "rustc_serialize",
3339 "rustc_span",
Oli Scherer8a6d3532024-02-27 18:11:233340]
3341
3342[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563343name = "rustc_ast_lowering"
3344version = "0.0.0"
3345dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263346 "rustc_ast",
Luca Versarib462c682024-09-16 09:56:223347 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563348 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563349 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003350 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573351 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563352 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513353 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233354 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563355 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563356 "rustc_span",
3357 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293358 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303359 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003360 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563361]
3362
3363[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443364name = "rustc_ast_passes"
3365version = "0.0.0"
3366dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003367 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263368 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463369 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113370 "rustc_attr_parsing",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443371 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443372 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393373 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003374 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013375 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443376 "rustc_parse",
3377 "rustc_session",
3378 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053379 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163380 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443381]
3382
3383[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463384name = "rustc_ast_pretty"
3385version = "0.0.0"
3386dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003387 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263388 "rustc_ast",
klensy746b6752024-10-07 19:22:513389 "rustc_data_structures",
Nicholas Nethercote69f2c9c2023-11-27 08:23:203390 "rustc_lexer",
Mazdak Farrokhzade2333312020-01-11 16:02:463391 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203392 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463393]
3394
3395[[package]]
Jonathan Dönszelmannefb98b62024-12-13 13:47:113396name = "rustc_attr_data_structures"
Mazdak Farrokhzad93a82832020-01-11 12:15:203397version = "0.0.0"
3398dependencies = [
beetrees6e5f1dac2024-03-24 01:03:393399 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263400 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463401 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203402 "rustc_data_structures",
3403 "rustc_errors",
3404 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003405 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483406 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203407 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403408 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203409 "rustc_session",
3410 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203411]
3412
3413[[package]]
Jonathan Dönszelmannefb98b62024-12-13 13:47:113414name = "rustc_attr_parsing"
3415version = "0.0.0"
3416dependencies = [
3417 "rustc_abi",
3418 "rustc_ast",
3419 "rustc_ast_pretty",
3420 "rustc_attr_data_structures",
3421 "rustc_data_structures",
3422 "rustc_errors",
3423 "rustc_feature",
3424 "rustc_fluent_macro",
3425 "rustc_lexer",
3426 "rustc_macros",
3427 "rustc_serialize",
3428 "rustc_session",
3429 "rustc_span",
3430]
3431
3432[[package]]
Charles Lewa7750042022-11-06 06:43:253433name = "rustc_baked_icu_data"
3434version = "0.0.0"
3435dependencies = [
3436 "icu_list",
3437 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203438 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253439 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223440 "zerovec",
Charles Lewa7750042022-11-06 06:43:253441]
3442
3443[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403444name = "rustc_borrowck"
3445version = "0.0.0"
3446dependencies = [
3447 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003448 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403449 "polonius-engine",
Jubilee Young586766e2024-11-03 03:24:153450 "rustc_abi",
Camille GILLOT31a61cc2020-12-30 17:48:403451 "rustc_data_structures",
3452 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003453 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403454 "rustc_graphviz",
3455 "rustc_hir",
3456 "rustc_index",
3457 "rustc_infer",
3458 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013459 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403460 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073461 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403462 "rustc_session",
3463 "rustc_span",
Camille GILLOT31a61cc2020-12-30 17:48:403464 "rustc_trait_selection",
3465 "rustc_traits",
3466 "smallvec",
3467 "tracing",
3468]
3469
3470[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323471name = "rustc_builtin_macros"
3472version = "0.0.0"
3473dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263474 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463475 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113476 "rustc_attr_parsing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323477 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323478 "rustc_errors",
3479 "rustc_expand",
3480 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003481 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363482 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143483 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233484 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313485 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323486 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403487 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203488 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323489 "rustc_span",
3490 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293491 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303492 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003493 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323494]
3495
3496[[package]]
Irina Popab63d7e22018-05-08 13:10:163497name = "rustc_codegen_llvm"
3498version = "0.0.0"
3499dependencies = [
clubby789868668e2024-11-25 15:06:433500 "bitflags",
Zalathare2671062025-01-05 00:38:433501 "gimli 0.30.0",
Caleb Cartwrightffad9842024-06-22 21:22:003502 "itertools",
Alex Crichton7f23e6e2019-10-22 15:51:353503 "libc",
Ralf Jung61a986a2022-06-26 02:21:493504 "measureme",
github-actionsb4ef1682024-12-22 00:22:563505 "object 0.36.7",
Alex Crichton7f23e6e2019-10-22 15:51:353506 "rustc-demangle",
Jubilee Young43e198a2024-10-09 00:32:523507 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263508 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113509 "rustc_attr_parsing",
Alex Crichton7f23e6e2019-10-22 15:51:353510 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353511 "rustc_data_structures",
3512 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003513 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353514 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573515 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353516 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093517 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553518 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593519 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453520 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543521 "rustc_query_system",
Ramon de C Valle1f0f2c42024-04-08 02:35:493522 "rustc_sanitizers",
Aaron Hillfca192c2019-12-06 03:04:353523 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323524 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543525 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353526 "rustc_target",
csmoea30de6e2022-11-03 14:34:243527 "serde",
3528 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293529 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003530 "tracing",
Irina Popab63d7e22018-05-08 13:10:163531]
3532
3533[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043534name = "rustc_codegen_ssa"
3535version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353536dependencies = [
bjorn3be670842022-05-28 10:43:513537 "ar_archive_writer",
Scott McMurrayc38f75c2024-04-14 07:51:493538 "arrayvec",
clubby789868668e2024-11-25 15:06:433539 "bitflags",
jync1b4ab02025-01-18 21:55:313540 "bstr",
Alex Crichton093ede22019-08-15 00:45:093541 "cc",
Scott McMurrayc38f75c2024-04-14 07:51:493542 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003543 "itertools",
Alex Crichton093ede22019-08-15 00:45:093544 "libc",
github-actionsb4ef1682024-12-22 00:22:563545 "object 0.36.7",
Federico Ponzi4b6a0272020-07-17 22:01:273546 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143547 "regex",
Jubilee Young43e198a2024-10-09 00:32:523548 "rustc_abi",
David Wood2dc1a8a2021-12-03 14:24:053549 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263550 "rustc_ast",
Sven Kanoldt1696f532024-10-09 12:24:153551 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113552 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:093553 "rustc_data_structures",
3554 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003555 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093556 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573557 "rustc_hir",
Jonathan Dönszelmannd50c0a52024-10-16 23:14:013558 "rustc_hir_pretty",
Alex Crichton093ede22019-08-15 00:45:093559 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103560 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573561 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363562 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453563 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543564 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403565 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083566 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323567 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583568 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093569 "rustc_target",
Michael Gouleteb75d202024-09-28 18:16:053570 "rustc_trait_selection",
Jhonny Bill Menad1030fa2022-11-17 13:53:143571 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423572 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423573 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583574 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353575 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053576 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003577 "tracing",
clubby789868668e2024-11-25 15:06:433578 "wasm-encoder 0.219.1",
klensy84ce2e12025-01-14 13:57:043579 "windows 0.59.0",
Irina Popab63d7e22018-05-08 13:10:163580]
3581
3582[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113583name = "rustc_const_eval"
3584version = "0.0.0"
3585dependencies = [
Ralf Jung41018892022-11-18 09:18:323586 "either",
Jubilee Young43e198a2024-10-09 00:32:523587 "rustc_abi",
Camille GILLOTc5fc2602021-01-05 19:08:113588 "rustc_apfloat",
3589 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113590 "rustc_attr_parsing",
Camille GILLOTc5fc2602021-01-05 19:08:113591 "rustc_data_structures",
3592 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003593 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113594 "rustc_hir",
3595 "rustc_index",
3596 "rustc_infer",
3597 "rustc_macros",
3598 "rustc_middle",
3599 "rustc_mir_dataflow",
3600 "rustc_session",
3601 "rustc_span",
3602 "rustc_target",
3603 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463604 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113605 "tracing",
3606]
3607
3608[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293609name = "rustc_data_structures"
3610version = "0.0.0"
3611dependencies = [
Weihang Lof795a152023-03-15 12:50:043612 "arrayvec",
clubby789868668e2024-11-25 15:06:433613 "bitflags",
Josh Stone8f3af4c2024-01-24 23:36:573614 "either",
Oli Schererdecfb4d2023-02-21 08:37:103615 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093616 "ena",
klensyc653bb92023-11-18 09:42:053617 "indexmap",
Alex Crichton093ede22019-08-15 00:45:093618 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193619 "libc",
Ralf Jung61a986a2022-06-26 02:21:493620 "measureme",
Weihang Lof795a152023-03-15 12:50:043621 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:503622 "parking_lot",
SparrowLiif2a40e92023-11-06 01:58:513623 "portable-atomic",
clubby789868668e2024-11-25 15:06:433624 "rustc-hash 2.1.0",
Igor Matuszewski5b091302019-12-10 15:01:013625 "rustc-rayon",
Urgau977439d2024-06-19 19:23:403626 "rustc-stable-hash",
SparrowLiib9746ce2023-03-03 02:14:573627 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403628 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513629 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573630 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403631 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293632 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553633 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503634 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303635 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003636 "tracing",
klensy84ce2e12025-01-14 13:57:043637 "windows 0.59.0",
Ahmed Charles9ca382f2016-09-02 08:55:293638]
3639
3640[[package]]
3641name = "rustc_driver"
3642version = "0.0.0"
3643dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463644 "rustc_driver_impl",
3645]
3646
3647[[package]]
3648name = "rustc_driver_impl"
3649version = "0.0.0"
3650dependencies = [
Ben Kimock9e0d1a32023-05-19 20:03:353651 "ctrlc",
Luca Barbieri45ede922020-04-10 20:42:193652 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263653 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023654 "rustc_ast_lowering",
3655 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463656 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113657 "rustc_attr_parsing",
David Woodd1fcf6112022-10-13 09:13:023658 "rustc_borrowck",
3659 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483660 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023661 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093662 "rustc_data_structures",
3663 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023664 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183665 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003666 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293667 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193668 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023669 "rustc_hir_typeck",
3670 "rustc_incremental",
The 84725bf8eeb2022-09-02 18:17:203671 "rustc_index",
David Woodd1fcf6112022-10-13 09:13:023672 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093673 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133674 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523675 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093676 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093677 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453678 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023679 "rustc_mir_build",
3680 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533681 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023682 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133683 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023684 "rustc_passes",
Nadrieril281002d2023-12-10 19:42:303685 "rustc_pattern_analysis",
David Woodd1fcf6112022-10-13 09:13:023686 "rustc_privacy",
3687 "rustc_query_system",
3688 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083689 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413690 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323691 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093692 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023693 "rustc_trait_selection",
3694 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093695 "serde_json",
David Koloski684aa2c2023-12-06 18:25:133696 "shlex",
Esteban Küber8eb58432023-03-03 22:25:183697 "time",
Oliver Schererec7230f2020-07-24 18:42:003698 "tracing",
klensy84ce2e12025-01-14 13:57:043699 "windows 0.59.0",
Ahmed Charles9ca382f2016-09-02 08:55:293700]
3701
3702[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053703name = "rustc_error_codes"
3704version = "0.0.0"
3705
3706[[package]]
David Woodc45f2952022-03-24 02:03:043707name = "rustc_error_messages"
3708version = "0.0.0"
3709dependencies = [
David Woodd5119c52022-03-28 08:36:203710 "fluent-bundle",
3711 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253712 "icu_list",
3713 "icu_locid",
3714 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383715 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253716 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433717 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043718 "rustc_macros",
3719 "rustc_serialize",
3720 "rustc_span",
David Wood7f916972022-03-26 07:27:433721 "tracing",
3722 "unic-langid",
David Woodc45f2952022-03-24 02:03:043723]
3724
3725[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293726name = "rustc_errors"
3727version = "0.0.0"
3728dependencies = [
clubby7890b095f82024-12-17 13:17:393729 "annotate-snippets 0.11.5",
Oli Scherer29de70d2023-07-25 13:09:533730 "derive_setters",
Jubilee Young4839d6e2024-10-28 03:38:333731 "rustc_abi",
Xiretza8489a672022-09-14 17:22:203732 "rustc_ast",
3733 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093734 "rustc_data_structures",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073735 "rustc_error_codes",
David Woodc45f2952022-03-24 02:03:043736 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003737 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593738 "rustc_hir",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073739 "rustc_index",
Harrison Kaiser1e33dd12024-12-16 01:06:023740 "rustc_lexer",
Aaron Hill23018a52020-08-13 19:41:523741 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573742 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403743 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323744 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593745 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143746 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153747 "serde",
3748 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093749 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483750 "termize",
Oliver Schererec7230f2020-07-24 18:42:003751 "tracing",
klensy84ce2e12025-01-14 13:57:043752 "windows 0.59.0",
Ahmed Charles9ca382f2016-09-02 08:55:293753]
3754
3755[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323756name = "rustc_expand"
3757version = "0.0.0"
3758dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263759 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393760 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463761 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113762 "rustc_attr_parsing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323763 "rustc_data_structures",
3764 "rustc_errors",
3765 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003766 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323767 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003768 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573769 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323770 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403771 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203772 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323773 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293774 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523775 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003776 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323777]
3778
3779[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383780name = "rustc_feature"
3781version = "0.0.0"
3782dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183783 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323784 "rustc_span",
Jane Losare-Lusbydc97db12024-09-06 20:05:013785 "serde",
3786 "serde_json",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383787]
3788
3789[[package]]
Nilstriebb5d3d972023-04-16 12:33:003790name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153791version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003792dependencies = [
clubby7890b095f82024-12-17 13:17:393793 "annotate-snippets 0.11.5",
Nilstriebb5d3d972023-04-16 12:33:003794 "fluent-bundle",
3795 "fluent-syntax",
3796 "proc-macro2",
3797 "quote",
github-actions0f1e2532025-01-12 00:23:373798 "syn 2.0.96",
Nilstriebb5d3d972023-04-16 12:33:003799 "unic-langid",
3800]
3801
3802[[package]]
Mark Rousskove3177c62018-08-03 21:31:033803name = "rustc_fs_util"
3804version = "0.0.0"
3805
3806[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403807name = "rustc_graphviz"
3808version = "0.0.0"
3809
3810[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273811name = "rustc_hir"
3812version = "0.0.0"
3813dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373814 "odht",
Jubilee Youngbb0cd562024-11-03 03:24:383815 "rustc_abi",
Camille GILLOT250c71b2021-07-13 16:45:203816 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263817 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273818 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273819 "rustc_index",
3820 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403821 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273822 "rustc_span",
3823 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293824 "smallvec",
Jonathan Dönszelmannd50c0a52024-10-16 23:14:013825 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003826 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273827]
3828
3829[[package]]
lcnr1fc86a62022-09-26 11:00:293830name = "rustc_hir_analysis"
3831version = "0.0.0"
3832dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003833 "itertools",
Jubilee Young4839d6e2024-10-28 03:38:333834 "rustc_abi",
lcnr1fc86a62022-09-26 11:00:293835 "rustc_arena",
3836 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113837 "rustc_attr_parsing",
lcnr1fc86a62022-09-26 11:00:293838 "rustc_data_structures",
3839 "rustc_errors",
3840 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003841 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293842 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293843 "rustc_index",
3844 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013845 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293846 "rustc_macros",
3847 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293848 "rustc_session",
3849 "rustc_span",
3850 "rustc_target",
3851 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293852 "rustc_type_ir",
3853 "smallvec",
3854 "tracing",
3855]
3856
3857[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193858name = "rustc_hir_pretty"
3859version = "0.0.0"
3860dependencies = [
Jubilee Young8a0e6402024-10-31 04:57:403861 "rustc_abi",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193862 "rustc_ast",
3863 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193864 "rustc_hir",
3865 "rustc_span",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193866]
3867
3868[[package]]
lcnrfb3ab132022-10-20 15:51:373869name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153870version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373871dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003872 "itertools",
Jubilee Young43e198a2024-10-09 00:32:523873 "rustc_abi",
lcnrfb3ab132022-10-20 15:51:373874 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:283875 "rustc_ast_ir",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113876 "rustc_attr_parsing",
lcnrfb3ab132022-10-20 15:51:373877 "rustc_data_structures",
3878 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003879 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:373880 "rustc_hir",
3881 "rustc_hir_analysis",
3882 "rustc_hir_pretty",
3883 "rustc_index",
3884 "rustc_infer",
3885 "rustc_lint",
3886 "rustc_macros",
3887 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:373888 "rustc_session",
3889 "rustc_span",
lcnrfb3ab132022-10-20 15:51:373890 "rustc_trait_selection",
3891 "rustc_type_ir",
3892 "smallvec",
3893 "tracing",
3894]
3895
3896[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293897name = "rustc_incremental"
3898version = "0.0.0"
3899dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413900 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:263901 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:093902 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:593903 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003904 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093905 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:403906 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573907 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:573908 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453909 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:403910 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:163911 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323912 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:163913 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003914 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:293915]
3916
3917[[package]]
csmoe1cff2e62019-09-25 19:09:513918name = "rustc_index"
3919version = "0.0.0"
3920dependencies = [
Michael Goulet45066812023-10-24 00:16:143921 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:573922 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403923 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:293924 "smallvec",
csmoe1cff2e62019-09-25 19:09:513925]
3926
3927[[package]]
Michael Goulet45066812023-10-24 00:16:143928name = "rustc_index_macros"
3929version = "0.0.0"
3930dependencies = [
3931 "proc-macro2",
3932 "quote",
github-actions0f1e2532025-01-12 00:23:373933 "syn 2.0.96",
Michael Goulet45066812023-10-24 00:16:143934]
3935
3936[[package]]
Camille GILLOTf07e8892020-01-06 19:13:243937name = "rustc_infer"
3938version = "0.0.0"
3939dependencies = [
Jason Newcombbe9b1252024-02-24 22:22:283940 "rustc_ast_ir",
Camille GILLOTf07e8892020-01-06 19:13:243941 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:243942 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003943 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:243944 "rustc_hir",
3945 "rustc_index",
3946 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453947 "rustc_middle",
Camille GILLOTf07e8892020-01-06 19:13:243948 "rustc_span",
Michael Goulet27588d12024-07-05 20:39:243949 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:293950 "smallvec",
GnomedDev8de8f462024-10-10 18:56:213951 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003952 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:243953]
3954
3955[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:233956name = "rustc_interface"
3957version = "0.0.0"
3958dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:013959 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:313960 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:263961 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563962 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443963 "rustc_ast_passes",
Urgau228496e2024-05-03 19:14:423964 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:113965 "rustc_attr_parsing",
Camille GILLOT31a61cc2020-12-30 17:48:403966 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323967 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:353968 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:093969 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:113970 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093971 "rustc_data_structures",
3972 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323973 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:003974 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003975 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:313976 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:273977 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:293978 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:373979 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:093980 "rustc_incremental",
3981 "rustc_lint",
finalchildc1a98412022-08-16 20:07:473982 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093983 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453984 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:443985 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:253986 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:153987 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133988 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:093989 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:093990 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:163991 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:193992 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:093993 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:433994 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:163995 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323996 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583997 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:163998 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:403999 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094000 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374001 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004002 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234003]
4004
4005[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404006name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154007version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404008dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504009 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214010 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154011 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404012]
4013
4014[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294015name = "rustc_lint"
4016version = "0.0.0"
4017dependencies = [
Jubilee Young3f73fe72024-10-28 06:57:434018 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264019 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464020 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114021 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:094022 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474023 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384024 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004025 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574026 "rustc_hir",
csmoe64f61c72019-09-26 05:38:334027 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354028 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454029 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454030 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424031 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204032 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324033 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094034 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404035 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464036 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004037 "tracing",
Charles Lew485e98a2020-01-02 12:02:224038 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294039]
4040
4041[[package]]
Aaron Hill23018a52020-08-13 19:41:524042name = "rustc_lint_defs"
4043version = "0.0.0"
4044dependencies = [
Jubilee Young8a0e6402024-10-31 04:57:404045 "rustc_abi",
Aaron Hill23018a52020-08-13 19:41:524046 "rustc_ast",
4047 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044048 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274049 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524050 "rustc_macros",
4051 "rustc_serialize",
4052 "rustc_span",
bjorn362a4f912021-06-03 19:14:154053 "serde",
Aaron Hill23018a52020-08-13 19:41:524054]
4055
4056[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294057name = "rustc_llvm"
4058version = "0.0.0"
4059dependencies = [
Alex Crichton093ede22019-08-15 00:45:094060 "cc",
Aaron Hill47e932b2019-12-12 15:51:194061 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294062]
4063
4064[[package]]
David Tolnay6152d152022-01-04 00:32:524065name = "rustc_log"
4066version = "0.0.0"
4067dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354068 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524069 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484070 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524071 "tracing-subscriber",
4072 "tracing-tree",
4073]
4074
4075[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104076name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154077version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104078dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154079 "proc-macro2",
4080 "quote",
github-actions0f1e2532025-01-12 00:23:374081 "syn 2.0.96",
klensy7142c8d2023-11-09 11:37:304082 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104083]
4084
4085[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294086name = "rustc_metadata"
4087version = "0.0.0"
4088dependencies = [
clubby789868668e2024-11-25 15:06:434089 "bitflags",
Henry Jiang0db90592024-11-18 02:59:434090 "libc",
Simonas Kazlauskasfcaeb452024-01-10 15:12:014091 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374092 "odht",
Jubilee Young4839d6e2024-10-28 03:38:334093 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264094 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114095 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:094096 "rustc_data_structures",
4097 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324098 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174099 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004100 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314101 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574102 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194103 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104104 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574105 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454106 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404107 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084108 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324109 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094110 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464111 "rustc_type_ir",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044112 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004113 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294114]
4115
4116[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454117name = "rustc_middle"
4118version = "0.0.0"
4119dependencies = [
clubby789868668e2024-11-25 15:06:434120 "bitflags",
Camille GILLOTfd9c04f2021-01-05 18:53:074121 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024122 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074123 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454124 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454125 "rustc-rayon-core",
Jubilee Young43e198a2024-10-09 00:32:524126 "rustc_abi",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454127 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404128 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454129 "rustc_ast",
Oli Scherer8a6d3532024-02-27 18:11:234130 "rustc_ast_ir",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114131 "rustc_attr_parsing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454132 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474133 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454134 "rustc_errors",
4135 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004136 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074137 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454138 "rustc_hir",
Michael Goulet619e0442024-04-14 14:26:594139 "rustc_hir_pretty",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454140 "rustc_index",
blyxyasb4da0582023-11-13 13:35:374141 "rustc_lint_defs",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454142 "rustc_macros",
4143 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404144 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454145 "rustc_session",
4146 "rustc_span",
4147 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104148 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294149 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304150 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004151 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454152]
4153
4154[[package]]
Matthew Jasperb3589292020-01-05 15:46:444155name = "rustc_mir_build"
4156version = "0.0.0"
4157dependencies = [
Ralf Junge613bc92024-07-13 15:24:504158 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004159 "itertools",
Jubilee Young8a0e6402024-10-31 04:57:404160 "rustc_abi",
Matthew Jasperb3589292020-01-05 15:46:444161 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404162 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264163 "rustc_ast",
David Woodcc9a9ec2025-01-07 11:27:044164 "rustc_attr_parsing",
Matthew Jasperb3589292020-01-05 15:46:444165 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444166 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004167 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444168 "rustc_hir",
4169 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244170 "rustc_infer",
Jules Bertholet9d92a7f2024-05-02 23:55:034171 "rustc_lint",
TheOddGarlic82f05442022-08-20 11:28:434172 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454173 "rustc_middle",
Nadrieril281002d2023-12-10 19:42:304174 "rustc_pattern_analysis",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074175 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444176 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404177 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004178 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444179]
4180
4181[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074182name = "rustc_mir_dataflow"
4183version = "0.0.0"
4184dependencies = [
4185 "polonius-engine",
4186 "regex",
Jubilee Young4839d6e2024-10-28 03:38:334187 "rustc_abi",
Camille GILLOTfd9c04f2021-01-05 18:53:074188 "rustc_ast",
4189 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144190 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004191 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074192 "rustc_graphviz",
4193 "rustc_hir",
4194 "rustc_index",
5225225ee2b1612022-08-19 09:21:144195 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074196 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074197 "rustc_span",
Camille GILLOTfd9c04f2021-01-05 18:53:074198 "smallvec",
4199 "tracing",
4200]
4201
4202[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254203name = "rustc_mir_transform"
4204version = "0.0.0"
4205dependencies = [
Ralf Jung41018892022-11-18 09:18:324206 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004207 "itertools",
Jubilee Young88a9edc2024-10-28 04:34:494208 "rustc_abi",
Camille GILLOT751a0792023-01-16 22:12:364209 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254210 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114211 "rustc_attr_parsing",
Camille GILLOTc5fc2602021-01-05 19:08:114212 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254213 "rustc_data_structures",
4214 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534215 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254216 "rustc_hir",
4217 "rustc_index",
Jubilee Youngdb6ec262024-05-24 08:14:314218 "rustc_infer",
clubby789d5bc5812023-04-30 01:20:534219 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254220 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274221 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074222 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254223 "rustc_session",
4224 "rustc_span",
4225 "rustc_target",
4226 "rustc_trait_selection",
DianQK8b9d7b12024-07-04 04:43:374227 "rustc_type_ir",
Camille GILLOTbba4be62021-01-01 00:53:254228 "smallvec",
4229 "tracing",
4230]
4231
4232[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154233name = "rustc_monomorphize"
4234version = "0.0.0"
4235dependencies = [
Jubilee Young31cbde032024-11-03 03:28:244236 "rustc_abi",
Manuel Drehwald1f305172025-01-30 02:31:134237 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114238 "rustc_attr_parsing",
Camille GILLOT81a600b2021-01-02 13:42:154239 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474240 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004241 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154242 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474243 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154244 "rustc_middle",
4245 "rustc_session",
4246 "rustc_span",
Manuel Drehwald1f305172025-01-30 02:31:134247 "rustc_symbol_mangling",
Camille GILLOT81a600b2021-01-02 13:42:154248 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094249 "serde",
4250 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154251 "tracing",
4252]
4253
4254[[package]]
Michael Gouletcb415092023-11-22 23:44:584255name = "rustc_next_trait_solver"
4256version = "0.0.0"
4257dependencies = [
Pavel Grigorenko70a11c72024-06-26 22:59:304258 "derive-where",
Michael Goulet532149e2024-06-17 21:59:084259 "rustc_ast_ir",
4260 "rustc_data_structures",
4261 "rustc_index",
4262 "rustc_macros",
4263 "rustc_serialize",
Michael Gouletcb415092023-11-22 23:44:584264 "rustc_type_ir",
Michael Goulet532149e2024-06-17 21:59:084265 "rustc_type_ir_macros",
4266 "tracing",
Michael Gouletcb415092023-11-22 23:44:584267]
4268
4269[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134270name = "rustc_parse"
4271version = "0.0.0"
4272dependencies = [
clubby789868668e2024-11-25 15:06:434273 "bitflags",
Vadim Petrochenkov6054a302020-02-29 17:16:264274 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464275 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134276 "rustc_data_structures",
4277 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384278 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004279 "rustc_fluent_macro",
Nicholas Nethercote1fdabfb2024-08-21 04:16:424280 "rustc_index",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134281 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244282 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204283 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324284 "rustc_span",
Nicholas Nethercote2acbe9c2024-05-02 23:26:344285 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:524286 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004287 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404288 "unicode-normalization",
printfn46b41b42024-10-12 21:57:504289 "unicode-width 0.2.0",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134290]
4291
4292[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404293name = "rustc_parse_format"
4294version = "0.0.0"
4295dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504296 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404297 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404298]
4299
4300[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294301name = "rustc_passes"
4302version = "0.0.0"
4303dependencies = [
Jubilee Young4839d6e2024-10-28 03:38:334304 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264305 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134306 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114307 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:094308 "rustc_data_structures",
4309 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434310 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414311 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004312 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574313 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574314 "rustc_index",
David Wood78b19a92022-07-11 17:59:044315 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454316 "rustc_middle",
Oli Scherer746e4ef2024-03-12 07:00:014317 "rustc_privacy",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434318 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324319 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574320 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374321 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004322 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294323]
4324
4325[[package]]
Nadrieril281002d2023-12-10 19:42:304326name = "rustc_pattern_analysis"
4327version = "0.0.0"
4328dependencies = [
clubby789868668e2024-11-25 15:06:434329 "rustc-hash 2.1.0",
Jubilee Young4839d6e2024-10-28 03:38:334330 "rustc_abi",
Nadrieril281002d2023-12-10 19:42:304331 "rustc_apfloat",
4332 "rustc_arena",
4333 "rustc_data_structures",
4334 "rustc_errors",
4335 "rustc_fluent_macro",
4336 "rustc_hir",
4337 "rustc_index",
4338 "rustc_macros",
4339 "rustc_middle",
4340 "rustc_session",
4341 "rustc_span",
Nadrieril281002d2023-12-10 19:42:304342 "smallvec",
4343 "tracing",
Nadrierild697dd42024-03-04 15:57:324344 "tracing-subscriber",
4345 "tracing-tree",
Nadrieril281002d2023-12-10 19:42:304346]
4347
4348[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294349name = "rustc_privacy"
4350version = "0.0.0"
4351dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574352 "rustc_ast",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114353 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:094354 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164355 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004356 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574357 "rustc_hir",
David Woodbe9ebfd2022-06-22 13:17:344358 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454359 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084360 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324361 "rustc_span",
Oli Scherer4389a1c2023-07-18 07:22:464362 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004363 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294364]
4365
4366[[package]]
Camille GILLOT4581d162021-01-19 19:40:164367name = "rustc_query_impl"
4368version = "0.0.0"
4369dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024370 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494371 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164372 "rustc_data_structures",
4373 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164374 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014375 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164376 "rustc_middle",
4377 "rustc_query_system",
4378 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014379 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164380 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304381 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134382 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164383]
4384
4385[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224386name = "rustc_query_system"
4387version = "0.0.0"
4388dependencies = [
Rémy Rakic4cb2a282023-12-14 15:40:504389 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314390 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314391 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224392 "rustc_data_structures",
4393 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314394 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004395 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314396 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224397 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574398 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404399 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374400 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314401 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314402 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294403 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304404 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004405 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224406]
4407
4408[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294409name = "rustc_resolve"
4410version = "0.0.0"
4411dependencies = [
clubby789868668e2024-11-25 15:06:434412 "bitflags",
Trevor Gross4a515bd2024-08-26 20:02:544413 "pulldown-cmark 0.11.3",
Vadim Petrochenkov11d95142020-06-02 17:03:404414 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264415 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464416 "rustc_ast_pretty",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114417 "rustc_attr_parsing",
Alex Crichton093ede22019-08-15 00:45:094418 "rustc_data_structures",
4419 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324420 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184421 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004422 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574423 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294424 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384425 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094426 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454427 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504428 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564429 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324430 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294431 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524432 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004433 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294434]
4435
4436[[package]]
Ramon de C Valle1f0f2c42024-04-08 02:35:494437name = "rustc_sanitizers"
4438version = "0.0.0"
4439dependencies = [
clubby789868668e2024-11-25 15:06:434440 "bitflags",
Jubilee Youngab6994f2024-11-03 03:28:424441 "rustc_abi",
Ramon de C Valle1f0f2c42024-04-08 02:35:494442 "rustc_data_structures",
4443 "rustc_hir",
4444 "rustc_middle",
4445 "rustc_span",
4446 "rustc_target",
4447 "rustc_trait_selection",
4448 "tracing",
4449 "twox-hash",
4450]
4451
4452[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404453name = "rustc_serialize"
4454version = "0.0.0"
4455dependencies = [
klensyc653bb92023-11-18 09:42:054456 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504457 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294458 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054459 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304460 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404461]
4462
4463[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334464name = "rustc_session"
4465version = "0.0.0"
4466dependencies = [
clubby789868668e2024-11-25 15:06:434467 "bitflags",
Luca Barbieriac2b84f2020-04-10 20:42:194468 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514469 "libc",
Jubilee Young4839d6e2024-10-28 03:38:334470 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:264471 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334472 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334473 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284474 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004475 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284476 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034477 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524478 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574479 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404480 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324481 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284482 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514483 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254484 "termize",
Oliver Schererec7230f2020-07-24 18:42:004485 "tracing",
klensy84ce2e12025-01-14 13:57:044486 "windows 0.59.0",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324487]
4488
4489[[package]]
Oli Scherer9960cc12022-06-02 10:08:384490name = "rustc_smir"
4491version = "0.0.0"
4492dependencies = [
Celina G. Val4c9e8422023-12-06 21:39:554493 "rustc_abi",
Adwin White84071e22024-06-26 04:09:554494 "rustc_ast",
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144495 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514496 "rustc_hir",
Jonathan Dönszelmannd50c0a52024-10-16 23:14:014497 "rustc_hir_pretty",
Oli Scherer9960cc12022-06-02 10:08:384498 "rustc_middle",
Mohammad Omidvar21374872024-02-12 19:44:354499 "rustc_session",
Celina G. Valb66db7e2023-03-04 01:08:494500 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124501 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384502 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114503 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494504 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384505]
4506
4507[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324508name = "rustc_span"
4509version = "0.0.0"
4510dependencies = [
Jacob Kieselbb5a8272024-06-22 07:27:594511 "blake3",
Pavel Grigorenko35ba7002024-06-26 22:39:484512 "derive-where",
klensyc653bb92023-11-18 09:42:054513 "indexmap",
Urgau33ef4b92024-03-06 18:39:364514 "itoa",
Igor Matuszewskibd37d7d2020-12-05 15:40:244515 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404516 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324517 "rustc_data_structures",
4518 "rustc_index",
4519 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404520 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324521 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524522 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064523 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004524 "tracing",
printfn46b41b42024-10-12 21:57:504525 "unicode-width 0.2.0",
Mark Rousskovc761ec12019-11-12 13:17:334526]
4527
4528[[package]]
Mark Mansi2d75a332020-03-12 23:07:584529name = "rustc_symbol_mangling"
4530version = "0.0.0"
4531dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584532 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584533 "rustc-demangle",
Jubilee Young4839d6e2024-10-28 03:38:334534 "rustc_abi",
Mark Mansi2d75a332020-03-12 23:07:584535 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134536 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584537 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454538 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584539 "rustc_session",
4540 "rustc_span",
Oliver Schererec7230f2020-07-24 18:42:004541 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584542]
4543
4544[[package]]
Irina Popa38e96402017-12-08 19:18:214545name = "rustc_target"
4546version = "0.0.0"
4547dependencies = [
clubby789868668e2024-11-25 15:06:434548 "bitflags",
github-actionsb4ef1682024-12-22 00:22:564549 "object 0.36.7",
hkalbasi390a6372022-11-06 21:06:114550 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094551 "rustc_data_structures",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314552 "rustc_fs_util",
Camille GILLOT2ba84c62019-11-09 21:27:524553 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404554 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324555 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094556 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004557 "tracing",
Irina Popa38e96402017-12-08 19:18:214558]
4559
4560[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064561name = "rustc_tools_util"
Ralf Jung1f501a72024-10-15 05:51:504562version = "0.4.0"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d"
4565
4566[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404567name = "rustc_trait_selection"
4568version = "0.0.0"
4569dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004570 "itertools",
Jubilee Young4046e362024-11-03 03:25:304571 "rustc_abi",
Camille GILLOTc1e3d552020-02-11 18:53:404572 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:284573 "rustc_ast_ir",
Jonathan Dönszelmannefb98b62024-12-13 13:47:114574 "rustc_attr_parsing",
Camille GILLOTc1e3d552020-02-11 18:53:404575 "rustc_data_structures",
4576 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004577 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404578 "rustc_hir",
Camille GILLOTc1e3d552020-02-11 18:53:404579 "rustc_infer",
4580 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454581 "rustc_middle",
Michael Gouletcb415092023-11-22 23:44:584582 "rustc_next_trait_solver",
Vadim Petrochenkov11d95142020-06-02 17:03:404583 "rustc_parse_format",
Camille GILLOTc1e3d552020-02-11 18:53:404584 "rustc_session",
4585 "rustc_span",
Jack Wrennbc4a1de2021-07-03 16:18:134586 "rustc_transmute",
Michael Goulet6ee22e12024-05-17 16:43:054587 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294588 "smallvec",
GnomedDev8de8f462024-10-10 18:56:214589 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004590 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404591]
4592
4593[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544594name = "rustc_traits"
4595version = "0.0.0"
4596dependencies = [
Alex Crichton093ede22019-08-15 00:45:094597 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574598 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244599 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454600 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324601 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404602 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004603 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544604]
4605
4606[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134607name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154608version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134609dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004610 "itertools",
Jubilee Young27207062024-10-28 00:21:234611 "rustc_abi",
Jason Newcombbe9b1252024-02-24 22:22:284612 "rustc_ast_ir",
Jack Wrennbc4a1de2021-07-03 16:18:134613 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144614 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134615 "rustc_infer",
4616 "rustc_macros",
4617 "rustc_middle",
4618 "rustc_span",
Jack Wrennbc4a1de2021-07-03 16:18:134619 "tracing",
4620]
4621
4622[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374623name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304624version = "0.0.0"
4625dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004626 "itertools",
Jubilee Young43e198a2024-10-09 00:32:524627 "rustc_abi",
Jason Newcombea9ae302024-02-25 00:25:044628 "rustc_ast_ir",
Camille GILLOT9908a872020-01-13 12:40:304629 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294630 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004631 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304632 "rustc_hir",
kadmine612e262022-07-09 09:35:064633 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244634 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314635 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454636 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084637 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304638 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324639 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404640 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464641 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004642 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304643]
4644
4645[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104646name = "rustc_type_ir"
4647version = "0.0.0"
4648dependencies = [
clubby789868668e2024-11-25 15:06:434649 "bitflags",
Pavel Grigorenko168096f2024-06-27 11:55:444650 "derive-where",
Michael Goulet9b0f9ef2024-06-18 17:21:484651 "indexmap",
Trevor Gross4a515bd2024-08-26 20:02:544652 "rustc-hash 1.1.0",
Oli Scherer8a6d3532024-02-27 18:11:234653 "rustc_ast_ir",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104654 "rustc_data_structures",
4655 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554656 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104657 "rustc_serialize",
bjorn36ed37bd2023-12-31 19:35:324658 "rustc_span",
Michael Gouletd5797e92024-05-11 00:30:244659 "rustc_type_ir_macros",
Wilco Kuseea7015fe2021-01-31 09:32:344660 "smallvec",
GnomedDev8de8f462024-10-10 18:56:214661 "thin-vec",
Michael Goulet993553c2024-05-27 00:45:374662 "tracing",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104663]
4664
4665[[package]]
Michael Gouletd5797e92024-05-11 00:30:244666name = "rustc_type_ir_macros"
4667version = "0.0.0"
4668dependencies = [
4669 "proc-macro2",
4670 "quote",
github-actions0f1e2532025-01-12 00:23:374671 "syn 2.0.96",
Michael Gouletd5797e92024-05-11 00:30:244672 "synstructure",
4673]
4674
4675[[package]]
Oliver Schneider847bb142018-05-11 12:11:064676name = "rustc_version"
Trevor Gross4a515bd2024-08-26 20:02:544677version = "0.4.1"
Ralf Junge5d01782021-10-04 22:13:004678source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544679checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
Ralf Junge5d01782021-10-04 22:13:004680dependencies = [
klensy8ebc73b2022-02-06 20:57:294681 "semver",
Ralf Junge5d01782021-10-04 22:13:004682]
4683
4684[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294685name = "rustdoc"
4686version = "0.0.0"
4687dependencies = [
Weihang Lof795a152023-03-15 12:50:044688 "arrayvec",
Michael Howell28db4cc2024-03-22 00:19:394689 "base64",
Aleksey Kladovb4f4db92020-08-27 10:50:284690 "expect-test",
klensyc653bb92023-11-18 09:42:054691 "indexmap",
Caleb Cartwrightffad9842024-06-22 21:22:004692 "itertools",
Alex Crichton093ede22019-08-15 00:45:094693 "minifier",
Michael Howell294c3dd2024-06-29 18:24:364694 "pulldown-cmark 0.9.6",
Guillaume Gomezf467b8d2020-10-13 13:46:344695 "regex",
Guillaume Gomez8d40b9e2024-07-18 18:56:364696 "rinja",
Rune Tynan67b78a02021-01-25 21:23:434697 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454698 "serde",
4699 "serde_json",
Alona Enraght-Moony3cf8a612024-10-18 20:28:324700 "sha2",
Jubilee Younge8eb6912021-04-22 04:40:294701 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094702 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004703 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294704 "tracing",
4705 "tracing-subscriber",
4706 "tracing-tree",
Michael Howellf3661dc2024-06-10 22:01:314707 "unicode-segmentation",
Mark Simulacrume2e9b402017-07-23 02:01:584708]
4709
4710[[package]]
ozkanonurc36b2092023-05-20 11:40:114711name = "rustdoc-gui-test"
4712version = "0.1.0"
4713dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404714 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114715 "compiletest",
4716 "getopts",
4717 "walkdir",
4718]
4719
4720[[package]]
Rune Tynan67b78a02021-01-25 21:23:434721name = "rustdoc-json-types"
4722version = "0.1.0"
4723dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204724 "bincode",
clubby789868668e2024-11-25 15:06:434725 "rustc-hash 2.1.0",
Rune Tynan67b78a02021-01-25 21:23:434726 "serde",
Rune Tynanca48d152021-03-04 23:45:574727 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434728]
4729
4730[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534731name = "rustdoc-themes"
4732version = "0.1.0"
4733
4734[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584735name = "rustdoc-tool"
4736version = "0.0.0"
4737dependencies = [
Alex Crichton093ede22019-08-15 00:45:094738 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294739]
4740
4741[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154742name = "rustfix"
Eric Huss123b3032024-04-13 17:54:134743version = "0.8.1"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
4746dependencies = [
4747 "serde",
4748 "serde_json",
clubby7890b095f82024-12-17 13:17:394749 "thiserror 1.0.69",
Eric Huss123b3032024-04-13 17:54:134750 "tracing",
4751]
4752
4753[[package]]
topecongiro5a411a62019-06-18 12:15:194754name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144755version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194756dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154757 "proc-macro2",
4758 "quote",
Alex Crichton093ede22019-08-15 00:45:094759 "serde",
github-actions0f1e2532025-01-12 00:23:374760 "syn 2.0.96",
topecongiro5a411a62019-06-18 12:15:194761]
4762
4763[[package]]
Alex Crichton1cede102017-06-15 02:33:064764name = "rustfmt-nightly"
Yacin Tmimib23b6992024-09-19 19:39:044765version = "1.8.0"
kennytm0692b3d2017-12-15 19:41:584766dependencies = [
clubby7899b73db32024-01-29 12:21:164767 "annotate-snippets 0.9.2",
Igor Matuszewskif4b2a202020-06-15 09:43:394768 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094769 "bytecount",
clubby789f4d215e2024-12-28 23:28:414770 "cargo_metadata 0.18.1",
klensye1c33132023-06-21 09:32:344771 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124772 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094773 "diff",
4774 "dirs",
Alex Crichton093ede22019-08-15 00:45:094775 "getopts",
4776 "ignore",
Caleb Cartwrightffad9842024-06-22 21:22:004777 "itertools",
Alex Crichton093ede22019-08-15 00:45:094778 "regex",
Alex Crichton093ede22019-08-15 00:45:094779 "rustfmt-config_proc_macro",
4780 "serde",
4781 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544782 "term",
clubby7890b095f82024-12-17 13:17:394783 "thiserror 1.0.69",
clubby7899b73db32024-01-29 12:21:164784 "toml 0.7.8",
Caleb Cartwright35400e82023-10-23 01:34:124785 "tracing",
4786 "tracing-subscriber",
4787 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094788 "unicode-segmentation",
printfn46b41b42024-10-12 21:57:504789 "unicode-width 0.1.14",
Igor Matuszewskid2d192e2019-07-30 11:00:274790]
4791
4792[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044793name = "rustix"
github-actions0f1e2532025-01-12 00:23:374794version = "0.38.43"
Weihang Lo1e5dad02022-11-25 22:37:044795source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:374796checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
Weihang Lo1e5dad02022-11-25 22:37:044797dependencies = [
clubby789868668e2024-11-25 15:06:434798 "bitflags",
Nilstrieb3295cdf2023-06-26 07:21:354799 "errno",
4800 "libc",
chenx97141c4632023-09-21 11:31:014801 "linux-raw-sys",
clubby7890b095f82024-12-17 13:17:394802 "windows-sys 0.59.0",
Weihang Lo1e5dad02022-11-25 22:37:044803]
4804
4805[[package]]
flip19950046d7c2021-02-25 10:26:234806name = "rustversion"
github-actions519c2332024-12-29 00:22:584807version = "1.0.19"
flip19950046d7c2021-02-25 10:26:234808source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:584809checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
flip19950046d7c2021-02-25 10:26:234810
4811[[package]]
Jubilee Young7156ff62023-05-10 03:29:274812name = "ruzstd"
Paolo Barbolini43c12ed2024-11-28 11:17:574813version = "0.7.3"
Ben Kimock2f6fb232024-03-18 22:47:414814source = "registry+https://github.com/rust-lang/crates.io-index"
Paolo Barbolini43c12ed2024-11-28 11:17:574815checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
Ben Kimock2f6fb232024-03-18 22:47:414816dependencies = [
Ben Kimock2f6fb232024-03-18 22:47:414817 "twox-hash",
4818]
4819
4820[[package]]
Alex Crichton2863b752018-08-21 17:23:474821name = "ryu"
Mark Rousskov12200c92024-05-11 14:27:174822version = "1.0.18"
Alex Crichton2863b752018-08-21 17:23:474823source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174824checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
Alex Crichton2863b752018-08-21 17:23:474825
4826[[package]]
Josh Stone020c5ec2017-05-08 22:01:134827name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444828version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224829source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444830checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224831dependencies = [
Alex Crichton093ede22019-08-15 00:45:094832 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224833]
4834
4835[[package]]
4836name = "schannel"
clubby789868668e2024-11-25 15:06:434837version = "0.1.27"
Alex Crichton80d6ed22018-01-08 21:56:224838source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:434839checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
Alex Crichton80d6ed22018-01-08 21:56:224840dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:544841 "windows-sys 0.59.0",
Alex Crichton80d6ed22018-01-08 21:56:224842]
4843
4844[[package]]
Alex Crichton453080f2017-06-05 16:36:484845name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354846version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524847source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354848checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524849
4850[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124851name = "scopeguard"
clubby7899b73db32024-01-29 12:21:164852version = "1.2.0"
Ralf Jungc7a599e2019-07-25 13:57:254853source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164854checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
Ralf Jungc7a599e2019-07-25 13:57:254855
4856[[package]]
David Wood7f916972022-03-26 07:27:434857name = "self_cell"
klensyc653bb92023-11-18 09:42:054858version = "0.10.3"
David Wood7f916972022-03-26 07:27:434859source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054860checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4861dependencies = [
clubby7890b095f82024-12-17 13:17:394862 "self_cell 1.1.0",
klensyc653bb92023-11-18 09:42:054863]
4864
4865[[package]]
4866name = "self_cell"
clubby7890b095f82024-12-17 13:17:394867version = "1.1.0"
klensyc653bb92023-11-18 09:42:054868source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:394869checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
David Wood7f916972022-03-26 07:27:434870
4871[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584872name = "semver"
clubby7890b095f82024-12-17 13:17:394873version = "1.0.24"
Eric Huss78529352021-06-02 03:38:394874source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:394875checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
Eric Huss78529352021-06-02 03:38:394876dependencies = [
4877 "serde",
4878]
4879
4880[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584881name = "serde"
github-actions519c2332024-12-29 00:22:584882version = "1.0.217"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584883source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:584884checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
Eric Huss57393642018-12-17 18:23:044885dependencies = [
Alex Crichton093ede22019-08-15 00:45:094886 "serde_derive",
Eric Huss57393642018-12-17 18:23:044887]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584888
4889[[package]]
4890name = "serde_derive"
github-actions519c2332024-12-29 00:22:584891version = "1.0.217"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584892source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:584893checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584894dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154895 "proc-macro2",
4896 "quote",
github-actions0f1e2532025-01-12 00:23:374897 "syn 2.0.96",
Tatsuyuki Ishi0e79b972017-04-29 23:11:584898]
4899
4900[[package]]
4901name = "serde_json"
github-actions0f1e2532025-01-12 00:23:374902version = "1.0.135"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584903source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:374904checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584905dependencies = [
klensyc653bb92023-11-18 09:42:054906 "indexmap",
Alex Crichton093ede22019-08-15 00:45:094907 "itoa",
Trevor Gross7240da02024-08-07 07:09:124908 "memchr",
Alex Crichton093ede22019-08-15 00:45:094909 "ryu",
4910 "serde",
Steve Klabnik2795de32017-02-20 00:20:574911]
4912
4913[[package]]
Philipp Krones612c3422023-06-02 09:42:424914name = "serde_spanned"
Trevor Gross4a515bd2024-08-26 20:02:544915version = "0.6.8"
Philipp Krones612c3422023-06-02 09:42:424916source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:544917checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
Philipp Krones612c3422023-06-02 09:42:424918dependencies = [
4919 "serde",
4920]
4921
4922[[package]]
Pietro Albini4f40eee2023-01-10 12:13:044923name = "sha1"
clubby7899b73db32024-01-29 12:21:164924version = "0.10.6"
Pietro Albini4f40eee2023-01-10 12:13:044925source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164926checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
Pietro Albini4f40eee2023-01-10 12:13:044927dependencies = [
4928 "cfg-if",
4929 "cpufeatures",
4930 "digest",
4931]
4932
4933[[package]]
Pietro Albiniacd8e592020-10-01 15:15:124934name = "sha2"
clubby7899b73db32024-01-29 12:21:164935version = "0.10.8"
Pietro Albiniacd8e592020-10-01 15:15:124936source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164937checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
Pietro Albiniacd8e592020-10-01 15:15:124938dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:424939 "cfg-if",
pierwillef6dd122022-02-10 16:54:014940 "cpufeatures",
klensy45fac342022-08-31 20:04:124941 "digest",
James Munnsde763692019-01-19 02:39:374942]
4943
4944[[package]]
Oliver Schererec7230f2020-07-24 18:42:004945name = "sharded-slab"
clubby7899b73db32024-01-29 12:21:164946version = "0.1.7"
Oliver Schererec7230f2020-07-24 18:42:004947source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164948checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
Oliver Schererec7230f2020-07-24 18:42:004949dependencies = [
4950 "lazy_static",
4951]
4952
4953[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:584954name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:444955version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584956source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444957checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:584958
4959[[package]]
steveklabnik54371882018-01-25 17:32:254960name = "shlex"
Eric Huss51f20b42024-02-07 04:22:134961version = "1.3.0"
Eric Huss788167a2021-02-23 01:05:214962source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:134963checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Eric Huss788167a2021-02-23 01:05:214964
4965[[package]]
Jover Zhangf3530cf2024-04-20 11:25:534966name = "similar"
Trevor Gross7240da02024-08-07 07:09:124967version = "2.6.0"
Jover Zhangf3530cf2024-04-20 11:25:534968source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:124969checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
Jover Zhangf3530cf2024-04-20 11:25:534970
4971[[package]]
steveklabnikecfbaca2018-04-03 14:32:044972name = "siphasher"
clubby7899b73db32024-01-29 12:21:164973version = "0.3.11"
steveklabnikecfbaca2018-04-03 14:32:044974source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164975checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
steveklabnikecfbaca2018-04-03 14:32:044976
4977[[package]]
github-actions0f1e2532025-01-12 00:23:374978name = "siphasher"
4979version = "1.0.1"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4982
4983[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:434984name = "slab"
clubby7899b73db32024-01-29 12:21:164985version = "0.4.9"
Matthias Krüger696fb8f2019-01-21 15:32:434986source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164987checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
Philipp Kronesa6d3c822023-07-02 13:07:474988dependencies = [
4989 "autocfg",
4990]
Matthias Krüger696fb8f2019-01-21 15:32:434991
4992[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:014993name = "smallvec"
github-actions1848b462024-03-24 12:09:284994version = "1.13.2"
Ralf Jung90b8d342019-11-04 14:59:094995source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:284996checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
Ralf Jung90b8d342019-11-04 14:59:094997
4998[[package]]
Mark Simulacrum38b46882017-06-26 16:26:154999name = "socket2"
clubby789868668e2024-11-25 15:06:435000version = "0.5.8"
klensy50c38902021-05-01 11:50:035001source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435002checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
klensy50c38902021-05-01 11:50:035003dependencies = [
5004 "libc",
github-actions8ef19812024-03-03 00:16:165005 "windows-sys 0.52.0",
klensy50c38902021-05-01 11:50:035006]
5007
5008[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235009name = "spanned"
Philipp Krones8be26882024-08-08 17:14:095010version = "0.3.0"
Philipp Kronesf99056b2024-02-27 14:50:235011source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones8be26882024-08-08 17:14:095012checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6"
Philipp Kronesf99056b2024-02-27 14:50:235013dependencies = [
5014 "bstr",
5015 "color-eyre",
5016]
5017
5018[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445019name = "spdx"
github-actions7bcf9852025-01-05 00:22:515020version = "0.10.8"
Alex Crichton2a3e22b2024-06-24 19:30:445021source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions7bcf9852025-01-05 00:22:515022checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
Alex Crichton2a3e22b2024-06-24 19:30:445023dependencies = [
5024 "smallvec",
5025]
5026
5027[[package]]
Pietro Albini13efb202022-11-15 09:19:175028name = "spdx-expression"
5029version = "0.5.2"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5032dependencies = [
5033 "nom",
5034 "serde",
clubby7890b095f82024-12-17 13:17:395035 "thiserror 1.0.69",
Pietro Albini13efb202022-11-15 09:19:175036 "tracing",
5037]
5038
5039[[package]]
5040name = "spdx-rs"
clubby7899b73db32024-01-29 12:21:165041version = "0.5.5"
Pietro Albini13efb202022-11-15 09:19:175042source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165043checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
Pietro Albini13efb202022-11-15 09:19:175044dependencies = [
5045 "chrono",
5046 "log",
5047 "nom",
5048 "serde",
5049 "spdx-expression",
5050 "strum",
5051 "strum_macros",
clubby7890b095f82024-12-17 13:17:395052 "thiserror 1.0.69",
Pietro Albini13efb202022-11-15 09:19:175053 "uuid",
5054]
5055
5056[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455057name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445058version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455059source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445060checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455061
5062[[package]]
Oli Scherera38e9832023-09-14 15:50:115063name = "stable_mir"
5064version = "0.1.0-preview"
5065dependencies = [
5066 "scoped-tls",
Stephen Skeirik414ebea2024-06-17 21:01:385067 "serde",
Oli Scherera38e9832023-09-14 15:50:115068]
5069
5070[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245071name = "stacker"
Rainea6df5c2024-08-26 18:00:245072version = "0.1.17"
Oliver Scherer26edcee2018-11-02 15:14:245073source = "registry+https://github.com/rust-lang/crates.io-index"
Rainea6df5c2024-08-26 18:00:245074checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
Oliver Scherer26edcee2018-11-02 15:14:245075dependencies = [
5076 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425077 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245078 "libc",
5079 "psm",
Rainea6df5c2024-08-26 18:00:245080 "windows-sys 0.59.0",
Oliver Scherer26edcee2018-11-02 15:14:245081]
5082
5083[[package]]
Eric Huss7758eaf2022-04-28 05:42:545084name = "static_assertions"
5085version = "1.1.0"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5088
5089[[package]]
steveklabnikecfbaca2018-04-03 14:32:045090name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355091version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045092source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355093checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045094dependencies = [
Alex Crichton093ede22019-08-15 00:45:095095 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355096 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505097 "parking_lot",
Ralf Jung47b3ce02024-05-05 15:17:455098 "phf_shared 0.10.0",
Alex Crichton093ede22019-08-15 00:45:095099 "precomputed-hash",
5100 "serde",
steveklabnikecfbaca2018-04-03 14:32:045101]
5102
5103[[package]]
5104name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145105version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045106source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145107checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045108dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:455109 "phf_generator 0.10.0",
5110 "phf_shared 0.10.0",
Aaron Hill70ba4912020-08-01 14:11:155111 "proc-macro2",
5112 "quote",
steveklabnikecfbaca2018-04-03 14:32:045113]
5114
5115[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585116name = "strsim"
github-actions4035c242024-04-07 00:16:575117version = "0.11.1"
clubby7899b73db32024-01-29 12:21:165118source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:575119checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
clubby7899b73db32024-01-29 12:21:165120
5121[[package]]
Pietro Albini13efb202022-11-15 09:19:175122name = "strum"
5123version = "0.24.1"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5126
5127[[package]]
5128name = "strum_macros"
5129version = "0.24.3"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5132dependencies = [
github-actionsc486d2d2024-03-17 00:26:015133 "heck 0.4.1",
Pietro Albini13efb202022-11-15 09:19:175134 "proc-macro2",
5135 "quote",
5136 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355137 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175138]
5139
5140[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085141name = "suggest-tests"
5142version = "0.1.0"
5143dependencies = [
5144 "build_helper",
5145 "glob",
Ezra Shaw1e95cdd2023-03-01 09:17:085146]
5147
5148[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115149name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355150version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115151source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355152checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115153dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155154 "proc-macro2",
5155 "quote",
Andres Suareza65ddf02022-10-09 03:25:405156 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115157]
5158
5159[[package]]
Deadbeefa912a932023-03-23 06:19:255160name = "syn"
github-actions0f1e2532025-01-12 00:23:375161version = "2.0.96"
Deadbeefa912a932023-03-23 06:19:255162source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:375163checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
Deadbeefa912a932023-03-23 06:19:255164dependencies = [
5165 "proc-macro2",
5166 "quote",
5167 "unicode-ident",
5168]
5169
5170[[package]]
Alex Crichton325d7392017-12-10 17:42:495171name = "synstructure"
clubby7899b73db32024-01-29 12:21:165172version = "0.13.1"
Deadbeefaf74ef82023-03-27 13:44:065173source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165174checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
Deadbeefaf74ef82023-03-27 13:44:065175dependencies = [
5176 "proc-macro2",
5177 "quote",
github-actions0f1e2532025-01-12 00:23:375178 "syn 2.0.96",
Deadbeefaf74ef82023-03-27 13:44:065179]
5180
5181[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445182name = "sysinfo"
Trevor Gross4a515bd2024-08-26 20:02:545183version = "0.31.4"
Jakub Beránek91d2fb22023-06-03 07:41:445184source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545185checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
Jakub Beránek91d2fb22023-06-03 07:41:445186dependencies = [
Jakub Beránek91d2fb22023-06-03 07:41:445187 "core-foundation-sys",
5188 "libc",
klensy84ce2e12025-01-14 13:57:045189 "windows 0.57.0",
Jakub Beránek91d2fb22023-06-03 07:41:445190]
5191
5192[[package]]
Jakub Beránek209789e2023-08-09 18:56:115193name = "tabled"
klensy15bc6812024-02-22 11:17:595194version = "0.15.0"
Jakub Beránek209789e2023-08-09 18:56:115195source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:595196checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
Jakub Beránek209789e2023-08-09 18:56:115197dependencies = [
5198 "papergrid",
printfn46b41b42024-10-12 21:57:505199 "unicode-width 0.1.14",
Jakub Beránek209789e2023-08-09 18:56:115200]
5201
5202[[package]]
Josh Stone020c5ec2017-05-08 22:01:135203name = "tar"
clubby789812daed2024-11-03 11:31:155204version = "0.4.43"
Josh Stone020c5ec2017-05-08 22:01:135205source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:155206checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
Josh Stone020c5ec2017-05-08 22:01:135207dependencies = [
Alex Crichton093ede22019-08-15 00:45:095208 "filetime",
5209 "libc",
Alex Crichton093ede22019-08-15 00:45:095210 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135211]
5212
5213[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555214name = "tempfile"
github-actions7bcf9852025-01-05 00:22:515215version = "3.15.0"
Aleksey Kladov850156a2018-03-29 07:34:555216source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions7bcf9852025-01-05 00:22:515217checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
Aleksey Kladov850156a2018-03-29 07:34:555218dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425219 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425220 "fastrand",
github-actions7bcf9852025-01-05 00:22:515221 "getrandom",
Trevor Gross7240da02024-08-07 07:09:125222 "once_cell",
chenx97141c4632023-09-21 11:31:015223 "rustix",
Trevor Gross7240da02024-08-07 07:09:125224 "windows-sys 0.59.0",
Aleksey Kladov850156a2018-03-29 07:34:555225]
5226
5227[[package]]
steveklabnikecfbaca2018-04-03 14:32:045228name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245229version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045230source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245231checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045232dependencies = [
Alex Crichton093ede22019-08-15 00:45:095233 "futf",
5234 "mac",
5235 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045236]
5237
5238[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295239name = "term"
flip19950046d7c2021-02-25 10:26:235240version = "0.7.0"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5243dependencies = [
5244 "dirs-next",
5245 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315246 "winapi",
flip19950046d7c2021-02-25 10:26:235247]
5248
5249[[package]]
Alex Crichton1cede102017-06-15 02:33:065250name = "termcolor"
clubby7899b73db32024-01-29 12:21:165251version = "1.4.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125252source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165253checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
Alex Crichtonfa5b3d32018-07-26 00:25:125254dependencies = [
Eric Huss89d79062020-07-29 18:02:055255 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125256]
5257
5258[[package]]
Eric Huss2717f602023-01-06 01:20:595259name = "terminal_size"
clubby789868668e2024-11-25 15:06:435260version = "0.4.1"
Eric Huss2717f602023-01-06 01:20:595261source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435262checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
Eric Huss2717f602023-01-06 01:20:595263dependencies = [
chenx97141c4632023-09-21 11:31:015264 "rustix",
clubby789812daed2024-11-03 11:31:155265 "windows-sys 0.59.0",
Eric Huss2717f602023-01-06 01:20:595266]
5267
5268[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485269name = "termize"
5270version = "0.1.1"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5273dependencies = [
5274 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315275 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485276]
5277
5278[[package]]
Trevor Gross51827ce2024-07-20 16:13:275279name = "test-float-parse"
5280version = "0.1.0"
5281dependencies = [
5282 "indicatif",
5283 "num",
5284 "rand",
5285 "rand_chacha",
5286 "rayon",
5287]
5288
5289[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305290name = "thin-vec"
John Kåre Alsaker862011e2023-02-16 18:29:115291version = "0.2.13"
Nicholas Nethercoteb38106b2022-08-17 04:22:305292source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker862011e2023-02-16 18:29:115293checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305294
5295[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305296name = "thiserror"
clubby789868668e2024-11-25 15:06:435297version = "1.0.69"
Pietro Albini9beb8f52019-11-26 11:06:305298source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435299checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
Pietro Albini9beb8f52019-11-26 11:06:305300dependencies = [
clubby7890b095f82024-12-17 13:17:395301 "thiserror-impl 1.0.69",
5302]
5303
5304[[package]]
5305name = "thiserror"
github-actions0f1e2532025-01-12 00:23:375306version = "2.0.11"
clubby7890b095f82024-12-17 13:17:395307source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:375308checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
clubby7890b095f82024-12-17 13:17:395309dependencies = [
github-actions0f1e2532025-01-12 00:23:375310 "thiserror-impl 2.0.11",
Pietro Albini9beb8f52019-11-26 11:06:305311]
5312
5313[[package]]
5314name = "thiserror-impl"
clubby789868668e2024-11-25 15:06:435315version = "1.0.69"
Pietro Albini9beb8f52019-11-26 11:06:305316source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435317checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
Pietro Albini9beb8f52019-11-26 11:06:305318dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155319 "proc-macro2",
5320 "quote",
github-actions0f1e2532025-01-12 00:23:375321 "syn 2.0.96",
Pietro Albini9beb8f52019-11-26 11:06:305322]
5323
5324[[package]]
clubby7890b095f82024-12-17 13:17:395325name = "thiserror-impl"
github-actions0f1e2532025-01-12 00:23:375326version = "2.0.11"
clubby7890b095f82024-12-17 13:17:395327source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:375328checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
clubby7890b095f82024-12-17 13:17:395329dependencies = [
5330 "proc-macro2",
5331 "quote",
github-actions0f1e2532025-01-12 00:23:375332 "syn 2.0.96",
clubby7890b095f82024-12-17 13:17:395333]
5334
5335[[package]]
David Wood2dc1a8a2021-12-03 14:24:055336name = "thorin-dwp"
klensy26c09b62024-09-24 13:14:495337version = "0.8.0"
David Wood2dc1a8a2021-12-03 14:24:055338source = "registry+https://github.com/rust-lang/crates.io-index"
klensy26c09b62024-09-24 13:14:495339checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6"
David Wood2dc1a8a2021-12-03 14:24:055340dependencies = [
klensy26c09b62024-09-24 13:14:495341 "gimli 0.30.0",
clubby789812daed2024-11-03 11:31:155342 "hashbrown 0.14.5",
github-actionsb4ef1682024-12-22 00:22:565343 "object 0.36.7",
David Wood2dc1a8a2021-12-03 14:24:055344 "tracing",
5345]
5346
5347[[package]]
Steve Klabnika0769612017-02-07 23:13:575348name = "thread_local"
github-actions8ef19812024-03-03 00:16:165349version = "1.1.8"
Igor Matuszewski8fc4bba2020-02-12 14:47:315350source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165351checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Igor Matuszewski8fc4bba2020-02-12 14:47:315352dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355353 "cfg-if",
klensy9f621ae2022-01-24 17:19:215354 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315355]
5356
5357[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005358name = "threadpool"
5359version = "1.8.1"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5362dependencies = [
5363 "num_cpus",
5364]
5365
5366[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295367name = "tidy"
5368version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565369dependencies = [
onur-ozkane9e3c382024-06-10 14:07:195370 "build_helper",
clubby789f4d215e2024-12-28 23:28:415371 "cargo_metadata 0.19.1",
Michael Gouletffd72b12024-06-21 22:20:455372 "fluent-syntax",
yukang18511ba2022-11-04 08:56:485373 "ignore",
Jakob Degen17395b42022-10-31 00:17:255374 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095375 "regex",
clubby789868668e2024-11-25 15:06:435376 "rustc-hash 2.1.0",
DebugSteven540ca2f2023-01-05 04:57:205377 "semver",
DianQKde0ece22024-06-23 14:06:235378 "similar",
Nilstrieb75b3ee22022-12-30 11:23:055379 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095380 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565381]
Ahmed Charles9ca382f2016-09-02 08:55:295382
5383[[package]]
Eric Hussce717472020-08-11 23:49:395384name = "tier-check"
5385version = "0.1.0"
5386
5387[[package]]
Rémy Rakica69fe842024-12-02 16:16:415388name = "tikv-jemalloc-sys"
5389version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
5392dependencies = [
5393 "cc",
5394 "libc",
5395]
5396
5397[[package]]
Esteban Küber8eb58432023-03-03 22:25:185398name = "time"
clubby7890b095f82024-12-17 13:17:395399version = "0.3.37"
Esteban Küber8eb58432023-03-03 22:25:185400source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:395401checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
Esteban Küber8eb58432023-03-03 22:25:185402dependencies = [
clubby7896ac3b572024-01-29 12:16:205403 "deranged",
Esteban Küber8eb58432023-03-03 22:25:185404 "itoa",
clubby7899b73db32024-01-29 12:21:165405 "num-conv",
clubby7896ac3b572024-01-29 12:16:205406 "powerfmt",
Esteban Küber8eb58432023-03-03 22:25:185407 "serde",
5408 "time-core",
5409 "time-macros",
5410]
5411
5412[[package]]
5413name = "time-core"
clubby7896ac3b572024-01-29 12:16:205414version = "0.1.2"
Esteban Küber8eb58432023-03-03 22:25:185415source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7896ac3b572024-01-29 12:16:205416checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
Esteban Küber8eb58432023-03-03 22:25:185417
5418[[package]]
5419name = "time-macros"
clubby7890b095f82024-12-17 13:17:395420version = "0.2.19"
Esteban Küber8eb58432023-03-03 22:25:185421source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7890b095f82024-12-17 13:17:395422checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
Esteban Küber8eb58432023-03-03 22:25:185423dependencies = [
clubby7899b73db32024-01-29 12:21:165424 "num-conv",
Esteban Küber8eb58432023-03-03 22:25:185425 "time-core",
5426]
5427
5428[[package]]
David Wood7f916972022-03-26 07:27:435429name = "tinystr"
clubby7899d85dfc2024-06-08 19:18:315430version = "0.7.6"
David Wood7f916972022-03-26 07:27:435431source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:315432checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
Manish Goregaokar288194e2022-10-19 23:24:425433dependencies = [
5434 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255435 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425436]
David Wood7f916972022-03-26 07:27:435437
5438[[package]]
Mark Rousskov342d9562020-08-17 15:21:445439name = "tinyvec"
github-actionsb4ef1682024-12-22 00:22:565440version = "1.8.1"
Mark Rousskov342d9562020-08-17 15:21:445441source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:565442checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
Charles Lewa76dcd82022-09-16 17:55:565443dependencies = [
5444 "tinyvec_macros",
5445]
5446
5447[[package]]
5448name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355449version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565450source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355451checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445452
5453[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435454name = "tokio"
github-actions0f1e2532025-01-12 00:23:375455version = "1.43.0"
Matthias Krüger696fb8f2019-01-21 15:32:435456source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:375457checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
Matthias Krüger696fb8f2019-01-21 15:32:435458dependencies = [
Philipp Kronesa6d3c822023-07-02 13:07:475459 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095460 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315461 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435462]
5463
5464[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295465name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355466version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135467source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355468checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135469dependencies = [
Alex Crichton093ede22019-08-15 00:45:095470 "serde",
Eric Hussd2228ca2019-03-29 03:13:135471]
5472
5473[[package]]
Philipp Krones612c3422023-06-02 09:42:425474name = "toml"
clubby7899b73db32024-01-29 12:21:165475version = "0.7.8"
Philipp Krones612c3422023-06-02 09:42:425476source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165477checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
Philipp Krones612c3422023-06-02 09:42:425478dependencies = [
5479 "serde",
5480 "serde_spanned",
5481 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525482 "toml_edit",
Philipp Krones612c3422023-06-02 09:42:425483]
5484
5485[[package]]
5486name = "toml_datetime"
Trevor Gross7240da02024-08-07 07:09:125487version = "0.6.8"
Philipp Krones612c3422023-06-02 09:42:425488source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125489checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
Philipp Krones612c3422023-06-02 09:42:425490dependencies = [
5491 "serde",
5492]
5493
5494[[package]]
5495name = "toml_edit"
clubby7899b73db32024-01-29 12:21:165496version = "0.19.15"
Philipp Krones612c3422023-06-02 09:42:425497source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165498checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
Philipp Krones612c3422023-06-02 09:42:425499dependencies = [
klensyc653bb92023-11-18 09:42:055500 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425501 "serde",
5502 "serde_spanned",
5503 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525504 "winnow",
Philipp Krones612c3422023-06-02 09:42:425505]
5506
5507[[package]]
Eric Hussa882fdd2021-12-03 20:25:075508name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595509version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075510source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595511checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075512
5513[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095514name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355515version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095516source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355517checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095518dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425519 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315520 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095521 "tracing-attributes",
5522 "tracing-core",
5523]
5524
5525[[package]]
5526name = "tracing-attributes"
clubby789868668e2024-11-25 15:06:435527version = "0.1.28"
Jack Hueyecb8b9f2020-05-27 05:05:095528source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435529checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
Jack Hueyecb8b9f2020-05-27 05:05:095530dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155531 "proc-macro2",
5532 "quote",
github-actions0f1e2532025-01-12 00:23:375533 "syn 2.0.96",
Jack Hueyecb8b9f2020-05-27 05:05:095534]
5535
5536[[package]]
5537name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245538version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095539source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245540checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095541dependencies = [
Oli Scherere8962282022-07-05 08:26:125542 "once_cell",
5543 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095544]
5545
5546[[package]]
Ralf Jung10430db2022-07-15 14:04:235547name = "tracing-error"
clubby789868668e2024-11-25 15:06:435548version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:235549source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435550checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
Ralf Jung10430db2022-07-15 14:04:235551dependencies = [
5552 "tracing",
5553 "tracing-subscriber",
5554]
5555
5556[[package]]
Jack Hueyd66452c2020-08-04 22:35:375557name = "tracing-log"
clubby7899b73db32024-01-29 12:21:165558version = "0.2.0"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5561dependencies = [
5562 "log",
5563 "once_cell",
Jack Hueyd66452c2020-08-04 22:35:375564 "tracing-core",
5565]
5566
5567[[package]]
Oliver Schererec7230f2020-07-24 18:42:005568name = "tracing-subscriber"
clubby7899b73db32024-01-29 12:21:165569version = "0.3.18"
Oliver Schererec7230f2020-07-24 18:42:005570source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165571checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
Oliver Schererec7230f2020-07-24 18:42:005572dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005573 "matchers",
klensy71ea5062024-03-30 14:39:435574 "nu-ansi-term 0.46.0",
Nilstrieb3295cdf2023-06-26 07:21:355575 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505576 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005577 "regex",
Oliver Schererec7230f2020-07-24 18:42:005578 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295579 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445580 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595581 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005582 "tracing-core",
klensy71ea5062024-03-30 14:39:435583 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375584]
5585
5586[[package]]
5587name = "tracing-tree"
clubby789d42c9602024-06-08 19:22:165588version = "0.3.1"
Jack Hueyd66452c2020-08-04 22:35:375589source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165590checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
Jack Hueyd66452c2020-08-04 22:35:375591dependencies = [
Trevor Gross7240da02024-08-07 07:09:125592 "nu-ansi-term 0.50.1",
pierwillea25b772021-12-21 17:00:305593 "tracing-core",
klensy71ea5062024-03-30 14:39:435594 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375595 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005596]
5597
5598[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005599name = "twox-hash"
5600version = "1.6.3"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5603dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425604 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415605 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005606 "static_assertions",
5607]
5608
5609[[package]]
David Wood7f916972022-03-26 07:27:435610name = "type-map"
Mark Rousskov12200c92024-05-11 14:27:175611version = "0.5.0"
David Wood7f916972022-03-26 07:27:435612source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175613checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
David Wood7f916972022-03-26 07:27:435614dependencies = [
Trevor Gross4a515bd2024-08-26 20:02:545615 "rustc-hash 1.1.0",
David Wood7f916972022-03-26 07:27:435616]
5617
5618[[package]]
Eric Huss8c20add2018-12-03 01:33:205619name = "typenum"
clubby7899b73db32024-01-29 12:21:165620version = "1.17.0"
Eric Huss8c20add2018-12-03 01:33:205621source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165622checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Eric Huss8c20add2018-12-03 01:33:205623
5624[[package]]
Mark Rousskov064f8882020-01-13 21:40:195625name = "ucd-parse"
clubby7899b73db32024-01-29 12:21:165626version = "0.1.13"
Mark Rousskov064f8882020-01-13 21:40:195627source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165628checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
Mark Rousskov064f8882020-01-13 21:40:195629dependencies = [
clubby7899b73db32024-01-29 12:21:165630 "regex-lite",
Mark Rousskov064f8882020-01-13 21:40:195631]
5632
5633[[package]]
James Munnsde763692019-01-19 02:39:375634name = "ucd-trie"
clubby789812daed2024-11-03 11:31:155635version = "0.1.7"
James Munnsde763692019-01-19 02:39:375636source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:155637checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
James Munnsde763692019-01-19 02:39:375638
5639[[package]]
Ralf Junga272c452022-05-30 08:17:465640name = "ui_test"
Ralf Jungba86cf82024-09-17 13:20:505641version = "0.26.5"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83"
5644dependencies = [
clubby7890b095f82024-12-17 13:17:395645 "annotate-snippets 0.11.5",
Ralf Jungba86cf82024-09-17 13:20:505646 "anyhow",
5647 "bstr",
5648 "cargo-platform",
clubby789f4d215e2024-12-28 23:28:415649 "cargo_metadata 0.18.1",
Ralf Jungba86cf82024-09-17 13:20:505650 "color-eyre",
5651 "colored",
5652 "comma",
5653 "crossbeam-channel",
5654 "indicatif",
5655 "levenshtein",
5656 "prettydiff",
5657 "regex",
5658 "rustc_version",
5659 "rustfix",
Philipp Kronesf99056b2024-02-27 14:50:235660 "serde",
5661 "serde_json",
5662 "spanned",
Philipp Kronesf99056b2024-02-27 14:50:235663]
5664
5665[[package]]
David Wood7f916972022-03-26 07:27:435666name = "unic-langid"
Mark Rousskov12200c92024-05-11 14:27:175667version = "0.9.5"
David Wood7f916972022-03-26 07:27:435668source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175669checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
David Wood7f916972022-03-26 07:27:435670dependencies = [
5671 "unic-langid-impl",
5672 "unic-langid-macros",
5673]
5674
5675[[package]]
5676name = "unic-langid-impl"
Mark Rousskov12200c92024-05-11 14:27:175677version = "0.9.5"
David Wood7f916972022-03-26 07:27:435678source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175679checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
David Wood7f916972022-03-26 07:27:435680dependencies = [
5681 "tinystr",
5682]
5683
5684[[package]]
5685name = "unic-langid-macros"
Mark Rousskov12200c92024-05-11 14:27:175686version = "0.9.5"
David Wood7f916972022-03-26 07:27:435687source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175688checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
David Wood7f916972022-03-26 07:27:435689dependencies = [
5690 "proc-macro-hack",
5691 "tinystr",
5692 "unic-langid-impl",
5693 "unic-langid-macros-impl",
5694]
5695
5696[[package]]
5697name = "unic-langid-macros-impl"
Mark Rousskov12200c92024-05-11 14:27:175698version = "0.9.5"
David Wood7f916972022-03-26 07:27:435699source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175700checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
David Wood7f916972022-03-26 07:27:435701dependencies = [
5702 "proc-macro-hack",
5703 "quote",
github-actions0f1e2532025-01-12 00:23:375704 "syn 2.0.96",
David Wood7f916972022-03-26 07:27:435705 "unic-langid-impl",
5706]
5707
5708[[package]]
Andy Russell30301642019-04-20 17:03:595709name = "unicase"
github-actions519c2332024-12-29 00:22:585710version = "2.8.1"
Andy Russell30301642019-04-20 17:03:595711source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions519c2332024-12-29 00:22:585712checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
Andy Russell30301642019-04-20 17:03:595713
5714[[package]]
Andres Suareza65ddf02022-10-09 03:25:405715name = "unicode-ident"
clubby789868668e2024-11-25 15:06:435716version = "1.0.14"
Andres Suareza65ddf02022-10-09 03:25:405717source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435718checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
Andres Suareza65ddf02022-10-09 03:25:405719
5720[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585721name = "unicode-normalization"
Trevor Gross4a515bd2024-08-26 20:02:545722version = "0.1.24"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585723source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545724checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
Charles Lew0bcddfe2019-11-23 14:33:405725dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445726 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405727]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585728
5729[[package]]
Charles Lewbca79a22023-07-29 00:47:215730name = "unicode-properties"
clubby789812daed2024-11-03 11:31:155731version = "0.1.3"
Charles Lewbca79a22023-07-29 00:47:215732source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:155733checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
Charles Lewbca79a22023-07-29 00:47:215734
5735[[package]]
Charles Lew485e98a2020-01-02 12:02:225736name = "unicode-script"
Trevor Gross4a515bd2024-08-26 20:02:545737version = "0.5.7"
Charles Lew485e98a2020-01-02 12:02:225738source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545739checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
Charles Lew485e98a2020-01-02 12:02:225740
5741[[package]]
5742name = "unicode-security"
Trevor Gross4a515bd2024-08-26 20:02:545743version = "0.1.2"
Charles Lew485e98a2020-01-02 12:02:225744source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545745checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50"
Charles Lew485e98a2020-01-02 12:02:225746dependencies = [
Charles Lewc05961c2020-04-25 01:38:315747 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225748 "unicode-script",
5749]
5750
5751[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585752name = "unicode-segmentation"
Trevor Gross4a515bd2024-08-26 20:02:545753version = "1.12.0"
Steve Klabnika0769612017-02-07 23:13:575754source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545755checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
Steve Klabnika0769612017-02-07 23:13:575756
5757[[package]]
许杰友 Jieyou Xu (Joe)d21aa862024-10-13 11:11:585758name = "unicode-table-generator"
5759version = "0.1.0"
5760dependencies = [
5761 "ucd-parse",
5762]
5763
5764[[package]]
Steve Klabnika0769612017-02-07 23:13:575765name = "unicode-width"
Trevor Gross4a515bd2024-08-26 20:02:545766version = "0.1.14"
Steve Klabnika0769612017-02-07 23:13:575767source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545768checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
Steve Klabnika0769612017-02-07 23:13:575769
5770[[package]]
printfn46b41b42024-10-12 21:57:505771name = "unicode-width"
5772version = "0.2.0"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
5775
5776[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585777name = "unicode-xid"
Trevor Gross4a515bd2024-08-26 20:02:545778version = "0.2.6"
Aleksey Kladova0c186c2019-07-21 11:50:395779source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross4a515bd2024-08-26 20:02:545780checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
Aleksey Kladova0c186c2019-07-21 11:50:395781
5782[[package]]
Michael Howellb29d9d52021-02-24 06:42:425783name = "unified-diff"
5784version = "0.2.1"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5787dependencies = [
5788 "diff",
5789]
5790
5791[[package]]
est31c2d59062017-06-12 19:35:475792name = "unstable-book-gen"
5793version = "0.1.0"
5794dependencies = [
Alex Crichton093ede22019-08-15 00:45:095795 "num-traits",
5796 "tidy",
est31c2d59062017-06-12 19:35:475797]
5798
5799[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585800name = "url"
clubby789868668e2024-11-25 15:06:435801version = "2.5.4"
Eric Hussf2428a62019-08-01 00:44:395802source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:435803checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
Eric Hussf2428a62019-08-01 00:44:395804dependencies = [
Eric Hussf3287a62021-05-12 00:39:515805 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:435806 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:435807 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:395808]
5809
5810[[package]]
steveklabnikecfbaca2018-04-03 14:32:045811name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:355812version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:045813source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355814checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:045815
5816[[package]]
clubby789868668e2024-11-25 15:06:435817name = "utf16_iter"
5818version = "1.0.5"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
5821
5822[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:525823name = "utf8-width"
5824version = "0.1.7"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
5827
5828[[package]]
clubby789868668e2024-11-25 15:06:435829name = "utf8_iter"
5830version = "1.0.4"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5833
5834[[package]]
Eric Hussd5e03532019-05-23 20:27:495835name = "utf8parse"
clubby789d42c9602024-06-08 19:22:165836version = "0.2.2"
Eric Hussd5e03532019-05-23 20:27:495837source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165838checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
Eric Hussd5e03532019-05-23 20:27:495839
5840[[package]]
Pietro Albini13efb202022-11-15 09:19:175841name = "uuid"
github-actions715c3d42025-01-19 00:21:555842version = "1.12.0"
Pietro Albini13efb202022-11-15 09:19:175843source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555844checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4"
Pietro Albini13efb202022-11-15 09:19:175845dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:415846 "getrandom",
Pietro Albini13efb202022-11-15 09:19:175847]
5848
5849[[package]]
Oli Scherere8962282022-07-05 08:26:125850name = "valuable"
github-actions715c3d42025-01-19 00:21:555851version = "0.1.1"
Oli Scherere8962282022-07-05 08:26:125852source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555853checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
Oli Scherere8962282022-07-05 08:26:125854
5855[[package]]
Alex Crichton1cede102017-06-15 02:33:065856name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:355857version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:065858source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355859checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:065860
5861[[package]]
Alex Crichtonb4110902018-12-08 11:06:545862name = "version_check"
Trevor Gross7240da02024-08-07 07:09:125863version = "0.9.5"
Eric Huss2b985322019-11-25 16:14:075864source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:125865checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
Eric Huss2b985322019-11-25 16:14:075866
5867[[package]]
Josh Stone020c5ec2017-05-08 22:01:135868name = "walkdir"
github-actions8ef19812024-03-03 00:16:165869version = "2.5.0"
Alex Crichton80d6ed22018-01-08 21:56:225870source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165871checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
Alex Crichton80d6ed22018-01-08 21:56:225872dependencies = [
Alex Crichton093ede22019-08-15 00:45:095873 "same-file",
Alex Crichton093ede22019-08-15 00:45:095874 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:225875]
5876
5877[[package]]
newpavlov6374b842019-08-29 17:13:155878name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:135879version = "0.11.0+wasi-snapshot-preview1"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:155882
5883[[package]]
Trevor Gross7240da02024-08-07 07:09:125884name = "wasi-preview1-component-adapter-provider"
Alex Crichton86006942025-01-21 23:20:545885version = "29.0.1"
nilsf77541a2023-04-11 11:46:415886source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton86006942025-01-21 23:20:545887checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
Trevor Gross7240da02024-08-07 07:09:125888
5889[[package]]
5890name = "wasm-bindgen"
github-actions715c3d42025-01-19 00:21:555891version = "0.2.100"
Trevor Gross7240da02024-08-07 07:09:125892source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555893checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
nilsf77541a2023-04-11 11:46:415894dependencies = [
5895 "cfg-if",
Trevor Gross7240da02024-08-07 07:09:125896 "once_cell",
github-actions715c3d42025-01-19 00:21:555897 "rustversion",
nilsf77541a2023-04-11 11:46:415898 "wasm-bindgen-macro",
5899]
5900
5901[[package]]
5902name = "wasm-bindgen-backend"
github-actions715c3d42025-01-19 00:21:555903version = "0.2.100"
nilsf77541a2023-04-11 11:46:415904source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555905checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
nilsf77541a2023-04-11 11:46:415906dependencies = [
5907 "bumpalo",
5908 "log",
nilsf77541a2023-04-11 11:46:415909 "proc-macro2",
5910 "quote",
github-actions0f1e2532025-01-12 00:23:375911 "syn 2.0.96",
nilsf77541a2023-04-11 11:46:415912 "wasm-bindgen-shared",
5913]
5914
5915[[package]]
5916name = "wasm-bindgen-macro"
github-actions715c3d42025-01-19 00:21:555917version = "0.2.100"
nilsf77541a2023-04-11 11:46:415918source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555919checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
nilsf77541a2023-04-11 11:46:415920dependencies = [
5921 "quote",
5922 "wasm-bindgen-macro-support",
5923]
5924
5925[[package]]
5926name = "wasm-bindgen-macro-support"
github-actions715c3d42025-01-19 00:21:555927version = "0.2.100"
nilsf77541a2023-04-11 11:46:415928source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555929checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
nilsf77541a2023-04-11 11:46:415930dependencies = [
5931 "proc-macro2",
5932 "quote",
github-actions0f1e2532025-01-12 00:23:375933 "syn 2.0.96",
nilsf77541a2023-04-11 11:46:415934 "wasm-bindgen-backend",
5935 "wasm-bindgen-shared",
5936]
5937
5938[[package]]
5939name = "wasm-bindgen-shared"
github-actions715c3d42025-01-19 00:21:555940version = "0.2.100"
nilsf77541a2023-04-11 11:46:415941source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions715c3d42025-01-19 00:21:555942checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
5943dependencies = [
5944 "unicode-ident",
5945]
nilsf77541a2023-04-11 11:46:415946
5947[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445948name = "wasm-component-ld"
Alex Crichton86006942025-01-21 23:20:545949version = "0.5.12"
Alex Crichton2a3e22b2024-06-24 19:30:445950source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton86006942025-01-21 23:20:545951checksum = "580305a8e3f1b7a79859a8db897de643533b2851c5eb080fe5800233f16dec88"
Alex Crichton2a3e22b2024-06-24 19:30:445952dependencies = [
5953 "anyhow",
5954 "clap",
5955 "lexopt",
Alex Crichtonc0a00b72024-12-03 18:21:125956 "libc",
Alex Crichton2a3e22b2024-06-24 19:30:445957 "tempfile",
Trevor Gross7240da02024-08-07 07:09:125958 "wasi-preview1-component-adapter-provider",
Alex Crichton86006942025-01-21 23:20:545959 "wasmparser 0.223.0",
Alex Crichton2a3e22b2024-06-24 19:30:445960 "wat",
Alex Crichtonc0a00b72024-12-03 18:21:125961 "windows-sys 0.59.0",
5962 "winsplit",
Alex Crichton2a3e22b2024-06-24 19:30:445963 "wit-component",
Trevor Gross7240da02024-08-07 07:09:125964 "wit-parser",
Alex Crichton2a3e22b2024-06-24 19:30:445965]
5966
5967[[package]]
5968name = "wasm-component-ld-wrapper"
5969version = "0.1.0"
5970dependencies = [
5971 "wasm-component-ld",
5972]
5973
5974[[package]]
Alex Crichton646e8e72024-02-22 16:12:095975name = "wasm-encoder"
clubby789812daed2024-11-03 11:31:155976version = "0.219.1"
Trevor Gross4a515bd2024-08-26 20:02:545977source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789812daed2024-11-03 11:31:155978checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54"
Trevor Gross4a515bd2024-08-26 20:02:545979dependencies = [
5980 "leb128",
clubby789812daed2024-11-03 11:31:155981 "wasmparser 0.219.1",
Alex Crichton2a3e22b2024-06-24 19:30:445982]
5983
5984[[package]]
clubby789868668e2024-11-25 15:06:435985name = "wasm-encoder"
github-actions0f1e2532025-01-12 00:23:375986version = "0.223.0"
clubby789868668e2024-11-25 15:06:435987source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:375988checksum = "7e636076193fa68103e937ac951b5f2f587624097017d764b8984d9c0f149464"
clubby789868668e2024-11-25 15:06:435989dependencies = [
5990 "leb128",
github-actions0f1e2532025-01-12 00:23:375991 "wasmparser 0.223.0",
clubby789868668e2024-11-25 15:06:435992]
5993
5994[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445995name = "wasm-metadata"
Alex Crichton86006942025-01-21 23:20:545996version = "0.223.0"
Alex Crichton2a3e22b2024-06-24 19:30:445997source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton86006942025-01-21 23:20:545998checksum = "5c730c3379d3d20e5a0245b0724b924483e853588ca8fba547c1e21f19e7d735"
Alex Crichton2a3e22b2024-06-24 19:30:445999dependencies = [
6000 "anyhow",
6001 "indexmap",
6002 "serde",
6003 "serde_derive",
6004 "serde_json",
6005 "spdx",
Alex Crichton86006942025-01-21 23:20:546006 "url",
6007 "wasm-encoder 0.223.0",
6008 "wasmparser 0.223.0",
Alex Crichton99558dc2024-08-29 21:38:456009]
6010
6011[[package]]
6012name = "wasmparser"
clubby789812daed2024-11-03 11:31:156013version = "0.219.1"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5"
Trevor Gross4a515bd2024-08-26 20:02:546016dependencies = [
clubby789868668e2024-11-25 15:06:436017 "bitflags",
Alex Crichton2a3e22b2024-06-24 19:30:446018 "indexmap",
Alex Crichton2a3e22b2024-06-24 19:30:446019]
6020
6021[[package]]
clubby789868668e2024-11-25 15:06:436022name = "wasmparser"
github-actionsb4ef1682024-12-22 00:22:566023version = "0.222.0"
Alex Crichton2a3e22b2024-06-24 19:30:446024source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsb4ef1682024-12-22 00:22:566025checksum = "4adf50fde1b1a49c1add6a80d47aea500c88db70551805853aa8b88f3ea27ab5"
clubby789868668e2024-11-25 15:06:436026dependencies = [
6027 "bitflags",
github-actions0f1e2532025-01-12 00:23:376028]
6029
6030[[package]]
6031name = "wasmparser"
6032version = "0.223.0"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "d5a99faceb1a5a84dd6084ec4bfa4b2ab153b5793b43fd8f58b89232634afc35"
6035dependencies = [
6036 "bitflags",
Alex Crichton86006942025-01-21 23:20:546037 "hashbrown 0.15.2",
clubby789868668e2024-11-25 15:06:436038 "indexmap",
6039 "semver",
Alex Crichton86006942025-01-21 23:20:546040 "serde",
clubby789868668e2024-11-25 15:06:436041]
6042
6043[[package]]
6044name = "wast"
github-actions0f1e2532025-01-12 00:23:376045version = "223.0.0"
clubby789868668e2024-11-25 15:06:436046source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:376047checksum = "d59b2ba8a2ff9f06194b7be9524f92e45e70149f4dacc0d0c7ad92b59ac875e4"
Alex Crichton2a3e22b2024-06-24 19:30:446048dependencies = [
6049 "bumpalo",
6050 "leb128",
6051 "memchr",
clubby789868668e2024-11-25 15:06:436052 "unicode-width 0.2.0",
github-actions0f1e2532025-01-12 00:23:376053 "wasm-encoder 0.223.0",
Alex Crichton2a3e22b2024-06-24 19:30:446054]
6055
6056[[package]]
6057name = "wat"
github-actions0f1e2532025-01-12 00:23:376058version = "1.223.0"
Alex Crichton2a3e22b2024-06-24 19:30:446059source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:376060checksum = "662786915c427e4918ff01eabb3c4756d4d947cd8f635761526b4cc9da2eaaad"
Alex Crichton2a3e22b2024-06-24 19:30:446061dependencies = [
6062 "wast",
6063]
6064
6065[[package]]
clubby789868668e2024-11-25 15:06:436066name = "web-time"
6067version = "1.1.0"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6070dependencies = [
6071 "js-sys",
6072 "wasm-bindgen",
6073]
6074
6075[[package]]
Steve Klabnika0769612017-02-07 23:13:576076name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446077version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226078source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446079checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226080dependencies = [
Alex Crichton093ede22019-08-15 00:45:096081 "winapi-i686-pc-windows-gnu",
6082 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226083]
6084
6085[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226086name = "winapi-i686-pc-windows-gnu"
6087version = "0.4.0"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096089checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226090
6091[[package]]
Alex Crichton2863b752018-08-21 17:23:476092name = "winapi-util"
Trevor Gross7240da02024-08-07 07:09:126093version = "0.1.9"
Alex Crichton2863b752018-08-21 17:23:476094source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126095checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
Alex Crichton2863b752018-08-21 17:23:476096dependencies = [
Trevor Gross7240da02024-08-07 07:09:126097 "windows-sys 0.59.0",
Alex Crichton2863b752018-08-21 17:23:476098]
6099
6100[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226101name = "winapi-x86_64-pc-windows-gnu"
6102version = "0.4.0"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096104checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226105
6106[[package]]
Weihang Loe52e0402023-03-07 22:16:276107name = "windows"
Guillaume Gomezf4495862024-07-31 14:08:316108version = "0.57.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
6111dependencies = [
6112 "windows-core 0.57.0",
Trevor Gross7240da02024-08-07 07:09:126113 "windows-targets 0.52.6",
Andy Russellbb7c3732023-01-15 18:43:156114]
6115
6116[[package]]
klensy84ce2e12025-01-14 13:57:046117name = "windows"
6118version = "0.59.0"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "7f919aee0a93304be7f62e8e5027811bbba96bcb1de84d6618be56e43f8a32a1"
6121dependencies = [
6122 "windows-core 0.59.0",
6123 "windows-targets 0.53.0",
6124]
6125
6126[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076127name = "windows-bindgen"
Chris Denton34860a52024-07-04 12:09:256128version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076129source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:256130checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
Chris Dentonf9b3d6a2023-04-15 10:57:076131dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346132 "proc-macro2",
6133 "rayon",
Chris Dentonb25203e2024-03-03 14:44:586134 "serde",
6135 "serde_json",
github-actions0f1e2532025-01-12 00:23:376136 "syn 2.0.96",
Chris Dentonf9b3d6a2023-04-15 10:57:076137 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076138]
6139
6140[[package]]
clubby7899b73db32024-01-29 12:21:166141name = "windows-core"
6142version = "0.52.0"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
6145dependencies = [
Trevor Gross7240da02024-08-07 07:09:126146 "windows-targets 0.52.6",
clubby7899b73db32024-01-29 12:21:166147]
6148
6149[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316150name = "windows-core"
6151version = "0.57.0"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
6154dependencies = [
klensy84ce2e12025-01-14 13:57:046155 "windows-implement 0.57.0",
6156 "windows-interface 0.57.0",
6157 "windows-result 0.1.2",
Trevor Gross7240da02024-08-07 07:09:126158 "windows-targets 0.52.6",
Guillaume Gomezf4495862024-07-31 14:08:316159]
6160
6161[[package]]
klensy84ce2e12025-01-14 13:57:046162name = "windows-core"
6163version = "0.59.0"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "810ce18ed2112484b0d4e15d022e5f598113e220c53e373fb31e67e21670c1ce"
6166dependencies = [
6167 "windows-implement 0.59.0",
6168 "windows-interface 0.59.0",
6169 "windows-result 0.3.0",
6170 "windows-strings",
6171 "windows-targets 0.53.0",
6172]
6173
6174[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316175name = "windows-implement"
6176version = "0.57.0"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
6179dependencies = [
6180 "proc-macro2",
6181 "quote",
github-actions0f1e2532025-01-12 00:23:376182 "syn 2.0.96",
Guillaume Gomezf4495862024-07-31 14:08:316183]
6184
6185[[package]]
klensy84ce2e12025-01-14 13:57:046186name = "windows-implement"
6187version = "0.59.0"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
6190dependencies = [
6191 "proc-macro2",
6192 "quote",
6193 "syn 2.0.96",
6194]
6195
6196[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316197name = "windows-interface"
6198version = "0.57.0"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
6201dependencies = [
6202 "proc-macro2",
6203 "quote",
github-actions0f1e2532025-01-12 00:23:376204 "syn 2.0.96",
Guillaume Gomezf4495862024-07-31 14:08:316205]
6206
6207[[package]]
klensy84ce2e12025-01-14 13:57:046208name = "windows-interface"
6209version = "0.59.0"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
6212dependencies = [
6213 "proc-macro2",
6214 "quote",
6215 "syn 2.0.96",
6216]
6217
6218[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076219name = "windows-metadata"
Chris Denton34860a52024-07-04 12:09:256220version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076221source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:256222checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
Chris Dentonf9b3d6a2023-04-15 10:57:076223
6224[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316225name = "windows-result"
6226version = "0.1.2"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
6229dependencies = [
Trevor Gross7240da02024-08-07 07:09:126230 "windows-targets 0.52.6",
Guillaume Gomezf4495862024-07-31 14:08:316231]
6232
6233[[package]]
klensy84ce2e12025-01-14 13:57:046234name = "windows-result"
6235version = "0.3.0"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "d08106ce80268c4067c0571ca55a9b4e9516518eaa1a1fe9b37ca403ae1d1a34"
6238dependencies = [
6239 "windows-targets 0.53.0",
6240]
6241
6242[[package]]
6243name = "windows-strings"
6244version = "0.3.0"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "b888f919960b42ea4e11c2f408fadb55f78a9f236d5eef084103c8ce52893491"
6247dependencies = [
6248 "windows-targets 0.53.0",
6249]
6250
6251[[package]]
Philipp Krones586cbd02022-06-04 12:07:446252name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386253version = "0.48.0"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6256dependencies = [
clubby7899b73db32024-01-29 12:21:166257 "windows-targets 0.48.5",
Philipp Kronesac25a732023-08-24 19:33:176258]
6259
6260[[package]]
clubby789527f9032024-01-21 23:51:336261name = "windows-sys"
6262version = "0.52.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6265dependencies = [
Trevor Gross7240da02024-08-07 07:09:126266 "windows-targets 0.52.6",
6267]
6268
6269[[package]]
6270name = "windows-sys"
6271version = "0.59.0"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6274dependencies = [
6275 "windows-targets 0.52.6",
clubby789527f9032024-01-21 23:51:336276]
6277
6278[[package]]
Philipp Kronesac25a732023-08-24 19:33:176279name = "windows-targets"
clubby7899b73db32024-01-29 12:21:166280version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176281source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166282checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
Philipp Kronesac25a732023-08-24 19:33:176283dependencies = [
clubby7899b73db32024-01-29 12:21:166284 "windows_aarch64_gnullvm 0.48.5",
6285 "windows_aarch64_msvc 0.48.5",
6286 "windows_i686_gnu 0.48.5",
6287 "windows_i686_msvc 0.48.5",
6288 "windows_x86_64_gnu 0.48.5",
6289 "windows_x86_64_gnullvm 0.48.5",
6290 "windows_x86_64_msvc 0.48.5",
Weihang Lo6f38fd52023-02-07 22:26:226291]
6292
6293[[package]]
clubby789527f9032024-01-21 23:51:336294name = "windows-targets"
Trevor Gross7240da02024-08-07 07:09:126295version = "0.52.6"
clubby789527f9032024-01-21 23:51:336296source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126297checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
clubby789527f9032024-01-21 23:51:336298dependencies = [
Trevor Gross7240da02024-08-07 07:09:126299 "windows_aarch64_gnullvm 0.52.6",
6300 "windows_aarch64_msvc 0.52.6",
6301 "windows_i686_gnu 0.52.6",
klensy84ce2e12025-01-14 13:57:046302 "windows_i686_gnullvm 0.52.6",
Trevor Gross7240da02024-08-07 07:09:126303 "windows_i686_msvc 0.52.6",
6304 "windows_x86_64_gnu 0.52.6",
6305 "windows_x86_64_gnullvm 0.52.6",
6306 "windows_x86_64_msvc 0.52.6",
clubby789527f9032024-01-21 23:51:336307]
6308
6309[[package]]
klensy84ce2e12025-01-14 13:57:046310name = "windows-targets"
6311version = "0.53.0"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
6314dependencies = [
6315 "windows_aarch64_gnullvm 0.53.0",
6316 "windows_aarch64_msvc 0.53.0",
6317 "windows_i686_gnu 0.53.0",
6318 "windows_i686_gnullvm 0.53.0",
6319 "windows_i686_msvc 0.53.0",
6320 "windows_x86_64_gnu 0.53.0",
6321 "windows_x86_64_gnullvm 0.53.0",
6322 "windows_x86_64_msvc 0.53.0",
6323]
6324
6325[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226326name = "windows_aarch64_gnullvm"
clubby7899b73db32024-01-29 12:21:166327version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176328source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166329checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
nilsf77541a2023-04-11 11:46:416330
6331[[package]]
clubby789527f9032024-01-21 23:51:336332name = "windows_aarch64_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126333version = "0.52.6"
clubby789527f9032024-01-21 23:51:336334source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126335checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
clubby789527f9032024-01-21 23:51:336336
6337[[package]]
klensy84ce2e12025-01-14 13:57:046338name = "windows_aarch64_gnullvm"
6339version = "0.53.0"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
6342
6343[[package]]
Philipp Krones586cbd02022-06-04 12:07:446344name = "windows_aarch64_msvc"
clubby7899b73db32024-01-29 12:21:166345version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176346source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166347checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
nilsf77541a2023-04-11 11:46:416348
6349[[package]]
clubby789527f9032024-01-21 23:51:336350name = "windows_aarch64_msvc"
Trevor Gross7240da02024-08-07 07:09:126351version = "0.52.6"
clubby789527f9032024-01-21 23:51:336352source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126353checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
clubby789527f9032024-01-21 23:51:336354
6355[[package]]
klensy84ce2e12025-01-14 13:57:046356name = "windows_aarch64_msvc"
6357version = "0.53.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
6360
6361[[package]]
Philipp Krones586cbd02022-06-04 12:07:446362name = "windows_i686_gnu"
clubby7899b73db32024-01-29 12:21:166363version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176364source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166365checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
nilsf77541a2023-04-11 11:46:416366
6367[[package]]
clubby789527f9032024-01-21 23:51:336368name = "windows_i686_gnu"
Trevor Gross7240da02024-08-07 07:09:126369version = "0.52.6"
clubby789527f9032024-01-21 23:51:336370source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126371checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
Mark Rousskov12200c92024-05-11 14:27:176372
6373[[package]]
klensy84ce2e12025-01-14 13:57:046374name = "windows_i686_gnu"
6375version = "0.53.0"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
6378
6379[[package]]
Mark Rousskov12200c92024-05-11 14:27:176380name = "windows_i686_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126381version = "0.52.6"
Mark Rousskov12200c92024-05-11 14:27:176382source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126383checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
clubby789527f9032024-01-21 23:51:336384
6385[[package]]
klensy84ce2e12025-01-14 13:57:046386name = "windows_i686_gnullvm"
6387version = "0.53.0"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
6390
6391[[package]]
Philipp Krones586cbd02022-06-04 12:07:446392name = "windows_i686_msvc"
clubby7899b73db32024-01-29 12:21:166393version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176394source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166395checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
nilsf77541a2023-04-11 11:46:416396
6397[[package]]
clubby789527f9032024-01-21 23:51:336398name = "windows_i686_msvc"
Trevor Gross7240da02024-08-07 07:09:126399version = "0.52.6"
clubby789527f9032024-01-21 23:51:336400source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126401checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
clubby789527f9032024-01-21 23:51:336402
6403[[package]]
klensy84ce2e12025-01-14 13:57:046404name = "windows_i686_msvc"
6405version = "0.53.0"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
6408
6409[[package]]
Philipp Krones586cbd02022-06-04 12:07:446410name = "windows_x86_64_gnu"
clubby7899b73db32024-01-29 12:21:166411version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176412source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166413checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
nilsf77541a2023-04-11 11:46:416414
6415[[package]]
clubby789527f9032024-01-21 23:51:336416name = "windows_x86_64_gnu"
Trevor Gross7240da02024-08-07 07:09:126417version = "0.52.6"
clubby789527f9032024-01-21 23:51:336418source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126419checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
clubby789527f9032024-01-21 23:51:336420
6421[[package]]
klensy84ce2e12025-01-14 13:57:046422name = "windows_x86_64_gnu"
6423version = "0.53.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
6426
6427[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556428name = "windows_x86_64_gnullvm"
clubby7899b73db32024-01-29 12:21:166429version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176430source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166431checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
nilsf77541a2023-04-11 11:46:416432
6433[[package]]
clubby789527f9032024-01-21 23:51:336434name = "windows_x86_64_gnullvm"
Trevor Gross7240da02024-08-07 07:09:126435version = "0.52.6"
clubby789527f9032024-01-21 23:51:336436source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126437checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
clubby789527f9032024-01-21 23:51:336438
6439[[package]]
klensy84ce2e12025-01-14 13:57:046440name = "windows_x86_64_gnullvm"
6441version = "0.53.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
6444
6445[[package]]
Philipp Krones586cbd02022-06-04 12:07:446446name = "windows_x86_64_msvc"
clubby7899b73db32024-01-29 12:21:166447version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176448source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166449checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
nilsf77541a2023-04-11 11:46:416450
6451[[package]]
clubby789527f9032024-01-21 23:51:336452name = "windows_x86_64_msvc"
Trevor Gross7240da02024-08-07 07:09:126453version = "0.52.6"
clubby789527f9032024-01-21 23:51:336454source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126455checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
clubby789527f9032024-01-21 23:51:336456
6457[[package]]
klensy84ce2e12025-01-14 13:57:046458name = "windows_x86_64_msvc"
6459version = "0.53.0"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
6462
6463[[package]]
Philipp Krones612c3422023-06-02 09:42:426464name = "winnow"
clubby7899b73db32024-01-29 12:21:166465version = "0.5.40"
Philipp Krones612c3422023-06-02 09:42:426466source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166467checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
Philipp Krones612c3422023-06-02 09:42:426468dependencies = [
6469 "memchr",
6470]
6471
6472[[package]]
Alex Crichtonc0a00b72024-12-03 18:21:126473name = "winsplit"
6474version = "0.1.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956"
6477
6478[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:446479name = "wit-component"
Alex Crichton86006942025-01-21 23:20:546480version = "0.223.0"
Alex Crichton2a3e22b2024-06-24 19:30:446481source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton86006942025-01-21 23:20:546482checksum = "c10ed2aeee4c8ec5715875f62f4a3de3608d6987165c116810d8c2908aa9d93b"
Alex Crichton2a3e22b2024-06-24 19:30:446483dependencies = [
6484 "anyhow",
clubby789868668e2024-11-25 15:06:436485 "bitflags",
Alex Crichton2a3e22b2024-06-24 19:30:446486 "indexmap",
6487 "log",
6488 "serde",
6489 "serde_derive",
6490 "serde_json",
Alex Crichton86006942025-01-21 23:20:546491 "wasm-encoder 0.223.0",
Alex Crichton2a3e22b2024-06-24 19:30:446492 "wasm-metadata",
Alex Crichton86006942025-01-21 23:20:546493 "wasmparser 0.223.0",
Alex Crichton2a3e22b2024-06-24 19:30:446494 "wit-parser",
6495]
6496
6497[[package]]
6498name = "wit-parser"
Alex Crichton86006942025-01-21 23:20:546499version = "0.223.0"
Alex Crichton2a3e22b2024-06-24 19:30:446500source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton86006942025-01-21 23:20:546501checksum = "92772f4dcacb804b275981eea1d920b12b377993b53307f1e33d87404e080281"
Alex Crichton2a3e22b2024-06-24 19:30:446502dependencies = [
6503 "anyhow",
6504 "id-arena",
6505 "indexmap",
6506 "log",
6507 "semver",
6508 "serde",
6509 "serde_derive",
6510 "serde_json",
6511 "unicode-xid",
Alex Crichton86006942025-01-21 23:20:546512 "wasmparser 0.223.0",
Alex Crichton2a3e22b2024-06-24 19:30:446513]
6514
6515[[package]]
clubby789868668e2024-11-25 15:06:436516name = "write16"
6517version = "1.0.0"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
6520
6521[[package]]
Charles Lewa7750042022-11-06 06:43:256522name = "writeable"
clubby7899d85dfc2024-06-08 19:18:316523version = "0.5.5"
Charles Lewa7750042022-11-06 06:43:256524source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316525checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
Charles Lewa7750042022-11-06 06:43:256526
6527[[package]]
Josh Stone020c5ec2017-05-08 22:01:136528name = "xattr"
github-actions0f1e2532025-01-12 00:23:376529version = "1.4.0"
Josh Stone020c5ec2017-05-08 22:01:136530source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions0f1e2532025-01-12 00:23:376531checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
Josh Stone020c5ec2017-05-08 22:01:136532dependencies = [
Alex Crichton093ede22019-08-15 00:45:096533 "libc",
clubby7899b73db32024-01-29 12:21:166534 "linux-raw-sys",
6535 "rustix",
Josh Stone020c5ec2017-05-08 22:01:136536]
6537
6538[[package]]
Josh Stone020c5ec2017-05-08 22:01:136539name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256540version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136541source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256542checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136543dependencies = [
Alex Crichton093ede22019-08-15 00:45:096544 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136545]
6546
6547[[package]]
Igor Matuszewski2214a412021-05-03 20:59:356548name = "yansi-term"
6549version = "0.1.2"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6552dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316553 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356554]
Charles Lewa7750042022-11-06 06:43:256555
6556[[package]]
6557name = "yoke"
clubby789868668e2024-11-25 15:06:436558version = "0.7.5"
Charles Lewa7750042022-11-06 06:43:256559source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:436560checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
Charles Lewa7750042022-11-06 06:43:256561dependencies = [
6562 "serde",
6563 "stable_deref_trait",
6564 "yoke-derive",
6565 "zerofrom",
6566]
6567
6568[[package]]
6569name = "yoke-derive"
clubby789868668e2024-11-25 15:06:436570version = "0.7.5"
Charles Lewa7750042022-11-06 06:43:256571source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:436572checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
Charles Lewa7750042022-11-06 06:43:256573dependencies = [
6574 "proc-macro2",
6575 "quote",
github-actions0f1e2532025-01-12 00:23:376576 "syn 2.0.96",
klensy7142c8d2023-11-09 11:37:306577 "synstructure",
Charles Lewa7750042022-11-06 06:43:256578]
6579
6580[[package]]
Ralf Jung71c9ceb2023-12-02 18:16:096581name = "zerocopy"
Trevor Gross7240da02024-08-07 07:09:126582version = "0.7.35"
Ralf Jung71c9ceb2023-12-02 18:16:096583source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126584checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
Ralf Jung71c9ceb2023-12-02 18:16:096585dependencies = [
Trevor Gross7240da02024-08-07 07:09:126586 "byteorder",
Ralf Jung71c9ceb2023-12-02 18:16:096587 "zerocopy-derive",
6588]
6589
6590[[package]]
6591name = "zerocopy-derive"
Trevor Gross7240da02024-08-07 07:09:126592version = "0.7.35"
Ralf Jung71c9ceb2023-12-02 18:16:096593source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126594checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
Ralf Jung71c9ceb2023-12-02 18:16:096595dependencies = [
6596 "proc-macro2",
6597 "quote",
github-actions0f1e2532025-01-12 00:23:376598 "syn 2.0.96",
Ralf Jung71c9ceb2023-12-02 18:16:096599]
6600
6601[[package]]
Charles Lewa7750042022-11-06 06:43:256602name = "zerofrom"
clubby789868668e2024-11-25 15:06:436603version = "0.1.5"
Charles Lewa7750042022-11-06 06:43:256604source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:436605checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
Charles Lewa7750042022-11-06 06:43:256606dependencies = [
6607 "zerofrom-derive",
6608]
6609
6610[[package]]
6611name = "zerofrom-derive"
clubby789868668e2024-11-25 15:06:436612version = "0.1.5"
Charles Lewa7750042022-11-06 06:43:256613source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789868668e2024-11-25 15:06:436614checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
Charles Lewa7750042022-11-06 06:43:256615dependencies = [
6616 "proc-macro2",
6617 "quote",
github-actions0f1e2532025-01-12 00:23:376618 "syn 2.0.96",
klensy7142c8d2023-11-09 11:37:306619 "synstructure",
Charles Lewa7750042022-11-06 06:43:256620]
6621
6622[[package]]
6623name = "zerovec"
Trevor Gross7240da02024-08-07 07:09:126624version = "0.10.4"
Charles Lewa7750042022-11-06 06:43:256625source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126626checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
Charles Lewa7750042022-11-06 06:43:256627dependencies = [
6628 "yoke",
6629 "zerofrom",
6630 "zerovec-derive",
6631]
6632
6633[[package]]
6634name = "zerovec-derive"
Trevor Gross7240da02024-08-07 07:09:126635version = "0.10.3"
Charles Lewa7750042022-11-06 06:43:256636source = "registry+https://github.com/rust-lang/crates.io-index"
Trevor Gross7240da02024-08-07 07:09:126637checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
Charles Lewa7750042022-11-06 06:43:256638dependencies = [
6639 "proc-macro2",
6640 "quote",
github-actions0f1e2532025-01-12 00:23:376641 "syn 2.0.96",
Charles Lewa7750042022-11-06 06:43:256642]