blob: 316926e584e2314b829f9d7d9fc96f69b1504a62 [file] [log] [blame]
Hirokazu Hatabd4df0c2019-02-04 16:31:481# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Eric Hussea194b82021-03-26 19:29:083version = 3
4
Ahmed Charles9ca382f2016-09-02 08:55:295[[package]]
Alex Crichton06d565c2020-05-13 21:22:376name = "addr2line"
dirreke74817b72023-08-14 14:57:387version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:3211 "gimli 0.28.1",
12]
13
14[[package]]
15name = "addr2line"
16version = "0.22.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
19dependencies = [
dirreke74817b72023-08-14 14:57:3820 "compiler_builtins",
Jubilee Young3ec9d8d2024-05-28 00:05:3221 "gimli 0.29.0",
Michael Howellcf83a1d2022-11-03 17:10:1522 "rustc-std-workspace-alloc",
23 "rustc-std-workspace-core",
Ralf Jung10430db2022-07-15 14:04:2324]
25
26[[package]]
Alex Crichton06d565c2020-05-13 21:22:3727name = "adler"
Ralf Jung10430db2022-07-15 14:04:2328version = "1.0.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Michael Howellcf83a1d2022-11-03 17:10:1531dependencies = [
32 "compiler_builtins",
33 "rustc-std-workspace-core",
34]
Ralf Jung10430db2022-07-15 14:04:2335
36[[package]]
Ralf Jung49e8acb2023-10-21 06:41:4537name = "aes"
clubby7899b73db32024-01-29 12:21:1638version = "0.8.4"
Ralf Jung49e8acb2023-10-21 06:41:4539source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:1640checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
Ralf Jung49e8acb2023-10-21 06:41:4541dependencies = [
42 "cfg-if",
43 "cipher",
44 "cpufeatures",
45]
46
47[[package]]
Lain Yang9a337b62022-01-07 05:32:5848name = "ahash"
github-actionsc486d2d2024-03-17 00:26:0149version = "0.8.11"
Amanieu d'Antrasa529ba82023-01-09 17:49:2450source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:0151checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
Amanieu d'Antrasa529ba82023-01-09 17:49:2452dependencies = [
53 "cfg-if",
Guillaume Gomez8d40b9e2024-07-18 18:56:3654 "getrandom",
Amanieu d'Antrasa529ba82023-01-09 17:49:2455 "once_cell",
56 "version_check",
Ralf Jung71c9ceb2023-12-02 18:16:0957 "zerocopy",
Amanieu d'Antrasa529ba82023-01-09 17:49:2458]
59
60[[package]]
Steve Klabnika0769612017-02-07 23:13:5761name = "aho-corasick"
github-actions1848b462024-03-24 12:09:2862version = "1.1.3"
Eric Huss6a09cfa2019-05-16 05:27:3963source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:2864checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
Eric Huss6a09cfa2019-05-16 05:27:3965dependencies = [
Alex Crichton093ede22019-08-15 00:45:0966 "memchr",
Eric Huss6a09cfa2019-05-16 05:27:3967]
68
69[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:2970name = "alloc"
71version = "0.0.0"
72dependencies = [
Alex Crichton093ede22019-08-15 00:45:0973 "compiler_builtins",
74 "core",
Thom Chiovolonia4bf36e2022-11-21 00:55:4175 "rand",
Aaron Hill70ba4912020-08-01 14:11:1576 "rand_xorshift",
Ahmed Charles9ca382f2016-09-02 08:55:2977]
78
79[[package]]
The 8472479be6a2023-06-08 14:55:4980name = "allocator-api2"
Mark Rousskov12200c92024-05-11 14:27:1781version = "0.2.18"
The 8472479be6a2023-06-08 14:55:4982source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:1783checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
The 8472479be6a2023-06-08 14:55:4984
85[[package]]
steveklabnikecfbaca2018-04-03 14:32:0486name = "ammonia"
github-actions36c09332024-05-19 00:17:3887version = "4.0.0"
Eric Huss2dafa912019-06-19 03:36:4788source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:3889checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
Eric Huss2dafa912019-06-19 03:36:4790dependencies = [
klensy52242f22024-06-15 15:53:4591 "html5ever",
Alex Crichton093ede22019-08-15 00:45:0992 "maplit",
klensy947e7872022-04-15 18:11:1493 "once_cell",
Alex Crichton093ede22019-08-15 00:45:0994 "tendril",
Eric Huss4a7e2fb2022-08-21 04:19:4395 "url",
Eric Huss2dafa912019-06-19 03:36:4796]
97
98[[package]]
Nilstrieb3295cdf2023-06-26 07:21:3599name = "android-tzdata"
100version = "0.1.1"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
103
104[[package]]
nilsf77541a2023-04-11 11:46:41105name = "android_system_properties"
106version = "0.1.5"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
109dependencies = [
110 "libc",
111]
112
113[[package]]
topecongiroca19ffe2019-04-17 22:42:18114name = "annotate-snippets"
clubby7899b73db32024-01-29 12:21:16115version = "0.9.2"
Caleb Cartwrightf367f4d2022-06-13 03:04:54116source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16117checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
Igor Matuszewski2214a412021-05-03 20:59:35118dependencies = [
Caleb Cartwrightf367f4d2022-06-13 03:04:54119 "unicode-width",
Igor Matuszewski2214a412021-05-03 20:59:35120 "yansi-term",
121]
Juan Aguilar Santillanae9c78db2020-05-08 20:48:26122
123[[package]]
klensy5b153b52023-12-30 15:11:41124name = "annotate-snippets"
github-actions8ef19812024-03-03 00:16:16125version = "0.10.2"
klensy5b153b52023-12-30 15:11:41126source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:16127checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6"
klensy5b153b52023-12-30 15:11:41128dependencies = [
129 "anstyle",
130 "unicode-width",
131]
132
133[[package]]
Philipp Kronese395dc92024-05-02 15:27:08134name = "annotate-snippets"
github-actions729ed812024-06-16 00:18:06135version = "0.11.4"
Philipp Kronese395dc92024-05-02 15:27:08136source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:06137checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
Philipp Kronese395dc92024-05-02 15:27:08138dependencies = [
139 "anstyle",
140 "unicode-width",
141]
142
143[[package]]
Philipp Kronesac25a732023-08-24 19:33:17144name = "ansi_term"
145version = "0.12.1"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
148dependencies = [
149 "winapi",
150]
151
152[[package]]
Eric Huss6e298622023-04-01 15:49:20153name = "anstream"
Mark Rousskov12200c92024-05-11 14:27:17154version = "0.6.14"
Eric Huss51f20b42024-02-07 04:22:13155source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17156checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
Eric Huss51f20b42024-02-07 04:22:13157dependencies = [
158 "anstyle",
159 "anstyle-parse",
160 "anstyle-query",
Philipp Kronesf99056b2024-02-27 14:50:23161 "anstyle-wincon",
Nilstrieb3295cdf2023-06-26 07:21:35162 "colorchoice",
Mark Rousskov12200c92024-05-11 14:27:17163 "is_terminal_polyfill",
Eric Huss6e298622023-04-01 15:49:20164 "utf8parse",
165]
166
167[[package]]
168name = "anstyle"
Mark Rousskov12200c92024-05-11 14:27:17169version = "1.0.7"
Eric Huss6e298622023-04-01 15:49:20170source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17171checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
Eric Huss6e298622023-04-01 15:49:20172
173[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52174name = "anstyle-lossy"
Mark Rousskov12200c92024-05-11 14:27:17175version = "1.1.1"
Esteban Kuberb4bdb562024-03-02 22:36:52176source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17177checksum = "6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004"
Esteban Kuberb4bdb562024-03-02 22:36:52178dependencies = [
179 "anstyle",
180]
181
182[[package]]
Eric Huss6e298622023-04-01 15:49:20183name = "anstyle-parse"
Mark Rousskov12200c92024-05-11 14:27:17184version = "0.2.4"
Eric Huss6e298622023-04-01 15:49:20185source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17186checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
Eric Huss6e298622023-04-01 15:49:20187dependencies = [
188 "utf8parse",
189]
190
191[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35192name = "anstyle-query"
clubby789d42c9602024-06-08 19:22:16193version = "1.1.0"
Eric Huss6e298622023-04-01 15:49:20194source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16195checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
Nilstrieb3295cdf2023-06-26 07:21:35196dependencies = [
clubby7899b73db32024-01-29 12:21:16197 "windows-sys 0.52.0",
Nilstrieb3295cdf2023-06-26 07:21:35198]
199
200[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:52201name = "anstyle-svg"
Mark Rousskov12200c92024-05-11 14:27:17202version = "0.1.4"
Esteban Kuberb4bdb562024-03-02 22:36:52203source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17204checksum = "bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa"
Esteban Kuberb4bdb562024-03-02 22:36:52205dependencies = [
206 "anstream",
207 "anstyle",
208 "anstyle-lossy",
209 "html-escape",
210 "unicode-width",
211]
212
213[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35214name = "anstyle-wincon"
Mark Rousskov12200c92024-05-11 14:27:17215version = "3.0.3"
Eric Huss51f20b42024-02-07 04:22:13216source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17217checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
Eric Huss51f20b42024-02-07 04:22:13218dependencies = [
219 "anstyle",
220 "windows-sys 0.52.0",
221]
222
223[[package]]
Eric Huss6da85d62020-01-14 17:47:04224name = "anyhow"
github-actions36c09332024-05-19 00:17:38225version = "1.0.86"
Eric Huss6da85d62020-01-14 17:47:04226source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38227checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
Jakub Beránek91d2fb22023-06-03 07:41:44228dependencies = [
229 "backtrace",
230]
Eric Huss6da85d62020-01-14 17:47:04231
232[[package]]
bjorn3be670842022-05-28 10:43:51233name = "ar_archive_writer"
bjorn358e55142024-04-16 18:31:43234version = "0.3.0"
bjorn3be670842022-05-28 10:43:51235source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn358e55142024-04-16 18:31:43236checksum = "f8412a2d690663356cba5a2532f3ed55d1e8090743bc6695b88403b27df67733"
bjorn3be670842022-05-28 10:43:51237dependencies = [
bjorn358e55142024-04-16 18:31:43238 "object 0.35.0",
bjorn3be670842022-05-28 10:43:51239]
240
241[[package]]
Nicholas Nethercotec492ca42020-07-14 00:31:54242name = "arrayvec"
Nilstrieb3295cdf2023-06-26 07:21:35243version = "0.7.4"
Jubilee Younge8eb6912021-04-22 04:40:29244source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:35245checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
Nicholas Nethercotec492ca42020-07-14 00:31:54246
247[[package]]
Félix Saparellibdcc21c2019-09-21 10:56:05248name = "autocfg"
Mark Rousskov12200c92024-05-11 14:27:17249version = "1.3.0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35250source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17251checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
Mateusz Mikułaf5e702d2020-03-26 13:10:35252
253[[package]]
Ralf Jung10430db2022-07-15 14:04:23254name = "backtrace"
github-actions1848b462024-03-24 12:09:28255version = "0.3.71"
Ralf Jung10430db2022-07-15 14:04:23256source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28257checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
Ralf Jung10430db2022-07-15 14:04:23258dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:32259 "addr2line 0.21.0",
Ralf Jung10430db2022-07-15 14:04:23260 "cc",
Chris Denton531f3c9e2022-12-20 15:26:42261 "cfg-if",
Ralf Jung10430db2022-07-15 14:04:23262 "libc",
Jubilee Young079949d2023-06-29 23:18:36263 "miniz_oxide",
Ben Kimock2f6fb232024-03-18 22:47:41264 "object 0.32.2",
Ralf Jung10430db2022-07-15 14:04:23265 "rustc-demangle",
266]
267
268[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:44269name = "base64"
clubby7899b73db32024-01-29 12:21:16270version = "0.21.7"
Jakub Beránek91d2fb22023-06-03 07:41:44271source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16272checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
Jakub Beránek91d2fb22023-06-03 07:41:44273
274[[package]]
Guillaume Gomez76714c32023-03-06 10:15:59275name = "basic-toml"
github-actionsc486d2d2024-03-17 00:26:01276version = "0.1.9"
Guillaume Gomez76714c32023-03-06 10:15:59277source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01278checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
Guillaume Gomez76714c32023-03-06 10:15:59279dependencies = [
280 "serde",
281]
282
283[[package]]
Luca Palmiericd7688b2023-05-22 17:26:20284name = "bincode"
285version = "1.3.3"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
288dependencies = [
289 "serde",
290]
291
292[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58293name = "bitflags"
Guillaume Gomez7f78a9a2022-07-26 18:36:20294version = "1.3.2"
Tamir Duberstein231d9e72017-09-08 19:08:01295source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:20296checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Tamir Duberstein231d9e72017-09-08 19:08:01297
298[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35299name = "bitflags"
github-actions1848b462024-03-24 12:09:28300version = "2.5.0"
Pietro Albiniacd8e592020-10-01 15:15:12301source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28302checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
Nilstrieb3295cdf2023-06-26 07:21:35303
304[[package]]
305name = "block-buffer"
306version = "0.10.4"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Pietro Albiniacd8e592020-10-01 15:15:12309dependencies = [
klensy45fac342022-08-31 20:04:12310 "generic-array",
James Munnsde763692019-01-19 02:39:37311]
312
313[[package]]
Eric Huss6a09cfa2019-05-16 05:27:39314name = "bstr"
clubby7899b73db32024-01-29 12:21:16315version = "1.6.0"
Ralf Jung55162732022-11-15 19:06:42316source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16317checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
Ralf Jung55162732022-11-15 19:06:42318dependencies = [
319 "memchr",
dalance9d1ec7e2024-05-05 00:01:47320 "regex-automata 0.3.7",
Ralf Jung55162732022-11-15 19:06:42321 "serde",
322]
323
324[[package]]
Alex Crichton9e8785f2017-01-24 22:37:04325name = "build-manifest"
326version = "0.1.0"
327dependencies = [
Pietro Albini3bddfea2020-09-18 12:40:01328 "anyhow",
Pietro Albini89ffab72020-09-24 12:13:40329 "flate2",
Weihang Loe52e0402023-03-07 22:16:27330 "hex",
Pietro Albiniacd8e592020-10-01 15:15:12331 "rayon",
Alex Crichton093ede22019-08-15 00:45:09332 "serde",
Ralf Jung9138d3b2019-11-03 10:47:07333 "serde_json",
Pietro Albiniacd8e592020-10-01 15:15:12334 "sha2",
Pietro Albini89ffab72020-09-24 12:13:40335 "tar",
Nilstrieb3295cdf2023-06-26 07:21:35336 "toml 0.5.11",
Mark Rousskove40a4462023-04-17 01:27:25337 "xz2",
Alex Crichton9e8785f2017-01-24 22:37:04338]
339
340[[package]]
Nilstrieb25c15312022-12-30 10:11:33341name = "build_helper"
342version = "0.1.0"
Jakub Beránek91d2fb22023-06-03 07:41:44343dependencies = [
344 "serde",
345 "serde_derive",
346]
Nilstrieb25c15312022-12-30 10:11:33347
348[[package]]
Pietro Albini80b81ad2021-08-26 09:26:03349name = "bump-stage0"
350version = "0.1.0"
351dependencies = [
352 "anyhow",
onur-ozkanb46c3f22024-05-09 15:18:01353 "build_helper",
Pietro Albini80b81ad2021-08-26 09:26:03354 "curl",
klensyc653bb92023-11-18 09:42:05355 "indexmap",
Pietro Albini80b81ad2021-08-26 09:26:03356 "serde",
Nilstrieb3295cdf2023-06-26 07:21:35357 "toml 0.5.11",
Pietro Albini80b81ad2021-08-26 09:26:03358]
359
360[[package]]
nilsf77541a2023-04-11 11:46:41361name = "bumpalo"
Mark Rousskov12200c92024-05-11 14:27:17362version = "3.16.0"
nilsf77541a2023-04-11 11:46:41363source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17364checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
nilsf77541a2023-04-11 11:46:41365
366[[package]]
Alex Crichton4f661c02018-10-08 17:39:09367name = "bytecount"
Mark Rousskov12200c92024-05-11 14:27:17368version = "0.6.8"
Alex Crichton4f661c02018-10-08 17:39:09369source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17370checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
Alex Crichton4f661c02018-10-08 17:39:09371
372[[package]]
Jubilee Young7156ff62023-05-10 03:29:27373name = "byteorder"
clubby78956bc5522024-01-21 17:16:26374version = "1.5.0"
Jubilee Young7156ff62023-05-10 03:29:27375source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:26376checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Jubilee Young7156ff62023-05-10 03:29:27377
378[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:43379name = "bytes"
github-actions1848b462024-03-24 12:09:28380version = "1.6.0"
Matthias Krüger696fb8f2019-01-21 15:32:43381source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28382checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
Matthias Krüger696fb8f2019-01-21 15:32:43383
384[[package]]
Caleb Cartwright0697f562021-10-20 05:15:20385name = "camino"
github-actions36c09332024-05-19 00:17:38386version = "1.1.7"
Caleb Cartwright0697f562021-10-20 05:15:20387source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38388checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
Caleb Cartwright0697f562021-10-20 05:15:20389dependencies = [
390 "serde",
391]
392
393[[package]]
Ralf Jung759e4952020-06-01 18:17:20394name = "cargo-miri"
395version = "0.1.0"
396dependencies = [
clubby7899b73db32024-01-29 12:21:16397 "cargo_metadata 0.18.1",
Ralf Jung759e4952020-06-01 18:17:20398 "directories",
Ralf Jung9cc11e22022-10-04 13:23:57399 "rustc-build-sysroot",
Ralf Jung3f88f4c2023-02-26 18:09:17400 "rustc_tools_util",
Ralf Junge5684232022-01-05 09:41:22401 "rustc_version",
Ralf Jung759e4952020-06-01 18:17:20402 "serde",
403 "serde_json",
Ralf Jung759e4952020-06-01 18:17:20404]
405
406[[package]]
Alex Crichton5c5e3fa2019-09-24 18:06:56407name = "cargo-platform"
github-actions1848b462024-03-24 12:09:28408version = "0.1.8"
Caleb Cartwright0697f562021-10-20 05:15:20409source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:28410checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
Caleb Cartwright0697f562021-10-20 05:15:20411dependencies = [
412 "serde",
413]
414
415[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29416name = "cargo_metadata"
Caleb Cartwrightaca66a22023-06-20 04:19:48417version = "0.15.4"
Caleb Cartwright0697f562021-10-20 05:15:20418source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightaca66a22023-06-20 04:19:48419checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
Ralf Jungc2df1c22022-07-21 20:04:37420dependencies = [
421 "camino",
Weihang Lof795a152023-03-15 12:50:04422 "cargo-platform",
Ralf Jungc2df1c22022-07-21 20:04:37423 "semver",
424 "serde",
425 "serde_json",
Philipp Krones5566eb42023-02-10 13:01:31426 "thiserror",
Ralf Jungc2df1c22022-07-21 20:04:37427]
428
429[[package]]
Ralf Jung5aecfe42023-10-07 05:55:48430name = "cargo_metadata"
clubby7899b73db32024-01-29 12:21:16431version = "0.18.1"
Ralf Jung5aecfe42023-10-07 05:55:48432source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16433checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
Ralf Jung5aecfe42023-10-07 05:55:48434dependencies = [
435 "camino",
436 "cargo-platform",
437 "semver",
438 "serde",
439 "serde_json",
440 "thiserror",
441]
442
443[[package]]
Alex Crichtonf6304e12017-02-15 22:55:26444name = "cargotest2"
445version = "0.1.0"
446
447[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:35448name = "cc"
clubby789d42c9602024-06-08 19:22:16449version = "1.0.99"
Nick Cameronc5cad5a2017-09-22 01:58:35450source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16451checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
Nick Cameronc5cad5a2017-09-22 01:58:35452
453[[package]]
Josh Stone020c5ec2017-05-08 22:01:13454name = "cfg-if"
Aaron Hill44fdfd62020-10-11 17:51:07455version = "1.0.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Wesley Wiser9286c3c2022-09-15 15:39:03458dependencies = [
459 "compiler_builtins",
460 "rustc-std-workspace-core",
461]
Aaron Hill44fdfd62020-10-11 17:51:07462
463[[package]]
github-actionsc486d2d2024-03-17 00:26:01464name = "cfg_aliases"
465version = "0.1.1"
Alex Crichton15899b02018-01-25 04:01:42466source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01467checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
468
469[[package]]
470name = "chrono"
Ralf Jung9f7194b2024-04-25 10:28:45471version = "0.4.38"
github-actionsc486d2d2024-03-17 00:26:01472source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung9f7194b2024-04-25 10:28:45473checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
Alex Crichton15899b02018-01-25 04:01:42474dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:35475 "android-tzdata",
nilsf77541a2023-04-11 11:46:41476 "iana-time-zone",
Alex Crichton093ede22019-08-15 00:45:09477 "num-traits",
Pietro Albini13efb202022-11-15 09:19:17478 "serde",
Mark Rousskov12200c92024-05-11 14:27:17479 "windows-targets 0.52.5",
Alex Crichton15899b02018-01-25 04:01:42480]
481
482[[package]]
Ralf Jung47b3ce02024-05-05 15:17:45483name = "chrono-tz"
484version = "0.9.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
487dependencies = [
488 "chrono",
489 "chrono-tz-build",
klensy52242f22024-06-15 15:53:45490 "phf",
Ralf Jung47b3ce02024-05-05 15:17:45491]
492
493[[package]]
494name = "chrono-tz-build"
495version = "0.3.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
498dependencies = [
499 "parse-zoneinfo",
klensy52242f22024-06-15 15:53:45500 "phf",
501 "phf_codegen",
Ralf Jung47b3ce02024-05-05 15:17:45502]
503
504[[package]]
Ralf Jung49e8acb2023-10-21 06:41:45505name = "cipher"
506version = "0.4.4"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
509dependencies = [
510 "crypto-common",
511 "inout",
512]
513
514[[package]]
Steve Klabnika0769612017-02-07 23:13:57515name = "clap"
github-actions729ed812024-06-16 00:18:06516version = "4.5.7"
Weihang Loc1b4f112022-10-04 20:57:49517source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:06518checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
Weihang Loc1b4f112022-10-04 20:57:49519dependencies = [
Eric Huss6e298622023-04-01 15:49:20520 "clap_builder",
klensye1c33132023-06-21 09:32:34521 "clap_derive",
Eric Huss6e298622023-04-01 15:49:20522]
523
524[[package]]
Caleb Cartwright35400e82023-10-23 01:34:12525name = "clap-cargo"
526version = "0.12.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
529dependencies = [
530 "anstyle",
531 "clap",
532]
533
534[[package]]
Eric Huss6e298622023-04-01 15:49:20535name = "clap_builder"
github-actions729ed812024-06-16 00:18:06536version = "4.5.7"
Eric Huss6e298622023-04-01 15:49:20537source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:06538checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
Eric Huss6e298622023-04-01 15:49:20539dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23540 "anstream",
Eric Huss6e298622023-04-01 15:49:20541 "anstyle",
klensye1c33132023-06-21 09:32:34542 "clap_lex",
github-actions36c09332024-05-19 00:17:38543 "strsim",
Eric Huss2717f602023-01-06 01:20:59544 "terminal_size",
Weihang Loc1b4f112022-10-04 20:57:49545]
546
547[[package]]
Eric Huss51814222022-04-15 18:57:06548name = "clap_complete"
github-actions99053572024-06-23 00:18:08549version = "4.5.6"
Eric Huss51814222022-04-15 18:57:06550source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:08551checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58"
Eric Huss51814222022-04-15 18:57:06552dependencies = [
klensye1c33132023-06-21 09:32:34553 "clap",
Caleb Cartwrightf367f4d2022-06-13 03:04:54554]
555
556[[package]]
Nixon Enraght-Moony7680b162023-01-02 19:30:39557name = "clap_derive"
clubby789d42c9602024-06-08 19:22:16558version = "4.5.5"
Nixon Enraght-Moony7680b162023-01-02 19:30:39559source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16560checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
Nixon Enraght-Moony7680b162023-01-02 19:30:39561dependencies = [
github-actionsc486d2d2024-03-17 00:26:01562 "heck 0.5.0",
Nixon Enraght-Moony7680b162023-01-02 19:30:39563 "proc-macro2",
564 "quote",
github-actions99053572024-06-23 00:18:08565 "syn 2.0.67",
Nixon Enraght-Moony7680b162023-01-02 19:30:39566]
567
568[[package]]
Arlo Siemsenb59abdc2022-06-17 17:58:51569name = "clap_lex"
clubby789d42c9602024-06-08 19:22:16570version = "0.7.1"
Weihang Loc1b4f112022-10-04 20:57:49571source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16572checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
Weihang Loc1b4f112022-10-04 20:57:49573
574[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29575name = "clippy"
Philipp Krones0949ff92024-07-25 16:29:27576version = "0.1.82"
Ahmed Charles9ca382f2016-09-02 08:55:29577dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:23578 "anstream",
Philipp Krones02562bf2023-11-02 16:50:52579 "clippy_config",
Alex Crichton093ede22019-08-15 00:45:09580 "clippy_lints",
Philipp Kronesc2490bd2023-07-17 08:22:41581 "clippy_utils",
Philipp Krones6233d442023-10-06 15:47:56582 "color-print",
flip1995647f2b42021-06-03 07:06:49583 "filetime",
Philipp Kronesc2490bd2023-07-17 08:22:41584 "futures",
585 "if_chain",
Caleb Cartwrightffad9842024-06-22 21:22:00586 "itertools",
Rémy Rakic4cb2a282023-12-14 15:40:50587 "parking_lot",
Philipp Kronesc2490bd2023-07-17 08:22:41588 "quote",
flip1995412ebc32021-03-12 14:31:11589 "regex",
Ralf Jung3f88f4c2023-02-26 18:09:17590 "rustc_tools_util",
Philipp Kronesc2490bd2023-07-17 08:22:41591 "serde",
github-actions99053572024-06-23 00:18:08592 "syn 2.0.67",
Matthias Krügerf77104b2019-12-02 22:09:48593 "tempfile",
xFrednet13cc27b2022-05-21 11:24:00594 "termize",
Philipp Kronesc2490bd2023-07-17 08:22:41595 "tokio",
clubby7899b73db32024-01-29 12:21:16596 "toml 0.7.8",
Philipp Krones0949ff92024-07-25 16:29:27597 "ui_test 0.24.0",
Philipp Kronesd6732192022-07-28 17:08:41598 "walkdir",
Ahmed Charles9ca382f2016-09-02 08:55:29599]
600
601[[package]]
Philipp Krones02562bf2023-11-02 16:50:52602name = "clippy_config"
Philipp Krones0949ff92024-07-25 16:29:27603version = "0.1.82"
Philipp Krones02562bf2023-11-02 16:50:52604dependencies = [
605 "rustc-semver",
606 "serde",
clubby7899b73db32024-01-29 12:21:16607 "toml 0.7.8",
Philipp Krones02562bf2023-11-02 16:50:52608 "walkdir",
609]
610
611[[package]]
Joshua Nelson8c25e272021-04-14 13:20:49612name = "clippy_dev"
613version = "0.0.1"
614dependencies = [
clubby7899b73db32024-01-29 12:21:16615 "aho-corasick",
klensye1c33132023-06-21 09:32:34616 "clap",
flip19958d5f69d2021-10-21 11:13:17617 "indoc",
Caleb Cartwrightffad9842024-06-22 21:22:00618 "itertools",
github-actions36c09332024-05-19 00:17:38619 "opener 0.6.1",
Joshua Nelson8c25e272021-04-14 13:20:49620 "shell-escape",
621 "walkdir",
622]
623
624[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:29625name = "clippy_lints"
Philipp Krones0949ff92024-07-25 16:29:27626version = "0.1.82"
Oliver Schneider847bb142018-05-11 12:11:06627dependencies = [
Weihang Lof795a152023-03-15 12:50:04628 "arrayvec",
clubby7899b73db32024-01-29 12:21:16629 "cargo_metadata 0.18.1",
Philipp Krones02562bf2023-11-02 16:50:52630 "clippy_config",
flip19950046d7c2021-02-25 10:26:23631 "clippy_utils",
Philipp Kronesd4077782022-11-21 19:52:06632 "declare_clippy_lint",
Caleb Cartwrightffad9842024-06-22 21:22:00633 "itertools",
Alex Crichton093ede22019-08-15 00:45:09634 "quine-mc_cluskey",
Philipp Kronesa6d3c822023-07-02 13:07:47635 "regex",
github-actions729ed812024-06-16 00:18:06636 "regex-syntax 0.8.4",
flip1995898ef0f2020-12-06 14:07:59637 "rustc-semver",
klensy8ebc73b2022-02-06 20:57:29638 "semver",
Alex Crichton093ede22019-08-15 00:45:09639 "serde",
flip1995c24058b2021-05-06 10:21:46640 "serde_json",
flip199537cdd7e2022-06-16 15:39:29641 "tempfile",
clubby7899b73db32024-01-29 12:21:16642 "toml 0.7.8",
Alex Crichton093ede22019-08-15 00:45:09643 "unicode-normalization",
flip199544cea512021-07-01 16:18:02644 "unicode-script",
Eric Huss4a7e2fb2022-08-21 04:19:43645 "url",
Philipp Krones6233d442023-10-06 15:47:56646 "walkdir",
Oliver Schneider847bb142018-05-11 12:11:06647]
648
649[[package]]
flip19950046d7c2021-02-25 10:26:23650name = "clippy_utils"
Philipp Krones0949ff92024-07-25 16:29:27651version = "0.1.82"
flip19950046d7c2021-02-25 10:26:23652dependencies = [
Weihang Lof795a152023-03-15 12:50:04653 "arrayvec",
Philipp Krones02562bf2023-11-02 16:50:52654 "clippy_config",
Caleb Cartwrightffad9842024-06-22 21:22:00655 "itertools",
flip19950046d7c2021-02-25 10:26:23656 "rustc-semver",
Trevor Grossff9efea2024-06-18 16:46:26657 "rustc_apfloat",
flip19950046d7c2021-02-25 10:26:23658]
659
660[[package]]
Pietro Albini13efb202022-11-15 09:19:17661name = "collect-license-metadata"
662version = "0.1.0"
663dependencies = [
664 "anyhow",
665 "serde",
666 "serde_json",
667 "spdx-rs",
668]
669
670[[package]]
Ralf Jung10430db2022-07-15 14:04:23671name = "color-eyre"
github-actionsc486d2d2024-03-17 00:26:01672version = "0.6.3"
Ralf Jung10430db2022-07-15 14:04:23673source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01674checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
Ralf Jung10430db2022-07-15 14:04:23675dependencies = [
676 "backtrace",
677 "color-spantrace",
678 "eyre",
679 "indenter",
680 "once_cell",
681 "owo-colors",
682 "tracing-error",
683]
684
685[[package]]
Philipp Krones6233d442023-10-06 15:47:56686name = "color-print"
Mark Rousskov12200c92024-05-11 14:27:17687version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56688source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17689checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
Philipp Krones6233d442023-10-06 15:47:56690dependencies = [
691 "color-print-proc-macro",
692]
693
694[[package]]
695name = "color-print-proc-macro"
Mark Rousskov12200c92024-05-11 14:27:17696version = "0.3.6"
Philipp Krones6233d442023-10-06 15:47:56697source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17698checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
Philipp Krones6233d442023-10-06 15:47:56699dependencies = [
700 "nom",
701 "proc-macro2",
702 "quote",
github-actions99053572024-06-23 00:18:08703 "syn 2.0.67",
Philipp Krones6233d442023-10-06 15:47:56704]
705
706[[package]]
Ralf Jung10430db2022-07-15 14:04:23707name = "color-spantrace"
clubby7899b73db32024-01-29 12:21:16708version = "0.2.1"
Ralf Jung10430db2022-07-15 14:04:23709source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16710checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
Ralf Jung10430db2022-07-15 14:04:23711dependencies = [
712 "once_cell",
713 "owo-colors",
714 "tracing-core",
715 "tracing-error",
716]
717
718[[package]]
Nilstrieb3295cdf2023-06-26 07:21:35719name = "colorchoice"
Mark Rousskov12200c92024-05-11 14:27:17720version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:35721source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:17722checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
Nilstrieb3295cdf2023-06-26 07:21:35723
724[[package]]
Nick Cameron127f9a62018-04-25 22:11:28725name = "colored"
clubby7899b73db32024-01-29 12:21:16726version = "2.1.0"
Nick Cameron127f9a62018-04-25 22:11:28727source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16728checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
Nick Cameron127f9a62018-04-25 22:11:28729dependencies = [
Yuki Okushi1f0a39502020-05-26 04:00:42730 "lazy_static",
Martin Kröning7928c7e2023-09-19 12:15:53731 "windows-sys 0.48.0",
Nick Cameron127f9a62018-04-25 22:11:28732]
733
734[[package]]
Philipp Kronesac25a732023-08-24 19:33:17735name = "comma"
736version = "1.0.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
739
740[[package]]
Alex Crichton147e2da2016-10-07 06:30:38741name = "compiler_builtins"
Nicholas Bishopecf29632024-05-11 13:56:59742version = "0.1.114"
Alex Crichton4c21a3b2018-11-20 05:52:50743source = "registry+https://github.com/rust-lang/crates.io-index"
Nicholas Bishopecf29632024-05-11 13:56:59744checksum = "eb58b199190fcfe0846f55a3b545cd6b07a34bdd5930a476ff856f3ebcc5558a"
Alex Crichton147e2da2016-10-07 06:30:38745dependencies = [
Alex Crichton093ede22019-08-15 00:45:09746 "cc",
747 "rustc-std-workspace-core",
Alex Crichton147e2da2016-10-07 06:30:38748]
749
750[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29751name = "compiletest"
752version = "0.0.0"
753dependencies = [
Esteban Kuberb4bdb562024-03-02 22:36:52754 "anstyle-svg",
David Tolnay6b7b7752023-05-14 14:13:00755 "anyhow",
yukang414eb482023-02-03 16:23:11756 "build_helper",
Michael Howellb29d9d52021-02-24 06:42:42757 "colored",
Alex Crichton093ede22019-08-15 00:45:09758 "diff",
Alex Crichton093ede22019-08-15 00:45:09759 "getopts",
Xavier Denisf07607f2020-07-28 13:22:21760 "glob",
Pietro Albinic2306372023-09-15 14:09:45761 "home",
klensyc653bb92023-11-18 09:42:05762 "indexmap",
Alex Crichton093ede22019-08-15 00:45:09763 "libc",
Philipp Kronesa6d3c822023-07-02 13:07:47764 "miow",
Jakob Degen17395b42022-10-31 00:17:25765 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:09766 "regex",
Eric Huss123b3032024-04-13 17:54:13767 "rustfix 0.8.1",
Alex Crichton093ede22019-08-15 00:45:09768 "serde",
769 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:00770 "tracing",
Tomasz Miąsko08d5e962020-10-20 00:00:00771 "tracing-subscriber",
Michael Howellb29d9d52021-02-24 06:42:42772 "unified-diff",
Alex Crichton093ede22019-08-15 00:45:09773 "walkdir",
Guillaume Gomezf4495862024-07-31 14:08:31774 "windows 0.52.0",
Oliver Schneideracdf83f2017-12-06 08:25:29775]
776
777[[package]]
Philipp Kronesac25a732023-08-24 19:33:17778name = "console"
clubby7899b73db32024-01-29 12:21:16779version = "0.15.8"
Philipp Kronesac25a732023-08-24 19:33:17780source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16781checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
Philipp Kronesac25a732023-08-24 19:33:17782dependencies = [
783 "encode_unicode",
784 "lazy_static",
785 "libc",
786 "unicode-width",
clubby7899b73db32024-01-29 12:21:16787 "windows-sys 0.52.0",
Philipp Kronesac25a732023-08-24 19:33:17788]
789
790[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:29791name = "core"
792version = "0.0.0"
Alex Crichton994bfd42018-02-26 17:07:16793dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:41794 "rand",
Thom Chiovoloni08127592022-05-02 06:10:56795 "rand_xorshift",
Alex Crichton994bfd42018-02-26 17:07:16796]
Ahmed Charles9ca382f2016-09-02 08:55:29797
798[[package]]
nilsf77541a2023-04-11 11:46:41799name = "core-foundation-sys"
clubby7899b73db32024-01-29 12:21:16800version = "0.8.6"
nilsf77541a2023-04-11 11:46:41801source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16802checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
nilsf77541a2023-04-11 11:46:41803
804[[package]]
Zalathar13671042023-08-11 01:52:37805name = "coverage-dump"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "leb128",
810 "md-5",
811 "miniz_oxide",
812 "regex",
813 "rustc-demangle",
814]
815
816[[package]]
pierwillef6dd122022-02-10 16:54:01817name = "cpufeatures"
clubby7899b73db32024-01-29 12:21:16818version = "0.2.12"
Pietro Albiniacd8e592020-10-01 15:15:12819source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16820checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
pierwillef6dd122022-02-10 16:54:01821dependencies = [
822 "libc",
823]
Pietro Albiniacd8e592020-10-01 15:15:12824
825[[package]]
Alex Crichtonb4110902018-12-08 11:06:54826name = "crc32fast"
clubby789d42c9602024-06-08 19:22:16827version = "1.4.2"
Alex Crichtonb4110902018-12-08 11:06:54828source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16829checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
Alex Crichtonb4110902018-12-08 11:06:54830dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:42831 "cfg-if",
Alex Crichtonb4110902018-12-08 11:06:54832]
Alex Crichton38bedfa2017-09-02 03:46:51833
834[[package]]
kennytmcab21f12018-07-26 21:58:55835name = "crossbeam-channel"
clubby789d42c9602024-06-08 19:22:16836version = "0.5.13"
Matthias Krüger451d4922020-02-10 19:47:38837source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16838checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
Matthias Krüger451d4922020-02-10 19:47:38839dependencies = [
Josh Stonef3b88122022-01-10 19:34:07840 "crossbeam-utils",
Matthias Krüger451d4922020-02-10 19:47:38841]
842
843[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45844name = "crossbeam-deque"
clubby7899b73db32024-01-29 12:21:16845version = "0.8.5"
Josh Stone33c41252019-09-10 17:13:07846source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16847checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
Josh Stone33c41252019-09-10 17:13:07848dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:01849 "crossbeam-epoch",
Josh Stonef3b88122022-01-10 19:34:07850 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:07851]
852
853[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45854name = "crossbeam-epoch"
clubby7899b73db32024-01-29 12:21:16855version = "0.9.18"
Matthias Krüger696fb8f2019-01-21 15:32:43856source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16857checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Matthias Krüger696fb8f2019-01-21 15:32:43858dependencies = [
Josh Stonef3b88122022-01-10 19:34:07859 "crossbeam-utils",
Matthias Krüger696fb8f2019-01-21 15:32:43860]
861
862[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:45863name = "crossbeam-utils"
clubby789d42c9602024-06-08 19:22:16864version = "0.8.20"
Eric Husse0f2f9d2019-11-12 17:57:41865source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:16866checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
Eric Huss71bf7cf2020-10-14 22:16:47867
868[[package]]
Weihang Lo6306fd32023-01-04 15:33:59869name = "crypto-common"
870version = "0.1.6"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
873dependencies = [
874 "generic-array",
875 "typenum",
pierwillef6dd122022-02-10 16:54:01876]
877
878[[package]]
Ralf Jung13e47662023-05-23 10:10:18879name = "ctrlc"
github-actionsc486d2d2024-03-17 00:26:01880version = "3.4.4"
Ralf Jung13e47662023-05-23 10:10:18881source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:01882checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
Ralf Jung13e47662023-05-23 10:10:18883dependencies = [
884 "nix",
clubby789527f9032024-01-21 23:51:33885 "windows-sys 0.52.0",
Ralf Jung13e47662023-05-23 10:10:18886]
887
888[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:58889name = "curl"
clubby7899b73db32024-01-29 12:21:16890version = "0.4.46"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58891source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16892checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58893dependencies = [
Alex Crichton093ede22019-08-15 00:45:09894 "curl-sys",
Alex Crichton093ede22019-08-15 00:45:09895 "libc",
896 "openssl-probe",
897 "openssl-sys",
898 "schannel",
klensyd5e8ad42021-07-04 18:49:56899 "socket2",
clubby7899b73db32024-01-29 12:21:16900 "windows-sys 0.52.0",
Tatsuyuki Ishi0e79b972017-04-29 23:11:58901]
902
903[[package]]
904name = "curl-sys"
clubby7899b73db32024-01-29 12:21:16905version = "0.4.72+curl-8.6.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58906source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:16907checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
Tatsuyuki Ishi0e79b972017-04-29 23:11:58908dependencies = [
Alex Crichton093ede22019-08-15 00:45:09909 "cc",
910 "libc",
Alex Crichton093ede22019-08-15 00:45:09911 "libz-sys",
912 "openssl-sys",
913 "pkg-config",
914 "vcpkg",
clubby7899b73db32024-01-29 12:21:16915 "windows-sys 0.52.0",
Josh Stone020c5ec2017-05-08 22:01:13916]
917
918[[package]]
Oli Scherer29de70d2023-07-25 13:09:53919name = "darling"
github-actions36c09332024-05-19 00:17:38920version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32921source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38922checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
Jakub Beránekf17047b2023-09-12 16:32:32923dependencies = [
klensy5e2a7ac2024-02-18 11:40:19924 "darling_core",
925 "darling_macro",
Jakub Beránekf17047b2023-09-12 16:32:32926]
927
928[[package]]
929name = "darling_core"
github-actions36c09332024-05-19 00:17:38930version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32931source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38932checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
Oli Scherer29de70d2023-07-25 13:09:53933dependencies = [
934 "fnv",
935 "ident_case",
936 "proc-macro2",
937 "quote",
github-actions36c09332024-05-19 00:17:38938 "strsim",
github-actions99053572024-06-23 00:18:08939 "syn 2.0.67",
Oli Scherer29de70d2023-07-25 13:09:53940]
941
942[[package]]
943name = "darling_macro"
github-actions36c09332024-05-19 00:17:38944version = "0.20.9"
Jakub Beránekf17047b2023-09-12 16:32:32945source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:38946checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
Jakub Beránekf17047b2023-09-12 16:32:32947dependencies = [
klensy5e2a7ac2024-02-18 11:40:19948 "darling_core",
Oli Scherer29de70d2023-07-25 13:09:53949 "quote",
github-actions99053572024-06-23 00:18:08950 "syn 2.0.67",
Oli Scherer29de70d2023-07-25 13:09:53951]
952
953[[package]]
Douglas Campos422fe7c2018-05-29 11:52:51954name = "datafrog"
Niko Matsakis826fb1d2019-01-02 19:45:22955version = "2.0.1"
Douglas Campos422fe7c2018-05-29 11:52:51956source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:09957checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
Douglas Campos422fe7c2018-05-29 11:52:51958
959[[package]]
github-actions36c09332024-05-19 00:17:38960name = "dbus"
961version = "0.9.7"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
964dependencies = [
965 "libc",
966 "libdbus-sys",
967 "winapi",
968]
969
970[[package]]
Philipp Kronesd4077782022-11-21 19:52:06971name = "declare_clippy_lint"
Philipp Krones0949ff92024-07-25 16:29:27972version = "0.1.82"
Philipp Kronesd4077782022-11-21 19:52:06973dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:00974 "itertools",
Philipp Kronesd4077782022-11-21 19:52:06975 "quote",
github-actions99053572024-06-23 00:18:08976 "syn 2.0.67",
Philipp Kronesd4077782022-11-21 19:52:06977]
978
979[[package]]
clubby7896ac3b572024-01-29 12:16:20980name = "deranged"
981version = "0.3.11"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
984dependencies = [
985 "powerfmt",
986]
987
988[[package]]
Pavel Grigorenkofd16a0e2024-06-26 22:29:49989name = "derive-where"
990version = "1.2.7"
Michael Gouletde830572023-10-30 17:09:17991source = "registry+https://github.com/rust-lang/crates.io-index"
Pavel Grigorenkofd16a0e2024-06-26 22:29:49992checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
Michael Gouletde830572023-10-30 17:09:17993dependencies = [
994 "proc-macro2",
995 "quote",
Pavel Grigorenkofd16a0e2024-06-26 22:29:49996 "syn 2.0.67",
Michael Gouletde830572023-10-30 17:09:17997]
998
999[[package]]
Jakub Beránekf17047b2023-09-12 16:32:321000name = "derive_builder"
klensy5e2a7ac2024-02-18 11:40:191001version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321002source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191003checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
Jakub Beránekf17047b2023-09-12 16:32:321004dependencies = [
1005 "derive_builder_macro",
1006]
1007
1008[[package]]
1009name = "derive_builder_core"
klensy5e2a7ac2024-02-18 11:40:191010version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321011source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191012checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
Jakub Beránekf17047b2023-09-12 16:32:321013dependencies = [
klensy5e2a7ac2024-02-18 11:40:191014 "darling",
Jakub Beránekf17047b2023-09-12 16:32:321015 "proc-macro2",
1016 "quote",
github-actions99053572024-06-23 00:18:081017 "syn 2.0.67",
Jakub Beránekf17047b2023-09-12 16:32:321018]
1019
1020[[package]]
1021name = "derive_builder_macro"
klensy5e2a7ac2024-02-18 11:40:191022version = "0.20.0"
Jakub Beránekf17047b2023-09-12 16:32:321023source = "registry+https://github.com/rust-lang/crates.io-index"
klensy5e2a7ac2024-02-18 11:40:191024checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
Jakub Beránekf17047b2023-09-12 16:32:321025dependencies = [
1026 "derive_builder_core",
github-actions99053572024-06-23 00:18:081027 "syn 2.0.67",
Jakub Beránekf17047b2023-09-12 16:32:321028]
1029
1030[[package]]
Maybe Wafflee20e5062022-11-28 11:11:451031name = "derive_more"
github-actions729ed812024-06-16 00:18:061032version = "0.99.18"
Maybe Wafflee20e5062022-11-28 11:11:451033source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:061034checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
Maybe Wafflee20e5062022-11-28 11:11:451035dependencies = [
Maybe Wafflee20e5062022-11-28 11:11:451036 "proc-macro2",
1037 "quote",
github-actions99053572024-06-23 00:18:081038 "syn 2.0.67",
Maybe Wafflee20e5062022-11-28 11:11:451039]
1040
1041[[package]]
Oli Scherer29de70d2023-07-25 13:09:531042name = "derive_setters"
1043version = "0.1.6"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
1046dependencies = [
klensy5e2a7ac2024-02-18 11:40:191047 "darling",
Oli Scherer29de70d2023-07-25 13:09:531048 "proc-macro2",
1049 "quote",
github-actions99053572024-06-23 00:18:081050 "syn 2.0.67",
Oli Scherer29de70d2023-07-25 13:09:531051]
1052
1053[[package]]
Cengiz Can837817c2017-04-27 19:41:181054name = "diff"
klensy43512e62022-07-26 16:16:431055version = "0.1.13"
Cengiz Can837817c2017-04-27 19:41:181056source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:431057checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Cengiz Can837817c2017-04-27 19:41:181058
1059[[package]]
James Munnsde763692019-01-19 02:39:371060name = "digest"
Nilstrieb3295cdf2023-06-26 07:21:351061version = "0.10.7"
Pietro Albiniacd8e592020-10-01 15:15:121062source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351063checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Pietro Albiniacd8e592020-10-01 15:15:121064dependencies = [
klensy45fac342022-08-31 20:04:121065 "block-buffer",
pierwillef6dd122022-02-10 16:54:011066 "crypto-common",
James Munnsde763692019-01-19 02:39:371067]
1068
1069[[package]]
Ralf Jung44b0fd62018-11-28 20:22:451070name = "directories"
Ralf Jung5aecfe42023-10-07 05:55:481071version = "5.0.1"
Ralf Jung44b0fd62018-11-28 20:22:451072source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Jung5aecfe42023-10-07 05:55:481073checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
Ralf Jung44b0fd62018-11-28 20:22:451074dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001075 "dirs-sys",
Ralf Jung44b0fd62018-11-28 20:22:451076]
1077
1078[[package]]
flip19954c228cc2019-02-18 09:32:581079name = "dirs"
Caleb Cartwrightffad9842024-06-22 21:22:001080version = "5.0.1"
flip19954c228cc2019-02-18 09:32:581081source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Cartwrightffad9842024-06-22 21:22:001082checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
flip19954c228cc2019-02-18 09:32:581083dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:001084 "dirs-sys",
flip19954c228cc2019-02-18 09:32:581085]
1086
1087[[package]]
flip19950046d7c2021-02-25 10:26:231088name = "dirs-next"
1089version = "2.0.0"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1092dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421093 "cfg-if",
flip19950046d7c2021-02-25 10:26:231094 "dirs-sys-next",
1095]
1096
1097[[package]]
Ralf Jung4e8626e2019-06-13 07:58:321098name = "dirs-sys"
Ralf Jung5aecfe42023-10-07 05:55:481099version = "0.4.1"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1102dependencies = [
1103 "libc",
1104 "option-ext",
1105 "redox_users",
1106 "windows-sys 0.48.0",
1107]
1108
1109[[package]]
flip19950046d7c2021-02-25 10:26:231110name = "dirs-sys-next"
1111version = "0.1.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1114dependencies = [
1115 "libc",
Jubilee Young27ef7192021-04-23 22:49:471116 "redox_users",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311117 "winapi",
Ralf Jung4e8626e2019-06-13 07:58:321118]
1119
1120[[package]]
Manish Goregaokar288194e2022-10-19 23:24:421121name = "displaydoc"
github-actions99053572024-06-23 00:18:081122version = "0.2.5"
Manish Goregaokar288194e2022-10-19 23:24:421123source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081124checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
Manish Goregaokar288194e2022-10-19 23:24:421125dependencies = [
1126 "proc-macro2",
1127 "quote",
github-actions99053572024-06-23 00:18:081128 "syn 2.0.67",
Manish Goregaokar288194e2022-10-19 23:24:421129]
1130
1131[[package]]
klensyceee8802022-11-22 14:41:061132name = "dissimilar"
Mark Rousskov12200c92024-05-11 14:27:171133version = "1.0.9"
klensyceee8802022-11-22 14:41:061134source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171135checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
klensyceee8802022-11-22 14:41:061136
1137[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291138name = "dlmalloc"
github-actions8ef19812024-03-03 00:16:161139version = "0.2.6"
Alex Crichton4c21a3b2018-11-20 05:52:501140source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:161141checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d"
Oliver Schneideracdf83f2017-12-06 08:25:291142dependencies = [
clubby7899b73db32024-01-29 12:21:161143 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091144 "compiler_builtins",
1145 "libc",
1146 "rustc-std-workspace-core",
clubby7899b73db32024-01-29 12:21:161147 "windows-sys 0.52.0",
Oliver Schneideracdf83f2017-12-06 08:25:291148]
1149
1150[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291151name = "either"
github-actions36c09332024-05-19 00:17:381152version = "1.12.0"
Oliver Schneideracdf83f2017-12-06 08:25:291153source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:381154checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
Oliver Schneideracdf83f2017-12-06 08:25:291155
1156[[package]]
steveklabnikecfbaca2018-04-03 14:32:041157name = "elasticlunr-rs"
Nilstrieb3295cdf2023-06-26 07:21:351158version = "3.0.2"
steveklabnikecfbaca2018-04-03 14:32:041159source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351160checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
steveklabnikecfbaca2018-04-03 14:32:041161dependencies = [
Alex Crichton093ede22019-08-15 00:45:091162 "regex",
1163 "serde",
1164 "serde_derive",
1165 "serde_json",
steveklabnikecfbaca2018-04-03 14:32:041166]
1167
1168[[package]]
Oli Schererdecfb4d2023-02-21 08:37:101169name = "elsa"
Oli Scherer457a1622023-04-05 08:07:291170version = "1.7.1"
Oli Schererdecfb4d2023-02-21 08:37:101171source = "registry+https://github.com/rust-lang/crates.io-index"
Oli Scherer457a1622023-04-05 08:07:291172checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
Oli Schererdecfb4d2023-02-21 08:37:101173dependencies = [
1174 "stable_deref_trait",
1175]
1176
1177[[package]]
Sean Griffin755bdaa2018-01-29 20:45:121178name = "ena"
Michael Goulet2af08712024-05-06 18:32:391179version = "0.14.3"
Markus Westerlindcaacdd22020-02-25 08:47:071180source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Goulet2af08712024-05-06 18:32:391181checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
varkor443a2d42019-03-19 21:30:071182dependencies = [
Alex Crichton093ede22019-08-15 00:45:091183 "log",
varkor443a2d42019-03-19 21:30:071184]
1185
1186[[package]]
Philipp Kronesac25a732023-08-24 19:33:171187name = "encode_unicode"
1188version = "0.3.6"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1191
1192[[package]]
Eric Huss51f20b42024-02-07 04:22:131193name = "env_filter"
1194version = "0.1.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
1197dependencies = [
1198 "log",
1199 "regex",
1200]
1201
1202[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581203name = "env_logger"
github-actionsc486d2d2024-03-17 00:26:011204version = "0.11.3"
Eric Huss51f20b42024-02-07 04:22:131205source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:011206checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
Eric Huss51f20b42024-02-07 04:22:131207dependencies = [
Philipp Kronesf99056b2024-02-27 14:50:231208 "anstream",
Eric Huss51f20b42024-02-07 04:22:131209 "anstyle",
1210 "env_filter",
1211 "humantime",
1212 "log",
1213]
1214
1215[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351216name = "equivalent"
clubby7899b73db32024-01-29 12:21:161217version = "1.0.1"
Nilstrieb3295cdf2023-06-26 07:21:351218source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161219checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
Nilstrieb3295cdf2023-06-26 07:21:351220
1221[[package]]
Weihang Lo1e5dad02022-11-25 22:37:041222name = "errno"
Mark Rousskov12200c92024-05-11 14:27:171223version = "0.3.9"
Weihang Lo1e5dad02022-11-25 22:37:041224source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171225checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
Weihang Lo1e5dad02022-11-25 22:37:041226dependencies = [
Weihang Lo1e5dad02022-11-25 22:37:041227 "libc",
clubby7899b73db32024-01-29 12:21:161228 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:041229]
1230
1231[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291232name = "error_index_generator"
1233version = "0.0.0"
Mark Simulacrume2e9b402017-07-23 02:01:581234dependencies = [
Guillaume Gomez11716972022-08-29 16:05:211235 "mdbook",
Mark Simulacrume2e9b402017-07-23 02:01:581236]
Ahmed Charles9ca382f2016-09-02 08:55:291237
1238[[package]]
Aleksey Kladovf7be59c2020-08-21 12:03:501239name = "expect-test"
github-actions4035c242024-04-07 00:16:571240version = "1.5.0"
Aleksey Kladovf7be59c2020-08-21 12:03:501241source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:571242checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
Aleksey Kladovf7be59c2020-08-21 12:03:501243dependencies = [
klensyceee8802022-11-22 14:41:061244 "dissimilar",
Aleksey Kladovf7be59c2020-08-21 12:03:501245 "once_cell",
1246]
1247
1248[[package]]
Ralf Jung10430db2022-07-15 14:04:231249name = "eyre"
clubby7899b73db32024-01-29 12:21:161250version = "0.6.12"
Ralf Jung10430db2022-07-15 14:04:231251source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161252checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
Ralf Jung10430db2022-07-15 14:04:231253dependencies = [
1254 "indenter",
1255 "once_cell",
1256]
1257
1258[[package]]
David Wood2dc1a8a2021-12-03 14:24:051259name = "fallible-iterator"
dirreke74817b72023-08-14 14:57:381260version = "0.3.0"
David Wood2dc1a8a2021-12-03 14:24:051261source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:381262checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
David Wood2dc1a8a2021-12-03 14:24:051263
1264[[package]]
Ralf Jung55162732022-11-15 19:06:421265name = "fastrand"
Mark Rousskov12200c92024-05-11 14:27:171266version = "2.1.0"
Ralf Jung55162732022-11-15 19:06:421267source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171268checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
Ralf Jung55162732022-11-15 19:06:421269
1270[[package]]
John Kåre Alsaker7aab1dd2023-04-30 07:29:021271name = "field-offset"
est31b0483962023-06-05 02:53:301272version = "0.3.6"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021273source = "registry+https://github.com/rust-lang/crates.io-index"
est31b0483962023-06-05 02:53:301274checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
John Kåre Alsaker7aab1dd2023-04-30 07:29:021275dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:351276 "memoffset",
John Kåre Alsaker7aab1dd2023-04-30 07:29:021277 "rustc_version",
1278]
1279
1280[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291281name = "filetime"
clubby7899b73db32024-01-29 12:21:161282version = "0.2.23"
Alex Crichton924f8c72018-04-18 15:43:591283source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161284checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
Alex Crichton924f8c72018-04-18 15:43:591285dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421286 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:091287 "libc",
Mark Rousskov12200c92024-05-11 14:27:171288 "redox_syscall 0.4.1",
clubby7899b73db32024-01-29 12:21:161289 "windows-sys 0.52.0",
Alex Crichton924f8c72018-04-18 15:43:591290]
1291
1292[[package]]
Josh Stone020c5ec2017-05-08 22:01:131293name = "flate2"
Mark Rousskov12200c92024-05-11 14:27:171294version = "1.0.30"
Felix Schütt7c13fa32017-12-31 14:34:291295source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171296checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
Felix Schütt7c13fa32017-12-31 14:34:291297dependencies = [
Alex Crichton093ede22019-08-15 00:45:091298 "crc32fast",
Jubilee Young079949d2023-06-29 23:18:361299 "miniz_oxide",
Felix Schütt7c13fa32017-12-31 14:34:291300]
1301
1302[[package]]
David Wood7f916972022-03-26 07:27:431303name = "fluent-bundle"
Mark Rousskov12200c92024-05-11 14:27:171304version = "0.15.3"
David Wood7f916972022-03-26 07:27:431305source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171306checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
David Wood7f916972022-03-26 07:27:431307dependencies = [
1308 "fluent-langneg",
1309 "fluent-syntax",
1310 "intl-memoizer",
1311 "intl_pluralrules",
1312 "rustc-hash",
klensyc653bb92023-11-18 09:42:051313 "self_cell 0.10.3",
David Wood7f916972022-03-26 07:27:431314 "smallvec",
1315 "unic-langid",
1316]
1317
1318[[package]]
1319name = "fluent-langneg"
1320version = "0.13.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
1323dependencies = [
1324 "unic-langid",
1325]
1326
1327[[package]]
1328name = "fluent-syntax"
Mark Rousskov12200c92024-05-11 14:27:171329version = "0.11.1"
David Wood7f916972022-03-26 07:27:431330source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171331checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
David Wood7f916972022-03-26 07:27:431332dependencies = [
1333 "thiserror",
1334]
1335
1336[[package]]
Simon Sapinb77ff242017-07-18 21:26:551337name = "fnv"
Mark Rousskov342d9562020-08-17 15:21:441338version = "1.0.7"
Simon Sapinb77ff242017-07-18 21:26:551339source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:441340checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
Simon Sapinb77ff242017-07-18 21:26:551341
1342[[package]]
Eric Hussf3287a62021-05-12 00:39:511343name = "form_urlencoded"
clubby7899b73db32024-01-29 12:21:161344version = "1.2.1"
Eric Hussf3287a62021-05-12 00:39:511345source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161346checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
Eric Hussf3287a62021-05-12 00:39:511347dependencies = [
Eric Huss4a7e2fb2022-08-21 04:19:431348 "percent-encoding",
Eric Hussf3287a62021-05-12 00:39:511349]
1350
1351[[package]]
Jethro Beekman4a350562018-08-28 04:33:261352name = "fortanix-sgx-abi"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491353version = "0.5.0"
Alex Crichton4c21a3b2018-11-20 05:52:501354source = "registry+https://github.com/rust-lang/crates.io-index"
Mohsen Zohrevandi70dd9802022-08-15 23:02:491355checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
Jethro Beekman4a350562018-08-28 04:33:261356dependencies = [
Alex Crichton093ede22019-08-15 00:45:091357 "compiler_builtins",
1358 "rustc-std-workspace-core",
Jethro Beekman4a350562018-08-28 04:33:261359]
1360
1361[[package]]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471362name = "fs-err"
clubby7899b73db32024-01-29 12:21:161363version = "2.11.0"
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471364source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161365checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
1366dependencies = [
1367 "autocfg",
1368]
Nixon Enraght-Moonyce21447c2021-03-24 15:52:471369
1370[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441371name = "fs_extra"
1372version = "1.3.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1375
1376[[package]]
steveklabnikecfbaca2018-04-03 14:32:041377name = "futf"
Eric Huss04b75a72022-06-22 23:49:241378version = "0.1.5"
steveklabnikecfbaca2018-04-03 14:32:041379source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:241380checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
steveklabnikecfbaca2018-04-03 14:32:041381dependencies = [
Alex Crichton093ede22019-08-15 00:45:091382 "mac",
1383 "new_debug_unreachable",
steveklabnikecfbaca2018-04-03 14:32:041384]
1385
1386[[package]]
Nick Cameronad8ecc22017-07-19 01:32:121387name = "futures"
clubby7899b73db32024-01-29 12:21:161388version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541389source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161390checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
Caleb Cartwright63913182021-02-10 01:52:541391dependencies = [
1392 "futures-channel",
1393 "futures-core",
1394 "futures-executor",
1395 "futures-io",
1396 "futures-sink",
1397 "futures-task",
1398 "futures-util",
1399]
1400
1401[[package]]
1402name = "futures-channel"
clubby7899b73db32024-01-29 12:21:161403version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541404source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161405checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
Caleb Cartwright63913182021-02-10 01:52:541406dependencies = [
1407 "futures-core",
1408 "futures-sink",
1409]
1410
1411[[package]]
1412name = "futures-core"
clubby7899b73db32024-01-29 12:21:161413version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541414source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161415checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
Caleb Cartwright63913182021-02-10 01:52:541416
1417[[package]]
1418name = "futures-executor"
clubby7899b73db32024-01-29 12:21:161419version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541420source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161421checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
Caleb Cartwright63913182021-02-10 01:52:541422dependencies = [
1423 "futures-core",
1424 "futures-task",
1425 "futures-util",
Caleb Cartwright63913182021-02-10 01:52:541426]
1427
1428[[package]]
1429name = "futures-io"
clubby7899b73db32024-01-29 12:21:161430version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541431source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161432checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
Caleb Cartwright63913182021-02-10 01:52:541433
1434[[package]]
1435name = "futures-macro"
clubby7899b73db32024-01-29 12:21:161436version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541437source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161438checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
Caleb Cartwright63913182021-02-10 01:52:541439dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541440 "proc-macro2",
1441 "quote",
github-actions99053572024-06-23 00:18:081442 "syn 2.0.67",
Caleb Cartwright63913182021-02-10 01:52:541443]
1444
1445[[package]]
1446name = "futures-sink"
clubby7899b73db32024-01-29 12:21:161447version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541448source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161449checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
Caleb Cartwright63913182021-02-10 01:52:541450
1451[[package]]
1452name = "futures-task"
clubby7899b73db32024-01-29 12:21:161453version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541454source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161455checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
Caleb Cartwright63913182021-02-10 01:52:541456
1457[[package]]
1458name = "futures-util"
clubby7899b73db32024-01-29 12:21:161459version = "0.3.30"
Caleb Cartwright63913182021-02-10 01:52:541460source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161461checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
Caleb Cartwright63913182021-02-10 01:52:541462dependencies = [
Caleb Cartwright63913182021-02-10 01:52:541463 "futures-channel",
1464 "futures-core",
1465 "futures-io",
1466 "futures-macro",
1467 "futures-sink",
1468 "futures-task",
1469 "memchr",
Igor Matuszewskiaf53b0d2021-07-21 13:17:311470 "pin-project-lite",
Caleb Cartwright63913182021-02-10 01:52:541471 "pin-utils",
Caleb Cartwright63913182021-02-10 01:52:541472 "slab",
1473]
1474
1475[[package]]
Pietro Albini4af7de12022-11-15 10:27:191476name = "generate-copyright"
1477version = "0.1.0"
1478dependencies = [
1479 "anyhow",
1480 "serde",
1481 "serde_json",
1482]
1483
1484[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:071485name = "generate-windows-sys"
1486version = "0.1.0"
1487dependencies = [
1488 "windows-bindgen",
1489]
1490
1491[[package]]
James Munnsde763692019-01-19 02:39:371492name = "generic-array"
Nilstrieb3295cdf2023-06-26 07:21:351493version = "0.14.7"
Pietro Albiniacd8e592020-10-01 15:15:121494source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351495checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Pietro Albiniacd8e592020-10-01 15:15:121496dependencies = [
1497 "typenum",
1498 "version_check",
1499]
1500
1501[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:291502name = "getopts"
Alex Crichtonb47c9692019-08-16 15:29:081503version = "0.2.21"
Ahmed Charles9ca382f2016-09-02 08:55:291504source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichtonb47c9692019-08-16 15:29:081505checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
varkore72f7e12019-04-30 19:37:361506dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:081507 "rustc-std-workspace-core",
1508 "rustc-std-workspace-std",
Alex Crichton093ede22019-08-15 00:45:091509 "unicode-width",
varkore72f7e12019-04-30 19:37:361510]
Ahmed Charles9ca382f2016-09-02 08:55:291511
1512[[package]]
gnzlbg52caca02019-08-01 15:02:261513name = "getrandom"
clubby789d42c9602024-06-08 19:22:161514version = "0.2.15"
Ralf Jung0e908752020-09-17 18:04:201515source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:161516checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
Ralf Jung0e908752020-09-17 18:04:201517dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421518 "cfg-if",
Ralf Jung0e908752020-09-17 18:04:201519 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:411520 "wasi",
Ralf Jung0e908752020-09-17 18:04:201521]
1522
1523[[package]]
Alex Crichton06d565c2020-05-13 21:22:371524name = "gimli"
clubby7899b73db32024-01-29 12:21:161525version = "0.28.1"
dirreke74817b72023-08-14 14:57:381526source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161527checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
Qiu Chaofan7c8c9cf2023-02-01 04:29:191528dependencies = [
1529 "compiler_builtins",
dirreke74817b72023-08-14 14:57:381530 "fallible-iterator",
klensyc653bb92023-11-18 09:42:051531 "indexmap",
Michael Howellcf83a1d2022-11-03 17:10:151532 "rustc-std-workspace-alloc",
1533 "rustc-std-workspace-core",
dirreke74817b72023-08-14 14:57:381534 "stable_deref_trait",
David Wood2dc1a8a2021-12-03 14:24:051535]
1536
1537[[package]]
Jubilee Young3ec9d8d2024-05-28 00:05:321538name = "gimli"
1539version = "0.29.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1542dependencies = [
1543 "compiler_builtins",
1544 "rustc-std-workspace-alloc",
1545 "rustc-std-workspace-core",
1546]
1547
1548[[package]]
Mrmaxmeier664907c2024-07-16 09:01:351549name = "gimli"
1550version = "0.31.0"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1553dependencies = [
1554 "fallible-iterator",
1555 "indexmap",
1556 "stable_deref_trait",
1557]
1558
1559[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581560name = "glob"
Nilstrieb3295cdf2023-06-26 07:21:351561version = "0.3.1"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581562source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351563checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
Tatsuyuki Ishi0e79b972017-04-29 23:11:581564
1565[[package]]
Simon Sapinb77ff242017-07-18 21:26:551566name = "globset"
clubby7899b73db32024-01-29 12:21:161567version = "0.4.13"
Simon Sapinb77ff242017-07-18 21:26:551568source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161569checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
Simon Sapinb77ff242017-07-18 21:26:551570dependencies = [
clubby7899b73db32024-01-29 12:21:161571 "aho-corasick",
klensy9b6a6b12023-05-26 10:03:471572 "bstr",
Alex Crichton093ede22019-08-15 00:45:091573 "fnv",
1574 "log",
1575 "regex",
Simon Sapinb77ff242017-07-18 21:26:551576]
1577
1578[[package]]
Vishnunarayan K Iea146072020-10-26 13:34:291579name = "gsgdt"
Krasimir Georgieva9698e22022-01-03 19:25:461580version = "0.1.2"
Vishnunarayan K Iea146072020-10-26 13:34:291581source = "registry+https://github.com/rust-lang/crates.io-index"
Krasimir Georgieva9698e22022-01-03 19:25:461582checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
Vishnunarayan K Iea146072020-10-26 13:34:291583dependencies = [
1584 "serde",
1585]
1586
1587[[package]]
Steve Klabnika0769612017-02-07 23:13:571588name = "handlebars"
clubby789629d6942024-04-01 13:06:321589version = "5.1.2"
Steve Klabnika0769612017-02-07 23:13:571590source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:321591checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
Steve Klabnika0769612017-02-07 23:13:571592dependencies = [
Alex Crichton093ede22019-08-15 00:45:091593 "log",
1594 "pest",
1595 "pest_derive",
Alex Crichton093ede22019-08-15 00:45:091596 "serde",
1597 "serde_json",
klensy45fac342022-08-31 20:04:121598 "thiserror",
James Munnsde763692019-01-19 02:39:371599]
1600
1601[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:051602name = "hashbrown"
Mark Rousskov12200c92024-05-11 14:27:171603version = "0.14.5"
The 8472479be6a2023-06-08 14:55:491604source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171605checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
The 8472479be6a2023-06-08 14:55:491606dependencies = [
dirreke74817b72023-08-14 14:57:381607 "ahash",
The 8472479be6a2023-06-08 14:55:491608 "allocator-api2",
Urgau0b9feea2023-05-06 22:35:551609 "compiler_builtins",
1610 "rustc-std-workspace-alloc",
1611 "rustc-std-workspace-core",
Alex Crichton2a3e22b2024-06-24 19:30:441612 "serde",
Amanieu d'Antrasa529ba82023-01-09 17:49:241613]
1614
1615[[package]]
Bastien Orivel5c4534a2018-12-08 14:11:471616name = "heck"
Nilstrieb3295cdf2023-06-26 07:21:351617version = "0.4.1"
Caleb Cartwrightf367f4d2022-06-13 03:04:541618source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351619checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
Caleb Cartwrightf367f4d2022-06-13 03:04:541620
1621[[package]]
github-actionsc486d2d2024-03-17 00:26:011622name = "heck"
1623version = "0.5.0"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1626
1627[[package]]
Stefan Lankes5ebd4d92019-10-20 07:55:101628name = "hermit-abi"
Stefan Lankes3726cbb2024-02-28 22:01:561629version = "0.3.9"
Stefan Lankes7143379a2022-12-06 19:31:431630source = "registry+https://github.com/rust-lang/crates.io-index"
Stefan Lankes3726cbb2024-02-28 22:01:561631checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
Stefan Lankes1f125a62024-06-07 18:20:511632
1633[[package]]
1634name = "hermit-abi"
1635version = "0.4.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
Stefan Lankes7143379a2022-12-06 19:31:431638dependencies = [
1639 "compiler_builtins",
joboet262193e2022-09-06 08:44:051640 "rustc-std-workspace-alloc",
Stefan Lankes5ebd4d92019-10-20 07:55:101641 "rustc-std-workspace-core",
1642]
1643
1644[[package]]
Alex Crichton1cede102017-06-15 02:33:061645name = "hex"
Nilstrieb3295cdf2023-06-26 07:21:351646version = "0.4.3"
Aaron Hilld440e132019-09-16 18:45:401647source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351648checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
Aaron Hilld440e132019-09-16 18:45:401649
1650[[package]]
Pietro Albinic2306372023-09-15 14:09:451651name = "home"
clubby7899b73db32024-01-29 12:21:161652version = "0.5.9"
Pietro Albinic2306372023-09-15 14:09:451653source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161654checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
Pietro Albinic2306372023-09-15 14:09:451655dependencies = [
clubby7899b73db32024-01-29 12:21:161656 "windows-sys 0.52.0",
Pietro Albinic2306372023-09-15 14:09:451657]
1658
1659[[package]]
Guillaume Gomez83a2bc32021-04-23 14:43:181660name = "html-checker"
1661version = "0.1.0"
1662dependencies = [
Alex Gaynor5b0ec1e2022-07-30 03:26:001663 "rayon",
Guillaume Gomez83a2bc32021-04-23 14:43:181664 "walkdir",
1665]
1666
1667[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:521668name = "html-escape"
1669version = "0.2.13"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1672dependencies = [
1673 "utf8-width",
1674]
1675
1676[[package]]
steveklabnikecfbaca2018-04-03 14:32:041677name = "html5ever"
github-actions36c09332024-05-19 00:17:381678version = "0.27.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1681dependencies = [
1682 "log",
1683 "mac",
klensy52242f22024-06-15 15:53:451684 "markup5ever",
github-actions36c09332024-05-19 00:17:381685 "proc-macro2",
1686 "quote",
github-actions99053572024-06-23 00:18:081687 "syn 2.0.67",
github-actions36c09332024-05-19 00:17:381688]
1689
1690[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:441691name = "humansize"
1692version = "2.1.3"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1695dependencies = [
Caleb Cartwright35400e82023-10-23 01:34:121696 "libm",
Jakub Beránek91d2fb22023-06-03 07:41:441697]
1698
1699[[package]]
Alex Crichton87f3dda2018-03-01 19:08:481700name = "humantime"
Nilstrieb3295cdf2023-06-26 07:21:351701version = "2.1.0"
Eric Hussd45d8b12020-01-21 17:55:431702source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351703checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Eric Hussd45d8b12020-01-21 17:55:431704
1705[[package]]
nilsf77541a2023-04-11 11:46:411706name = "iana-time-zone"
clubby7899b73db32024-01-29 12:21:161707version = "0.1.60"
nilsf77541a2023-04-11 11:46:411708source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161709checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
nilsf77541a2023-04-11 11:46:411710dependencies = [
1711 "android_system_properties",
1712 "core-foundation-sys",
1713 "iana-time-zone-haiku",
1714 "js-sys",
1715 "wasm-bindgen",
Guillaume Gomezf4495862024-07-31 14:08:311716 "windows-core 0.52.0",
nilsf77541a2023-04-11 11:46:411717]
1718
1719[[package]]
1720name = "iana-time-zone-haiku"
klensy9b6a6b12023-05-26 10:03:471721version = "0.1.2"
nilsf77541a2023-04-11 11:46:411722source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471723checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
nilsf77541a2023-04-11 11:46:411724dependencies = [
klensy9b6a6b12023-05-26 10:03:471725 "cc",
nilsf77541a2023-04-11 11:46:411726]
1727
1728[[package]]
Charles Lewa7750042022-11-06 06:43:251729name = "icu_list"
clubby7899d85dfc2024-06-08 19:18:311730version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251731source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311732checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
Charles Lewa7750042022-11-06 06:43:251733dependencies = [
1734 "displaydoc",
Nilstriebffffc202023-11-06 13:42:201735 "icu_list_data",
1736 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251737 "icu_provider",
1738 "regex-automata 0.2.0",
1739 "writeable",
Charles Lewa7750042022-11-06 06:43:251740]
1741
1742[[package]]
Nilstriebffffc202023-11-06 13:42:201743name = "icu_list_data"
clubby7899d85dfc2024-06-08 19:18:311744version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251745source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311746checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
Nilstriebffffc202023-11-06 13:42:201747
1748[[package]]
1749name = "icu_locid"
clubby7899d85dfc2024-06-08 19:18:311750version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201751source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311752checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
Charles Lewa7750042022-11-06 06:43:251753dependencies = [
1754 "displaydoc",
1755 "litemap",
1756 "tinystr",
1757 "writeable",
1758 "zerovec",
1759]
1760
1761[[package]]
Nilstriebffffc202023-11-06 13:42:201762name = "icu_locid_transform"
clubby7899d85dfc2024-06-08 19:18:311763version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251764source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311765checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
Nilstriebffffc202023-11-06 13:42:201766dependencies = [
1767 "displaydoc",
1768 "icu_locid",
1769 "icu_locid_transform_data",
1770 "icu_provider",
1771 "tinystr",
1772 "zerovec",
1773]
1774
1775[[package]]
1776name = "icu_locid_transform_data"
clubby7899d85dfc2024-06-08 19:18:311777version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201778source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311779checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
Nilstriebffffc202023-11-06 13:42:201780
1781[[package]]
1782name = "icu_provider"
clubby7899d85dfc2024-06-08 19:18:311783version = "1.5.0"
Nilstriebffffc202023-11-06 13:42:201784source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311785checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
Charles Lewa7750042022-11-06 06:43:251786dependencies = [
1787 "displaydoc",
1788 "icu_locid",
1789 "icu_provider_macros",
1790 "stable_deref_trait",
Nilstriebffffc202023-11-06 13:42:201791 "tinystr",
Charles Lewa7750042022-11-06 06:43:251792 "writeable",
1793 "yoke",
1794 "zerofrom",
1795 "zerovec",
1796]
1797
1798[[package]]
1799name = "icu_provider_adapters"
clubby7899d85dfc2024-06-08 19:18:311800version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251801source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311802checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
Charles Lewa7750042022-11-06 06:43:251803dependencies = [
1804 "icu_locid",
Nilstriebffffc202023-11-06 13:42:201805 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:251806 "icu_provider",
1807 "tinystr",
Charles Lewa7750042022-11-06 06:43:251808 "zerovec",
1809]
1810
1811[[package]]
1812name = "icu_provider_macros"
clubby7899d85dfc2024-06-08 19:18:311813version = "1.5.0"
Charles Lewa7750042022-11-06 06:43:251814source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:311815checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
Charles Lewa7750042022-11-06 06:43:251816dependencies = [
1817 "proc-macro2",
1818 "quote",
github-actions99053572024-06-23 00:18:081819 "syn 2.0.67",
Charles Lewa7750042022-11-06 06:43:251820]
1821
1822[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:441823name = "id-arena"
1824version = "2.2.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1827
1828[[package]]
Oli Scherer29de70d2023-07-25 13:09:531829name = "ident_case"
1830version = "1.0.1"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1833
1834[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:581835name = "idna"
github-actions99053572024-06-23 00:18:081836version = "0.5.0"
Eric Hussf2428a62019-08-01 00:44:391837source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:081838checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
Eric Hussf2428a62019-08-01 00:44:391839dependencies = [
github-actions99053572024-06-23 00:18:081840 "unicode-bidi",
1841 "unicode-normalization",
Eric Hussf2428a62019-08-01 00:44:391842]
1843
1844[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291845name = "if_chain"
Nilstrieb3295cdf2023-06-26 07:21:351846version = "1.0.2"
Oliver Schneideracdf83f2017-12-06 08:25:291847source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:351848checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
Oliver Schneideracdf83f2017-12-06 08:25:291849
1850[[package]]
Simon Sapinb77ff242017-07-18 21:26:551851name = "ignore"
klensy9b6a6b12023-05-26 10:03:471852version = "0.4.20"
Simon Sapinb77ff242017-07-18 21:26:551853source = "registry+https://github.com/rust-lang/crates.io-index"
klensy9b6a6b12023-05-26 10:03:471854checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
Simon Sapinb77ff242017-07-18 21:26:551855dependencies = [
Alex Crichton093ede22019-08-15 00:45:091856 "globset",
Yuki Okushi1f0a39502020-05-26 04:00:421857 "lazy_static",
Alex Crichton093ede22019-08-15 00:45:091858 "log",
1859 "memchr",
1860 "regex",
1861 "same-file",
Yuki Okushib4b76b82020-05-26 04:04:591862 "thread_local",
Alex Crichton093ede22019-08-15 00:45:091863 "walkdir",
1864 "winapi-util",
Simon Sapinb77ff242017-07-18 21:26:551865]
1866
1867[[package]]
Ralf Jung10430db2022-07-15 14:04:231868name = "indenter"
1869version = "0.3.3"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1872
1873[[package]]
Eduard-Mihai Burtescu961fe542019-05-14 16:42:571874name = "indexmap"
github-actions1848b462024-03-24 12:09:281875version = "2.2.6"
flip19958d5f69d2021-10-21 11:13:171876source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:281877checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
Nilstrieb3295cdf2023-06-26 07:21:351878dependencies = [
1879 "equivalent",
klensyc653bb92023-11-18 09:42:051880 "hashbrown",
Josh Stoned9b1fa92023-07-03 20:51:541881 "rustc-rayon",
1882 "serde",
Nilstrieb3295cdf2023-06-26 07:21:351883]
1884
1885[[package]]
Philipp Kronesac25a732023-08-24 19:33:171886name = "indicatif"
clubby7899b73db32024-01-29 12:21:161887version = "0.17.8"
Philipp Kronesac25a732023-08-24 19:33:171888source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:161889checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
Philipp Kronesac25a732023-08-24 19:33:171890dependencies = [
1891 "console",
1892 "instant",
1893 "number_prefix",
1894 "portable-atomic",
1895 "unicode-width",
1896]
1897
1898[[package]]
Nilstrieb3295cdf2023-06-26 07:21:351899name = "indoc"
1900version = "1.0.9"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
flip19958d5f69d2021-10-21 11:13:171903
1904[[package]]
Ralf Jung49e8acb2023-10-21 06:41:451905name = "inout"
1906version = "0.1.3"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1909dependencies = [
1910 "generic-array",
1911]
1912
1913[[package]]
Josh Stone020c5ec2017-05-08 22:01:131914name = "installer"
1915version = "0.0.0"
1916dependencies = [
Michael Forney32025fd2020-05-25 00:08:451917 "anyhow",
klensye1c33132023-06-21 09:32:341918 "clap",
Alex Crichton093ede22019-08-15 00:45:091919 "flate2",
Alex Crichton093ede22019-08-15 00:45:091920 "rayon",
Alex Crichton093ede22019-08-15 00:45:091921 "tar",
1922 "walkdir",
Alex Crichton093ede22019-08-15 00:45:091923 "xz2",
Josh Stone020c5ec2017-05-08 22:01:131924]
1925
1926[[package]]
Mark Rousskov342d9562020-08-17 15:21:441927name = "instant"
github-actions36c09332024-05-19 00:17:381928version = "0.1.13"
Mark Rousskov342d9562020-08-17 15:21:441929source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:381930checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
flip1995e36e5a52021-12-06 11:33:551931dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:421932 "cfg-if",
flip1995e36e5a52021-12-06 11:33:551933]
Mark Rousskov342d9562020-08-17 15:21:441934
1935[[package]]
David Wood7f916972022-03-26 07:27:431936name = "intl-memoizer"
Mark Rousskov12200c92024-05-11 14:27:171937version = "0.5.2"
David Wood7f916972022-03-26 07:27:431938source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171939checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
David Wood7f916972022-03-26 07:27:431940dependencies = [
1941 "type-map",
1942 "unic-langid",
1943]
1944
1945[[package]]
1946name = "intl_pluralrules"
Manish Goregaokar288194e2022-10-19 23:24:421947version = "7.0.2"
David Wood7f916972022-03-26 07:27:431948source = "registry+https://github.com/rust-lang/crates.io-index"
Manish Goregaokar288194e2022-10-19 23:24:421949checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
David Wood7f916972022-03-26 07:27:431950dependencies = [
David Wood7f916972022-03-26 07:27:431951 "unic-langid",
1952]
1953
1954[[package]]
Mark Rousskov12200c92024-05-11 14:27:171955name = "is_terminal_polyfill"
1956version = "1.70.0"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
1959
1960[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:291961name = "itertools"
Philipp Kronesf99056b2024-02-27 14:50:231962version = "0.12.1"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1965dependencies = [
1966 "either",
1967]
1968
1969[[package]]
Steve Klabnik2795de32017-02-20 00:20:571970name = "itoa"
clubby789629d6942024-04-01 13:06:321971version = "1.0.11"
Steve Klabnik2795de32017-02-20 00:20:571972source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:321973checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
Steve Klabnik2795de32017-02-20 00:20:571974
1975[[package]]
Rémy Rakicadab1352022-05-06 21:20:041976name = "jemalloc-sys"
Rémy Rakicdcfa64b2023-10-02 07:41:511977version = "0.5.4+5.3.0-patched"
Rémy Rakicadab1352022-05-06 21:20:041978source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakicdcfa64b2023-10-02 07:41:511979checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
Rémy Rakicadab1352022-05-06 21:20:041980dependencies = [
1981 "cc",
Rémy Rakicadab1352022-05-06 21:20:041982 "libc",
1983]
1984
1985[[package]]
Alex Crichton453080f2017-06-05 16:36:481986name = "jobserver"
Mark Rousskov12200c92024-05-11 14:27:171987version = "0.1.31"
Alex Crichton453080f2017-06-05 16:36:481988source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:171989checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
Alex Crichton453080f2017-06-05 16:36:481990dependencies = [
Alex Crichton093ede22019-08-15 00:45:091991 "libc",
Alex Crichton453080f2017-06-05 16:36:481992]
1993
1994[[package]]
nilsf77541a2023-04-11 11:46:411995name = "js-sys"
github-actionsc486d2d2024-03-17 00:26:011996version = "0.3.69"
nilsf77541a2023-04-11 11:46:411997source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:011998checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
nilsf77541a2023-04-11 11:46:411999dependencies = [
2000 "wasm-bindgen",
2001]
2002
2003[[package]]
Rune Tynan77156562021-01-16 01:34:152004name = "jsondocck"
2005version = "0.1.0"
2006dependencies = [
Nixon Enraght-Moonyce21447c2021-03-24 15:52:472007 "fs-err",
Rune Tynan77156562021-01-16 01:34:152008 "getopts",
2009 "jsonpath_lib",
Rune Tynan77156562021-01-16 01:34:152010 "regex",
Rune Tynan77156562021-01-16 01:34:152011 "serde_json",
klensyc63cb012021-06-01 15:25:362012 "shlex",
Rune Tynan77156562021-01-16 01:34:152013]
2014
2015[[package]]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372016name = "jsondoclint"
2017version = "0.1.0"
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392018dependencies = [
2019 "anyhow",
klensye1c33132023-06-21 09:32:342020 "clap",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392021 "fs-err",
ozkanonur52c71e62023-03-01 21:53:022022 "rustc-hash",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392023 "rustdoc-json-types",
Nixon Enraght-Moony226ab7f2023-01-02 20:15:452024 "serde",
Nixon Enraght-Moonya7a4fe92022-08-24 16:32:392025 "serde_json",
2026]
Nixon Enraght-Moony2506aa02022-08-23 13:49:372027
2028[[package]]
Rune Tynan77156562021-01-16 01:34:152029name = "jsonpath_lib"
klensyc653bb92023-11-18 09:42:052030version = "0.3.0"
Rune Tynan77156562021-01-16 01:34:152031source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:052032checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
Rune Tynan77156562021-01-16 01:34:152033dependencies = [
Rune Tynan77156562021-01-16 01:34:152034 "log",
2035 "serde",
2036 "serde_json",
2037]
2038
2039[[package]]
Steve Klabnika0769612017-02-07 23:13:572040name = "lazy_static"
github-actions99053572024-06-23 00:18:082041version = "1.5.0"
Alex Crichton325d7392017-12-10 17:42:492042source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082043checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
Alex Crichton325d7392017-12-10 17:42:492044
2045[[package]]
Zalathar13671042023-08-11 01:52:372046name = "leb128"
2047version = "0.2.5"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2050
2051[[package]]
Oli Scherer4fdb4ed2023-08-29 13:28:532052name = "levenshtein"
2053version = "1.0.5"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2056
2057[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:442058name = "lexopt"
2059version = "0.3.0"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
2062
2063[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292064name = "libc"
Mads Marquart74012d52024-04-30 14:33:192065version = "0.2.155"
Ahmed Charles9ca382f2016-09-02 08:55:292066source = "registry+https://github.com/rust-lang/crates.io-index"
Mads Marquart74012d52024-04-30 14:33:192067checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
Alex Crichton4c21a3b2018-11-20 05:52:502068dependencies = [
Alex Crichton093ede22019-08-15 00:45:092069 "rustc-std-workspace-core",
Alex Crichton4c21a3b2018-11-20 05:52:502070]
Ahmed Charles9ca382f2016-09-02 08:55:292071
2072[[package]]
github-actions36c09332024-05-19 00:17:382073name = "libdbus-sys"
2074version = "0.2.5"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2077dependencies = [
2078 "cc",
2079 "pkg-config",
2080]
2081
2082[[package]]
Ralf Jungfe7e2072022-09-02 14:49:382083name = "libffi"
Ulrich Weigand09541b52023-03-30 13:37:472084version = "3.2.0"
Ralf Jungfe7e2072022-09-02 14:49:382085source = "registry+https://github.com/rust-lang/crates.io-index"
Ulrich Weigand09541b52023-03-30 13:37:472086checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
Ralf Jungfe7e2072022-09-02 14:49:382087dependencies = [
2088 "libc",
2089 "libffi-sys",
2090]
2091
2092[[package]]
2093name = "libffi-sys"
WANG Ruic7b72482023-04-27 11:42:522094version = "2.3.0"
Ralf Jungfe7e2072022-09-02 14:49:382095source = "registry+https://github.com/rust-lang/crates.io-index"
WANG Ruic7b72482023-04-27 11:42:522096checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
Ralf Jungfe7e2072022-09-02 14:49:382097dependencies = [
2098 "cc",
2099]
2100
2101[[package]]
Andy Russell923f9392021-11-08 23:03:552102name = "libloading"
github-actionsc486d2d2024-03-17 00:26:012103version = "0.8.3"
Ralf Jung6687c072023-10-01 05:03:422104source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012105checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
Ralf Jung6687c072023-10-01 05:03:422106dependencies = [
2107 "cfg-if",
Caleb Cartwrightffad9842024-06-22 21:22:002108 "windows-targets 0.52.5",
Ralf Jung6687c072023-10-01 05:03:422109]
2110
2111[[package]]
Yuki Okushi2b0e27e2021-03-17 20:34:052112name = "libm"
clubby7899b73db32024-01-29 12:21:162113version = "0.2.8"
Jakub Beránek91d2fb22023-06-03 07:41:442114source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162115checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2116
2117[[package]]
2118name = "libredox"
clubby789629d6942024-04-01 13:06:322119version = "0.1.3"
clubby7899b73db32024-01-29 12:21:162120source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322121checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
clubby7899b73db32024-01-29 12:21:162122dependencies = [
github-actions1848b462024-03-24 12:09:282123 "bitflags 2.5.0",
clubby7899b73db32024-01-29 12:21:162124 "libc",
clubby7899b73db32024-01-29 12:21:162125]
Jakub Beránek91d2fb22023-06-03 07:41:442126
2127[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582128name = "libz-sys"
clubby789d42c9602024-06-08 19:22:162129version = "1.1.18"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582130source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:162131checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582132dependencies = [
Alex Crichton093ede22019-08-15 00:45:092133 "cc",
2134 "libc",
2135 "pkg-config",
2136 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582137]
2138
2139[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292140name = "linkchecker"
2141version = "0.1.0"
Joshua Nelson65835d12020-10-15 13:25:302142dependencies = [
klensy52242f22024-06-15 15:53:452143 "html5ever",
Joshua Nelson65835d12020-10-15 13:25:302144 "regex",
2145]
Ahmed Charles9ca382f2016-09-02 08:55:292146
2147[[package]]
Eric Huss45c1e0a2020-09-08 22:09:572148name = "lint-docs"
2149version = "0.1.0"
2150dependencies = [
2151 "serde_json",
2152 "tempfile",
2153 "walkdir",
2154]
2155
2156[[package]]
Weihang Lo1e5dad02022-11-25 22:37:042157name = "linux-raw-sys"
github-actions36c09332024-05-19 00:17:382158version = "0.4.14"
Weihang Lo1e5dad02022-11-25 22:37:042159source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382160checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
Weihang Lo1e5dad02022-11-25 22:37:042161
2162[[package]]
Charles Lewa7750042022-11-06 06:43:252163name = "litemap"
clubby7899d85dfc2024-06-08 19:18:312164version = "0.7.3"
Charles Lewa7750042022-11-06 06:43:252165source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:312166checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
Charles Lewa7750042022-11-06 06:43:252167
2168[[package]]
Hans Kratz6162fc02021-09-25 13:25:082169name = "lld-wrapper"
2170version = "0.1.0"
2171
2172[[package]]
Kjetil Kjeka222ce4f2024-02-06 18:15:382173name = "llvm-bitcode-linker"
2174version = "0.0.1"
2175dependencies = [
2176 "anyhow",
2177 "clap",
2178 "thiserror",
2179 "tracing",
2180 "tracing-subscriber",
2181]
2182
2183[[package]]
Mark Rousskov9ec5ef52018-08-04 22:24:392184name = "lock_api"
Mark Rousskov12200c92024-05-11 14:27:172185version = "0.4.12"
Malo Jaffré8ed13d62017-12-29 10:24:382186source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172187checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
Mark Rousskov342d9562020-08-17 15:21:442188dependencies = [
Philipp Krones586cbd02022-06-04 12:07:442189 "autocfg",
Mark Rousskov342d9562020-08-17 15:21:442190 "scopeguard",
2191]
2192
2193[[package]]
2194name = "log"
github-actions8ef19812024-03-03 00:16:162195version = "0.4.21"
Mark Rousskov342d9562020-08-17 15:21:442196source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162197checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
Ahmed Charles9ca382f2016-09-02 08:55:292198
2199[[package]]
Josh Stone020c5ec2017-05-08 22:01:132200name = "lzma-sys"
Mark Rousskove40a4462023-04-17 01:27:252201version = "0.1.20"
Josh Stone020c5ec2017-05-08 22:01:132202source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:252203checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
Josh Stone020c5ec2017-05-08 22:01:132204dependencies = [
Alex Crichton093ede22019-08-15 00:45:092205 "cc",
2206 "libc",
2207 "pkg-config",
Josh Stone020c5ec2017-05-08 22:01:132208]
2209
2210[[package]]
steveklabnikecfbaca2018-04-03 14:32:042211name = "mac"
2212version = "0.1.1"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092214checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
steveklabnikecfbaca2018-04-03 14:32:042215
2216[[package]]
2217name = "maplit"
Mark Rousskov342d9562020-08-17 15:21:442218version = "1.0.2"
steveklabnikecfbaca2018-04-03 14:32:042219source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:442220checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
steveklabnikecfbaca2018-04-03 14:32:042221
2222[[package]]
2223name = "markup5ever"
github-actions36c09332024-05-19 00:17:382224version = "0.12.1"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2227dependencies = [
2228 "log",
klensy52242f22024-06-15 15:53:452229 "phf",
2230 "phf_codegen",
github-actions36c09332024-05-19 00:17:382231 "string_cache",
2232 "string_cache_codegen",
2233 "tendril",
2234]
2235
2236[[package]]
Oliver Schererec7230f2020-07-24 18:42:002237name = "matchers"
pierwillea25b772021-12-21 17:00:302238version = "0.1.0"
Oliver Schererec7230f2020-07-24 18:42:002239source = "registry+https://github.com/rust-lang/crates.io-index"
pierwillea25b772021-12-21 17:00:302240checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
Oliver Schererec7230f2020-07-24 18:42:002241dependencies = [
Charles Lewa7750042022-11-06 06:43:252242 "regex-automata 0.1.10",
Oliver Schererec7230f2020-07-24 18:42:002243]
2244
2245[[package]]
Arlo Siemsenf86b0782020-03-31 05:17:152246name = "md-5"
clubby7899b73db32024-01-29 12:21:162247version = "0.10.6"
Arlo Siemsen3296d5c2020-10-13 15:41:062248source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162249checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
Arlo Siemsen3296d5c2020-10-13 15:41:062250dependencies = [
clubby7899b73db32024-01-29 12:21:162251 "cfg-if",
klensy45fac342022-08-31 20:04:122252 "digest",
Arlo Siemsen3296d5c2020-10-13 15:41:062253]
2254
2255[[package]]
Steve Klabnika0769612017-02-07 23:13:572256name = "mdbook"
github-actions36c09332024-05-19 00:17:382257version = "0.4.40"
Steve Klabnika0769612017-02-07 23:13:572258source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:382259checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
Steve Klabnika0769612017-02-07 23:13:572260dependencies = [
Alex Crichton093ede22019-08-15 00:45:092261 "ammonia",
Eric Huss6bcbc422020-06-23 22:23:462262 "anyhow",
Alex Crichton093ede22019-08-15 00:45:092263 "chrono",
klensye1c33132023-06-21 09:32:342264 "clap",
Eric Huss51814222022-04-15 18:57:062265 "clap_complete",
Alex Crichton093ede22019-08-15 00:45:092266 "elasticlunr-rs",
klensy53efefb2024-02-22 11:35:212267 "env_logger",
Weihang Lof795a152023-03-15 12:50:042268 "handlebars",
Alex Crichton093ede22019-08-15 00:45:092269 "log",
2270 "memchr",
Eric Huss2717f602023-01-06 01:20:592271 "once_cell",
github-actions36c09332024-05-19 00:17:382272 "opener 0.7.1",
Mark Rousskov12200c92024-05-11 14:27:172273 "pulldown-cmark 0.10.3",
Alex Crichton093ede22019-08-15 00:45:092274 "regex",
2275 "serde",
Alex Crichton093ede22019-08-15 00:45:092276 "serde_json",
klensyc63cb012021-06-01 15:25:362277 "shlex",
Alex Crichton093ede22019-08-15 00:45:092278 "tempfile",
Nilstrieb3295cdf2023-06-26 07:21:352279 "toml 0.5.11",
Eric Hussa882fdd2021-12-03 20:25:072280 "topological-sort",
James Munnsde763692019-01-19 02:39:372281]
2282
2283[[package]]
Wesley Wiser56e434d2019-04-04 23:41:492284name = "measureme"
Michael Woeristerac58f9a2024-01-13 15:32:032285version = "11.0.1"
Ryan Levick757f76e2021-10-07 13:08:442286source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woeristerac58f9a2024-01-13 15:32:032287checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
Ryan Levick947a33b2021-07-23 14:25:582288dependencies = [
2289 "log",
Weihang Lof795a152023-03-15 12:50:042290 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:502291 "parking_lot",
Ryan Levick947a33b2021-07-23 14:25:582292 "perf-event-open-sys",
2293 "rustc-hash",
2294 "smallvec",
2295]
2296
2297[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582298name = "memchr"
Guillaume Gomez7f78a9a2022-07-26 18:36:202299version = "2.5.0"
Oliver Schneideracdf83f2017-12-06 08:25:292300source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomez7f78a9a2022-07-26 18:36:202301checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Alex Crichton4a3e7362021-08-19 02:44:242302dependencies = [
2303 "compiler_builtins",
2304 "rustc-std-workspace-core",
2305]
Steve Klabnika0769612017-02-07 23:13:572306
2307[[package]]
Camille GILLOT458d0442021-03-17 16:29:452308name = "memmap2"
Nilstrieb3295cdf2023-06-26 07:21:352309version = "0.2.3"
Camille GILLOT458d0442021-03-17 16:29:452310source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352311checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
Camille GILLOT458d0442021-03-17 16:29:452312dependencies = [
2313 "libc",
2314]
2315
2316[[package]]
Nick Cameron4b6f5c22018-02-26 03:15:452317name = "memoffset"
clubby789629d6942024-04-01 13:06:322318version = "0.9.1"
est31b0483962023-06-05 02:53:302319source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322320checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
est31b0483962023-06-05 02:53:302321dependencies = [
2322 "autocfg",
2323]
2324
2325[[package]]
Guillaume Gomez76714c32023-03-06 10:15:592326name = "mime"
Nilstrieb3295cdf2023-06-26 07:21:352327version = "0.3.17"
Guillaume Gomez76714c32023-03-06 10:15:592328source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352329checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
Guillaume Gomez76714c32023-03-06 10:15:592330
2331[[package]]
2332name = "mime_guess"
2333version = "2.0.4"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2336dependencies = [
2337 "mime",
2338 "unicase",
2339]
2340
2341[[package]]
Guillaume Gomez4b145732018-05-10 22:02:052342name = "minifier"
Guillaume Gomezd6666e22023-11-01 14:18:412343version = "0.3.0"
Guillaume Gomez4b145732018-05-10 22:02:052344source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezd6666e22023-11-01 14:18:412345checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
Guillaume Gomez4b145732018-05-10 22:02:052346
2347[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462348name = "minimal-lexical"
2349version = "0.2.1"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2352
2353[[package]]
Alex Crichtonb4110902018-12-08 11:06:542354name = "miniz_oxide"
github-actions99053572024-06-23 00:18:082355version = "0.7.4"
Nilstrieb3295cdf2023-06-26 07:21:352356source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082357checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
Nilstrieb3295cdf2023-06-26 07:21:352358dependencies = [
2359 "adler",
Jubilee Young079949d2023-06-29 23:18:362360 "compiler_builtins",
2361 "rustc-std-workspace-alloc",
2362 "rustc-std-workspace-core",
Nilstrieb3295cdf2023-06-26 07:21:352363]
2364
2365[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582366name = "miow"
klensy55935df2023-08-06 10:24:592367version = "0.6.0"
Weihang Lobfce2272022-11-04 23:50:442368source = "registry+https://github.com/rust-lang/crates.io-index"
klensy55935df2023-08-06 10:24:592369checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
Weihang Lobfce2272022-11-04 23:50:442370dependencies = [
Philipp Kronesac25a732023-08-24 19:33:172371 "windows-sys 0.48.0",
Weihang Lobfce2272022-11-04 23:50:442372]
2373
2374[[package]]
kennytm0692b3d2017-12-15 19:41:582375name = "miri"
2376version = "0.1.0"
2377dependencies = [
Ralf Jung49e8acb2023-10-21 06:41:452378 "aes",
Ralf Jung9f7194b2024-04-25 10:28:452379 "chrono",
Ralf Jung47b3ce02024-05-05 15:17:452380 "chrono-tz",
Alex Crichton093ede22019-08-15 00:45:092381 "colored",
Ralf Jung13e47662023-05-23 10:10:182382 "ctrlc",
Ralf Jung9f7194b2024-04-25 10:28:452383 "directories",
Thom Chiovolonia4bf36e2022-11-21 00:55:412384 "getrandom",
Ralf Jung0ddccf92024-01-08 10:21:182385 "jemalloc-sys",
Ralf Jung759e4952020-06-01 18:17:202386 "libc",
Ralf Jungfe7e2072022-09-02 14:49:382387 "libffi",
Simonas Kazlauskasfcaeb452024-01-10 15:12:012388 "libloading",
Ralf Jung61a986a2022-06-26 02:21:492389 "measureme",
Thom Chiovolonia4bf36e2022-11-21 00:55:412390 "rand",
Ralf Junga272c452022-05-30 08:17:462391 "regex",
Ralf Jung64f56d22022-10-22 08:45:252392 "rustc_version",
Jubilee Younge8eb6912021-04-22 04:40:292393 "smallvec",
Ralf Jung9a308d42024-03-09 17:56:522394 "tempfile",
Philipp Kronesf99056b2024-02-27 14:50:232395 "ui_test 0.21.2",
kennytm0692b3d2017-12-15 19:41:582396]
2397
2398[[package]]
Jakob Degen17395b42022-10-31 00:17:252399name = "miropt-test-tools"
2400version = "0.1.0"
Jakob Degen17395b42022-10-31 00:17:252401
2402[[package]]
Alex Crichtond8251152018-07-02 16:33:162403name = "new_debug_unreachable"
github-actionsc486d2d2024-03-17 00:26:012404version = "1.0.6"
Alex Crichtond8251152018-07-02 16:33:162405source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012406checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
Nick Cameron4b6f5c22018-02-26 03:15:452407
2408[[package]]
Ralf Jung13e47662023-05-23 10:10:182409name = "nix"
github-actionsc486d2d2024-03-17 00:26:012410version = "0.28.0"
Ralf Jung13e47662023-05-23 10:10:182411source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:012412checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
Ralf Jung13e47662023-05-23 10:10:182413dependencies = [
github-actions1848b462024-03-24 12:09:282414 "bitflags 2.5.0",
Ralf Jung13e47662023-05-23 10:10:182415 "cfg-if",
github-actionsc486d2d2024-03-17 00:26:012416 "cfg_aliases",
Ralf Jung13e47662023-05-23 10:10:182417 "libc",
Ralf Jung13e47662023-05-23 10:10:182418]
2419
2420[[package]]
Dirkjan Ochtman93a16cb2022-01-03 17:18:462421name = "nom"
Nilstrieb3295cdf2023-06-26 07:21:352422version = "7.1.3"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462423source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352424checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
Dirkjan Ochtman93a16cb2022-01-03 17:18:462425dependencies = [
2426 "memchr",
2427 "minimal-lexical",
Dirkjan Ochtman93a16cb2022-01-03 17:18:462428]
2429
2430[[package]]
Eric Hussb07e3162023-11-29 23:52:162431name = "normpath"
github-actions8ef19812024-03-03 00:16:162432version = "1.2.0"
Eric Hussb07e3162023-11-29 23:52:162433source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162434checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804"
Eric Hussb07e3162023-11-29 23:52:162435dependencies = [
github-actions8ef19812024-03-03 00:16:162436 "windows-sys 0.52.0",
Eric Hussb07e3162023-11-29 23:52:162437]
2438
2439[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352440name = "nu-ansi-term"
2441version = "0.46.0"
Alex Crichton994bfd42018-02-26 17:07:162442source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352443checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
Alex Crichton994bfd42018-02-26 17:07:162444dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:352445 "overload",
2446 "winapi",
Alex Crichton994bfd42018-02-26 17:07:162447]
2448
2449[[package]]
klensy71ea5062024-03-30 14:39:432450name = "nu-ansi-term"
clubby789d42c9602024-06-08 19:22:162451version = "0.50.0"
klensy71ea5062024-03-30 14:39:432452source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:162453checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
klensy71ea5062024-03-30 14:39:432454dependencies = [
2455 "windows-sys 0.48.0",
2456]
2457
2458[[package]]
Trevor Gross51827ce2024-07-20 16:13:272459name = "num"
2460version = "0.4.3"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2463dependencies = [
2464 "num-bigint",
2465 "num-complex",
2466 "num-integer",
2467 "num-iter",
2468 "num-rational",
2469 "num-traits",
2470]
2471
2472[[package]]
2473name = "num-bigint"
2474version = "0.4.6"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2477dependencies = [
2478 "num-integer",
2479 "num-traits",
2480]
2481
2482[[package]]
2483name = "num-complex"
2484version = "0.4.6"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2487dependencies = [
2488 "num-traits",
2489]
2490
2491[[package]]
clubby7899b73db32024-01-29 12:21:162492name = "num-conv"
2493version = "0.1.0"
Steve Klabnik2795de32017-02-20 00:20:572494source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162495checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2496
2497[[package]]
Trevor Gross51827ce2024-07-20 16:13:272498name = "num-integer"
2499version = "0.1.46"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2502dependencies = [
2503 "num-traits",
2504]
2505
2506[[package]]
2507name = "num-iter"
2508version = "0.1.45"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2511dependencies = [
2512 "autocfg",
2513 "num-integer",
2514 "num-traits",
2515]
2516
2517[[package]]
2518name = "num-rational"
2519version = "0.4.2"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2522dependencies = [
2523 "num-bigint",
2524 "num-integer",
2525 "num-traits",
2526]
2527
2528[[package]]
clubby7899b73db32024-01-29 12:21:162529name = "num-traits"
Mark Rousskov12200c92024-05-11 14:27:172530version = "0.2.19"
clubby7899b73db32024-01-29 12:21:162531source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172532checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Mark Rousskov342d9562020-08-17 15:21:442533dependencies = [
2534 "autocfg",
2535]
Steve Klabnik2795de32017-02-20 00:20:572536
2537[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292538name = "num_cpus"
Nilstrieb3295cdf2023-06-26 07:21:352539version = "1.16.0"
Ahmed Charles9ca382f2016-09-02 08:55:292540source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352541checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
Ahmed Charles9ca382f2016-09-02 08:55:292542dependencies = [
Stefan Lankes1f125a62024-06-07 18:20:512543 "hermit-abi 0.3.9",
Alex Crichton093ede22019-08-15 00:45:092544 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292545]
2546
2547[[package]]
Philipp Kronesac25a732023-08-24 19:33:172548name = "number_prefix"
2549version = "0.4.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2552
2553[[package]]
Alex Crichton06d565c2020-05-13 21:22:372554name = "object"
clubby78956bc5522024-01-21 17:16:262555version = "0.32.2"
dirreke74817b72023-08-14 14:57:382556source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:262557checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dirreke74817b72023-08-14 14:57:382558dependencies = [
Amanieu d'Antrasa529ba82023-01-09 17:49:242559 "crc32fast",
2560 "flate2",
klensyc653bb92023-11-18 09:42:052561 "hashbrown",
2562 "indexmap",
Amanieu d'Antrasa529ba82023-01-09 17:49:242563 "memchr",
Ben Kimock2f6fb232024-03-18 22:47:412564 "ruzstd 0.5.0",
Ben Kimock2f6fb232024-03-18 22:47:412565]
2566
2567[[package]]
Jubilee Young49c2a1d2024-06-07 05:50:282568name = "object"
bjorn358e55142024-04-16 18:31:432569version = "0.35.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
2572dependencies = [
2573 "memchr",
2574]
2575
2576[[package]]
2577name = "object"
klensy58c99992024-07-17 11:33:202578version = "0.36.2"
Jubilee Young49c2a1d2024-06-07 05:50:282579source = "registry+https://github.com/rust-lang/crates.io-index"
klensy58c99992024-07-17 11:33:202580checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
Jubilee Young49c2a1d2024-06-07 05:50:282581dependencies = [
2582 "compiler_builtins",
klensy58c99992024-07-17 11:33:202583 "crc32fast",
2584 "flate2",
2585 "hashbrown",
2586 "indexmap",
Jubilee Young49c2a1d2024-06-07 05:50:282587 "memchr",
2588 "rustc-std-workspace-alloc",
2589 "rustc-std-workspace-core",
klensy58c99992024-07-17 11:33:202590 "ruzstd 0.7.0",
2591 "wasmparser 0.214.0",
Jubilee Young49c2a1d2024-06-07 05:50:282592]
2593
2594[[package]]
Michael Woeristerd0be27c2021-07-20 11:54:372595name = "odht"
Michael Woerister6771ac32021-10-29 16:05:152596version = "0.3.1"
Michael Woeristerd0be27c2021-07-20 11:54:372597source = "registry+https://github.com/rust-lang/crates.io-index"
Michael Woerister6771ac32021-10-29 16:05:152598checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
Michael Woeristerd0be27c2021-07-20 11:54:372599dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422600 "cfg-if",
Michael Woeristerd0be27c2021-07-20 11:54:372601]
2602
2603[[package]]
Mark Rousskov2fc32b92019-09-10 01:01:412604name = "once_cell"
clubby7899b73db32024-01-29 12:21:162605version = "1.19.0"
Mark Rousskov2fc32b92019-09-10 01:01:412606source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162607checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
Mark Rousskov2fc32b92019-09-10 01:01:412608
2609[[package]]
Guillaume Gomez8d40b9e2024-07-18 18:56:362610name = "once_map"
2611version = "0.4.18"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6"
2614dependencies = [
2615 "ahash",
2616 "hashbrown",
2617 "parking_lot",
2618 "stable_deref_trait",
2619]
2620
2621[[package]]
Alex Crichton2863b752018-08-21 17:23:472622name = "opener"
Eric Hussb07e3162023-11-29 23:52:162623version = "0.6.1"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
2626dependencies = [
2627 "bstr",
2628 "normpath",
2629 "winapi",
2630]
2631
2632[[package]]
github-actions36c09332024-05-19 00:17:382633name = "opener"
2634version = "0.7.1"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0"
2637dependencies = [
2638 "bstr",
2639 "dbus",
2640 "normpath",
2641 "windows-sys 0.52.0",
2642]
2643
2644[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582645name = "openssl-probe"
klensy43512e62022-07-26 16:16:432646version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582647source = "registry+https://github.com/rust-lang/crates.io-index"
klensy43512e62022-07-26 16:16:432648checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582649
2650[[package]]
2651name = "openssl-sys"
clubby789629d6942024-04-01 13:06:322652version = "0.9.102"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582653source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322654checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582655dependencies = [
Alex Crichton093ede22019-08-15 00:45:092656 "cc",
2657 "libc",
Alex Crichton093ede22019-08-15 00:45:092658 "pkg-config",
Alex Crichton093ede22019-08-15 00:45:092659 "vcpkg",
Tatsuyuki Ishi0e79b972017-04-29 23:11:582660]
2661
2662[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:442663name = "opt-dist"
2664version = "0.1.0"
2665dependencies = [
2666 "anyhow",
2667 "build_helper",
2668 "camino",
Jakub Beránekf17047b2023-09-12 16:32:322669 "clap",
2670 "derive_builder",
klensy53efefb2024-02-22 11:35:212671 "env_logger",
Jakub Beránek91d2fb22023-06-03 07:41:442672 "fs_extra",
2673 "glob",
2674 "humansize",
klensyc653bb92023-11-18 09:42:052675 "humantime",
Jakub Beránek91d2fb22023-06-03 07:41:442676 "log",
Jakub Beránek91d2fb22023-06-03 07:41:442677 "serde",
2678 "serde_json",
2679 "sysinfo",
Jakub Beránek209789e2023-08-09 18:56:112680 "tabled",
Jakub Beránek91d2fb22023-06-03 07:41:442681 "tar",
Jakub Beráneka16925d2023-07-11 15:26:172682 "tempfile",
klensy39159a32024-05-09 13:43:142683 "xz2",
Jakub Beránek91d2fb22023-06-03 07:41:442684]
2685
2686[[package]]
Ralf Jung5aecfe42023-10-07 05:55:482687name = "option-ext"
2688version = "0.2.0"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2691
2692[[package]]
Nilstrieb3295cdf2023-06-26 07:21:352693name = "overload"
2694version = "0.1.1"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2697
2698[[package]]
Ralf Jung10430db2022-07-15 14:04:232699name = "owo-colors"
Nilstrieb75b3ee22022-12-30 11:23:052700version = "3.5.0"
Ralf Jung10430db2022-07-15 14:04:232701source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb75b3ee22022-12-30 11:23:052702checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
Ralf Jung10430db2022-07-15 14:04:232703
2704[[package]]
Philipp Kronesac25a732023-08-24 19:33:172705name = "pad"
2706version = "0.1.6"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
2709dependencies = [
2710 "unicode-width",
2711]
2712
2713[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292714name = "panic_abort"
2715version = "0.0.0"
2716dependencies = [
Thiébaud Weksteen52ee9fb2021-03-15 10:21:392717 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422718 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092719 "compiler_builtins",
2720 "core",
2721 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:292722]
2723
2724[[package]]
2725name = "panic_unwind"
2726version = "0.0.0"
2727dependencies = [
Alex Crichton093ede22019-08-15 00:45:092728 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:422729 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:092730 "compiler_builtins",
2731 "core",
2732 "libc",
2733 "unwind",
Ahmed Charles9ca382f2016-09-02 08:55:292734]
2735
2736[[package]]
Jakub Beránek209789e2023-08-09 18:56:112737name = "papergrid"
klensy15bc6812024-02-22 11:17:592738version = "0.11.0"
Jakub Beránek209789e2023-08-09 18:56:112739source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:592740checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
Jakub Beránek209789e2023-08-09 18:56:112741dependencies = [
2742 "bytecount",
2743 "fnv",
2744 "unicode-width",
2745]
2746
2747[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:012748name = "parking_lot"
clubby789d42c9602024-06-08 19:22:162749version = "0.12.3"
Philipp Krones586cbd02022-06-04 12:07:442750source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:162751checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
Philipp Krones586cbd02022-06-04 12:07:442752dependencies = [
2753 "lock_api",
Rémy Rakic4cb2a282023-12-14 15:40:502754 "parking_lot_core",
Igor Matuszewski8fc4bba2020-02-12 14:47:312755]
2756
2757[[package]]
Philipp Krones586cbd02022-06-04 12:07:442758name = "parking_lot_core"
Mark Rousskov12200c92024-05-11 14:27:172759version = "0.9.10"
Philipp Krones586cbd02022-06-04 12:07:442760source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172761checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
Philipp Krones586cbd02022-06-04 12:07:442762dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:422763 "cfg-if",
Philipp Krones586cbd02022-06-04 12:07:442764 "libc",
github-actions729ed812024-06-16 00:18:062765 "redox_syscall 0.5.2",
Philipp Krones586cbd02022-06-04 12:07:442766 "smallvec",
Mark Rousskov12200c92024-05-11 14:27:172767 "windows-targets 0.52.5",
Philipp Krones586cbd02022-06-04 12:07:442768]
2769
2770[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452771name = "parse-zoneinfo"
2772version = "0.3.1"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2775dependencies = [
2776 "regex",
2777]
2778
2779[[package]]
Federico Ponzi4b6a0272020-07-17 22:01:272780name = "pathdiff"
Eric Huss4b4a5142022-04-14 01:02:322781version = "0.2.1"
Federico Ponzi4b6a0272020-07-17 22:01:272782source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss4b4a5142022-04-14 01:02:322783checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
Federico Ponzi4b6a0272020-07-17 22:01:272784
2785[[package]]
Alex Crichton1cede102017-06-15 02:33:062786name = "percent-encoding"
clubby7899b73db32024-01-29 12:21:162787version = "2.3.1"
Eric Hussf2428a62019-08-01 00:44:392788source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162789checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
Eric Hussf2428a62019-08-01 00:44:392790
2791[[package]]
Wesley Wisere130e9c2021-02-25 23:25:382792name = "perf-event-open-sys"
Nilstrieb3295cdf2023-06-26 07:21:352793version = "3.0.0"
Wesley Wisere130e9c2021-02-25 23:25:382794source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352795checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
Wesley Wisere130e9c2021-02-25 23:25:382796dependencies = [
2797 "libc",
2798]
2799
2800[[package]]
Steve Klabnika0769612017-02-07 23:13:572801name = "pest"
Mark Rousskov12200c92024-05-11 14:27:172802version = "2.7.10"
James Munnsde763692019-01-19 02:39:372803source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172804checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
James Munnsde763692019-01-19 02:39:372805dependencies = [
clubby7899b73db32024-01-29 12:21:162806 "memchr",
klensy45fac342022-08-31 20:04:122807 "thiserror",
Alex Crichton093ede22019-08-15 00:45:092808 "ucd-trie",
James Munnsde763692019-01-19 02:39:372809]
2810
2811[[package]]
Alex Crichtone9d89832018-04-02 15:43:552812name = "pest_derive"
Mark Rousskov12200c92024-05-11 14:27:172813version = "2.7.10"
James Munnsde763692019-01-19 02:39:372814source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172815checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
James Munnsde763692019-01-19 02:39:372816dependencies = [
Alex Crichton093ede22019-08-15 00:45:092817 "pest",
2818 "pest_generator",
James Munnsde763692019-01-19 02:39:372819]
2820
2821[[package]]
2822name = "pest_generator"
Mark Rousskov12200c92024-05-11 14:27:172823version = "2.7.10"
James Munnsde763692019-01-19 02:39:372824source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172825checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
James Munnsde763692019-01-19 02:39:372826dependencies = [
Alex Crichton093ede22019-08-15 00:45:092827 "pest",
2828 "pest_meta",
Aaron Hill70ba4912020-08-01 14:11:152829 "proc-macro2",
2830 "quote",
github-actions99053572024-06-23 00:18:082831 "syn 2.0.67",
James Munnsde763692019-01-19 02:39:372832]
2833
2834[[package]]
2835name = "pest_meta"
Mark Rousskov12200c92024-05-11 14:27:172836version = "2.7.10"
James Munnsde763692019-01-19 02:39:372837source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:172838checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
James Munnsde763692019-01-19 02:39:372839dependencies = [
klensy45fac342022-08-31 20:04:122840 "once_cell",
Alex Crichton093ede22019-08-15 00:45:092841 "pest",
Nilstrieb3295cdf2023-06-26 07:21:352842 "sha2",
James Munnsde763692019-01-19 02:39:372843]
2844
2845[[package]]
steveklabnikecfbaca2018-04-03 14:32:042846name = "phf"
Ralf Jung47b3ce02024-05-05 15:17:452847version = "0.11.2"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2850dependencies = [
2851 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042852]
2853
2854[[package]]
2855name = "phf_codegen"
Ralf Jung47b3ce02024-05-05 15:17:452856version = "0.11.2"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2859dependencies = [
2860 "phf_generator 0.11.2",
2861 "phf_shared 0.11.2",
steveklabnikecfbaca2018-04-03 14:32:042862]
2863
2864[[package]]
2865name = "phf_generator"
klensy947e7872022-04-15 18:11:142866version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042867source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142868checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
steveklabnikecfbaca2018-04-03 14:32:042869dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:452870 "phf_shared 0.10.0",
2871 "rand",
2872]
2873
2874[[package]]
2875name = "phf_generator"
2876version = "0.11.2"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2879dependencies = [
2880 "phf_shared 0.11.2",
Thom Chiovolonia4bf36e2022-11-21 00:55:412881 "rand",
steveklabnikecfbaca2018-04-03 14:32:042882]
2883
2884[[package]]
2885name = "phf_shared"
klensy947e7872022-04-15 18:11:142886version = "0.10.0"
steveklabnikecfbaca2018-04-03 14:32:042887source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:142888checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
steveklabnikecfbaca2018-04-03 14:32:042889dependencies = [
Alex Crichton093ede22019-08-15 00:45:092890 "siphasher",
steveklabnikecfbaca2018-04-03 14:32:042891]
2892
2893[[package]]
Ralf Jung47b3ce02024-05-05 15:17:452894name = "phf_shared"
2895version = "0.11.2"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2898dependencies = [
2899 "siphasher",
2900]
2901
2902[[package]]
Caleb Cartwright63913182021-02-10 01:52:542903name = "pin-project-lite"
clubby789629d6942024-04-01 13:06:322904version = "0.2.14"
Caleb Cartwright63913182021-02-10 01:52:542905source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:322906checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
Caleb Cartwright63913182021-02-10 01:52:542907
2908[[package]]
2909name = "pin-utils"
2910version = "0.1.0"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2913
2914[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:582915name = "pkg-config"
github-actions8ef19812024-03-03 00:16:162916version = "0.3.30"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582917source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:162918checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
Tatsuyuki Ishi0e79b972017-04-29 23:11:582919
2920[[package]]
Santiago Pastorino8429d112018-05-24 21:52:012921name = "polonius-engine"
Rémy Rakic99cc35d2021-07-22 20:21:062922version = "0.13.0"
Santiago Pastorino8429d112018-05-24 21:52:012923source = "registry+https://github.com/rust-lang/crates.io-index"
Rémy Rakic99cc35d2021-07-22 20:21:062924checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
Douglas Campos422fe7c2018-05-29 11:52:512925dependencies = [
Alex Crichton093ede22019-08-15 00:45:092926 "datafrog",
2927 "log",
2928 "rustc-hash",
Douglas Campos422fe7c2018-05-29 11:52:512929]
Santiago Pastorino8429d112018-05-24 21:52:012930
2931[[package]]
Philipp Kronesac25a732023-08-24 19:33:172932name = "portable-atomic"
clubby7899b73db32024-01-29 12:21:162933version = "1.6.0"
Philipp Kronesac25a732023-08-24 19:33:172934source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:162935checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
Philipp Kronesac25a732023-08-24 19:33:172936
2937[[package]]
clubby7896ac3b572024-01-29 12:16:202938name = "powerfmt"
2939version = "0.2.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2942
2943[[package]]
gnzlbg52caca02019-08-01 15:02:262944name = "ppv-lite86"
Nilstrieb3295cdf2023-06-26 07:21:352945version = "0.2.17"
gnzlbg52caca02019-08-01 15:02:262946source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352947checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
gnzlbg52caca02019-08-01 15:02:262948
2949[[package]]
steveklabnikecfbaca2018-04-03 14:32:042950name = "precomputed-hash"
2951version = "0.1.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:092953checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
steveklabnikecfbaca2018-04-03 14:32:042954
2955[[package]]
Philipp Kronesac25a732023-08-24 19:33:172956name = "prettydiff"
2957version = "0.6.4"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
2960dependencies = [
2961 "ansi_term",
2962 "pad",
2963]
2964
2965[[package]]
Philipp Krones0949ff92024-07-25 16:29:272966name = "prettydiff"
2967version = "0.7.0"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9"
2970dependencies = [
2971 "owo-colors",
2972 "pad",
2973]
2974
2975[[package]]
David Wood7f916972022-03-26 07:27:432976name = "proc-macro-hack"
Nilstrieb3295cdf2023-06-26 07:21:352977version = "0.5.20+deprecated"
David Wood7f916972022-03-26 07:27:432978source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:352979checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
David Wood7f916972022-03-26 07:27:432980
2981[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:112982name = "proc-macro2"
github-actions99053572024-06-23 00:18:082983version = "1.0.86"
Igor Matuszewskic2249a42019-09-08 08:28:112984source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:082985checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
Igor Matuszewskic2249a42019-09-08 08:28:112986dependencies = [
Andres Suareza65ddf02022-10-09 03:25:402987 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:112988]
2989
2990[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:292991name = "proc_macro"
2992version = "0.0.0"
Alex Crichtonb47c9692019-08-16 15:29:082993dependencies = [
Vadim Petrochenkovf5ca02c2022-02-01 12:30:322994 "core",
Alex Crichtonb47c9692019-08-16 15:29:082995 "std",
2996]
Ahmed Charles9ca382f2016-09-02 08:55:292997
2998[[package]]
whitequark42754ce2017-02-13 09:57:502999name = "profiler_builtins"
3000version = "0.0.0"
3001dependencies = [
Alex Crichton093ede22019-08-15 00:45:093002 "cc",
3003 "compiler_builtins",
3004 "core",
Marco Castelluccioecba8d62017-06-04 14:54:393005]
3006
3007[[package]]
Oliver Scherer26edcee2018-11-02 15:14:243008name = "psm"
Mateusz Mikuład5899ef2022-11-05 11:19:553009version = "0.1.21"
Oliver Scherer26edcee2018-11-02 15:14:243010source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:553011checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
Oliver Scherer26edcee2018-11-02 15:14:243012dependencies = [
3013 "cc",
3014]
3015
3016[[package]]
Steve Klabnika0769612017-02-07 23:13:573017name = "pulldown-cmark"
Michael Howell294c3dd2024-06-29 18:24:363018version = "0.9.6"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
3021dependencies = [
3022 "bitflags 2.5.0",
3023 "memchr",
3024 "unicase",
3025]
3026
3027[[package]]
3028name = "pulldown-cmark"
Mark Rousskov12200c92024-05-11 14:27:173029version = "0.10.3"
Eric Huss51f20b42024-02-07 04:22:133030source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173031checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
Eric Huss51f20b42024-02-07 04:22:133032dependencies = [
github-actions1848b462024-03-24 12:09:283033 "bitflags 2.5.0",
Eric Huss51f20b42024-02-07 04:22:133034 "memchr",
Michael Howell15fbe612024-06-29 16:34:523035 "pulldown-cmark-escape 0.10.1",
3036 "unicase",
3037]
3038
3039[[package]]
3040name = "pulldown-cmark"
3041version = "0.11.0"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0"
3044dependencies = [
3045 "bitflags 2.5.0",
3046 "memchr",
3047 "pulldown-cmark-escape 0.11.0",
Eric Huss51f20b42024-02-07 04:22:133048 "unicase",
3049]
3050
3051[[package]]
3052name = "pulldown-cmark-escape"
Mark Rousskov12200c92024-05-11 14:27:173053version = "0.10.1"
Eric Huss51f20b42024-02-07 04:22:133054source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173055checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
Eric Huss51f20b42024-02-07 04:22:133056
3057[[package]]
Michael Howell15fbe612024-06-29 16:34:523058name = "pulldown-cmark-escape"
3059version = "0.11.0"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
3062
3063[[package]]
Eduard-Mihai Burtescu20929632019-01-29 05:24:323064name = "punycode"
Mark Rousskov342d9562020-08-17 15:21:443065version = "0.4.1"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323066source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:443067checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
Eduard-Mihai Burtescu20929632019-01-29 05:24:323068
3069[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293070name = "quine-mc_cluskey"
3071version = "0.2.4"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583072source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:093073checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583074
3075[[package]]
3076name = "quote"
Mark Rousskov12200c92024-05-11 14:27:173077version = "1.0.36"
Igor Matuszewskic2249a42019-09-08 08:28:113078source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173079checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
Igor Matuszewskic2249a42019-09-08 08:28:113080dependencies = [
Aaron Hill70ba4912020-08-01 14:11:153081 "proc-macro2",
Alex Crichtone9d89832018-04-02 15:43:553082]
3083
3084[[package]]
Ayush Singh48c6ae02022-12-18 04:24:543085name = "r-efi"
clubby789dcd03aa2024-06-08 19:19:393086version = "4.5.0"
Ayush Singh48c6ae02022-12-18 04:24:543087source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789dcd03aa2024-06-08 19:19:393088checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
Ayush Singh48c6ae02022-12-18 04:24:543089dependencies = [
3090 "compiler_builtins",
3091 "rustc-std-workspace-core",
3092]
3093
3094[[package]]
3095name = "r-efi-alloc"
3096version = "1.0.0"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
3099dependencies = [
3100 "compiler_builtins",
3101 "r-efi",
3102 "rustc-std-workspace-core",
3103]
3104
3105[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293106name = "rand"
klensy947e7872022-04-15 18:11:143107version = "0.8.5"
Aaron Hill2550d5b2021-03-07 23:39:193108source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:143109checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Aaron Hill2550d5b2021-03-07 23:39:193110dependencies = [
3111 "libc",
Thom Chiovolonia4bf36e2022-11-21 00:55:413112 "rand_chacha",
3113 "rand_core",
Aaron Hill2550d5b2021-03-07 23:39:193114]
3115
3116[[package]]
3117name = "rand_chacha"
Nilstrieb3295cdf2023-06-26 07:21:353118version = "0.3.1"
Aaron Hill2550d5b2021-03-07 23:39:193119source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353120checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
Aaron Hill2550d5b2021-03-07 23:39:193121dependencies = [
3122 "ppv-lite86",
Thom Chiovolonia4bf36e2022-11-21 00:55:413123 "rand_core",
gnzlbg52caca02019-08-01 15:02:263124]
3125
3126[[package]]
Aaron Hill2550d5b2021-03-07 23:39:193127name = "rand_core"
Weihang Lo6306fd32023-01-04 15:33:593128version = "0.6.4"
Aaron Hill2550d5b2021-03-07 23:39:193129source = "registry+https://github.com/rust-lang/crates.io-index"
Weihang Lo6306fd32023-01-04 15:33:593130checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Aaron Hill2550d5b2021-03-07 23:39:193131dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413132 "getrandom",
Aaron Hill2550d5b2021-03-07 23:39:193133]
3134
3135[[package]]
Ralf Jung5b78e982019-04-19 07:37:333136name = "rand_xorshift"
Thom Chiovolonia4bf36e2022-11-21 00:55:413137version = "0.3.0"
Ralf Jung5b78e982019-04-19 07:37:333138source = "registry+https://github.com/rust-lang/crates.io-index"
Thom Chiovolonia4bf36e2022-11-21 00:55:413139checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
Ralf Jung5b78e982019-04-19 07:37:333140dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413141 "rand_core",
Eric Huss2b985322019-11-25 16:14:073142]
3143
3144[[package]]
3145name = "rand_xoshiro"
Chase Wilson09f15422021-08-29 15:55:293146version = "0.6.0"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
3149dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413150 "rand_core",
Chase Wilson09f15422021-08-29 15:55:293151]
3152
3153[[package]]
Oliver Schneideracdf83f2017-12-06 08:25:293154name = "rayon"
github-actions1848b462024-03-24 12:09:283155version = "1.10.0"
Nick Cameron4b6f5c22018-02-26 03:15:453156source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:283157checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
Nick Cameron4b6f5c22018-02-26 03:15:453158dependencies = [
Alex Crichton093ede22019-08-15 00:45:093159 "either",
3160 "rayon-core",
Oliver Schneideracdf83f2017-12-06 08:25:293161]
3162
3163[[package]]
3164name = "rayon-core"
clubby7899b73db32024-01-29 12:21:163165version = "1.12.1"
Oliver Schneideracdf83f2017-12-06 08:25:293166source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163167checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Oliver Schneideracdf83f2017-12-06 08:25:293168dependencies = [
Mateusz Mikuła2d8d8132019-12-04 17:40:163169 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073170 "crossbeam-utils",
Laurențiu Nicolab888eb92019-06-10 18:22:313171]
3172
3173[[package]]
Nick Cameronc5cad5a2017-09-22 01:58:353174name = "redox_syscall"
clubby7899b73db32024-01-29 12:21:163175version = "0.4.1"
flip19950046d7c2021-02-25 10:26:233176source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163177checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
Arlo Siemsen4d9b4762023-06-02 16:40:363178dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353179 "bitflags 1.3.2",
Arlo Siemsen4d9b4762023-06-02 16:40:363180]
3181
3182[[package]]
Mark Rousskov12200c92024-05-11 14:27:173183name = "redox_syscall"
github-actions729ed812024-06-16 00:18:063184version = "0.5.2"
Mark Rousskov12200c92024-05-11 14:27:173185source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063186checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
Mark Rousskov12200c92024-05-11 14:27:173187dependencies = [
3188 "bitflags 2.5.0",
3189]
3190
3191[[package]]
flip19954c228cc2019-02-18 09:32:583192name = "redox_users"
clubby789629d6942024-04-01 13:06:323193version = "0.4.5"
flip19950046d7c2021-02-25 10:26:233194source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789629d6942024-04-01 13:06:323195checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
flip19950046d7c2021-02-25 10:26:233196dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:413197 "getrandom",
clubby7899b73db32024-01-29 12:21:163198 "libredox",
Nilstrieb3295cdf2023-06-26 07:21:353199 "thiserror",
flip19950046d7c2021-02-25 10:26:233200]
3201
3202[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583203name = "regex"
dalance9d1ec7e2024-05-05 00:01:473204version = "1.9.4"
Oliver Schneider847bb142018-05-11 12:11:063205source = "registry+https://github.com/rust-lang/crates.io-index"
dalance9d1ec7e2024-05-05 00:01:473206checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
Oliver Schneider847bb142018-05-11 12:11:063207dependencies = [
clubby7899b73db32024-01-29 12:21:163208 "aho-corasick",
Alex Crichton093ede22019-08-15 00:45:093209 "memchr",
dalance9d1ec7e2024-05-05 00:01:473210 "regex-automata 0.3.7",
clubby7899b73db32024-01-29 12:21:163211 "regex-syntax 0.7.5",
Oliver Schneider847bb142018-05-11 12:11:063212]
3213
3214[[package]]
Oliver Schererec7230f2020-07-24 18:42:003215name = "regex-automata"
bjorn397c2fa12021-07-07 09:07:093216version = "0.1.10"
Oliver Schererec7230f2020-07-24 18:42:003217source = "registry+https://github.com/rust-lang/crates.io-index"
bjorn397c2fa12021-07-07 09:07:093218checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Oliver Schererec7230f2020-07-24 18:42:003219dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353220 "regex-syntax 0.6.29",
Oliver Schererec7230f2020-07-24 18:42:003221]
3222
3223[[package]]
Charles Lewa7750042022-11-06 06:43:253224name = "regex-automata"
3225version = "0.2.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
3228dependencies = [
3229 "memchr",
3230]
3231
3232[[package]]
clubby7899b73db32024-01-29 12:21:163233name = "regex-automata"
dalance9d1ec7e2024-05-05 00:01:473234version = "0.3.7"
clubby7899b73db32024-01-29 12:21:163235source = "registry+https://github.com/rust-lang/crates.io-index"
dalance9d1ec7e2024-05-05 00:01:473236checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
3237dependencies = [
3238 "aho-corasick",
3239 "memchr",
3240 "regex-syntax 0.7.5",
3241]
clubby7899b73db32024-01-29 12:21:163242
3243[[package]]
3244name = "regex-lite"
github-actions729ed812024-06-16 00:18:063245version = "0.1.6"
clubby7899b73db32024-01-29 12:21:163246source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063247checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
clubby7899b73db32024-01-29 12:21:163248
3249[[package]]
Steve Klabnika0769612017-02-07 23:13:573250name = "regex-syntax"
Nilstrieb3295cdf2023-06-26 07:21:353251version = "0.6.29"
Oliver Schneider847bb142018-05-11 12:11:063252source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:353253checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
Oliver Schneider847bb142018-05-11 12:11:063254
3255[[package]]
Philipp Kronesd780efc2023-05-20 13:39:353256name = "regex-syntax"
clubby7899b73db32024-01-29 12:21:163257version = "0.7.5"
Philipp Kronesd780efc2023-05-20 13:39:353258source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:163259checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
Philipp Kronesd780efc2023-05-20 13:39:353260
3261[[package]]
Philipp Kronesb92ab502023-12-16 13:13:123262name = "regex-syntax"
github-actions729ed812024-06-16 00:18:063263version = "0.8.4"
Philipp Kronesb92ab502023-12-16 13:13:123264source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions729ed812024-06-16 00:18:063265checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
Philipp Kronesb92ab502023-12-16 13:13:123266
3267[[package]]
Alex Crichton7bc2cbf2017-04-26 15:52:193268name = "remote-test-client"
3269version = "0.1.0"
3270
3271[[package]]
3272name = "remote-test-server"
3273version = "0.1.0"
3274
3275[[package]]
est31d32ff142022-08-23 20:14:123276name = "replace-version-placeholder"
3277version = "0.1.0"
3278dependencies = [
3279 "tidy",
3280 "walkdir",
3281]
3282
3283[[package]]
Guillaume Gomez8d40b9e2024-07-18 18:56:363284name = "rinja"
3285version = "0.2.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "d2d47a46d7729e891c8accf260e9daa02ae6d570aa2a94fb1fb27eb5364a2323"
3288dependencies = [
3289 "rinja_derive",
3290]
3291
3292[[package]]
3293name = "rinja_derive"
3294version = "0.2.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "44dae9afe59d58ed8d988d67d1945f3638125d2fd2104058399382e11bd3ea2a"
3297dependencies = [
3298 "basic-toml",
3299 "mime",
3300 "mime_guess",
3301 "once_map",
3302 "proc-macro2",
3303 "quote",
3304 "rinja_parser",
3305 "serde",
3306 "syn 2.0.67",
3307]
3308
3309[[package]]
3310name = "rinja_parser"
3311version = "0.2.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "1b1771c78cd5d3b1646ef8d8f2ed100db936e8b291d3cc06e92a339ff346858c"
3314dependencies = [
3315 "nom",
3316]
3317
3318[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:583319name = "rls"
Eric Huss4a7e2fb2022-08-21 04:19:433320version = "2.0.0"
Tatsuyuki Ishi0e79b972017-04-29 23:11:583321dependencies = [
Alex Crichton093ede22019-08-15 00:45:093322 "serde_json",
Alex Crichton453080f2017-06-05 16:36:483323]
3324
3325[[package]]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593326name = "run_make_support"
许杰友 Jieyou Xu (Joe)f6ab5e92024-06-09 16:29:143327version = "0.2.0"
Alex Crichton71413792024-03-06 20:39:073328dependencies = [
Oneirical17950822024-06-27 18:38:303329 "bstr",
Jakub Beránek97990a42024-07-04 13:47:303330 "build_helper",
Mrmaxmeier664907c2024-07-16 09:01:353331 "gimli 0.31.0",
klensy58c99992024-07-17 11:33:203332 "object 0.36.2",
Rémy Rakic682535e2024-04-14 16:36:093333 "regex",
Jover Zhangf3530cf2024-04-20 11:25:533334 "similar",
klensy58c99992024-07-17 11:33:203335 "wasmparser 0.214.0",
Alex Crichton71413792024-03-06 20:39:073336]
许杰友 Jieyou Xu (Joe)48e9f922024-01-20 16:51:593337
3338[[package]]
Ralf Jung9cc11e22022-10-04 13:23:573339name = "rustc-build-sysroot"
Ralf Junge93268e2024-05-19 18:31:083340version = "0.5.2"
Ralf Jung9cc11e22022-10-04 13:23:573341source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge93268e2024-05-19 18:31:083342checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb"
Ralf Jung9cc11e22022-10-04 13:23:573343dependencies = [
3344 "anyhow",
3345 "rustc_version",
3346 "tempfile",
Ralf Jung95770512024-02-25 07:17:203347 "walkdir",
Ralf Jung9cc11e22022-10-04 13:23:573348]
3349
3350[[package]]
Josh Stone020c5ec2017-05-08 22:01:133351name = "rustc-demangle"
Mark Rousskov12200c92024-05-11 14:27:173352version = "0.1.24"
Josh Stone020c5ec2017-05-08 22:01:133353source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:173354checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
Alex Crichtonfcc8bb42018-12-14 22:37:513355dependencies = [
Alex Crichton093ede22019-08-15 00:45:093356 "compiler_builtins",
3357 "rustc-std-workspace-core",
Alex Crichtonfcc8bb42018-12-14 22:37:513358]
Josh Stone020c5ec2017-05-08 22:01:133359
3360[[package]]
Niko Matsakis9c548bf2018-05-24 12:48:023361name = "rustc-hash"
Jack Huey6aa2e9d2020-05-27 00:19:193362version = "1.1.0"
Niko Matsakis9c548bf2018-05-24 12:48:023363source = "registry+https://github.com/rust-lang/crates.io-index"
Jack Huey6aa2e9d2020-05-27 00:19:193364checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Niko Matsakis9c548bf2018-05-24 12:48:023365
3366[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293367name = "rustc-main"
3368version = "0.0.0"
3369dependencies = [
Rémy Rakicadab1352022-05-06 21:20:043370 "jemalloc-sys",
Alex Crichton093ede22019-08-15 00:45:093371 "rustc_codegen_ssa",
3372 "rustc_driver",
John Kåre Alsaker2aceaf42023-02-02 06:17:463373 "rustc_driver_impl",
Oli Scherer9960cc12022-06-02 10:08:383374 "rustc_smir",
Oli Scherera38e9832023-09-14 15:50:113375 "stable_mir",
Ahmed Charles9ca382f2016-09-02 08:55:293376]
3377
3378[[package]]
Jakub Beránek151986f2024-06-27 08:22:033379name = "rustc-perf-wrapper"
3380version = "0.1.0"
3381dependencies = [
3382 "clap",
3383]
3384
3385[[package]]
John Kåre Alsaker4afdae62018-05-12 02:11:033386name = "rustc-rayon"
John Kåre Alsaker27c44d22023-03-25 01:12:133387version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073388source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133389checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
Josh Stone33c41252019-09-10 17:13:073390dependencies = [
Josh Stone33c41252019-09-10 17:13:073391 "either",
Igor Matuszewski5b091302019-12-10 15:01:013392 "rustc-rayon-core",
John Kåre Alsaker0e05a9b2019-04-25 20:50:413393]
3394
3395[[package]]
Josh Stone33c41252019-09-10 17:13:073396name = "rustc-rayon-core"
John Kåre Alsaker27c44d22023-03-25 01:12:133397version = "0.5.0"
Josh Stone33c41252019-09-10 17:13:073398source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker27c44d22023-03-25 01:12:133399checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
Josh Stone33c41252019-09-10 17:13:073400dependencies = [
Josh Stoneab57e362022-05-28 00:14:223401 "crossbeam-channel",
Mateusz Mikuła2d8d8132019-12-04 17:40:163402 "crossbeam-deque",
Josh Stonef3b88122022-01-10 19:34:073403 "crossbeam-utils",
Josh Stone33c41252019-09-10 17:13:073404 "num_cpus",
3405]
3406
3407[[package]]
flip1995898ef0f2020-12-06 14:07:593408name = "rustc-semver"
3409version = "1.1.0"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
3412
3413[[package]]
Urgau977439d2024-06-19 19:23:403414name = "rustc-stable-hash"
3415version = "0.1.0"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2"
3418
3419[[package]]
Amanieu d'Antras1fa7a212019-02-07 11:08:053420name = "rustc-std-workspace-alloc"
Alex Crichton6c74bc92019-09-09 20:01:053421version = "1.99.0"
Amanieu d'Antras1fa7a212019-02-07 11:08:053422dependencies = [
Alex Crichton093ede22019-08-15 00:45:093423 "alloc",
Amanieu d'Antras1fa7a212019-02-07 11:08:053424]
3425
3426[[package]]
Alex Crichton4c21a3b2018-11-20 05:52:503427name = "rustc-std-workspace-core"
Alex Crichton6c74bc92019-09-09 20:01:053428version = "1.99.0"
Alex Crichton4c21a3b2018-11-20 05:52:503429dependencies = [
Alex Crichton093ede22019-08-15 00:45:093430 "core",
Alex Crichton4c21a3b2018-11-20 05:52:503431]
3432
3433[[package]]
Alex Crichtonb47c9692019-08-16 15:29:083434name = "rustc-std-workspace-std"
Alex Crichton6c74bc92019-09-09 20:01:053435version = "1.99.0"
Alex Crichtonb47c9692019-08-16 15:29:083436dependencies = [
3437 "std",
3438]
3439
3440[[package]]
hkalbasi390a6372022-11-06 21:06:113441name = "rustc_abi"
3442version = "0.0.0"
3443dependencies = [
github-actions1848b462024-03-24 12:09:283444 "bitflags 2.5.0",
Thom Chiovolonia4bf36e2022-11-21 00:55:413445 "rand",
hkalbasi390a6372022-11-06 21:06:113446 "rand_xoshiro",
3447 "rustc_data_structures",
3448 "rustc_index",
3449 "rustc_macros",
3450 "rustc_serialize",
3451 "tracing",
3452]
3453
3454[[package]]
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433455name = "rustc_apfloat"
Wesley Wiser15e9f562023-07-18 19:22:563456version = "0.2.0+llvm-462a31f5a5ab"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433459dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:353460 "bitflags 1.3.2",
Jubilee Younge8eb6912021-04-22 04:40:293461 "smallvec",
Eduard-Mihai Burtescu877ec942017-07-08 17:46:433462]
3463
3464[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403465name = "rustc_arena"
3466version = "0.0.0"
3467dependencies = [
Jubilee Younge8eb6912021-04-22 04:40:293468 "smallvec",
Vadim Petrochenkov11d95142020-06-02 17:03:403469]
3470
3471[[package]]
Vadim Petrochenkov6054a302020-02-29 17:16:263472name = "rustc_ast"
3473version = "0.0.0"
3474dependencies = [
github-actions1848b462024-03-24 12:09:283475 "bitflags 2.5.0",
Konrad Borowskif72e17f2023-01-22 12:05:473476 "memchr",
Oli Scherer8a6d3532024-02-27 18:11:233477 "rustc_ast_ir",
Vadim Petrochenkov6054a302020-02-29 17:16:263478 "rustc_data_structures",
3479 "rustc_index",
3480 "rustc_lexer",
3481 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403482 "rustc_serialize",
Vadim Petrochenkov6054a302020-02-29 17:16:263483 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293484 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303485 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003486 "tracing",
Vadim Petrochenkov6054a302020-02-29 17:16:263487]
3488
3489[[package]]
Oli Scherer8a6d3532024-02-27 18:11:233490name = "rustc_ast_ir"
3491version = "0.0.0"
3492dependencies = [
3493 "rustc_data_structures",
3494 "rustc_macros",
3495 "rustc_serialize",
3496 "rustc_span",
Oli Scherer8a6d3532024-02-27 18:11:233497]
3498
3499[[package]]
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563500name = "rustc_ast_lowering"
3501version = "0.0.0"
3502dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263503 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463504 "rustc_ast_pretty",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563505 "rustc_data_structures",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563506 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003507 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573508 "rustc_hir",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563509 "rustc_index",
Jean CASPAR73ae38b2022-08-16 20:28:513510 "rustc_macros",
Camille GILLOT603746a2021-07-05 20:26:233511 "rustc_middle",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:563512 "rustc_session",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563513 "rustc_span",
3514 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293515 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303516 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003517 "tracing",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:563518]
3519
3520[[package]]
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443521name = "rustc_ast_passes"
3522version = "0.0.0"
3523dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003524 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263525 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463526 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203527 "rustc_attr",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443528 "rustc_data_structures",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443529 "rustc_errors",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393530 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003531 "rustc_fluent_macro",
finalchildd6fdf142022-08-17 14:51:013532 "rustc_macros",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443533 "rustc_parse",
3534 "rustc_session",
3535 "rustc_span",
Camille GILLOT8d7d4882021-07-08 19:58:053536 "rustc_target",
Nicholas Nethercote4143b102022-11-23 00:55:163537 "thin-vec",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:443538]
3539
3540[[package]]
Mazdak Farrokhzade2333312020-01-11 16:02:463541name = "rustc_ast_pretty"
3542version = "0.0.0"
3543dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003544 "itertools",
Vadim Petrochenkov6054a302020-02-29 17:16:263545 "rustc_ast",
Nicholas Nethercote69f2c9c2023-11-27 08:23:203546 "rustc_lexer",
Mazdak Farrokhzade2333312020-01-11 16:02:463547 "rustc_span",
Nicholas Nethercotedd7aff52022-11-21 22:17:203548 "thin-vec",
Mazdak Farrokhzade2333312020-01-11 16:02:463549]
3550
3551[[package]]
Mazdak Farrokhzad93a82832020-01-11 12:15:203552name = "rustc_attr"
3553version = "0.0.0"
3554dependencies = [
beetrees6e5f1dac2024-03-24 01:03:393555 "rustc_abi",
Vadim Petrochenkov6054a302020-02-29 17:16:263556 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463557 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203558 "rustc_data_structures",
3559 "rustc_errors",
3560 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003561 "rustc_fluent_macro",
Vadim Petrochenkov20c50442020-08-10 19:27:483562 "rustc_lexer",
Mazdak Farrokhzad93a82832020-01-11 12:15:203563 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403564 "rustc_serialize",
Mazdak Farrokhzad93a82832020-01-11 12:15:203565 "rustc_session",
3566 "rustc_span",
Mazdak Farrokhzad93a82832020-01-11 12:15:203567]
3568
3569[[package]]
Charles Lewa7750042022-11-06 06:43:253570name = "rustc_baked_icu_data"
3571version = "0.0.0"
3572dependencies = [
3573 "icu_list",
3574 "icu_locid",
Nilstriebffffc202023-11-06 13:42:203575 "icu_locid_transform",
Charles Lewa7750042022-11-06 06:43:253576 "icu_provider",
Charles Lewbde2f982022-11-06 06:58:223577 "zerovec",
Charles Lewa7750042022-11-06 06:43:253578]
3579
3580[[package]]
Camille GILLOT31a61cc2020-12-30 17:48:403581name = "rustc_borrowck"
3582version = "0.0.0"
3583dependencies = [
3584 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003585 "itertools",
Camille GILLOT31a61cc2020-12-30 17:48:403586 "polonius-engine",
3587 "rustc_data_structures",
3588 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003589 "rustc_fluent_macro",
Camille GILLOT31a61cc2020-12-30 17:48:403590 "rustc_graphviz",
3591 "rustc_hir",
3592 "rustc_index",
3593 "rustc_infer",
3594 "rustc_lexer",
Michael Goulet98af1bf2022-06-23 04:43:013595 "rustc_macros",
Camille GILLOT31a61cc2020-12-30 17:48:403596 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:073597 "rustc_mir_dataflow",
Camille GILLOT31a61cc2020-12-30 17:48:403598 "rustc_session",
3599 "rustc_span",
3600 "rustc_target",
3601 "rustc_trait_selection",
3602 "rustc_traits",
3603 "smallvec",
3604 "tracing",
3605]
3606
3607[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323608name = "rustc_builtin_macros"
3609version = "0.0.0"
3610dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263611 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:463612 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203613 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323614 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323615 "rustc_errors",
3616 "rustc_expand",
3617 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003618 "rustc_fluent_macro",
clubby789e3e93f22023-05-02 15:42:363619 "rustc_index",
Vadim Petrochenkovdbdbd302020-11-14 11:47:143620 "rustc_lexer",
Ethiraric2be94d42021-11-24 09:20:233621 "rustc_lint_defs",
beetrees6264ffb2022-06-21 19:10:313622 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323623 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403624 "rustc_parse_format",
Mazdak Farrokhzadf361b712020-01-05 09:47:203625 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323626 "rustc_span",
3627 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293628 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:303629 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003630 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323631]
3632
3633[[package]]
Irina Popab63d7e22018-05-08 13:10:163634name = "rustc_codegen_llvm"
3635version = "0.0.0"
3636dependencies = [
github-actions1848b462024-03-24 12:09:283637 "bitflags 2.5.0",
Caleb Cartwrightffad9842024-06-22 21:22:003638 "itertools",
Alex Crichton7f23e6e2019-10-22 15:51:353639 "libc",
Ralf Jung61a986a2022-06-26 02:21:493640 "measureme",
klensy58c99992024-07-17 11:33:203641 "object 0.36.2",
Alex Crichton7f23e6e2019-10-22 15:51:353642 "rustc-demangle",
Vadim Petrochenkov6054a302020-02-29 17:16:263643 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203644 "rustc_attr",
Alex Crichton7f23e6e2019-10-22 15:51:353645 "rustc_codegen_ssa",
Alex Crichton7f23e6e2019-10-22 15:51:353646 "rustc_data_structures",
3647 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003648 "rustc_fluent_macro",
Alex Crichton7f23e6e2019-10-22 15:51:353649 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573650 "rustc_hir",
Alex Crichton7f23e6e2019-10-22 15:51:353651 "rustc_index",
Alex Crichton093ede22019-08-15 00:45:093652 "rustc_llvm",
Michael Woeristere72e6392022-02-04 12:19:553653 "rustc_macros",
Camille GILLOT202d39a2021-05-29 20:49:593654 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453655 "rustc_middle",
Camille GILLOT02025d82020-11-14 15:48:543656 "rustc_query_system",
Ramon de C Valle1f0f2c42024-04-08 02:35:493657 "rustc_sanitizers",
Aaron Hillfca192c2019-12-06 03:04:353658 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323659 "rustc_span",
flip1995e96e6e22022-04-21 13:02:543660 "rustc_symbol_mangling",
Alex Crichton7f23e6e2019-10-22 15:51:353661 "rustc_target",
csmoea30de6e2022-11-03 14:34:243662 "serde",
3663 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:293664 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003665 "tracing",
Irina Popab63d7e22018-05-08 13:10:163666]
3667
3668[[package]]
Denis Merigouxc9f26c22018-10-01 16:07:043669name = "rustc_codegen_ssa"
3670version = "0.0.0"
Denis Merigouxb9e5cf92018-10-23 15:01:353671dependencies = [
bjorn3be670842022-05-28 10:43:513672 "ar_archive_writer",
Scott McMurrayc38f75c2024-04-14 07:51:493673 "arrayvec",
github-actions1848b462024-03-24 12:09:283674 "bitflags 2.5.0",
Alex Crichton093ede22019-08-15 00:45:093675 "cc",
Scott McMurrayc38f75c2024-04-14 07:51:493676 "either",
Caleb Cartwrightffad9842024-06-22 21:22:003677 "itertools",
Alex Crichton093ede22019-08-15 00:45:093678 "jobserver",
3679 "libc",
klensy58c99992024-07-17 11:33:203680 "object 0.36.2",
Federico Ponzi4b6a0272020-07-17 22:01:273681 "pathdiff",
Michael Hackner32992352021-07-30 19:18:143682 "regex",
David Wood2dc1a8a2021-12-03 14:24:053683 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263684 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:203685 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:093686 "rustc_data_structures",
3687 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003688 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:093689 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:573690 "rustc_hir",
Alex Crichton093ede22019-08-15 00:45:093691 "rustc_incremental",
csmoed20183d2019-09-26 05:30:103692 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573693 "rustc_macros",
Camille GILLOTb244b982021-09-24 16:15:363694 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453695 "rustc_middle",
Ben Kimock5f4f2522024-03-15 18:13:113696 "rustc_monomorphize",
Camille GILLOT02025d82020-11-14 15:48:543697 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:403698 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083699 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323700 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:583701 "rustc_symbol_mangling",
Alex Crichton093ede22019-08-15 00:45:093702 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143703 "rustc_type_ir",
bjorn35cc35932022-05-06 15:20:423704 "serde_json",
Michael Woeristere6e1e092021-07-14 13:50:423705 "smallvec",
Mark Mansi2d75a332020-03-12 23:07:583706 "tempfile",
bjorn3e9fa2ca2023-09-19 11:23:353707 "thin-vec",
David Wood2dc1a8a2021-12-03 14:24:053708 "thorin-dwp",
Oliver Schererec7230f2020-07-24 18:42:003709 "tracing",
klensy58c99992024-07-17 11:33:203710 "wasm-encoder 0.210.0",
Guillaume Gomezf4495862024-07-31 14:08:313711 "windows 0.52.0",
Irina Popab63d7e22018-05-08 13:10:163712]
3713
3714[[package]]
Camille GILLOTc5fc2602021-01-05 19:08:113715name = "rustc_const_eval"
3716version = "0.0.0"
3717dependencies = [
Ralf Jung41018892022-11-18 09:18:323718 "either",
Camille GILLOTc5fc2602021-01-05 19:08:113719 "rustc_apfloat",
3720 "rustc_ast",
3721 "rustc_attr",
3722 "rustc_data_structures",
3723 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:003724 "rustc_fluent_macro",
Camille GILLOTc5fc2602021-01-05 19:08:113725 "rustc_hir",
3726 "rustc_index",
3727 "rustc_infer",
3728 "rustc_macros",
3729 "rustc_middle",
3730 "rustc_mir_dataflow",
3731 "rustc_session",
3732 "rustc_span",
3733 "rustc_target",
3734 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:463735 "rustc_type_ir",
Camille GILLOTc5fc2602021-01-05 19:08:113736 "tracing",
3737]
3738
3739[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293740name = "rustc_data_structures"
3741version = "0.0.0"
3742dependencies = [
Weihang Lof795a152023-03-15 12:50:043743 "arrayvec",
github-actions1848b462024-03-24 12:09:283744 "bitflags 2.5.0",
Josh Stone8f3af4c2024-01-24 23:36:573745 "either",
Oli Schererdecfb4d2023-02-21 08:37:103746 "elsa",
Jack Hueya42e5a12020-05-27 05:05:093747 "ena",
klensyc653bb92023-11-18 09:42:053748 "indexmap",
Alex Crichton093ede22019-08-15 00:45:093749 "jobserver",
Luca Barbieri45ede922020-04-10 20:42:193750 "libc",
Ralf Jung61a986a2022-06-26 02:21:493751 "measureme",
Weihang Lof795a152023-03-15 12:50:043752 "memmap2",
Rémy Rakic4cb2a282023-12-14 15:40:503753 "parking_lot",
SparrowLiif2a40e92023-11-06 01:58:513754 "portable-atomic",
Alex Crichton093ede22019-08-15 00:45:093755 "rustc-hash",
Igor Matuszewski5b091302019-12-10 15:01:013756 "rustc-rayon",
Urgau977439d2024-06-19 19:23:403757 "rustc-stable-hash",
SparrowLiib9746ce2023-03-03 02:14:573758 "rustc_arena",
Vadim Petrochenkov11d95142020-06-02 17:03:403759 "rustc_graphviz",
csmoe1cff2e62019-09-25 19:09:513760 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:573761 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403762 "rustc_serialize",
Jubilee Younge8eb6912021-04-22 04:40:293763 "smallvec",
Simonas Kazlauskasa5c53652020-03-14 18:13:553764 "stacker",
Mark Rousskov2627eed2020-08-09 01:05:503765 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:303766 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003767 "tracing",
Guillaume Gomezf4495862024-07-31 14:08:313768 "windows 0.52.0",
Ahmed Charles9ca382f2016-09-02 08:55:293769]
3770
3771[[package]]
3772name = "rustc_driver"
3773version = "0.0.0"
3774dependencies = [
John Kåre Alsaker2aceaf42023-02-02 06:17:463775 "rustc_driver_impl",
3776]
3777
3778[[package]]
3779name = "rustc_driver_impl"
3780version = "0.0.0"
3781dependencies = [
Ben Kimock9e0d1a32023-05-19 20:03:353782 "ctrlc",
Luca Barbieri45ede922020-04-10 20:42:193783 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:263784 "rustc_ast",
David Woodd1fcf6112022-10-13 09:13:023785 "rustc_ast_lowering",
3786 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463787 "rustc_ast_pretty",
David Woodd1fcf6112022-10-13 09:13:023788 "rustc_attr",
3789 "rustc_borrowck",
3790 "rustc_builtin_macros",
Victor Dinga47fdb92020-01-23 10:48:483791 "rustc_codegen_ssa",
David Woodd1fcf6112022-10-13 09:13:023792 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:093793 "rustc_data_structures",
3794 "rustc_errors",
David Woodd1fcf6112022-10-13 09:13:023795 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:183796 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003797 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293798 "rustc_hir_analysis",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193799 "rustc_hir_pretty",
David Woodd1fcf6112022-10-13 09:13:023800 "rustc_hir_typeck",
3801 "rustc_incremental",
3802 "rustc_infer",
Alex Crichton093ede22019-08-15 00:45:093803 "rustc_interface",
Mark Rousskovdab3bd62019-10-09 13:53:133804 "rustc_lint",
David Tolnay6152d152022-01-04 00:32:523805 "rustc_log",
Adrian Tombudbe39d82022-08-22 21:43:093806 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:093807 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:453808 "rustc_middle",
David Woodd1fcf6112022-10-13 09:13:023809 "rustc_mir_build",
3810 "rustc_mir_dataflow",
clubby789d5bc5812023-04-30 01:20:533811 "rustc_mir_transform",
David Woodd1fcf6112022-10-13 09:13:023812 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:133813 "rustc_parse",
David Woodd1fcf6112022-10-13 09:13:023814 "rustc_passes",
Nadrieril281002d2023-12-10 19:42:303815 "rustc_pattern_analysis",
David Woodd1fcf6112022-10-13 09:13:023816 "rustc_privacy",
3817 "rustc_query_system",
3818 "rustc_resolve",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:083819 "rustc_session",
Oğuz Ağcayazıebd9c142023-11-09 09:11:413820 "rustc_smir",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323821 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:093822 "rustc_target",
David Woodd1fcf6112022-10-13 09:13:023823 "rustc_trait_selection",
3824 "rustc_ty_utils",
bjorn3fc1df4f2021-06-03 15:45:093825 "serde_json",
David Koloski684aa2c2023-12-06 18:25:133826 "shlex",
Esteban Küber8eb58432023-03-03 22:25:183827 "time",
Oliver Schererec7230f2020-07-24 18:42:003828 "tracing",
Guillaume Gomezf4495862024-07-31 14:08:313829 "windows 0.52.0",
Ahmed Charles9ca382f2016-09-02 08:55:293830]
3831
3832[[package]]
Guillaume Gomez125da0c2019-11-11 21:47:053833name = "rustc_error_codes"
3834version = "0.0.0"
3835
3836[[package]]
David Woodc45f2952022-03-24 02:03:043837name = "rustc_error_messages"
3838version = "0.0.0"
3839dependencies = [
David Woodd5119c52022-03-28 08:36:203840 "fluent-bundle",
3841 "fluent-syntax",
Charles Lewa7750042022-11-06 06:43:253842 "icu_list",
3843 "icu_locid",
3844 "icu_provider_adapters",
David Woodccd48202022-04-03 04:32:383845 "intl-memoizer",
Charles Lewa7750042022-11-06 06:43:253846 "rustc_baked_icu_data",
David Wood7f916972022-03-26 07:27:433847 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:043848 "rustc_macros",
3849 "rustc_serialize",
3850 "rustc_span",
David Wood7f916972022-03-26 07:27:433851 "tracing",
3852 "unic-langid",
David Woodc45f2952022-03-24 02:03:043853]
3854
3855[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:293856name = "rustc_errors"
3857version = "0.0.0"
3858dependencies = [
github-actions8ef19812024-03-03 00:16:163859 "annotate-snippets 0.10.2",
Oli Scherer29de70d2023-07-25 13:09:533860 "derive_setters",
Xiretza8489a672022-09-14 17:22:203861 "rustc_ast",
3862 "rustc_ast_pretty",
Alex Crichton093ede22019-08-15 00:45:093863 "rustc_data_structures",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073864 "rustc_error_codes",
David Woodc45f2952022-03-24 02:03:043865 "rustc_error_messages",
Nilstriebb5d3d972023-04-16 12:33:003866 "rustc_fluent_macro",
Michael Gouletff9fd362022-06-29 05:09:593867 "rustc_hir",
Nicholas Nethercote5d9dfbd2024-01-13 23:57:073868 "rustc_index",
Aaron Hill23018a52020-08-13 19:41:523869 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573870 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403871 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323872 "rustc_span",
Nathan Stocks0d658192022-08-26 20:39:593873 "rustc_target",
Jhonny Bill Menad1030fa2022-11-17 13:53:143874 "rustc_type_ir",
bjorn362a4f912021-06-03 19:14:153875 "serde",
3876 "serde_json",
Alex Crichton093ede22019-08-15 00:45:093877 "termcolor",
John Kåre Alsakerb0b11d32020-01-29 00:13:483878 "termize",
Oliver Schererec7230f2020-07-24 18:42:003879 "tracing",
Guillaume Gomezf4495862024-07-31 14:08:313880 "windows 0.52.0",
Ahmed Charles9ca382f2016-09-02 08:55:293881]
3882
3883[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323884name = "rustc_expand"
3885version = "0.0.0"
3886dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:263887 "rustc_ast",
Mazdak Farrokhzad6cbcb832020-01-05 10:11:393888 "rustc_ast_passes",
Mazdak Farrokhzade2333312020-01-11 16:02:463889 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:203890 "rustc_attr",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323891 "rustc_data_structures",
3892 "rustc_errors",
3893 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003894 "rustc_fluent_macro",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323895 "rustc_lexer",
Aaron Hillf9025512020-12-07 23:55:003896 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:573897 "rustc_macros",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323898 "rustc_parse",
Vadim Petrochenkov11d95142020-06-02 17:03:403899 "rustc_serialize",
Mazdak Farrokhzadf361b712020-01-05 09:47:203900 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323901 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:293902 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:523903 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:003904 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323905]
3906
3907[[package]]
Mazdak Farrokhzad3d080a42019-11-29 23:23:383908name = "rustc_feature"
3909version = "0.0.0"
3910dependencies = [
Mazdak Farrokhzad70234f12019-11-30 01:34:183911 "rustc_data_structures",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:323912 "rustc_span",
Mazdak Farrokhzad3d080a42019-11-29 23:23:383913]
3914
3915[[package]]
Nilstriebb5d3d972023-04-16 12:33:003916name = "rustc_fluent_macro"
Michael Goulet60c95442023-10-18 21:55:153917version = "0.0.0"
Nilstriebb5d3d972023-04-16 12:33:003918dependencies = [
github-actions8ef19812024-03-03 00:16:163919 "annotate-snippets 0.10.2",
Nilstriebb5d3d972023-04-16 12:33:003920 "fluent-bundle",
3921 "fluent-syntax",
3922 "proc-macro2",
3923 "quote",
github-actions99053572024-06-23 00:18:083924 "syn 2.0.67",
Nilstriebb5d3d972023-04-16 12:33:003925 "unic-langid",
3926]
3927
3928[[package]]
Mark Rousskove3177c62018-08-03 21:31:033929name = "rustc_fs_util"
3930version = "0.0.0"
3931
3932[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:403933name = "rustc_graphviz"
3934version = "0.0.0"
3935
3936[[package]]
Mazdak Farrokhzad7a140732019-12-25 02:51:273937name = "rustc_hir"
3938version = "0.0.0"
3939dependencies = [
Michael Woeristerd0be27c2021-07-20 11:54:373940 "odht",
Camille GILLOT250c71b2021-07-13 16:45:203941 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:263942 "rustc_ast",
Mazdak Farrokhzad7a140732019-12-25 02:51:273943 "rustc_data_structures",
Mazdak Farrokhzad7a140732019-12-25 02:51:273944 "rustc_index",
3945 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:403946 "rustc_serialize",
Mazdak Farrokhzad7a140732019-12-25 02:51:273947 "rustc_span",
3948 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:293949 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:003950 "tracing",
Mazdak Farrokhzad7a140732019-12-25 02:51:273951]
3952
3953[[package]]
lcnr1fc86a62022-09-26 11:00:293954name = "rustc_hir_analysis"
3955version = "0.0.0"
3956dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003957 "itertools",
lcnr1fc86a62022-09-26 11:00:293958 "rustc_arena",
3959 "rustc_ast",
3960 "rustc_attr",
3961 "rustc_data_structures",
3962 "rustc_errors",
3963 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:003964 "rustc_fluent_macro",
lcnr1fc86a62022-09-26 11:00:293965 "rustc_hir",
Obei Sideg2c088f92023-12-22 11:56:203966 "rustc_hir_pretty",
lcnr1fc86a62022-09-26 11:00:293967 "rustc_index",
3968 "rustc_infer",
Nilstriebee8f92b2023-04-16 09:48:013969 "rustc_lint_defs",
lcnr1fc86a62022-09-26 11:00:293970 "rustc_macros",
3971 "rustc_middle",
lcnr1fc86a62022-09-26 11:00:293972 "rustc_session",
3973 "rustc_span",
3974 "rustc_target",
3975 "rustc_trait_selection",
lcnr1fc86a62022-09-26 11:00:293976 "rustc_type_ir",
3977 "smallvec",
3978 "tracing",
3979]
3980
3981[[package]]
Mazdak Farrokhzadb3866a52020-03-23 19:59:193982name = "rustc_hir_pretty"
3983version = "0.0.0"
3984dependencies = [
3985 "rustc_ast",
3986 "rustc_ast_pretty",
Mazdak Farrokhzadb3866a52020-03-23 19:59:193987 "rustc_hir",
3988 "rustc_span",
3989 "rustc_target",
3990]
3991
3992[[package]]
lcnrfb3ab132022-10-20 15:51:373993name = "rustc_hir_typeck"
Michael Goulet60c95442023-10-18 21:55:153994version = "0.0.0"
lcnrfb3ab132022-10-20 15:51:373995dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:003996 "itertools",
lcnrfb3ab132022-10-20 15:51:373997 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:283998 "rustc_ast_ir",
许杰友 Jieyou Xu (Joe)08c77a62023-07-16 10:18:383999 "rustc_attr",
lcnrfb3ab132022-10-20 15:51:374000 "rustc_data_structures",
4001 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004002 "rustc_fluent_macro",
lcnrfb3ab132022-10-20 15:51:374003 "rustc_hir",
4004 "rustc_hir_analysis",
4005 "rustc_hir_pretty",
4006 "rustc_index",
4007 "rustc_infer",
4008 "rustc_lint",
4009 "rustc_macros",
4010 "rustc_middle",
lcnrfb3ab132022-10-20 15:51:374011 "rustc_session",
4012 "rustc_span",
4013 "rustc_target",
4014 "rustc_trait_selection",
4015 "rustc_type_ir",
4016 "smallvec",
4017 "tracing",
4018]
4019
4020[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294021name = "rustc_incremental"
4022version = "0.0.0"
4023dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:414024 "rand",
Vadim Petrochenkov6054a302020-02-29 17:16:264025 "rustc_ast",
Alex Crichton093ede22019-08-15 00:45:094026 "rustc_data_structures",
Eric Huss074d6672021-05-25 18:48:594027 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004028 "rustc_fluent_macro",
Alex Crichton093ede22019-08-15 00:45:094029 "rustc_fs_util",
Vadim Petrochenkov11d95142020-06-02 17:03:404030 "rustc_graphviz",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574031 "rustc_hir",
Matthew Jaspercbcef3e2020-06-11 14:49:574032 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454033 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404034 "rustc_serialize",
Mark Rousskov984c74a2019-11-12 13:22:164035 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324036 "rustc_span",
Nicholas Nethercote4143b102022-11-23 00:55:164037 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004038 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294039]
4040
4041[[package]]
csmoe1cff2e62019-09-25 19:09:514042name = "rustc_index"
4043version = "0.0.0"
4044dependencies = [
Weihang Lof795a152023-03-15 12:50:044045 "arrayvec",
Michael Goulet45066812023-10-24 00:16:144046 "rustc_index_macros",
Matthew Jaspercbcef3e2020-06-11 14:49:574047 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404048 "rustc_serialize",
Mark Rousskov00c55a12021-11-05 18:50:294049 "smallvec",
csmoe1cff2e62019-09-25 19:09:514050]
4051
4052[[package]]
Michael Goulet45066812023-10-24 00:16:144053name = "rustc_index_macros"
4054version = "0.0.0"
4055dependencies = [
4056 "proc-macro2",
4057 "quote",
github-actions99053572024-06-23 00:18:084058 "syn 2.0.67",
Michael Goulet45066812023-10-24 00:16:144059]
4060
4061[[package]]
Camille GILLOTf07e8892020-01-06 19:13:244062name = "rustc_infer"
4063version = "0.0.0"
4064dependencies = [
Jason Newcombbe9b1252024-02-24 22:22:284065 "rustc_ast_ir",
Camille GILLOTf07e8892020-01-06 19:13:244066 "rustc_data_structures",
Camille GILLOTf07e8892020-01-06 19:13:244067 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004068 "rustc_fluent_macro",
Camille GILLOTf07e8892020-01-06 19:13:244069 "rustc_hir",
4070 "rustc_index",
4071 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454072 "rustc_middle",
Michael Goulete5d6a412024-06-12 18:58:104073 "rustc_next_trait_solver",
Camille GILLOTf07e8892020-01-06 19:13:244074 "rustc_span",
4075 "rustc_target",
Michael Goulet27588d12024-07-05 20:39:244076 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294077 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004078 "tracing",
Camille GILLOTf07e8892020-01-06 19:13:244079]
4080
4081[[package]]
John Kåre Alsaker23a51f92018-12-08 19:30:234082name = "rustc_interface"
4083version = "0.0.0"
4084dependencies = [
Igor Matuszewski5b091302019-12-10 15:01:014085 "rustc-rayon",
Camille GILLOTa4b1158f2020-11-18 18:02:314086 "rustc-rayon-core",
Vadim Petrochenkov6054a302020-02-29 17:16:264087 "rustc_ast",
Mazdak Farrokhzad7b6ef2b2019-12-22 17:12:564088 "rustc_ast_lowering",
Mazdak Farrokhzaded69fbb2020-01-05 09:58:444089 "rustc_ast_passes",
Urgau228496e2024-05-03 19:14:424090 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204091 "rustc_attr",
Camille GILLOT31a61cc2020-12-30 17:48:404092 "rustc_borrowck",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324093 "rustc_builtin_macros",
Alex Crichton7f23e6e2019-10-22 15:51:354094 "rustc_codegen_llvm",
Alex Crichton093ede22019-08-15 00:45:094095 "rustc_codegen_ssa",
Camille GILLOTc5fc2602021-01-05 19:08:114096 "rustc_const_eval",
Alex Crichton093ede22019-08-15 00:45:094097 "rustc_data_structures",
4098 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324099 "rustc_expand",
Vadim Petrochenkov7353c962023-08-09 12:28:004100 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004101 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314102 "rustc_fs_util",
Mazdak Farrokhzad7a140732019-12-25 02:51:274103 "rustc_hir",
lcnr1fc86a62022-09-26 11:00:294104 "rustc_hir_analysis",
lcnrfb3ab132022-10-20 15:51:374105 "rustc_hir_typeck",
Alex Crichton093ede22019-08-15 00:45:094106 "rustc_incremental",
4107 "rustc_lint",
finalchildc1a98412022-08-16 20:07:474108 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094109 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454110 "rustc_middle",
Matthew Jasperb3589292020-01-05 15:46:444111 "rustc_mir_build",
Camille GILLOTbba4be62021-01-01 00:53:254112 "rustc_mir_transform",
Camille GILLOT81a600b2021-01-02 13:42:154113 "rustc_monomorphize",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134114 "rustc_parse",
Alex Crichton093ede22019-08-15 00:45:094115 "rustc_passes",
Alex Crichton093ede22019-08-15 00:45:094116 "rustc_privacy",
Camille GILLOT4581d162021-01-19 19:40:164117 "rustc_query_impl",
John Kåre Alsaker66d85432023-03-25 08:46:194118 "rustc_query_system",
Alex Crichton093ede22019-08-15 00:45:094119 "rustc_resolve",
Ben Kimockfbaa24e2023-10-28 01:26:434120 "rustc_serialize",
Mazdak Farrokhzad7dbccf52020-01-05 08:40:164121 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324122 "rustc_span",
Mark Mansi2d75a332020-03-12 23:07:584123 "rustc_symbol_mangling",
Mazdak Farrokhzadd945f982019-10-11 21:48:164124 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404125 "rustc_trait_selection",
Alex Crichton093ede22019-08-15 00:45:094126 "rustc_traits",
LeSeulArtichautf59d0302020-11-19 20:32:374127 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004128 "tracing",
John Kåre Alsaker23a51f92018-12-08 19:30:234129]
4130
4131[[package]]
Aleksey Kladov395ee0b2019-05-06 08:53:404132name = "rustc_lexer"
Michael Goulet60c95442023-10-18 21:55:154133version = "0.0.0"
Aleksey Kladov395ee0b2019-05-06 08:53:404134dependencies = [
Aleksey Kladovf7be59c2020-08-21 12:03:504135 "expect-test",
Charles Lewbca79a22023-07-29 00:47:214136 "unicode-properties",
Aaron Hill70ba4912020-08-01 14:11:154137 "unicode-xid",
Aleksey Kladov395ee0b2019-05-06 08:53:404138]
4139
4140[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294141name = "rustc_lint"
4142version = "0.0.0"
4143dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264144 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464145 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204146 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094147 "rustc_data_structures",
Mazdak Farrokhzad8bd3d242020-01-09 10:18:474148 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384149 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004150 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574151 "rustc_hir",
Urgau98273ec2024-05-15 17:13:024152 "rustc_hir_pretty",
csmoe64f61c72019-09-26 05:38:334153 "rustc_index",
Mara Bos0a313252021-08-16 15:25:354154 "rustc_infer",
David Wood9d864c82022-06-30 07:57:454155 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454156 "rustc_middle",
Mara Bos6b446622020-10-20 20:25:424157 "rustc_parse_format",
Mark Rousskovf03d8f32019-11-12 17:09:204158 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324159 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094160 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404161 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464162 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004163 "tracing",
Charles Lew485e98a2020-01-02 12:02:224164 "unicode-security",
Ahmed Charles9ca382f2016-09-02 08:55:294165]
4166
4167[[package]]
Aaron Hill23018a52020-08-13 19:41:524168name = "rustc_lint_defs"
4169version = "0.0.0"
4170dependencies = [
4171 "rustc_ast",
4172 "rustc_data_structures",
David Woodc45f2952022-03-24 02:03:044173 "rustc_error_messages",
xFrednet33a59452021-11-20 19:45:274174 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524175 "rustc_macros",
4176 "rustc_serialize",
4177 "rustc_span",
Mark Rousskovc4a8d7f2020-09-01 21:12:384178 "rustc_target",
bjorn362a4f912021-06-03 19:14:154179 "serde",
Aaron Hill23018a52020-08-13 19:41:524180]
4181
4182[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294183name = "rustc_llvm"
4184version = "0.0.0"
4185dependencies = [
Alex Crichton093ede22019-08-15 00:45:094186 "cc",
Aaron Hill47e932b2019-12-12 15:51:194187 "libc",
Ahmed Charles9ca382f2016-09-02 08:55:294188]
4189
4190[[package]]
David Tolnay6152d152022-01-04 00:32:524191name = "rustc_log"
4192version = "0.0.0"
4193dependencies = [
David Tolnayffbeebb2022-01-04 06:01:354194 "rustc_span",
David Tolnay6152d152022-01-04 00:32:524195 "tracing",
Yuki Omoto4e2a3562023-01-11 15:17:484196 "tracing-core",
David Tolnay6152d152022-01-04 00:32:524197 "tracing-subscriber",
4198 "tracing-tree",
4199]
4200
4201[[package]]
John Kåre Alsaker74b64192019-03-01 00:22:104202name = "rustc_macros"
Michael Goulet60c95442023-10-18 21:55:154203version = "0.0.0"
John Kåre Alsaker74b64192019-03-01 00:22:104204dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154205 "proc-macro2",
4206 "quote",
github-actions99053572024-06-23 00:18:084207 "syn 2.0.67",
klensy7142c8d2023-11-09 11:37:304208 "synstructure",
John Kåre Alsaker74b64192019-03-01 00:22:104209]
4210
4211[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294212name = "rustc_metadata"
4213version = "0.0.0"
4214dependencies = [
github-actions1848b462024-03-24 12:09:284215 "bitflags 2.5.0",
Simonas Kazlauskasfcaeb452024-01-10 15:12:014216 "libloading",
Michael Woeristerd0be27c2021-07-20 11:54:374217 "odht",
Vadim Petrochenkov6054a302020-02-29 17:16:264218 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204219 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094220 "rustc_data_structures",
4221 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324222 "rustc_expand",
Jonas Schievinka447c212020-09-12 23:58:174223 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004224 "rustc_fluent_macro",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314225 "rustc_fs_util",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574226 "rustc_hir",
Mazdak Farrokhzadb3866a52020-03-23 19:59:194227 "rustc_hir_pretty",
csmoed20183d2019-09-26 05:30:104228 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574229 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454230 "rustc_middle",
Vadim Petrochenkov11d95142020-06-02 17:03:404231 "rustc_serialize",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084232 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324233 "rustc_span",
Alex Crichton093ede22019-08-15 00:45:094234 "rustc_target",
Michael Gouleta056a952022-05-22 19:57:464235 "rustc_type_ir",
Josh Triplett574f6be2020-08-20 23:16:304236 "snap",
Yoshiki Matsuda5d9ba492022-04-24 14:49:044237 "tempfile",
Oliver Schererec7230f2020-07-24 18:42:004238 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294239]
4240
4241[[package]]
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454242name = "rustc_middle"
4243version = "0.0.0"
4244dependencies = [
github-actions1848b462024-03-24 12:09:284245 "bitflags 2.5.0",
Pavel Grigorenkofd16a0e2024-06-26 22:29:494246 "derive-where",
Camille GILLOTfd9c04f2021-01-05 18:53:074247 "either",
John Kåre Alsaker7aab1dd2023-04-30 07:29:024248 "field-offset",
Camille GILLOTfd9c04f2021-01-05 18:53:074249 "gsgdt",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454250 "polonius-engine",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454251 "rustc-rayon-core",
4252 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404253 "rustc_arena",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454254 "rustc_ast",
Oli Scherer8a6d3532024-02-27 18:11:234255 "rustc_ast_ir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454256 "rustc_attr",
4257 "rustc_data_structures",
Joshua Nelsone4330292022-12-22 18:57:474258 "rustc_error_messages",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454259 "rustc_errors",
4260 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004261 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074262 "rustc_graphviz",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454263 "rustc_hir",
Michael Goulet619e0442024-04-14 14:26:594264 "rustc_hir_pretty",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454265 "rustc_index",
4266 "rustc_macros",
4267 "rustc_query_system",
Vadim Petrochenkov11d95142020-06-02 17:03:404268 "rustc_serialize",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454269 "rustc_session",
4270 "rustc_span",
4271 "rustc_target",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104272 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294273 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304274 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004275 "tracing",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454276]
4277
4278[[package]]
Matthew Jasperb3589292020-01-05 15:46:444279name = "rustc_mir_build"
4280version = "0.0.0"
4281dependencies = [
Ralf Junge613bc92024-07-13 15:24:504282 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004283 "itertools",
Matthew Jasperb3589292020-01-05 15:46:444284 "rustc_apfloat",
Vadim Petrochenkov11d95142020-06-02 17:03:404285 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264286 "rustc_ast",
Matthew Jasperb3589292020-01-05 15:46:444287 "rustc_data_structures",
Matthew Jasperb3589292020-01-05 15:46:444288 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004289 "rustc_fluent_macro",
Matthew Jasperb3589292020-01-05 15:46:444290 "rustc_hir",
4291 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244292 "rustc_infer",
Jules Bertholet9d92a7f2024-05-02 23:55:034293 "rustc_lint",
TheOddGarlic82f05442022-08-20 11:28:434294 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454295 "rustc_middle",
Nadrieril281002d2023-12-10 19:42:304296 "rustc_pattern_analysis",
Mazdak Farrokhzad58eb03d2020-01-20 21:23:074297 "rustc_session",
Matthew Jasperb3589292020-01-05 15:46:444298 "rustc_span",
4299 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404300 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004301 "tracing",
Matthew Jasperb3589292020-01-05 15:46:444302]
4303
4304[[package]]
Camille GILLOTfd9c04f2021-01-05 18:53:074305name = "rustc_mir_dataflow"
4306version = "0.0.0"
4307dependencies = [
4308 "polonius-engine",
4309 "regex",
4310 "rustc_ast",
4311 "rustc_data_structures",
5225225ee2b1612022-08-19 09:21:144312 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004313 "rustc_fluent_macro",
Camille GILLOTfd9c04f2021-01-05 18:53:074314 "rustc_graphviz",
4315 "rustc_hir",
4316 "rustc_index",
5225225ee2b1612022-08-19 09:21:144317 "rustc_macros",
Camille GILLOTfd9c04f2021-01-05 18:53:074318 "rustc_middle",
Camille GILLOTfd9c04f2021-01-05 18:53:074319 "rustc_span",
4320 "rustc_target",
4321 "smallvec",
4322 "tracing",
4323]
4324
4325[[package]]
Camille GILLOTbba4be62021-01-01 00:53:254326name = "rustc_mir_transform"
4327version = "0.0.0"
4328dependencies = [
Ralf Jung41018892022-11-18 09:18:324329 "either",
Caleb Cartwrightffad9842024-06-22 21:22:004330 "itertools",
Camille GILLOT751a0792023-01-16 22:12:364331 "rustc_arena",
Camille GILLOTbba4be62021-01-01 00:53:254332 "rustc_ast",
4333 "rustc_attr",
Camille GILLOTc5fc2602021-01-05 19:08:114334 "rustc_const_eval",
Camille GILLOTbba4be62021-01-01 00:53:254335 "rustc_data_structures",
4336 "rustc_errors",
clubby789d5bc5812023-04-30 01:20:534337 "rustc_fluent_macro",
Camille GILLOTbba4be62021-01-01 00:53:254338 "rustc_hir",
4339 "rustc_index",
Jubilee Youngdb6ec262024-05-24 08:14:314340 "rustc_infer",
clubby789d5bc5812023-04-30 01:20:534341 "rustc_macros",
Camille GILLOTbba4be62021-01-01 00:53:254342 "rustc_middle",
Martin Nordholtsb4b33df2023-07-20 19:01:274343 "rustc_mir_build",
Camille GILLOTfd9c04f2021-01-05 18:53:074344 "rustc_mir_dataflow",
Camille GILLOTbba4be62021-01-01 00:53:254345 "rustc_session",
4346 "rustc_span",
4347 "rustc_target",
4348 "rustc_trait_selection",
4349 "smallvec",
4350 "tracing",
4351]
4352
4353[[package]]
Camille GILLOT81a600b2021-01-02 13:42:154354name = "rustc_monomorphize"
4355version = "0.0.0"
4356dependencies = [
4357 "rustc_data_structures",
Nathan Stocks137f20c2022-08-18 21:51:474358 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004359 "rustc_fluent_macro",
Camille GILLOT81a600b2021-01-02 13:42:154360 "rustc_hir",
Nathan Stocks137f20c2022-08-18 21:51:474361 "rustc_macros",
Camille GILLOT81a600b2021-01-02 13:42:154362 "rustc_middle",
4363 "rustc_session",
4364 "rustc_span",
4365 "rustc_target",
Joshua Nelsoneb53eea2022-12-29 21:08:094366 "serde",
4367 "serde_json",
Camille GILLOT81a600b2021-01-02 13:42:154368 "tracing",
4369]
4370
4371[[package]]
Michael Gouletcb415092023-11-22 23:44:584372name = "rustc_next_trait_solver"
4373version = "0.0.0"
4374dependencies = [
Michael Goulet532149e2024-06-17 21:59:084375 "bitflags 2.5.0",
Pavel Grigorenko70a11c72024-06-26 22:59:304376 "derive-where",
Michael Goulet532149e2024-06-17 21:59:084377 "rustc_ast_ir",
4378 "rustc_data_structures",
4379 "rustc_index",
4380 "rustc_macros",
4381 "rustc_serialize",
Michael Gouletcb415092023-11-22 23:44:584382 "rustc_type_ir",
Michael Goulet532149e2024-06-17 21:59:084383 "rustc_type_ir_macros",
4384 "tracing",
Michael Gouletcb415092023-11-22 23:44:584385]
4386
4387[[package]]
Mazdak Farrokhzad4ae27282019-10-15 20:48:134388name = "rustc_parse"
4389version = "0.0.0"
4390dependencies = [
github-actions1848b462024-03-24 12:09:284391 "bitflags 2.5.0",
Vadim Petrochenkov6054a302020-02-29 17:16:264392 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464393 "rustc_ast_pretty",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134394 "rustc_data_structures",
4395 "rustc_errors",
Mazdak Farrokhzad3d080a42019-11-29 23:23:384396 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004397 "rustc_fluent_macro",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134398 "rustc_lexer",
Christian Povedad6da5fb2022-04-25 20:55:244399 "rustc_macros",
Mazdak Farrokhzadf361b712020-01-05 09:47:204400 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324401 "rustc_span",
Nicholas Nethercote2acbe9c2024-05-02 23:26:344402 "termcolor",
Nicholas Nethercote67d5cc02022-09-08 07:22:524403 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004404 "tracing",
Charles Lew0bcddfe2019-11-23 14:33:404405 "unicode-normalization",
Esteban Küberc0b13452021-08-19 18:40:004406 "unicode-width",
Mazdak Farrokhzad4ae27282019-10-15 20:48:134407]
4408
4409[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404410name = "rustc_parse_format"
4411version = "0.0.0"
4412dependencies = [
Lukas Wirth2bba05612023-09-05 17:11:504413 "rustc_index",
Vadim Petrochenkov11d95142020-06-02 17:03:404414 "rustc_lexer",
Vadim Petrochenkov11d95142020-06-02 17:03:404415]
4416
4417[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294418name = "rustc_passes"
4419version = "0.0.0"
4420dependencies = [
Vadim Petrochenkov6054a302020-02-29 17:16:264421 "rustc_ast",
Camelid8f40e112021-03-14 21:39:134422 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204423 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094424 "rustc_data_structures",
4425 "rustc_errors",
ridwanabdillahi175a4ea2022-04-26 01:02:434426 "rustc_expand",
Aaron Hillaf466992021-07-29 17:00:414427 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004428 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574429 "rustc_hir",
Mark Rousskov7c3f65b2019-10-04 14:46:574430 "rustc_index",
Guillaume Gomez8a35b932020-12-01 22:41:124431 "rustc_lexer",
David Wood78b19a92022-07-11 17:59:044432 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454433 "rustc_middle",
Oli Scherer746e4ef2024-03-12 07:00:014434 "rustc_privacy",
Mazdak Farrokhzadfff5ef62020-01-02 11:54:434435 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324436 "rustc_span",
Mark Rousskov7c3f65b2019-10-04 14:46:574437 "rustc_target",
Michael Goulet9eae7732023-03-14 18:43:374438 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004439 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294440]
4441
4442[[package]]
Nadrieril281002d2023-12-10 19:42:304443name = "rustc_pattern_analysis"
4444version = "0.0.0"
4445dependencies = [
Nadrieril19d6f062024-01-17 01:59:474446 "rustc-hash",
Nadrieril281002d2023-12-10 19:42:304447 "rustc_apfloat",
4448 "rustc_arena",
4449 "rustc_data_structures",
4450 "rustc_errors",
4451 "rustc_fluent_macro",
4452 "rustc_hir",
4453 "rustc_index",
4454 "rustc_macros",
4455 "rustc_middle",
4456 "rustc_session",
4457 "rustc_span",
4458 "rustc_target",
4459 "smallvec",
4460 "tracing",
Nadrierild697dd42024-03-04 15:57:324461 "tracing-subscriber",
4462 "tracing-tree",
Nadrieril281002d2023-12-10 19:42:304463]
4464
4465[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294466name = "rustc_privacy"
4467version = "0.0.0"
4468dependencies = [
inquisitivecrystal8c62fa02021-07-31 06:50:574469 "rustc_ast",
Mazdak Farrokhzad93a82832020-01-11 12:15:204470 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094471 "rustc_data_structures",
Mazdak Farrokhzad2c3e5d32019-12-31 20:25:164472 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004473 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574474 "rustc_hir",
David Woodbe9ebfd2022-06-22 13:17:344475 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454476 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084477 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324478 "rustc_span",
Oli Scherer4389a1c2023-07-18 07:22:464479 "rustc_ty_utils",
Oliver Schererec7230f2020-07-24 18:42:004480 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294481]
4482
4483[[package]]
Camille GILLOT4581d162021-01-19 19:40:164484name = "rustc_query_impl"
4485version = "0.0.0"
4486dependencies = [
John Kåre Alsaker7aab1dd2023-04-30 07:29:024487 "field-offset",
Ralf Jung61a986a2022-06-26 02:21:494488 "measureme",
Camille GILLOT4581d162021-01-19 19:40:164489 "rustc_data_structures",
4490 "rustc_errors",
Camille GILLOT4581d162021-01-19 19:40:164491 "rustc_hir",
Camille GILLOT81241cb2021-06-28 19:12:014492 "rustc_index",
Camille GILLOT4581d162021-01-19 19:40:164493 "rustc_middle",
4494 "rustc_query_system",
4495 "rustc_serialize",
Camille GILLOT81241cb2021-06-28 19:12:014496 "rustc_session",
Camille GILLOT4581d162021-01-19 19:40:164497 "rustc_span",
Nicholas Nethercoteb38106b2022-08-17 04:22:304498 "thin-vec",
Oli Scherer0d5a7382022-05-04 08:30:134499 "tracing",
Camille GILLOT4581d162021-01-19 19:40:164500]
4501
4502[[package]]
Camille GILLOT6624dc42020-03-18 09:25:224503name = "rustc_query_system"
4504version = "0.0.0"
4505dependencies = [
Rémy Rakic4cb2a282023-12-14 15:40:504506 "parking_lot",
Camille GILLOT8e873c32020-03-19 13:13:314507 "rustc-rayon-core",
Camille GILLOTc355b2e2020-11-14 15:35:314508 "rustc_ast",
Camille GILLOT6624dc42020-03-18 09:25:224509 "rustc_data_structures",
4510 "rustc_errors",
Camille GILLOTc355b2e2020-11-14 15:35:314511 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004512 "rustc_fluent_macro",
Camille GILLOTc355b2e2020-11-14 15:35:314513 "rustc_hir",
Camille GILLOT6624dc42020-03-18 09:25:224514 "rustc_index",
Matthew Jaspercbcef3e2020-06-11 14:49:574515 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404516 "rustc_serialize",
Camille GILLOTf96e9602020-11-12 19:48:374517 "rustc_session",
Camille GILLOT8e873c32020-03-19 13:13:314518 "rustc_span",
Camille GILLOTc355b2e2020-11-14 15:35:314519 "rustc_target",
Jubilee Younge8eb6912021-04-22 04:40:294520 "smallvec",
Nicholas Nethercoteb38106b2022-08-17 04:22:304521 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004522 "tracing",
Camille GILLOT6624dc42020-03-18 09:25:224523]
4524
4525[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294526name = "rustc_resolve"
4527version = "0.0.0"
4528dependencies = [
github-actions1848b462024-03-24 12:09:284529 "bitflags 2.5.0",
Michael Howell15fbe612024-06-29 16:34:524530 "pulldown-cmark 0.11.0",
Vadim Petrochenkov11d95142020-06-02 17:03:404531 "rustc_arena",
Vadim Petrochenkov6054a302020-02-29 17:16:264532 "rustc_ast",
Mazdak Farrokhzade2333312020-01-11 16:02:464533 "rustc_ast_pretty",
Mazdak Farrokhzad93a82832020-01-11 12:15:204534 "rustc_attr",
Alex Crichton093ede22019-08-15 00:45:094535 "rustc_data_structures",
4536 "rustc_errors",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324537 "rustc_expand",
Mazdak Farrokhzad70234f12019-11-30 01:34:184538 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004539 "rustc_fluent_macro",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574540 "rustc_hir",
marmelademaf60513e2020-06-20 18:59:294541 "rustc_index",
Rajput, Rajat269ce362022-09-05 05:04:384542 "rustc_macros",
Alex Crichton093ede22019-08-15 00:45:094543 "rustc_metadata",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454544 "rustc_middle",
Camille GILLOT457de082021-09-19 20:17:504545 "rustc_query_system",
Mazdak Farrokhzad5ccc1e42019-12-24 21:42:564546 "rustc_session",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324547 "rustc_span",
Jubilee Younge8eb6912021-04-22 04:40:294548 "smallvec",
Nicholas Nethercote67d5cc02022-09-08 07:22:524549 "thin-vec",
Oliver Schererec7230f2020-07-24 18:42:004550 "tracing",
Ahmed Charles9ca382f2016-09-02 08:55:294551]
4552
4553[[package]]
Ramon de C Valle1f0f2c42024-04-08 02:35:494554name = "rustc_sanitizers"
4555version = "0.0.0"
4556dependencies = [
4557 "bitflags 2.5.0",
4558 "rustc_data_structures",
4559 "rustc_hir",
4560 "rustc_middle",
4561 "rustc_span",
4562 "rustc_target",
4563 "rustc_trait_selection",
4564 "tracing",
4565 "twox-hash",
4566]
4567
4568[[package]]
Vadim Petrochenkov11d95142020-06-02 17:03:404569name = "rustc_serialize"
4570version = "0.0.0"
4571dependencies = [
klensyc653bb92023-11-18 09:42:054572 "indexmap",
Matthew Jasperc4f91bb2020-07-18 19:14:504573 "rustc_macros",
Jubilee Younge8eb6912021-04-22 04:40:294574 "smallvec",
Nicholas Nethercoteebee3f82023-05-01 08:51:054575 "tempfile",
Nicholas Nethercoteb38106b2022-08-17 04:22:304576 "thin-vec",
Vadim Petrochenkov11d95142020-06-02 17:03:404577]
4578
4579[[package]]
Mark Rousskovc761ec12019-11-12 13:17:334580name = "rustc_session"
4581version = "0.0.0"
4582dependencies = [
github-actions1848b462024-03-24 12:09:284583 "bitflags 2.5.0",
Luca Barbieriac2b84f2020-04-10 20:42:194584 "getopts",
Onur Özkan71a3a482022-10-28 07:20:514585 "libc",
Vadim Petrochenkov6054a302020-02-29 17:16:264586 "rustc_ast",
Mark Rousskovc761ec12019-11-12 13:17:334587 "rustc_data_structures",
Mark Rousskovc761ec12019-11-12 13:17:334588 "rustc_errors",
Mark Rousskovcc2c33a2019-11-29 21:05:284589 "rustc_feature",
Nilstriebb5d3d972023-04-16 12:33:004590 "rustc_fluent_macro",
Mark Rousskovcc2c33a2019-11-29 21:05:284591 "rustc_fs_util",
Camille GILLOT89616162020-11-14 02:02:034592 "rustc_hir",
Aaron Hill23018a52020-08-13 19:41:524593 "rustc_lint_defs",
Matthew Jaspercbcef3e2020-06-11 14:49:574594 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404595 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324596 "rustc_span",
Mark Rousskovcc2c33a2019-11-29 21:05:284597 "rustc_target",
Onur Özkan71a3a482022-10-28 07:20:514598 "smallvec",
Esteban Küber7674ede2022-11-26 01:14:254599 "termize",
Oliver Schererec7230f2020-07-24 18:42:004600 "tracing",
Guillaume Gomezf4495862024-07-31 14:08:314601 "windows 0.52.0",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324602]
4603
4604[[package]]
Oli Scherer9960cc12022-06-02 10:08:384605name = "rustc_smir"
4606version = "0.0.0"
4607dependencies = [
Celina G. Val4c9e8422023-12-06 21:39:554608 "rustc_abi",
Adwin White84071e22024-06-26 04:09:554609 "rustc_ast",
4610 "rustc_ast_pretty",
Oğuz Ağcayazı0f27c1b2023-10-09 09:56:144611 "rustc_data_structures",
Santiago Pastorino4b85bea2023-04-24 20:53:514612 "rustc_hir",
Oli Scherer9960cc12022-06-02 10:08:384613 "rustc_middle",
Mohammad Omidvar21374872024-02-12 19:44:354614 "rustc_session",
Celina G. Valb66db7e2023-03-04 01:08:494615 "rustc_span",
Celina G. Val44d0fce2023-06-20 17:32:124616 "rustc_target",
Celina G. Val66a554b2023-10-21 06:05:384617 "scoped-tls",
Oli Scherera38e9832023-09-14 15:50:114618 "stable_mir",
Celina G. Valb66db7e2023-03-04 01:08:494619 "tracing",
Oli Scherer9960cc12022-06-02 10:08:384620]
4621
4622[[package]]
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324623name = "rustc_span"
4624version = "0.0.0"
4625dependencies = [
Pavel Grigorenko35ba7002024-06-26 22:39:484626 "derive-where",
klensyc653bb92023-11-18 09:42:054627 "indexmap",
Urgau33ef4b92024-03-06 18:39:364628 "itoa",
Igor Matuszewskibd37d7d2020-12-05 15:40:244629 "md-5",
Vadim Petrochenkov11d95142020-06-02 17:03:404630 "rustc_arena",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324631 "rustc_data_structures",
4632 "rustc_index",
4633 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404634 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324635 "scoped-tls",
Eric Hussbb60a762023-01-10 19:09:524636 "sha1",
Arlo Siemsen3296d5c2020-10-13 15:41:064637 "sha2",
Oliver Schererec7230f2020-07-24 18:42:004638 "tracing",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324639 "unicode-width",
Mark Rousskovc761ec12019-11-12 13:17:334640]
4641
4642[[package]]
Mark Mansi2d75a332020-03-12 23:07:584643name = "rustc_symbol_mangling"
4644version = "0.0.0"
4645dependencies = [
Mark Mansi2d75a332020-03-12 23:07:584646 "punycode",
Mark Mansi2d75a332020-03-12 23:07:584647 "rustc-demangle",
Mark Mansi2d75a332020-03-12 23:07:584648 "rustc_data_structures",
Jhonny Bill Mena86f8c4e2022-08-27 04:24:134649 "rustc_errors",
Mark Mansi2d75a332020-03-12 23:07:584650 "rustc_hir",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454651 "rustc_middle",
Mark Mansi2d75a332020-03-12 23:07:584652 "rustc_session",
4653 "rustc_span",
4654 "rustc_target",
Oliver Schererec7230f2020-07-24 18:42:004655 "tracing",
Mark Mansi2d75a332020-03-12 23:07:584656]
4657
4658[[package]]
Irina Popa38e96402017-12-08 19:18:214659name = "rustc_target"
4660version = "0.0.0"
4661dependencies = [
github-actions1848b462024-03-24 12:09:284662 "bitflags 2.5.0",
klensy58c99992024-07-17 11:33:204663 "object 0.36.2",
hkalbasi390a6372022-11-06 21:06:114664 "rustc_abi",
Alex Crichton093ede22019-08-15 00:45:094665 "rustc_data_structures",
khyperia9a206a72022-09-08 13:37:154666 "rustc_feature",
John Kåre Alsaker4f7cd3d2023-03-16 20:42:314667 "rustc_fs_util",
Lukas Wirthf14b7c92023-09-29 15:14:564668 "rustc_index",
Camille GILLOT2ba84c62019-11-09 21:27:524669 "rustc_macros",
Vadim Petrochenkov11d95142020-06-02 17:03:404670 "rustc_serialize",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324671 "rustc_span",
bjorn3fc1df4f2021-06-03 15:45:094672 "serde_json",
Oliver Schererec7230f2020-07-24 18:42:004673 "tracing",
Irina Popa38e96402017-12-08 19:18:214674]
4675
4676[[package]]
Matthias Krüger10e7b762018-09-07 07:12:064677name = "rustc_tools_util"
Philipp Krones10f2a6d2022-12-17 13:21:374678version = "0.3.0"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
4681
4682[[package]]
Camille GILLOTc1e3d552020-02-11 18:53:404683name = "rustc_trait_selection"
4684version = "0.0.0"
4685dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004686 "itertools",
Camille GILLOTc1e3d552020-02-11 18:53:404687 "rustc_ast",
Jason Newcombbe9b1252024-02-24 22:22:284688 "rustc_ast_ir",
Camille GILLOTc1e3d552020-02-11 18:53:404689 "rustc_attr",
4690 "rustc_data_structures",
4691 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004692 "rustc_fluent_macro",
Camille GILLOTc1e3d552020-02-11 18:53:404693 "rustc_hir",
Camille GILLOTc1e3d552020-02-11 18:53:404694 "rustc_infer",
4695 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454696 "rustc_middle",
Michael Gouletcb415092023-11-22 23:44:584697 "rustc_next_trait_solver",
Vadim Petrochenkov11d95142020-06-02 17:03:404698 "rustc_parse_format",
Camille GILLOT02025d82020-11-14 15:48:544699 "rustc_query_system",
Michael Goulet8e1dba42024-05-18 20:05:164700 "rustc_serialize",
Camille GILLOTc1e3d552020-02-11 18:53:404701 "rustc_session",
4702 "rustc_span",
4703 "rustc_target",
Jack Wrennbc4a1de2021-07-03 16:18:134704 "rustc_transmute",
Michael Goulet6ee22e12024-05-17 16:43:054705 "rustc_type_ir",
Jubilee Younge8eb6912021-04-22 04:40:294706 "smallvec",
Oliver Schererec7230f2020-07-24 18:42:004707 "tracing",
Camille GILLOTc1e3d552020-02-11 18:53:404708]
4709
4710[[package]]
Niko Matsakis3a50b41d2018-02-25 15:58:544711name = "rustc_traits"
4712version = "0.0.0"
4713dependencies = [
Alex Crichton093ede22019-08-15 00:45:094714 "rustc_data_structures",
Mazdak Farrokhzadebfd8672020-01-05 01:37:574715 "rustc_hir",
Camille GILLOTf07e8892020-01-06 19:13:244716 "rustc_infer",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454717 "rustc_middle",
Vadim Petrochenkovb9a9c5b2019-12-29 13:53:324718 "rustc_span",
Camille GILLOTc1e3d552020-02-11 18:53:404719 "rustc_trait_selection",
Oliver Schererec7230f2020-07-24 18:42:004720 "tracing",
Niko Matsakis3a50b41d2018-02-25 15:58:544721]
4722
4723[[package]]
Jack Wrennbc4a1de2021-07-03 16:18:134724name = "rustc_transmute"
Michael Goulet60c95442023-10-18 21:55:154725version = "0.0.0"
Jack Wrennbc4a1de2021-07-03 16:18:134726dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004727 "itertools",
Jason Newcombbe9b1252024-02-24 22:22:284728 "rustc_ast_ir",
Jack Wrennbc4a1de2021-07-03 16:18:134729 "rustc_data_structures",
Jack Wrennf46fffc2022-08-18 19:39:144730 "rustc_hir",
Jack Wrennbc4a1de2021-07-03 16:18:134731 "rustc_infer",
4732 "rustc_macros",
4733 "rustc_middle",
4734 "rustc_span",
4735 "rustc_target",
4736 "tracing",
4737]
4738
4739[[package]]
LeSeulArtichautf59d0302020-11-19 20:32:374740name = "rustc_ty_utils"
Camille GILLOT9908a872020-01-13 12:40:304741version = "0.0.0"
4742dependencies = [
Caleb Cartwrightffad9842024-06-22 21:22:004743 "itertools",
Jason Newcombea9ae302024-02-25 00:25:044744 "rustc_ast_ir",
Camille GILLOT9908a872020-01-13 12:40:304745 "rustc_data_structures",
Eduard-Mihai Burtescu289f46a2020-04-10 02:13:294746 "rustc_errors",
Nilstriebb5d3d972023-04-16 12:33:004747 "rustc_fluent_macro",
Camille GILLOT9908a872020-01-13 12:40:304748 "rustc_hir",
kadmine612e262022-07-09 09:35:064749 "rustc_index",
Camille GILLOTf07e8892020-01-06 19:13:244750 "rustc_infer",
Peter Medus01c16162022-08-18 23:04:314751 "rustc_macros",
Mazdak Farrokhzad7710f2d2020-03-29 13:24:454752 "rustc_middle",
Mazdak Farrokhzad4392a8b2020-03-11 11:49:084753 "rustc_session",
Camille GILLOT9908a872020-01-13 12:40:304754 "rustc_span",
Camille GILLOT0e652c52020-02-12 16:24:324755 "rustc_target",
Camille GILLOTc1e3d552020-02-11 18:53:404756 "rustc_trait_selection",
Michael Gouleta056a952022-05-22 19:57:464757 "rustc_type_ir",
Oliver Schererec7230f2020-07-24 18:42:004758 "tracing",
Camille GILLOT9908a872020-01-13 12:40:304759]
4760
4761[[package]]
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104762name = "rustc_type_ir"
4763version = "0.0.0"
4764dependencies = [
github-actions1848b462024-03-24 12:09:284765 "bitflags 2.5.0",
Pavel Grigorenko168096f2024-06-27 11:55:444766 "derive-where",
Michael Goulet9b0f9ef2024-06-18 17:21:484767 "indexmap",
Oli Scherer8a6d3532024-02-27 18:11:234768 "rustc_ast_ir",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104769 "rustc_data_structures",
4770 "rustc_index",
LeSeulArtichaut07245732020-12-12 14:25:554771 "rustc_macros",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104772 "rustc_serialize",
bjorn36ed37bd2023-12-31 19:35:324773 "rustc_span",
Michael Gouletd5797e92024-05-11 00:30:244774 "rustc_type_ir_macros",
Wilco Kuseea7015fe2021-01-31 09:32:344775 "smallvec",
Michael Goulet993553c2024-05-27 00:45:374776 "tracing",
LeSeulArtichaut0cf5a8a2020-11-18 15:37:104777]
4778
4779[[package]]
Michael Gouletd5797e92024-05-11 00:30:244780name = "rustc_type_ir_macros"
4781version = "0.0.0"
4782dependencies = [
4783 "proc-macro2",
4784 "quote",
github-actions99053572024-06-23 00:18:084785 "syn 2.0.67",
Michael Gouletd5797e92024-05-11 00:30:244786 "synstructure",
4787]
4788
4789[[package]]
Oliver Schneider847bb142018-05-11 12:11:064790name = "rustc_version"
Ralf Junge5d01782021-10-04 22:13:004791version = "0.4.0"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4794dependencies = [
klensy8ebc73b2022-02-06 20:57:294795 "semver",
Ralf Junge5d01782021-10-04 22:13:004796]
4797
4798[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:294799name = "rustdoc"
4800version = "0.0.0"
4801dependencies = [
Weihang Lof795a152023-03-15 12:50:044802 "arrayvec",
Michael Howell28db4cc2024-03-22 00:19:394803 "base64",
Aleksey Kladovb4f4db92020-08-27 10:50:284804 "expect-test",
klensyc653bb92023-11-18 09:42:054805 "indexmap",
Caleb Cartwrightffad9842024-06-22 21:22:004806 "itertools",
Alex Crichton093ede22019-08-15 00:45:094807 "minifier",
Michael Howell294c3dd2024-06-29 18:24:364808 "pulldown-cmark 0.9.6",
Guillaume Gomezf467b8d2020-10-13 13:46:344809 "regex",
Guillaume Gomez8d40b9e2024-07-18 18:56:364810 "rinja",
Rune Tynan67b78a02021-01-25 21:23:434811 "rustdoc-json-types",
Andy Russell94630d42019-06-29 17:30:454812 "serde",
4813 "serde_json",
Jubilee Younge8eb6912021-04-22 04:40:294814 "smallvec",
Alex Crichton093ede22019-08-15 00:45:094815 "tempfile",
Guillaume Gomez50f75202023-03-14 19:28:004816 "threadpool",
Joshua Nelson65f0b252020-12-28 18:28:294817 "tracing",
4818 "tracing-subscriber",
4819 "tracing-tree",
Michael Howellf3661dc2024-06-10 22:01:314820 "unicode-segmentation",
Mark Simulacrume2e9b402017-07-23 02:01:584821]
4822
4823[[package]]
ozkanonurc36b2092023-05-20 11:40:114824name = "rustdoc-gui-test"
4825version = "0.1.0"
4826dependencies = [
ozkanonurc64db2c2023-05-30 07:54:404827 "build_helper",
ozkanonurc36b2092023-05-20 11:40:114828 "compiletest",
4829 "getopts",
4830 "walkdir",
4831]
4832
4833[[package]]
Rune Tynan67b78a02021-01-25 21:23:434834name = "rustdoc-json-types"
4835version = "0.1.0"
4836dependencies = [
Luca Palmiericd7688b2023-05-22 17:26:204837 "bincode",
ozkanonur52c71e62023-03-01 21:53:024838 "rustc-hash",
Rune Tynan67b78a02021-01-25 21:23:434839 "serde",
Rune Tynanca48d152021-03-04 23:45:574840 "serde_json",
Rune Tynan67b78a02021-01-25 21:23:434841]
4842
4843[[package]]
Guillaume Gomezdec9fab2018-02-05 22:43:534844name = "rustdoc-themes"
4845version = "0.1.0"
4846
4847[[package]]
Mark Simulacrume2e9b402017-07-23 02:01:584848name = "rustdoc-tool"
4849version = "0.0.0"
4850dependencies = [
Alex Crichton093ede22019-08-15 00:45:094851 "rustdoc",
Ahmed Charles9ca382f2016-09-02 08:55:294852]
4853
4854[[package]]
Alex Crichtonfa9e55f2018-05-02 15:43:154855name = "rustfix"
Philipp Krones586cbd02022-06-04 12:07:444856version = "0.6.1"
Eric Huss6da85d62020-01-14 17:47:044857source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones586cbd02022-06-04 12:07:444858checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
Eric Hussd371bb42021-06-12 19:11:504859dependencies = [
4860 "anyhow",
4861 "log",
4862 "serde",
4863 "serde_json",
4864]
4865
4866[[package]]
Eric Huss123b3032024-04-13 17:54:134867name = "rustfix"
4868version = "0.8.1"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
4871dependencies = [
4872 "serde",
4873 "serde_json",
4874 "thiserror",
4875 "tracing",
4876]
4877
4878[[package]]
topecongiro5a411a62019-06-18 12:15:194879name = "rustfmt-config_proc_macro"
Caleb Cartwright6bf1a872023-01-24 20:21:144880version = "0.3.0"
topecongiro5a411a62019-06-18 12:15:194881dependencies = [
Aaron Hill70ba4912020-08-01 14:11:154882 "proc-macro2",
4883 "quote",
Alex Crichton093ede22019-08-15 00:45:094884 "serde",
github-actions99053572024-06-23 00:18:084885 "syn 2.0.67",
topecongiro5a411a62019-06-18 12:15:194886]
4887
4888[[package]]
Alex Crichton1cede102017-06-15 02:33:064889name = "rustfmt-nightly"
Caleb Cartwrightffad9842024-06-22 21:22:004890version = "1.7.1"
kennytm0692b3d2017-12-15 19:41:584891dependencies = [
clubby7899b73db32024-01-29 12:21:164892 "annotate-snippets 0.9.2",
Igor Matuszewskif4b2a202020-06-15 09:43:394893 "anyhow",
Alex Crichton093ede22019-08-15 00:45:094894 "bytecount",
Caleb Cartwrightffad9842024-06-22 21:22:004895 "cargo_metadata 0.18.1",
klensye1c33132023-06-21 09:32:344896 "clap",
Caleb Cartwright35400e82023-10-23 01:34:124897 "clap-cargo",
Alex Crichton093ede22019-08-15 00:45:094898 "diff",
4899 "dirs",
Alex Crichton093ede22019-08-15 00:45:094900 "getopts",
4901 "ignore",
Caleb Cartwrightffad9842024-06-22 21:22:004902 "itertools",
Alex Crichton093ede22019-08-15 00:45:094903 "regex",
Alex Crichton093ede22019-08-15 00:45:094904 "rustfmt-config_proc_macro",
4905 "serde",
4906 "serde_json",
Caleb Cartwrightf367f4d2022-06-13 03:04:544907 "term",
Igor Matuszewskif4b2a202020-06-15 09:43:394908 "thiserror",
clubby7899b73db32024-01-29 12:21:164909 "toml 0.7.8",
Caleb Cartwright35400e82023-10-23 01:34:124910 "tracing",
4911 "tracing-subscriber",
4912 "unicode-properties",
Alex Crichton093ede22019-08-15 00:45:094913 "unicode-segmentation",
4914 "unicode-width",
Igor Matuszewskid2d192e2019-07-30 11:00:274915]
4916
4917[[package]]
Weihang Lo1e5dad02022-11-25 22:37:044918name = "rustix"
Mark Rousskov12200c92024-05-11 14:27:174919version = "0.38.34"
Weihang Lo1e5dad02022-11-25 22:37:044920source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174921checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
Weihang Lo1e5dad02022-11-25 22:37:044922dependencies = [
github-actions1848b462024-03-24 12:09:284923 "bitflags 2.5.0",
Nilstrieb3295cdf2023-06-26 07:21:354924 "errno",
4925 "libc",
chenx97141c4632023-09-21 11:31:014926 "linux-raw-sys",
clubby7899b73db32024-01-29 12:21:164927 "windows-sys 0.52.0",
Weihang Lo1e5dad02022-11-25 22:37:044928]
4929
4930[[package]]
flip19950046d7c2021-02-25 10:26:234931name = "rustversion"
github-actions36c09332024-05-19 00:17:384932version = "1.0.17"
flip19950046d7c2021-02-25 10:26:234933source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:384934checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
flip19950046d7c2021-02-25 10:26:234935
4936[[package]]
Jubilee Young7156ff62023-05-10 03:29:274937name = "ruzstd"
clubby78956bc5522024-01-21 17:16:264938version = "0.5.0"
Jubilee Young7156ff62023-05-10 03:29:274939source = "registry+https://github.com/rust-lang/crates.io-index"
clubby78956bc5522024-01-21 17:16:264940checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
Jubilee Young7156ff62023-05-10 03:29:274941dependencies = [
4942 "byteorder",
clubby78956bc5522024-01-21 17:16:264943 "derive_more",
Jubilee Young7156ff62023-05-10 03:29:274944 "twox-hash",
4945]
4946
4947[[package]]
Ben Kimock2f6fb232024-03-18 22:47:414948name = "ruzstd"
klensy58c99992024-07-17 11:33:204949version = "0.7.0"
Ben Kimock2f6fb232024-03-18 22:47:414950source = "registry+https://github.com/rust-lang/crates.io-index"
klensy58c99992024-07-17 11:33:204951checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f"
Ben Kimock2f6fb232024-03-18 22:47:414952dependencies = [
4953 "byteorder",
Ben Kimock2f6fb232024-03-18 22:47:414954 "twox-hash",
4955]
4956
4957[[package]]
Alex Crichton2863b752018-08-21 17:23:474958name = "ryu"
Mark Rousskov12200c92024-05-11 14:27:174959version = "1.0.18"
Alex Crichton2863b752018-08-21 17:23:474960source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:174961checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
Alex Crichton2863b752018-08-21 17:23:474962
4963[[package]]
Josh Stone020c5ec2017-05-08 22:01:134964name = "same-file"
Mark Rousskov342d9562020-08-17 15:21:444965version = "1.0.6"
Alex Crichton80d6ed22018-01-08 21:56:224966source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:444967checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Alex Crichton80d6ed22018-01-08 21:56:224968dependencies = [
Alex Crichton093ede22019-08-15 00:45:094969 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:224970]
4971
4972[[package]]
4973name = "schannel"
clubby7899b73db32024-01-29 12:21:164974version = "0.1.23"
Alex Crichton80d6ed22018-01-08 21:56:224975source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164976checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
Alex Crichton80d6ed22018-01-08 21:56:224977dependencies = [
clubby7899b73db32024-01-29 12:21:164978 "windows-sys 0.52.0",
Alex Crichton80d6ed22018-01-08 21:56:224979]
4980
4981[[package]]
Alex Crichton453080f2017-06-05 16:36:484982name = "scoped-tls"
Nilstrieb3295cdf2023-06-26 07:21:354983version = "1.0.1"
Marcel Hellwig56fb2872019-02-26 10:15:524984source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:354985checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
Marcel Hellwig56fb2872019-02-26 10:15:524986
4987[[package]]
Nick Cameronad8ecc22017-07-19 01:32:124988name = "scopeguard"
clubby7899b73db32024-01-29 12:21:164989version = "1.2.0"
Ralf Jungc7a599e2019-07-25 13:57:254990source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:164991checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
Ralf Jungc7a599e2019-07-25 13:57:254992
4993[[package]]
David Wood7f916972022-03-26 07:27:434994name = "self_cell"
klensyc653bb92023-11-18 09:42:054995version = "0.10.3"
David Wood7f916972022-03-26 07:27:434996source = "registry+https://github.com/rust-lang/crates.io-index"
klensyc653bb92023-11-18 09:42:054997checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
4998dependencies = [
Mark Rousskov12200c92024-05-11 14:27:174999 "self_cell 1.0.4",
klensyc653bb92023-11-18 09:42:055000]
5001
5002[[package]]
5003name = "self_cell"
Mark Rousskov12200c92024-05-11 14:27:175004version = "1.0.4"
klensyc653bb92023-11-18 09:42:055005source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175006checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
David Wood7f916972022-03-26 07:27:435007
5008[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585009name = "semver"
Mark Rousskov12200c92024-05-11 14:27:175010version = "1.0.23"
Eric Huss78529352021-06-02 03:38:395011source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175012checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
Eric Huss78529352021-06-02 03:38:395013dependencies = [
5014 "serde",
5015]
5016
5017[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585018name = "serde"
clubby789d42c9602024-06-08 19:22:165019version = "1.0.203"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585020source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165021checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
Eric Huss57393642018-12-17 18:23:045022dependencies = [
Alex Crichton093ede22019-08-15 00:45:095023 "serde_derive",
Eric Huss57393642018-12-17 18:23:045024]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585025
5026[[package]]
5027name = "serde_derive"
clubby789d42c9602024-06-08 19:22:165028version = "1.0.203"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585029source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165030checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585031dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155032 "proc-macro2",
5033 "quote",
github-actions99053572024-06-23 00:18:085034 "syn 2.0.67",
Tatsuyuki Ishi0e79b972017-04-29 23:11:585035]
5036
5037[[package]]
5038name = "serde_json"
Mark Rousskov12200c92024-05-11 14:27:175039version = "1.0.117"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585040source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175041checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585042dependencies = [
klensyc653bb92023-11-18 09:42:055043 "indexmap",
Alex Crichton093ede22019-08-15 00:45:095044 "itoa",
5045 "ryu",
5046 "serde",
Steve Klabnik2795de32017-02-20 00:20:575047]
5048
5049[[package]]
Philipp Krones612c3422023-06-02 09:42:425050name = "serde_spanned"
github-actions36c09332024-05-19 00:17:385051version = "0.6.6"
Philipp Krones612c3422023-06-02 09:42:425052source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385053checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
Philipp Krones612c3422023-06-02 09:42:425054dependencies = [
5055 "serde",
5056]
5057
5058[[package]]
Pietro Albini4f40eee2023-01-10 12:13:045059name = "sha1"
clubby7899b73db32024-01-29 12:21:165060version = "0.10.6"
Pietro Albini4f40eee2023-01-10 12:13:045061source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165062checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
Pietro Albini4f40eee2023-01-10 12:13:045063dependencies = [
5064 "cfg-if",
5065 "cpufeatures",
5066 "digest",
5067]
5068
5069[[package]]
Pietro Albiniacd8e592020-10-01 15:15:125070name = "sha2"
clubby7899b73db32024-01-29 12:21:165071version = "0.10.8"
Pietro Albiniacd8e592020-10-01 15:15:125072source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165073checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
Pietro Albiniacd8e592020-10-01 15:15:125074dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425075 "cfg-if",
pierwillef6dd122022-02-10 16:54:015076 "cpufeatures",
klensy45fac342022-08-31 20:04:125077 "digest",
James Munnsde763692019-01-19 02:39:375078]
5079
5080[[package]]
Oliver Schererec7230f2020-07-24 18:42:005081name = "sharded-slab"
clubby7899b73db32024-01-29 12:21:165082version = "0.1.7"
Oliver Schererec7230f2020-07-24 18:42:005083source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165084checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
Oliver Schererec7230f2020-07-24 18:42:005085dependencies = [
5086 "lazy_static",
5087]
5088
5089[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585090name = "shell-escape"
Mark Rousskov342d9562020-08-17 15:21:445091version = "0.1.5"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585092source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445093checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585094
5095[[package]]
steveklabnik54371882018-01-25 17:32:255096name = "shlex"
Eric Huss51f20b42024-02-07 04:22:135097version = "1.3.0"
Eric Huss788167a2021-02-23 01:05:215098source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss51f20b42024-02-07 04:22:135099checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Eric Huss788167a2021-02-23 01:05:215100
5101[[package]]
Jover Zhangf3530cf2024-04-20 11:25:535102name = "similar"
5103version = "2.5.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
5106
5107[[package]]
steveklabnikecfbaca2018-04-03 14:32:045108name = "siphasher"
clubby7899b73db32024-01-29 12:21:165109version = "0.3.11"
steveklabnikecfbaca2018-04-03 14:32:045110source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165111checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
steveklabnikecfbaca2018-04-03 14:32:045112
5113[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435114name = "slab"
clubby7899b73db32024-01-29 12:21:165115version = "0.4.9"
Matthias Krüger696fb8f2019-01-21 15:32:435116source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165117checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
Philipp Kronesa6d3c822023-07-02 13:07:475118dependencies = [
5119 "autocfg",
5120]
Matthias Krüger696fb8f2019-01-21 15:32:435121
5122[[package]]
John Kåre Alsaker970c6132017-12-03 12:49:015123name = "smallvec"
github-actions1848b462024-03-24 12:09:285124version = "1.13.2"
Ralf Jung90b8d342019-11-04 14:59:095125source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:285126checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
Ralf Jung90b8d342019-11-04 14:59:095127
5128[[package]]
Josh Triplett574f6be2020-08-20 23:16:305129name = "snap"
clubby7899b73db32024-01-29 12:21:165130version = "1.1.1"
Josh Triplett574f6be2020-08-20 23:16:305131source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165132checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
Josh Triplett574f6be2020-08-20 23:16:305133
5134[[package]]
Mark Simulacrum38b46882017-06-26 16:26:155135name = "socket2"
Mark Rousskov12200c92024-05-11 14:27:175136version = "0.5.7"
klensy50c38902021-05-01 11:50:035137source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175138checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
klensy50c38902021-05-01 11:50:035139dependencies = [
5140 "libc",
github-actions8ef19812024-03-03 00:16:165141 "windows-sys 0.52.0",
klensy50c38902021-05-01 11:50:035142]
5143
5144[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235145name = "spanned"
clubby789d42c9602024-06-08 19:22:165146version = "0.2.1"
Philipp Kronesf99056b2024-02-27 14:50:235147source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165148checksum = "ed14ba8b4b82241bd5daba2c49185d4a0581a0058355fe96537338f002b8605d"
Philipp Kronesf99056b2024-02-27 14:50:235149dependencies = [
5150 "bstr",
5151 "color-eyre",
5152]
5153
5154[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:445155name = "spdx"
5156version = "0.10.6"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
5159dependencies = [
5160 "smallvec",
5161]
5162
5163[[package]]
Pietro Albini13efb202022-11-15 09:19:175164name = "spdx-expression"
5165version = "0.5.2"
5166source = "registry+https://github.com/rust-lang/crates.io-index"
5167checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
5168dependencies = [
5169 "nom",
5170 "serde",
5171 "thiserror",
5172 "tracing",
5173]
5174
5175[[package]]
5176name = "spdx-rs"
clubby7899b73db32024-01-29 12:21:165177version = "0.5.5"
Pietro Albini13efb202022-11-15 09:19:175178source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165179checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
Pietro Albini13efb202022-11-15 09:19:175180dependencies = [
5181 "chrono",
5182 "log",
5183 "nom",
5184 "serde",
5185 "spdx-expression",
5186 "strum",
5187 "strum_macros",
5188 "thiserror",
5189 "uuid",
5190]
5191
5192[[package]]
Robin Kruppe1a24a592017-04-26 21:22:455193name = "stable_deref_trait"
Mark Rousskov342d9562020-08-17 15:21:445194version = "1.2.0"
Robin Kruppe1a24a592017-04-26 21:22:455195source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:445196checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
Robin Kruppe1a24a592017-04-26 21:22:455197
5198[[package]]
Oli Scherera38e9832023-09-14 15:50:115199name = "stable_mir"
5200version = "0.1.0-preview"
5201dependencies = [
5202 "scoped-tls",
Stephen Skeirik414ebea2024-06-17 21:01:385203 "serde",
Oli Scherera38e9832023-09-14 15:50:115204]
5205
5206[[package]]
Oliver Scherer26edcee2018-11-02 15:14:245207name = "stacker"
Mateusz Mikuład5899ef2022-11-05 11:19:555208version = "0.1.15"
Oliver Scherer26edcee2018-11-02 15:14:245209source = "registry+https://github.com/rust-lang/crates.io-index"
Mateusz Mikuład5899ef2022-11-05 11:19:555210checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
Oliver Scherer26edcee2018-11-02 15:14:245211dependencies = [
5212 "cc",
Chris Denton531f3c9e2022-12-20 15:26:425213 "cfg-if",
Oliver Scherer26edcee2018-11-02 15:14:245214 "libc",
5215 "psm",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315216 "winapi",
Oliver Scherer26edcee2018-11-02 15:14:245217]
5218
5219[[package]]
Eric Huss7758eaf2022-04-28 05:42:545220name = "static_assertions"
5221version = "1.1.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5224
5225[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295226name = "std"
5227version = "0.0.0"
5228dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:325229 "addr2line 0.22.0",
Alex Crichton093ede22019-08-15 00:45:095230 "alloc",
Chris Denton531f3c9e2022-12-20 15:26:425231 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:095232 "compiler_builtins",
5233 "core",
5234 "dlmalloc",
5235 "fortanix-sgx-abi",
klensyc653bb92023-11-18 09:42:055236 "hashbrown",
Stefan Lankes1f125a62024-06-07 18:20:515237 "hermit-abi 0.4.0",
Alex Crichton093ede22019-08-15 00:45:095238 "libc",
Jubilee Young079949d2023-06-29 23:18:365239 "miniz_oxide",
klensy58c99992024-07-17 11:33:205240 "object 0.36.2",
Alex Crichton093ede22019-08-15 00:45:095241 "panic_abort",
5242 "panic_unwind",
5243 "profiler_builtins",
Ayush Singh48c6ae02022-12-18 04:24:545244 "r-efi",
5245 "r-efi-alloc",
Thom Chiovolonia4bf36e2022-11-21 00:55:415246 "rand",
5247 "rand_xorshift",
Alex Crichton06d565c2020-05-13 21:22:375248 "rustc-demangle",
Joshua Nelson1b0b7e92021-04-02 08:11:465249 "std_detect",
Alex Crichton093ede22019-08-15 00:45:095250 "unwind",
Thom Chiovolonia4bf36e2022-11-21 00:55:415251 "wasi",
Ahmed Charles9ca382f2016-09-02 08:55:295252]
5253
5254[[package]]
Joshua Nelson1b0b7e92021-04-02 08:11:465255name = "std_detect"
5256version = "0.1.5"
5257dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425258 "cfg-if",
Joshua Nelson1b0b7e92021-04-02 08:11:465259 "compiler_builtins",
5260 "libc",
5261 "rustc-std-workspace-alloc",
5262 "rustc-std-workspace-core",
5263]
5264
5265[[package]]
steveklabnikecfbaca2018-04-03 14:32:045266name = "string_cache"
Nilstrieb3295cdf2023-06-26 07:21:355267version = "0.8.7"
steveklabnikecfbaca2018-04-03 14:32:045268source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355269checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
steveklabnikecfbaca2018-04-03 14:32:045270dependencies = [
Alex Crichton093ede22019-08-15 00:45:095271 "new_debug_unreachable",
Nilstrieb3295cdf2023-06-26 07:21:355272 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505273 "parking_lot",
Ralf Jung47b3ce02024-05-05 15:17:455274 "phf_shared 0.10.0",
Alex Crichton093ede22019-08-15 00:45:095275 "precomputed-hash",
5276 "serde",
steveklabnikecfbaca2018-04-03 14:32:045277]
5278
5279[[package]]
5280name = "string_cache_codegen"
klensy947e7872022-04-15 18:11:145281version = "0.5.2"
steveklabnikecfbaca2018-04-03 14:32:045282source = "registry+https://github.com/rust-lang/crates.io-index"
klensy947e7872022-04-15 18:11:145283checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
steveklabnikecfbaca2018-04-03 14:32:045284dependencies = [
Ralf Jung47b3ce02024-05-05 15:17:455285 "phf_generator 0.10.0",
5286 "phf_shared 0.10.0",
Aaron Hill70ba4912020-08-01 14:11:155287 "proc-macro2",
5288 "quote",
steveklabnikecfbaca2018-04-03 14:32:045289]
5290
5291[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585292name = "strsim"
github-actions4035c242024-04-07 00:16:575293version = "0.11.1"
clubby7899b73db32024-01-29 12:21:165294source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions4035c242024-04-07 00:16:575295checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
clubby7899b73db32024-01-29 12:21:165296
5297[[package]]
Pietro Albini13efb202022-11-15 09:19:175298name = "strum"
5299version = "0.24.1"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
5302
5303[[package]]
5304name = "strum_macros"
5305version = "0.24.3"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
5308dependencies = [
github-actionsc486d2d2024-03-17 00:26:015309 "heck 0.4.1",
Pietro Albini13efb202022-11-15 09:19:175310 "proc-macro2",
5311 "quote",
5312 "rustversion",
Nilstrieb3295cdf2023-06-26 07:21:355313 "syn 1.0.109",
Pietro Albini13efb202022-11-15 09:19:175314]
5315
5316[[package]]
Ezra Shaw1e95cdd2023-03-01 09:17:085317name = "suggest-tests"
5318version = "0.1.0"
5319dependencies = [
5320 "build_helper",
5321 "glob",
Ezra Shaw1e95cdd2023-03-01 09:17:085322]
5323
5324[[package]]
Igor Matuszewskic2249a42019-09-08 08:28:115325name = "syn"
Nilstrieb3295cdf2023-06-26 07:21:355326version = "1.0.109"
Igor Matuszewskic2249a42019-09-08 08:28:115327source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355328checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Igor Matuszewskic2249a42019-09-08 08:28:115329dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155330 "proc-macro2",
5331 "quote",
Andres Suareza65ddf02022-10-09 03:25:405332 "unicode-ident",
Igor Matuszewskic2249a42019-09-08 08:28:115333]
5334
5335[[package]]
Deadbeefa912a932023-03-23 06:19:255336name = "syn"
github-actions99053572024-06-23 00:18:085337version = "2.0.67"
Deadbeefa912a932023-03-23 06:19:255338source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:085339checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90"
Deadbeefa912a932023-03-23 06:19:255340dependencies = [
5341 "proc-macro2",
5342 "quote",
5343 "unicode-ident",
5344]
5345
5346[[package]]
Alex Crichton325d7392017-12-10 17:42:495347name = "synstructure"
clubby7899b73db32024-01-29 12:21:165348version = "0.13.1"
Deadbeefaf74ef82023-03-27 13:44:065349source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165350checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
Deadbeefaf74ef82023-03-27 13:44:065351dependencies = [
5352 "proc-macro2",
5353 "quote",
github-actions99053572024-06-23 00:18:085354 "syn 2.0.67",
Deadbeefaf74ef82023-03-27 13:44:065355]
5356
5357[[package]]
Jakub Beránek91d2fb22023-06-03 07:41:445358name = "sysinfo"
Guillaume Gomezf4495862024-07-31 14:08:315359version = "0.31.2"
Jakub Beránek91d2fb22023-06-03 07:41:445360source = "registry+https://github.com/rust-lang/crates.io-index"
Guillaume Gomezf4495862024-07-31 14:08:315361checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab"
Jakub Beránek91d2fb22023-06-03 07:41:445362dependencies = [
Jakub Beránek91d2fb22023-06-03 07:41:445363 "core-foundation-sys",
5364 "libc",
Guillaume Gomezf4495862024-07-31 14:08:315365 "windows 0.57.0",
Jakub Beránek91d2fb22023-06-03 07:41:445366]
5367
5368[[package]]
John Kåre Alsakerfd4c81f2023-03-07 15:10:295369name = "sysroot"
5370version = "0.0.0"
5371dependencies = [
5372 "proc_macro",
5373 "std",
5374 "test",
5375]
5376
5377[[package]]
Jakub Beránek209789e2023-08-09 18:56:115378name = "tabled"
klensy15bc6812024-02-22 11:17:595379version = "0.15.0"
Jakub Beránek209789e2023-08-09 18:56:115380source = "registry+https://github.com/rust-lang/crates.io-index"
klensy15bc6812024-02-22 11:17:595381checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
Jakub Beránek209789e2023-08-09 18:56:115382dependencies = [
5383 "papergrid",
Jakub Beránek209789e2023-08-09 18:56:115384 "unicode-width",
5385]
5386
5387[[package]]
Josh Stone020c5ec2017-05-08 22:01:135388name = "tar"
clubby789d42c9602024-06-08 19:22:165389version = "0.4.41"
Josh Stone020c5ec2017-05-08 22:01:135390source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165391checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
Josh Stone020c5ec2017-05-08 22:01:135392dependencies = [
Alex Crichton093ede22019-08-15 00:45:095393 "filetime",
5394 "libc",
Alex Crichton093ede22019-08-15 00:45:095395 "xattr",
Josh Stone020c5ec2017-05-08 22:01:135396]
5397
5398[[package]]
Aleksey Kladov850156a2018-03-29 07:34:555399name = "tempfile"
github-actions8ef19812024-03-03 00:16:165400version = "3.10.1"
Aleksey Kladov850156a2018-03-29 07:34:555401source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165402checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
Aleksey Kladov850156a2018-03-29 07:34:555403dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425404 "cfg-if",
Ralf Jung55162732022-11-15 19:06:425405 "fastrand",
chenx97141c4632023-09-21 11:31:015406 "rustix",
clubby7899b73db32024-01-29 12:21:165407 "windows-sys 0.52.0",
Aleksey Kladov850156a2018-03-29 07:34:555408]
5409
5410[[package]]
steveklabnikecfbaca2018-04-03 14:32:045411name = "tendril"
Eric Huss04b75a72022-06-22 23:49:245412version = "0.4.3"
steveklabnikecfbaca2018-04-03 14:32:045413source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss04b75a72022-06-22 23:49:245414checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
steveklabnikecfbaca2018-04-03 14:32:045415dependencies = [
Alex Crichton093ede22019-08-15 00:45:095416 "futf",
5417 "mac",
5418 "utf-8",
steveklabnikecfbaca2018-04-03 14:32:045419]
5420
5421[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295422name = "term"
flip19950046d7c2021-02-25 10:26:235423version = "0.7.0"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5426dependencies = [
5427 "dirs-next",
5428 "rustversion",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315429 "winapi",
flip19950046d7c2021-02-25 10:26:235430]
5431
5432[[package]]
Alex Crichton1cede102017-06-15 02:33:065433name = "termcolor"
clubby7899b73db32024-01-29 12:21:165434version = "1.4.1"
Alex Crichtonfa5b3d32018-07-26 00:25:125435source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165436checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
Alex Crichtonfa5b3d32018-07-26 00:25:125437dependencies = [
Eric Huss89d79062020-07-29 18:02:055438 "winapi-util",
Alex Crichtonfa5b3d32018-07-26 00:25:125439]
5440
5441[[package]]
Eric Huss2717f602023-01-06 01:20:595442name = "terminal_size"
chenx97141c4632023-09-21 11:31:015443version = "0.3.0"
Eric Huss2717f602023-01-06 01:20:595444source = "registry+https://github.com/rust-lang/crates.io-index"
chenx97141c4632023-09-21 11:31:015445checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
Eric Huss2717f602023-01-06 01:20:595446dependencies = [
chenx97141c4632023-09-21 11:31:015447 "rustix",
Philipp Kronesac25a732023-08-24 19:33:175448 "windows-sys 0.48.0",
Eric Huss2717f602023-01-06 01:20:595449]
5450
5451[[package]]
John Kåre Alsakerb0b11d32020-01-29 00:13:485452name = "termize"
5453version = "0.1.1"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5456dependencies = [
5457 "libc",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315458 "winapi",
John Kåre Alsakerb0b11d32020-01-29 00:13:485459]
5460
5461[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295462name = "test"
5463version = "0.0.0"
5464dependencies = [
Alex Crichtonb47c9692019-08-16 15:29:085465 "core",
Alex Crichton093ede22019-08-15 00:45:095466 "getopts",
Tyler Mandryf622e832024-01-24 23:57:435467 "libc",
Alex Crichtonb47c9692019-08-16 15:29:085468 "std",
Ahmed Charles9ca382f2016-09-02 08:55:295469]
5470
5471[[package]]
Trevor Gross51827ce2024-07-20 16:13:275472name = "test-float-parse"
5473version = "0.1.0"
5474dependencies = [
5475 "indicatif",
5476 "num",
5477 "rand",
5478 "rand_chacha",
5479 "rayon",
5480]
5481
5482[[package]]
Nicholas Nethercoteb38106b2022-08-17 04:22:305483name = "thin-vec"
John Kåre Alsaker862011e2023-02-16 18:29:115484version = "0.2.13"
Nicholas Nethercoteb38106b2022-08-17 04:22:305485source = "registry+https://github.com/rust-lang/crates.io-index"
John Kåre Alsaker862011e2023-02-16 18:29:115486checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
Nicholas Nethercoteb38106b2022-08-17 04:22:305487
5488[[package]]
Pietro Albini9beb8f52019-11-26 11:06:305489name = "thiserror"
github-actions36c09332024-05-19 00:17:385490version = "1.0.61"
Pietro Albini9beb8f52019-11-26 11:06:305491source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385492checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
Pietro Albini9beb8f52019-11-26 11:06:305493dependencies = [
5494 "thiserror-impl",
5495]
5496
5497[[package]]
5498name = "thiserror-impl"
github-actions36c09332024-05-19 00:17:385499version = "1.0.61"
Pietro Albini9beb8f52019-11-26 11:06:305500source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385501checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
Pietro Albini9beb8f52019-11-26 11:06:305502dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155503 "proc-macro2",
5504 "quote",
github-actions99053572024-06-23 00:18:085505 "syn 2.0.67",
Pietro Albini9beb8f52019-11-26 11:06:305506]
5507
5508[[package]]
David Wood2dc1a8a2021-12-03 14:24:055509name = "thorin-dwp"
dirreke74817b72023-08-14 14:57:385510version = "0.7.0"
David Wood2dc1a8a2021-12-03 14:24:055511source = "registry+https://github.com/rust-lang/crates.io-index"
dirreke74817b72023-08-14 14:57:385512checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
David Wood2dc1a8a2021-12-03 14:24:055513dependencies = [
Jubilee Young3ec9d8d2024-05-28 00:05:325514 "gimli 0.28.1",
klensyc653bb92023-11-18 09:42:055515 "hashbrown",
Ben Kimock2f6fb232024-03-18 22:47:415516 "object 0.32.2",
David Wood2dc1a8a2021-12-03 14:24:055517 "tracing",
5518]
5519
5520[[package]]
Steve Klabnika0769612017-02-07 23:13:575521name = "thread_local"
github-actions8ef19812024-03-03 00:16:165522version = "1.1.8"
Igor Matuszewski8fc4bba2020-02-12 14:47:315523source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165524checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Igor Matuszewski8fc4bba2020-02-12 14:47:315525dependencies = [
Nilstrieb3295cdf2023-06-26 07:21:355526 "cfg-if",
klensy9f621ae2022-01-24 17:19:215527 "once_cell",
Igor Matuszewski8fc4bba2020-02-12 14:47:315528]
5529
5530[[package]]
Guillaume Gomez50f75202023-03-14 19:28:005531name = "threadpool"
5532version = "1.8.1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
5535dependencies = [
5536 "num_cpus",
5537]
5538
5539[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295540name = "tidy"
5541version = "0.1.0"
Mark Mansi3ee41042018-02-23 01:52:565542dependencies = [
onur-ozkane9e3c382024-06-10 14:07:195543 "build_helper",
Ralf Jung5aecfe42023-10-07 05:55:485544 "cargo_metadata 0.15.4",
Michael Gouletffd72b12024-06-21 22:20:455545 "fluent-syntax",
yukang18511ba2022-11-04 08:56:485546 "ignore",
Jakob Degen17395b42022-10-31 00:17:255547 "miropt-test-tools",
Alex Crichton093ede22019-08-15 00:45:095548 "regex",
donno2048e2ab5402024-04-18 06:57:435549 "rustc-hash",
DebugSteven540ca2f2023-01-05 04:57:205550 "semver",
DianQKde0ece22024-06-23 14:06:235551 "similar",
Nilstrieb75b3ee22022-12-30 11:23:055552 "termcolor",
Alex Crichton093ede22019-08-15 00:45:095553 "walkdir",
Mark Mansi3ee41042018-02-23 01:52:565554]
Ahmed Charles9ca382f2016-09-02 08:55:295555
5556[[package]]
Eric Hussce717472020-08-11 23:49:395557name = "tier-check"
5558version = "0.1.0"
5559
5560[[package]]
Esteban Küber8eb58432023-03-03 22:25:185561name = "time"
Caleb Sander43c8e132024-05-04 18:20:465562version = "0.3.36"
Esteban Küber8eb58432023-03-03 22:25:185563source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465564checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
Esteban Küber8eb58432023-03-03 22:25:185565dependencies = [
clubby7896ac3b572024-01-29 12:16:205566 "deranged",
Esteban Küber8eb58432023-03-03 22:25:185567 "itoa",
clubby7899b73db32024-01-29 12:21:165568 "num-conv",
clubby7896ac3b572024-01-29 12:16:205569 "powerfmt",
Esteban Küber8eb58432023-03-03 22:25:185570 "serde",
5571 "time-core",
5572 "time-macros",
5573]
5574
5575[[package]]
5576name = "time-core"
clubby7896ac3b572024-01-29 12:16:205577version = "0.1.2"
Esteban Küber8eb58432023-03-03 22:25:185578source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7896ac3b572024-01-29 12:16:205579checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
Esteban Küber8eb58432023-03-03 22:25:185580
5581[[package]]
5582name = "time-macros"
Caleb Sander43c8e132024-05-04 18:20:465583version = "0.2.18"
Esteban Küber8eb58432023-03-03 22:25:185584source = "registry+https://github.com/rust-lang/crates.io-index"
Caleb Sander43c8e132024-05-04 18:20:465585checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
Esteban Küber8eb58432023-03-03 22:25:185586dependencies = [
clubby7899b73db32024-01-29 12:21:165587 "num-conv",
Esteban Küber8eb58432023-03-03 22:25:185588 "time-core",
5589]
5590
5591[[package]]
David Wood7f916972022-03-26 07:27:435592name = "tinystr"
clubby7899d85dfc2024-06-08 19:18:315593version = "0.7.6"
David Wood7f916972022-03-26 07:27:435594source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:315595checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
Manish Goregaokar288194e2022-10-19 23:24:425596dependencies = [
5597 "displaydoc",
Charles Lewa7750042022-11-06 06:43:255598 "zerovec",
Manish Goregaokar288194e2022-10-19 23:24:425599]
David Wood7f916972022-03-26 07:27:435600
5601[[package]]
Mark Rousskov342d9562020-08-17 15:21:445602name = "tinyvec"
Charles Lewa76dcd82022-09-16 17:55:565603version = "1.6.0"
Mark Rousskov342d9562020-08-17 15:21:445604source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565605checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
5606dependencies = [
5607 "tinyvec_macros",
5608]
5609
5610[[package]]
5611name = "tinyvec_macros"
Nilstrieb3295cdf2023-06-26 07:21:355612version = "0.1.1"
Charles Lewa76dcd82022-09-16 17:55:565613source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355614checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
Mark Rousskov342d9562020-08-17 15:21:445615
5616[[package]]
Matthias Krüger696fb8f2019-01-21 15:32:435617name = "tokio"
clubby789d42c9602024-06-08 19:22:165618version = "1.38.0"
Matthias Krüger696fb8f2019-01-21 15:32:435619source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165620checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
Matthias Krüger696fb8f2019-01-21 15:32:435621dependencies = [
Philipp Kronesa6d3c822023-07-02 13:07:475622 "backtrace",
Alex Crichton093ede22019-08-15 00:45:095623 "bytes",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315624 "pin-project-lite",
Matthias Krüger696fb8f2019-01-21 15:32:435625]
5626
5627[[package]]
Ahmed Charles9ca382f2016-09-02 08:55:295628name = "toml"
Nilstrieb3295cdf2023-06-26 07:21:355629version = "0.5.11"
Eric Hussd2228ca2019-03-29 03:13:135630source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355631checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
Eric Hussd2228ca2019-03-29 03:13:135632dependencies = [
Alex Crichton093ede22019-08-15 00:45:095633 "serde",
Eric Hussd2228ca2019-03-29 03:13:135634]
5635
5636[[package]]
Philipp Krones612c3422023-06-02 09:42:425637name = "toml"
clubby7899b73db32024-01-29 12:21:165638version = "0.7.8"
Philipp Krones612c3422023-06-02 09:42:425639source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165640checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
Philipp Krones612c3422023-06-02 09:42:425641dependencies = [
5642 "serde",
5643 "serde_spanned",
5644 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525645 "toml_edit",
Philipp Krones612c3422023-06-02 09:42:425646]
5647
5648[[package]]
5649name = "toml_datetime"
github-actions36c09332024-05-19 00:17:385650version = "0.6.6"
Philipp Krones612c3422023-06-02 09:42:425651source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions36c09332024-05-19 00:17:385652checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
Philipp Krones612c3422023-06-02 09:42:425653dependencies = [
5654 "serde",
5655]
5656
5657[[package]]
5658name = "toml_edit"
clubby7899b73db32024-01-29 12:21:165659version = "0.19.15"
Philipp Krones612c3422023-06-02 09:42:425660source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165661checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
Philipp Krones612c3422023-06-02 09:42:425662dependencies = [
klensyc653bb92023-11-18 09:42:055663 "indexmap",
Philipp Krones612c3422023-06-02 09:42:425664 "serde",
5665 "serde_spanned",
5666 "toml_datetime",
Eric Huss5dfa0622024-07-15 20:30:525667 "winnow",
Philipp Krones612c3422023-06-02 09:42:425668]
5669
5670[[package]]
Eric Hussa882fdd2021-12-03 20:25:075671name = "topological-sort"
Eric Huss2717f602023-01-06 01:20:595672version = "0.2.2"
Eric Hussa882fdd2021-12-03 20:25:075673source = "registry+https://github.com/rust-lang/crates.io-index"
Eric Huss2717f602023-01-06 01:20:595674checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
Eric Hussa882fdd2021-12-03 20:25:075675
5676[[package]]
Jack Hueyecb8b9f2020-05-27 05:05:095677name = "tracing"
Nilstrieb3295cdf2023-06-26 07:21:355678version = "0.1.37"
Jack Hueyecb8b9f2020-05-27 05:05:095679source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:355680checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
Jack Hueyecb8b9f2020-05-27 05:05:095681dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425682 "cfg-if",
Igor Matuszewskiaf53b0d2021-07-21 13:17:315683 "pin-project-lite",
Jack Hueyecb8b9f2020-05-27 05:05:095684 "tracing-attributes",
5685 "tracing-core",
5686]
5687
5688[[package]]
5689name = "tracing-attributes"
clubby7899b73db32024-01-29 12:21:165690version = "0.1.27"
Jack Hueyecb8b9f2020-05-27 05:05:095691source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165692checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
Jack Hueyecb8b9f2020-05-27 05:05:095693dependencies = [
Aaron Hill70ba4912020-08-01 14:11:155694 "proc-macro2",
5695 "quote",
github-actions99053572024-06-23 00:18:085696 "syn 2.0.67",
Jack Hueyecb8b9f2020-05-27 05:05:095697]
5698
5699[[package]]
5700name = "tracing-core"
Nilstrieb171be8c2023-06-26 15:25:245701version = "0.1.30"
Jack Hueyecb8b9f2020-05-27 05:05:095702source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb171be8c2023-06-26 15:25:245703checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
Jack Hueyecb8b9f2020-05-27 05:05:095704dependencies = [
Oli Scherere8962282022-07-05 08:26:125705 "once_cell",
5706 "valuable",
Jack Hueyecb8b9f2020-05-27 05:05:095707]
5708
5709[[package]]
Ralf Jung10430db2022-07-15 14:04:235710name = "tracing-error"
5711version = "0.2.0"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
5714dependencies = [
5715 "tracing",
5716 "tracing-subscriber",
5717]
5718
5719[[package]]
Jack Hueyd66452c2020-08-04 22:35:375720name = "tracing-log"
clubby7899b73db32024-01-29 12:21:165721version = "0.2.0"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5724dependencies = [
5725 "log",
5726 "once_cell",
Jack Hueyd66452c2020-08-04 22:35:375727 "tracing-core",
5728]
5729
5730[[package]]
Oliver Schererec7230f2020-07-24 18:42:005731name = "tracing-subscriber"
clubby7899b73db32024-01-29 12:21:165732version = "0.3.18"
Oliver Schererec7230f2020-07-24 18:42:005733source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165734checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
Oliver Schererec7230f2020-07-24 18:42:005735dependencies = [
Oliver Schererec7230f2020-07-24 18:42:005736 "matchers",
klensy71ea5062024-03-30 14:39:435737 "nu-ansi-term 0.46.0",
Nilstrieb3295cdf2023-06-26 07:21:355738 "once_cell",
Rémy Rakic4cb2a282023-12-14 15:40:505739 "parking_lot",
Oliver Schererec7230f2020-07-24 18:42:005740 "regex",
Oliver Schererec7230f2020-07-24 18:42:005741 "sharded-slab",
Jubilee Younge8eb6912021-04-22 04:40:295742 "smallvec",
Mark Rousskov342d9562020-08-17 15:21:445743 "thread_local",
Joshua Nelson8b22d072020-10-07 22:45:595744 "tracing",
Oliver Schererec7230f2020-07-24 18:42:005745 "tracing-core",
klensy71ea5062024-03-30 14:39:435746 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375747]
5748
5749[[package]]
5750name = "tracing-tree"
clubby789d42c9602024-06-08 19:22:165751version = "0.3.1"
Jack Hueyd66452c2020-08-04 22:35:375752source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165753checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
Jack Hueyd66452c2020-08-04 22:35:375754dependencies = [
clubby789d42c9602024-06-08 19:22:165755 "nu-ansi-term 0.50.0",
pierwillea25b772021-12-21 17:00:305756 "tracing-core",
klensy71ea5062024-03-30 14:39:435757 "tracing-log",
Jack Hueyd66452c2020-08-04 22:35:375758 "tracing-subscriber",
Oliver Schererec7230f2020-07-24 18:42:005759]
5760
5761[[package]]
Ramon de C Valle65698ae2022-11-22 05:29:005762name = "twox-hash"
5763version = "1.6.3"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
5766dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:425767 "cfg-if",
Thom Chiovolonia4bf36e2022-11-21 00:55:415768 "rand",
Ramon de C Valle65698ae2022-11-22 05:29:005769 "static_assertions",
5770]
5771
5772[[package]]
David Wood7f916972022-03-26 07:27:435773name = "type-map"
Mark Rousskov12200c92024-05-11 14:27:175774version = "0.5.0"
David Wood7f916972022-03-26 07:27:435775source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175776checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
David Wood7f916972022-03-26 07:27:435777dependencies = [
5778 "rustc-hash",
5779]
5780
5781[[package]]
Eric Huss8c20add2018-12-03 01:33:205782name = "typenum"
clubby7899b73db32024-01-29 12:21:165783version = "1.17.0"
Eric Huss8c20add2018-12-03 01:33:205784source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165785checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Eric Huss8c20add2018-12-03 01:33:205786
5787[[package]]
Mark Rousskov064f8882020-01-13 21:40:195788name = "ucd-parse"
clubby7899b73db32024-01-29 12:21:165789version = "0.1.13"
Mark Rousskov064f8882020-01-13 21:40:195790source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165791checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
Mark Rousskov064f8882020-01-13 21:40:195792dependencies = [
clubby7899b73db32024-01-29 12:21:165793 "regex-lite",
Mark Rousskov064f8882020-01-13 21:40:195794]
5795
5796[[package]]
James Munnsde763692019-01-19 02:39:375797name = "ucd-trie"
clubby7899b73db32024-01-29 12:21:165798version = "0.1.6"
James Munnsde763692019-01-19 02:39:375799source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165800checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
James Munnsde763692019-01-19 02:39:375801
5802[[package]]
Ralf Junga272c452022-05-30 08:17:465803name = "ui_test"
Ralf Junge0f4ab82023-09-28 14:42:075804version = "0.21.2"
Philipp Kronesac25a732023-08-24 19:33:175805source = "registry+https://github.com/rust-lang/crates.io-index"
Ralf Junge0f4ab82023-09-28 14:42:075806checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
Philipp Kronesac25a732023-08-24 19:33:175807dependencies = [
clubby7899b73db32024-01-29 12:21:165808 "annotate-snippets 0.9.2",
Philipp Kronesac25a732023-08-24 19:33:175809 "anyhow",
5810 "bstr",
5811 "cargo-platform",
Ralf Jung5aecfe42023-10-07 05:55:485812 "cargo_metadata 0.15.4",
Philipp Kronesac25a732023-08-24 19:33:175813 "color-eyre",
5814 "colored",
5815 "comma",
5816 "crossbeam-channel",
Philipp Kronesac25a732023-08-24 19:33:175817 "indicatif",
5818 "lazy_static",
Oli Scherer4fdb4ed2023-08-29 13:28:535819 "levenshtein",
Philipp Krones0949ff92024-07-25 16:29:275820 "prettydiff 0.6.4",
Philipp Kronesac25a732023-08-24 19:33:175821 "regex",
5822 "rustc_version",
Eric Huss123b3032024-04-13 17:54:135823 "rustfix 0.6.1",
Philipp Kronesac25a732023-08-24 19:33:175824 "serde",
5825 "serde_json",
5826 "tempfile",
5827]
5828
5829[[package]]
Philipp Kronesf99056b2024-02-27 14:50:235830name = "ui_test"
Philipp Krones0949ff92024-07-25 16:29:275831version = "0.24.0"
Philipp Kronesf99056b2024-02-27 14:50:235832source = "registry+https://github.com/rust-lang/crates.io-index"
Philipp Krones0949ff92024-07-25 16:29:275833checksum = "bc1c6c78d55482388711c8d417b8e547263046a607512278fed274c54633bbe4"
Philipp Kronesf99056b2024-02-27 14:50:235834dependencies = [
github-actions729ed812024-06-16 00:18:065835 "annotate-snippets 0.11.4",
Philipp Kronesf99056b2024-02-27 14:50:235836 "anyhow",
5837 "bstr",
5838 "cargo-platform",
5839 "cargo_metadata 0.18.1",
5840 "color-eyre",
5841 "colored",
5842 "comma",
5843 "crossbeam-channel",
5844 "indicatif",
5845 "lazy_static",
5846 "levenshtein",
Philipp Krones0949ff92024-07-25 16:29:275847 "prettydiff 0.7.0",
Philipp Kronesf99056b2024-02-27 14:50:235848 "regex",
5849 "rustc_version",
Philipp Kronese395dc92024-05-02 15:27:085850 "rustfix 0.8.1",
Philipp Kronesf99056b2024-02-27 14:50:235851 "serde",
5852 "serde_json",
5853 "spanned",
Philipp Kronesf99056b2024-02-27 14:50:235854]
5855
5856[[package]]
David Wood7f916972022-03-26 07:27:435857name = "unic-langid"
Mark Rousskov12200c92024-05-11 14:27:175858version = "0.9.5"
David Wood7f916972022-03-26 07:27:435859source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175860checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
David Wood7f916972022-03-26 07:27:435861dependencies = [
5862 "unic-langid-impl",
5863 "unic-langid-macros",
5864]
5865
5866[[package]]
5867name = "unic-langid-impl"
Mark Rousskov12200c92024-05-11 14:27:175868version = "0.9.5"
David Wood7f916972022-03-26 07:27:435869source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175870checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
David Wood7f916972022-03-26 07:27:435871dependencies = [
5872 "tinystr",
5873]
5874
5875[[package]]
5876name = "unic-langid-macros"
Mark Rousskov12200c92024-05-11 14:27:175877version = "0.9.5"
David Wood7f916972022-03-26 07:27:435878source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175879checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
David Wood7f916972022-03-26 07:27:435880dependencies = [
5881 "proc-macro-hack",
5882 "tinystr",
5883 "unic-langid-impl",
5884 "unic-langid-macros-impl",
5885]
5886
5887[[package]]
5888name = "unic-langid-macros-impl"
Mark Rousskov12200c92024-05-11 14:27:175889version = "0.9.5"
David Wood7f916972022-03-26 07:27:435890source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:175891checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
David Wood7f916972022-03-26 07:27:435892dependencies = [
5893 "proc-macro-hack",
5894 "quote",
github-actions99053572024-06-23 00:18:085895 "syn 2.0.67",
David Wood7f916972022-03-26 07:27:435896 "unic-langid-impl",
5897]
5898
5899[[package]]
Andy Russell30301642019-04-20 17:03:595900name = "unicase"
Charles Lew806b2b22023-11-23 10:55:115901version = "2.7.0"
Andy Russell30301642019-04-20 17:03:595902source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lew806b2b22023-11-23 10:55:115903checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
Andy Russell30301642019-04-20 17:03:595904dependencies = [
Guillaume Gomezd8589de2020-02-13 17:39:405905 "version_check",
Andy Russell30301642019-04-20 17:03:595906]
5907
5908[[package]]
Mark Rousskov064f8882020-01-13 21:40:195909name = "unicode-bdd"
5910version = "0.1.0"
5911dependencies = [
5912 "ucd-parse",
5913]
5914
5915[[package]]
github-actions99053572024-06-23 00:18:085916name = "unicode-bidi"
5917version = "0.3.15"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
5920
5921[[package]]
Andres Suareza65ddf02022-10-09 03:25:405922name = "unicode-ident"
clubby7899b73db32024-01-29 12:21:165923version = "1.0.12"
Andres Suareza65ddf02022-10-09 03:25:405924source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165925checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
Andres Suareza65ddf02022-10-09 03:25:405926
5927[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585928name = "unicode-normalization"
github-actions8ef19812024-03-03 00:16:165929version = "0.1.23"
Tatsuyuki Ishi0e79b972017-04-29 23:11:585930source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165931checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
Charles Lew0bcddfe2019-11-23 14:33:405932dependencies = [
Mark Rousskov342d9562020-08-17 15:21:445933 "tinyvec",
Charles Lew0bcddfe2019-11-23 14:33:405934]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585935
5936[[package]]
Charles Lewbca79a22023-07-29 00:47:215937name = "unicode-properties"
clubby7899b73db32024-01-29 12:21:165938version = "0.1.1"
Charles Lewbca79a22023-07-29 00:47:215939source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165940checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
Charles Lewbca79a22023-07-29 00:47:215941
5942[[package]]
Charles Lew485e98a2020-01-02 12:02:225943name = "unicode-script"
github-actions8ef19812024-03-03 00:16:165944version = "0.5.6"
Charles Lew485e98a2020-01-02 12:02:225945source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:165946checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
Charles Lew485e98a2020-01-02 12:02:225947
5948[[package]]
5949name = "unicode-security"
clubby7899b73db32024-01-29 12:21:165950version = "0.1.1"
Charles Lew485e98a2020-01-02 12:02:225951source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165952checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
Charles Lew485e98a2020-01-02 12:02:225953dependencies = [
Charles Lewc05961c2020-04-25 01:38:315954 "unicode-normalization",
Charles Lew485e98a2020-01-02 12:02:225955 "unicode-script",
5956]
5957
5958[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585959name = "unicode-segmentation"
clubby7899b73db32024-01-29 12:21:165960version = "1.11.0"
Steve Klabnika0769612017-02-07 23:13:575961source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:165962checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
Steve Klabnika0769612017-02-07 23:13:575963
5964[[package]]
5965name = "unicode-width"
clubby789d42c9602024-06-08 19:22:165966version = "0.1.13"
Steve Klabnika0769612017-02-07 23:13:575967source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:165968checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
Alex Crichtonb47c9692019-08-16 15:29:085969dependencies = [
5970 "compiler_builtins",
5971 "rustc-std-workspace-core",
5972 "rustc-std-workspace-std",
5973]
Steve Klabnika0769612017-02-07 23:13:575974
5975[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:585976name = "unicode-xid"
Charles Lewa76dcd82022-09-16 17:55:565977version = "0.2.4"
Aleksey Kladova0c186c2019-07-21 11:50:395978source = "registry+https://github.com/rust-lang/crates.io-index"
Charles Lewa76dcd82022-09-16 17:55:565979checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
Aleksey Kladova0c186c2019-07-21 11:50:395980
5981[[package]]
Michael Howellb29d9d52021-02-24 06:42:425982name = "unified-diff"
5983version = "0.2.1"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
5986dependencies = [
5987 "diff",
5988]
5989
5990[[package]]
est31c2d59062017-06-12 19:35:475991name = "unstable-book-gen"
5992version = "0.1.0"
5993dependencies = [
Alex Crichton093ede22019-08-15 00:45:095994 "num-traits",
5995 "tidy",
est31c2d59062017-06-12 19:35:475996]
5997
5998[[package]]
Nick Cameron71a0be02017-09-25 04:13:295999name = "unwind"
6000version = "0.0.0"
6001dependencies = [
Chris Denton531f3c9e2022-12-20 15:26:426002 "cfg-if",
Alex Crichton093ede22019-08-15 00:45:096003 "compiler_builtins",
6004 "core",
6005 "libc",
Sean Cross2a533df2023-10-23 07:36:596006 "unwinding",
6007]
6008
6009[[package]]
6010name = "unwinding"
6011version = "0.2.1"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
6014dependencies = [
6015 "compiler_builtins",
Jubilee Young3ec9d8d2024-05-28 00:05:326016 "gimli 0.28.1",
Sean Cross2a533df2023-10-23 07:36:596017 "rustc-std-workspace-core",
Nick Cameron71a0be02017-09-25 04:13:296018]
6019
6020[[package]]
Tatsuyuki Ishi0e79b972017-04-29 23:11:586021name = "url"
github-actions99053572024-06-23 00:18:086022version = "2.5.2"
Eric Hussf2428a62019-08-01 00:44:396023source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions99053572024-06-23 00:18:086024checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
Eric Hussf2428a62019-08-01 00:44:396025dependencies = [
Eric Hussf3287a62021-05-12 00:39:516026 "form_urlencoded",
Eric Huss4a7e2fb2022-08-21 04:19:436027 "idna",
Eric Huss4a7e2fb2022-08-21 04:19:436028 "percent-encoding",
Eric Hussf2428a62019-08-01 00:44:396029]
6030
6031[[package]]
steveklabnikecfbaca2018-04-03 14:32:046032name = "utf-8"
Nilstrieb3295cdf2023-06-26 07:21:356033version = "0.7.6"
steveklabnikecfbaca2018-04-03 14:32:046034source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356035checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
steveklabnikecfbaca2018-04-03 14:32:046036
6037[[package]]
Esteban Kuberb4bdb562024-03-02 22:36:526038name = "utf8-width"
6039version = "0.1.7"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
6042
6043[[package]]
Eric Hussd5e03532019-05-23 20:27:496044name = "utf8parse"
clubby789d42c9602024-06-08 19:22:166045version = "0.2.2"
Eric Hussd5e03532019-05-23 20:27:496046source = "registry+https://github.com/rust-lang/crates.io-index"
clubby789d42c9602024-06-08 19:22:166047checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
Eric Hussd5e03532019-05-23 20:27:496048
6049[[package]]
Pietro Albini13efb202022-11-15 09:19:176050name = "uuid"
github-actions1848b462024-03-24 12:09:286051version = "1.8.0"
Pietro Albini13efb202022-11-15 09:19:176052source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions1848b462024-03-24 12:09:286053checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
Pietro Albini13efb202022-11-15 09:19:176054dependencies = [
Thom Chiovolonia4bf36e2022-11-21 00:55:416055 "getrandom",
Pietro Albini13efb202022-11-15 09:19:176056]
6057
6058[[package]]
Oli Scherere8962282022-07-05 08:26:126059name = "valuable"
6060version = "0.1.0"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
6063
6064[[package]]
Alex Crichton1cede102017-06-15 02:33:066065name = "vcpkg"
Nilstrieb3295cdf2023-06-26 07:21:356066version = "0.2.15"
Alex Crichton1cede102017-06-15 02:33:066067source = "registry+https://github.com/rust-lang/crates.io-index"
Nilstrieb3295cdf2023-06-26 07:21:356068checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Alex Crichton1cede102017-06-15 02:33:066069
6070[[package]]
Alex Crichtonb4110902018-12-08 11:06:546071name = "version_check"
Amanieu d'Antrasa529ba82023-01-09 17:49:246072version = "0.9.4"
Eric Huss2b985322019-11-25 16:14:076073source = "registry+https://github.com/rust-lang/crates.io-index"
Amanieu d'Antrasa529ba82023-01-09 17:49:246074checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
Eric Huss2b985322019-11-25 16:14:076075
6076[[package]]
Josh Stone020c5ec2017-05-08 22:01:136077name = "walkdir"
github-actions8ef19812024-03-03 00:16:166078version = "2.5.0"
Alex Crichton80d6ed22018-01-08 21:56:226079source = "registry+https://github.com/rust-lang/crates.io-index"
github-actions8ef19812024-03-03 00:16:166080checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
Alex Crichton80d6ed22018-01-08 21:56:226081dependencies = [
Alex Crichton093ede22019-08-15 00:45:096082 "same-file",
Alex Crichton093ede22019-08-15 00:45:096083 "winapi-util",
Alex Crichton80d6ed22018-01-08 21:56:226084]
6085
6086[[package]]
newpavlov6374b842019-08-29 17:13:156087name = "wasi"
Harald Hoyer00cbc8d2022-01-21 13:19:136088version = "0.11.0+wasi-snapshot-preview1"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
newpavlov6374b842019-08-29 17:13:156091dependencies = [
6092 "compiler_builtins",
6093 "rustc-std-workspace-alloc",
6094 "rustc-std-workspace-core",
6095]
6096
6097[[package]]
nilsf77541a2023-04-11 11:46:416098name = "wasm-bindgen"
github-actionsc486d2d2024-03-17 00:26:016099version = "0.2.92"
nilsf77541a2023-04-11 11:46:416100source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016101checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
nilsf77541a2023-04-11 11:46:416102dependencies = [
6103 "cfg-if",
6104 "wasm-bindgen-macro",
6105]
6106
6107[[package]]
6108name = "wasm-bindgen-backend"
github-actionsc486d2d2024-03-17 00:26:016109version = "0.2.92"
nilsf77541a2023-04-11 11:46:416110source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016111checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
nilsf77541a2023-04-11 11:46:416112dependencies = [
6113 "bumpalo",
6114 "log",
6115 "once_cell",
6116 "proc-macro2",
6117 "quote",
github-actions99053572024-06-23 00:18:086118 "syn 2.0.67",
nilsf77541a2023-04-11 11:46:416119 "wasm-bindgen-shared",
6120]
6121
6122[[package]]
6123name = "wasm-bindgen-macro"
github-actionsc486d2d2024-03-17 00:26:016124version = "0.2.92"
nilsf77541a2023-04-11 11:46:416125source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016126checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
nilsf77541a2023-04-11 11:46:416127dependencies = [
6128 "quote",
6129 "wasm-bindgen-macro-support",
6130]
6131
6132[[package]]
6133name = "wasm-bindgen-macro-support"
github-actionsc486d2d2024-03-17 00:26:016134version = "0.2.92"
nilsf77541a2023-04-11 11:46:416135source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016136checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
nilsf77541a2023-04-11 11:46:416137dependencies = [
6138 "proc-macro2",
6139 "quote",
github-actions99053572024-06-23 00:18:086140 "syn 2.0.67",
nilsf77541a2023-04-11 11:46:416141 "wasm-bindgen-backend",
6142 "wasm-bindgen-shared",
6143]
6144
6145[[package]]
6146name = "wasm-bindgen-shared"
github-actionsc486d2d2024-03-17 00:26:016147version = "0.2.92"
nilsf77541a2023-04-11 11:46:416148source = "registry+https://github.com/rust-lang/crates.io-index"
github-actionsc486d2d2024-03-17 00:26:016149checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
nilsf77541a2023-04-11 11:46:416150
6151[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:446152name = "wasm-component-ld"
6153version = "0.5.4"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "314d932d5e84c9678751b85498b1482b2f32f185744e449d3ce0b1d400376dad"
6156dependencies = [
6157 "anyhow",
6158 "clap",
6159 "lexopt",
6160 "tempfile",
6161 "wasmparser 0.210.0",
6162 "wat",
6163 "wit-component",
6164]
6165
6166[[package]]
6167name = "wasm-component-ld-wrapper"
6168version = "0.1.0"
6169dependencies = [
6170 "wasm-component-ld",
6171]
6172
6173[[package]]
Alex Crichton646e8e72024-02-22 16:12:096174name = "wasm-encoder"
Alex Crichton2a3e22b2024-06-24 19:30:446175version = "0.210.0"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "e7e3764d9d6edabd8c9e16195e177be0d20f6ab942ad18af52860f12f82bc59a"
6178dependencies = [
6179 "leb128",
6180]
6181
6182[[package]]
6183name = "wasm-encoder"
6184version = "0.211.1"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "5e7d931a1120ef357f32b74547646b6fa68ea25e377772b72874b131a9ed70d4"
6187dependencies = [
6188 "leb128",
6189]
6190
6191[[package]]
6192name = "wasm-metadata"
6193version = "0.210.0"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "012729d1294907fcb0866f08460ab95426a6d0b176a599619b84cac7653452b4"
6196dependencies = [
6197 "anyhow",
6198 "indexmap",
6199 "serde",
6200 "serde_derive",
6201 "serde_json",
6202 "spdx",
6203 "wasm-encoder 0.210.0",
6204 "wasmparser 0.210.0",
6205]
6206
6207[[package]]
Alex Crichton6181f3a2024-02-02 21:26:186208name = "wasmparser"
Alex Crichton2a3e22b2024-06-24 19:30:446209version = "0.210.0"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5"
6212dependencies = [
6213 "ahash",
6214 "bitflags 2.5.0",
6215 "hashbrown",
6216 "indexmap",
6217 "semver",
6218 "serde",
6219]
6220
6221[[package]]
klensy58c99992024-07-17 11:33:206222name = "wasmparser"
6223version = "0.214.0"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
6226dependencies = [
6227 "bitflags 2.5.0",
6228 "indexmap",
6229]
6230
6231[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:446232name = "wast"
6233version = "211.0.1"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "b25506dd82d00da6b14a87436b3d52b1d264083fa79cdb72a0d1b04a8595ccaa"
6236dependencies = [
6237 "bumpalo",
6238 "leb128",
6239 "memchr",
6240 "unicode-width",
6241 "wasm-encoder 0.211.1",
6242]
6243
6244[[package]]
6245name = "wat"
6246version = "1.211.1"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "eb716ca6c86eecac2d82541ffc39860118fc0af9309c4f2670637bea2e1bdd7d"
6249dependencies = [
6250 "wast",
6251]
6252
6253[[package]]
Steve Klabnika0769612017-02-07 23:13:576254name = "winapi"
Mark Rousskov342d9562020-08-17 15:21:446255version = "0.3.9"
Alex Crichton80d6ed22018-01-08 21:56:226256source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov342d9562020-08-17 15:21:446257checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Alex Crichton80d6ed22018-01-08 21:56:226258dependencies = [
Alex Crichton093ede22019-08-15 00:45:096259 "winapi-i686-pc-windows-gnu",
6260 "winapi-x86_64-pc-windows-gnu",
Alex Crichton80d6ed22018-01-08 21:56:226261]
6262
6263[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226264name = "winapi-i686-pc-windows-gnu"
6265version = "0.4.0"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096267checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Alex Crichton80d6ed22018-01-08 21:56:226268
6269[[package]]
Alex Crichton2863b752018-08-21 17:23:476270name = "winapi-util"
Mark Rousskov12200c92024-05-11 14:27:176271version = "0.1.8"
Alex Crichton2863b752018-08-21 17:23:476272source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176273checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
Alex Crichton2863b752018-08-21 17:23:476274dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176275 "windows-sys 0.52.0",
Alex Crichton2863b752018-08-21 17:23:476276]
6277
6278[[package]]
Alex Crichton80d6ed22018-01-08 21:56:226279name = "winapi-x86_64-pc-windows-gnu"
6280version = "0.4.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
Alex Crichton093ede22019-08-15 00:45:096282checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Alex Crichton80d6ed22018-01-08 21:56:226283
6284[[package]]
Weihang Loe52e0402023-03-07 22:16:276285name = "windows"
klensy35fe2672024-02-18 13:02:166286version = "0.52.0"
nilsf77541a2023-04-11 11:46:416287source = "registry+https://github.com/rust-lang/crates.io-index"
klensy35fe2672024-02-18 13:02:166288checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
nilsf77541a2023-04-11 11:46:416289dependencies = [
Guillaume Gomezf4495862024-07-31 14:08:316290 "windows-core 0.52.0",
6291 "windows-targets 0.52.5",
6292]
6293
6294[[package]]
6295name = "windows"
6296version = "0.57.0"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
6299dependencies = [
6300 "windows-core 0.57.0",
Mark Rousskov12200c92024-05-11 14:27:176301 "windows-targets 0.52.5",
Andy Russellbb7c3732023-01-15 18:43:156302]
6303
6304[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076305name = "windows-bindgen"
Chris Denton34860a52024-07-04 12:09:256306version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076307source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:256308checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
Chris Dentonf9b3d6a2023-04-15 10:57:076309dependencies = [
Chris Dentond9c85da2023-08-16 08:18:346310 "proc-macro2",
6311 "rayon",
Chris Dentonb25203e2024-03-03 14:44:586312 "serde",
6313 "serde_json",
github-actions99053572024-06-23 00:18:086314 "syn 2.0.67",
Chris Dentonf9b3d6a2023-04-15 10:57:076315 "windows-metadata",
Chris Dentonf9b3d6a2023-04-15 10:57:076316]
6317
6318[[package]]
clubby7899b73db32024-01-29 12:21:166319name = "windows-core"
6320version = "0.52.0"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
6323dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176324 "windows-targets 0.52.5",
clubby7899b73db32024-01-29 12:21:166325]
6326
6327[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316328name = "windows-core"
6329version = "0.57.0"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
6332dependencies = [
6333 "windows-implement",
6334 "windows-interface",
6335 "windows-result",
6336 "windows-targets 0.52.5",
6337]
6338
6339[[package]]
6340name = "windows-implement"
6341version = "0.57.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
6344dependencies = [
6345 "proc-macro2",
6346 "quote",
6347 "syn 2.0.67",
6348]
6349
6350[[package]]
6351name = "windows-interface"
6352version = "0.57.0"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
6355dependencies = [
6356 "proc-macro2",
6357 "quote",
6358 "syn 2.0.67",
6359]
6360
6361[[package]]
Chris Dentonf9b3d6a2023-04-15 10:57:076362name = "windows-metadata"
Chris Denton34860a52024-07-04 12:09:256363version = "0.58.0"
Chris Dentonf9b3d6a2023-04-15 10:57:076364source = "registry+https://github.com/rust-lang/crates.io-index"
Chris Denton34860a52024-07-04 12:09:256365checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
Chris Dentonf9b3d6a2023-04-15 10:57:076366
6367[[package]]
Guillaume Gomezf4495862024-07-31 14:08:316368name = "windows-result"
6369version = "0.1.2"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
6372dependencies = [
6373 "windows-targets 0.52.5",
6374]
6375
6376[[package]]
Philipp Krones586cbd02022-06-04 12:07:446377name = "windows-sys"
WANG Rui7aa257f2023-04-23 07:58:386378version = "0.48.0"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6381dependencies = [
clubby7899b73db32024-01-29 12:21:166382 "windows-targets 0.48.5",
Philipp Kronesac25a732023-08-24 19:33:176383]
6384
6385[[package]]
clubby789527f9032024-01-21 23:51:336386name = "windows-sys"
6387version = "0.52.0"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6390dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176391 "windows-targets 0.52.5",
clubby789527f9032024-01-21 23:51:336392]
6393
6394[[package]]
Philipp Kronesac25a732023-08-24 19:33:176395name = "windows-targets"
clubby7899b73db32024-01-29 12:21:166396version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176397source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166398checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
Philipp Kronesac25a732023-08-24 19:33:176399dependencies = [
clubby7899b73db32024-01-29 12:21:166400 "windows_aarch64_gnullvm 0.48.5",
6401 "windows_aarch64_msvc 0.48.5",
6402 "windows_i686_gnu 0.48.5",
6403 "windows_i686_msvc 0.48.5",
6404 "windows_x86_64_gnu 0.48.5",
6405 "windows_x86_64_gnullvm 0.48.5",
6406 "windows_x86_64_msvc 0.48.5",
Weihang Lo6f38fd52023-02-07 22:26:226407]
6408
6409[[package]]
clubby789527f9032024-01-21 23:51:336410name = "windows-targets"
Mark Rousskov12200c92024-05-11 14:27:176411version = "0.52.5"
clubby789527f9032024-01-21 23:51:336412source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176413checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
clubby789527f9032024-01-21 23:51:336414dependencies = [
Mark Rousskov12200c92024-05-11 14:27:176415 "windows_aarch64_gnullvm 0.52.5",
6416 "windows_aarch64_msvc 0.52.5",
6417 "windows_i686_gnu 0.52.5",
6418 "windows_i686_gnullvm",
6419 "windows_i686_msvc 0.52.5",
6420 "windows_x86_64_gnu 0.52.5",
6421 "windows_x86_64_gnullvm 0.52.5",
6422 "windows_x86_64_msvc 0.52.5",
clubby789527f9032024-01-21 23:51:336423]
6424
6425[[package]]
Weihang Lo6f38fd52023-02-07 22:26:226426name = "windows_aarch64_gnullvm"
clubby7899b73db32024-01-29 12:21:166427version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176428source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166429checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
nilsf77541a2023-04-11 11:46:416430
6431[[package]]
clubby789527f9032024-01-21 23:51:336432name = "windows_aarch64_gnullvm"
Mark Rousskov12200c92024-05-11 14:27:176433version = "0.52.5"
clubby789527f9032024-01-21 23:51:336434source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176435checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
clubby789527f9032024-01-21 23:51:336436
6437[[package]]
Philipp Krones586cbd02022-06-04 12:07:446438name = "windows_aarch64_msvc"
clubby7899b73db32024-01-29 12:21:166439version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176440source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166441checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
nilsf77541a2023-04-11 11:46:416442
6443[[package]]
clubby789527f9032024-01-21 23:51:336444name = "windows_aarch64_msvc"
Mark Rousskov12200c92024-05-11 14:27:176445version = "0.52.5"
clubby789527f9032024-01-21 23:51:336446source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176447checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
clubby789527f9032024-01-21 23:51:336448
6449[[package]]
Philipp Krones586cbd02022-06-04 12:07:446450name = "windows_i686_gnu"
clubby7899b73db32024-01-29 12:21:166451version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176452source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166453checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
nilsf77541a2023-04-11 11:46:416454
6455[[package]]
clubby789527f9032024-01-21 23:51:336456name = "windows_i686_gnu"
Mark Rousskov12200c92024-05-11 14:27:176457version = "0.52.5"
clubby789527f9032024-01-21 23:51:336458source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176459checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
6460
6461[[package]]
6462name = "windows_i686_gnullvm"
6463version = "0.52.5"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
clubby789527f9032024-01-21 23:51:336466
6467[[package]]
Philipp Krones586cbd02022-06-04 12:07:446468name = "windows_i686_msvc"
clubby7899b73db32024-01-29 12:21:166469version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176470source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166471checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
nilsf77541a2023-04-11 11:46:416472
6473[[package]]
clubby789527f9032024-01-21 23:51:336474name = "windows_i686_msvc"
Mark Rousskov12200c92024-05-11 14:27:176475version = "0.52.5"
clubby789527f9032024-01-21 23:51:336476source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176477checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
clubby789527f9032024-01-21 23:51:336478
6479[[package]]
Philipp Krones586cbd02022-06-04 12:07:446480name = "windows_x86_64_gnu"
clubby7899b73db32024-01-29 12:21:166481version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176482source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166483checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
nilsf77541a2023-04-11 11:46:416484
6485[[package]]
clubby789527f9032024-01-21 23:51:336486name = "windows_x86_64_gnu"
Mark Rousskov12200c92024-05-11 14:27:176487version = "0.52.5"
clubby789527f9032024-01-21 23:51:336488source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176489checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
clubby789527f9032024-01-21 23:51:336490
6491[[package]]
Mateusz Mikuład5899ef2022-11-05 11:19:556492name = "windows_x86_64_gnullvm"
clubby7899b73db32024-01-29 12:21:166493version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176494source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166495checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
nilsf77541a2023-04-11 11:46:416496
6497[[package]]
clubby789527f9032024-01-21 23:51:336498name = "windows_x86_64_gnullvm"
Mark Rousskov12200c92024-05-11 14:27:176499version = "0.52.5"
clubby789527f9032024-01-21 23:51:336500source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176501checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
clubby789527f9032024-01-21 23:51:336502
6503[[package]]
Philipp Krones586cbd02022-06-04 12:07:446504name = "windows_x86_64_msvc"
clubby7899b73db32024-01-29 12:21:166505version = "0.48.5"
Philipp Kronesac25a732023-08-24 19:33:176506source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166507checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
nilsf77541a2023-04-11 11:46:416508
6509[[package]]
clubby789527f9032024-01-21 23:51:336510name = "windows_x86_64_msvc"
Mark Rousskov12200c92024-05-11 14:27:176511version = "0.52.5"
clubby789527f9032024-01-21 23:51:336512source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176513checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
clubby789527f9032024-01-21 23:51:336514
6515[[package]]
Philipp Krones612c3422023-06-02 09:42:426516name = "winnow"
clubby7899b73db32024-01-29 12:21:166517version = "0.5.40"
Philipp Krones612c3422023-06-02 09:42:426518source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166519checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
Philipp Krones612c3422023-06-02 09:42:426520dependencies = [
6521 "memchr",
6522]
6523
6524[[package]]
Alex Crichton2a3e22b2024-06-24 19:30:446525name = "wit-component"
6526version = "0.210.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "a450bdb5d032acf1fa0865451fa0c6f50e62f2d31eaa8dba967c2e2d068694a4"
6529dependencies = [
6530 "anyhow",
6531 "bitflags 2.5.0",
6532 "indexmap",
6533 "log",
6534 "serde",
6535 "serde_derive",
6536 "serde_json",
6537 "wasm-encoder 0.210.0",
6538 "wasm-metadata",
6539 "wasmparser 0.210.0",
6540 "wit-parser",
6541]
6542
6543[[package]]
6544name = "wit-parser"
6545version = "0.210.0"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "60a965cbd439af19a4b44a54a97ab8957d86f02d01320efc9e31c1d3605c6710"
6548dependencies = [
6549 "anyhow",
6550 "id-arena",
6551 "indexmap",
6552 "log",
6553 "semver",
6554 "serde",
6555 "serde_derive",
6556 "serde_json",
6557 "unicode-xid",
6558 "wasmparser 0.210.0",
6559]
6560
6561[[package]]
Charles Lewa7750042022-11-06 06:43:256562name = "writeable"
clubby7899d85dfc2024-06-08 19:18:316563version = "0.5.5"
Charles Lewa7750042022-11-06 06:43:256564source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316565checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
Charles Lewa7750042022-11-06 06:43:256566
6567[[package]]
Josh Stone020c5ec2017-05-08 22:01:136568name = "xattr"
clubby7899b73db32024-01-29 12:21:166569version = "1.3.1"
Josh Stone020c5ec2017-05-08 22:01:136570source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899b73db32024-01-29 12:21:166571checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
Josh Stone020c5ec2017-05-08 22:01:136572dependencies = [
Alex Crichton093ede22019-08-15 00:45:096573 "libc",
clubby7899b73db32024-01-29 12:21:166574 "linux-raw-sys",
6575 "rustix",
Josh Stone020c5ec2017-05-08 22:01:136576]
6577
6578[[package]]
Josh Stone020c5ec2017-05-08 22:01:136579name = "xz2"
Mark Rousskove40a4462023-04-17 01:27:256580version = "0.1.7"
Josh Stone020c5ec2017-05-08 22:01:136581source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskove40a4462023-04-17 01:27:256582checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
Josh Stone020c5ec2017-05-08 22:01:136583dependencies = [
Alex Crichton093ede22019-08-15 00:45:096584 "lzma-sys",
Josh Stone020c5ec2017-05-08 22:01:136585]
6586
6587[[package]]
Igor Matuszewski2214a412021-05-03 20:59:356588name = "yansi-term"
6589version = "0.1.2"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
6592dependencies = [
Igor Matuszewskiaf53b0d2021-07-21 13:17:316593 "winapi",
Igor Matuszewski2214a412021-05-03 20:59:356594]
Charles Lewa7750042022-11-06 06:43:256595
6596[[package]]
6597name = "yoke"
clubby7899d85dfc2024-06-08 19:18:316598version = "0.7.4"
Charles Lewa7750042022-11-06 06:43:256599source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316600checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
Charles Lewa7750042022-11-06 06:43:256601dependencies = [
6602 "serde",
6603 "stable_deref_trait",
6604 "yoke-derive",
6605 "zerofrom",
6606]
6607
6608[[package]]
6609name = "yoke-derive"
clubby7899d85dfc2024-06-08 19:18:316610version = "0.7.4"
Charles Lewa7750042022-11-06 06:43:256611source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316612checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
Charles Lewa7750042022-11-06 06:43:256613dependencies = [
6614 "proc-macro2",
6615 "quote",
github-actions99053572024-06-23 00:18:086616 "syn 2.0.67",
klensy7142c8d2023-11-09 11:37:306617 "synstructure",
Charles Lewa7750042022-11-06 06:43:256618]
6619
6620[[package]]
Ralf Jung71c9ceb2023-12-02 18:16:096621name = "zerocopy"
Mark Rousskov12200c92024-05-11 14:27:176622version = "0.7.34"
Ralf Jung71c9ceb2023-12-02 18:16:096623source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176624checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
Ralf Jung71c9ceb2023-12-02 18:16:096625dependencies = [
6626 "zerocopy-derive",
6627]
6628
6629[[package]]
6630name = "zerocopy-derive"
Mark Rousskov12200c92024-05-11 14:27:176631version = "0.7.34"
Ralf Jung71c9ceb2023-12-02 18:16:096632source = "registry+https://github.com/rust-lang/crates.io-index"
Mark Rousskov12200c92024-05-11 14:27:176633checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
Ralf Jung71c9ceb2023-12-02 18:16:096634dependencies = [
6635 "proc-macro2",
6636 "quote",
github-actions99053572024-06-23 00:18:086637 "syn 2.0.67",
Ralf Jung71c9ceb2023-12-02 18:16:096638]
6639
6640[[package]]
Charles Lewa7750042022-11-06 06:43:256641name = "zerofrom"
clubby7899d85dfc2024-06-08 19:18:316642version = "0.1.4"
Charles Lewa7750042022-11-06 06:43:256643source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316644checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
Charles Lewa7750042022-11-06 06:43:256645dependencies = [
6646 "zerofrom-derive",
6647]
6648
6649[[package]]
6650name = "zerofrom-derive"
clubby7899d85dfc2024-06-08 19:18:316651version = "0.1.4"
Charles Lewa7750042022-11-06 06:43:256652source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316653checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
Charles Lewa7750042022-11-06 06:43:256654dependencies = [
6655 "proc-macro2",
6656 "quote",
github-actions99053572024-06-23 00:18:086657 "syn 2.0.67",
klensy7142c8d2023-11-09 11:37:306658 "synstructure",
Charles Lewa7750042022-11-06 06:43:256659]
6660
6661[[package]]
6662name = "zerovec"
clubby7899d85dfc2024-06-08 19:18:316663version = "0.10.2"
Charles Lewa7750042022-11-06 06:43:256664source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316665checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
Charles Lewa7750042022-11-06 06:43:256666dependencies = [
6667 "yoke",
6668 "zerofrom",
6669 "zerovec-derive",
6670]
6671
6672[[package]]
6673name = "zerovec-derive"
clubby7899d85dfc2024-06-08 19:18:316674version = "0.10.2"
Charles Lewa7750042022-11-06 06:43:256675source = "registry+https://github.com/rust-lang/crates.io-index"
clubby7899d85dfc2024-06-08 19:18:316676checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
Charles Lewa7750042022-11-06 06:43:256677dependencies = [
6678 "proc-macro2",
6679 "quote",
github-actions99053572024-06-23 00:18:086680 "syn 2.0.67",
Charles Lewa7750042022-11-06 06:43:256681]