Hirokazu Hata | bd4df0c | 2019-02-04 16:31:48 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 3 | version = 4 |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 4 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 6 | name = "addr2line" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 7 | version = "0.21.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| 10 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 11 | "gimli 0.28.1", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 15 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 16 | version = "1.0.2" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | |
| 20 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 21 | name = "adler2" |
| 22 | version = "2.0.0" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| 25 | |
| 26 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 27 | name = "aes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 28 | version = "0.8.4" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 30 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 31 | dependencies = [ |
| 32 | "cfg-if", |
| 33 | "cipher", |
| 34 | "cpufeatures", |
| 35 | ] |
| 36 | |
| 37 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 38 | name = "ahash" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 39 | version = "0.8.11" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 41 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 42 | dependencies = [ |
| 43 | "cfg-if", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 44 | "once_cell", |
| 45 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 46 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 47 | ] |
| 48 | |
| 49 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 50 | name = "aho-corasick" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 51 | version = "1.1.3" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 53 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 54 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 55 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 56 | ] |
| 57 | |
| 58 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 59 | name = "allocator-api2" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 60 | version = "0.2.21" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 62 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 63 | |
| 64 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 65 | name = "ammonia" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 66 | version = "4.0.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 68 | checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 69 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 70 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 71 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 72 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 73 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 74 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 75 | ] |
| 76 | |
| 77 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 78 | name = "android-tzdata" |
| 79 | version = "0.1.1" |
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 82 | |
| 83 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 84 | name = "android_system_properties" |
| 85 | version = "0.1.5" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 88 | dependencies = [ |
| 89 | "libc", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 93 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 94 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 96 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 97 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 98 | "unicode-width 0.1.14", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 99 | "yansi-term", |
| 100 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 101 | |
| 102 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 103 | name = "annotate-snippets" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 104 | version = "0.11.5" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 106 | checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 107 | dependencies = [ |
| 108 | "anstyle", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 109 | "unicode-width 0.2.0", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 110 | ] |
| 111 | |
| 112 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 113 | name = "anstream" |
Urgau | e8bd643 | 2024-11-04 18:17:39 | [diff] [blame] | 114 | version = "0.6.18" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Urgau | e8bd643 | 2024-11-04 18:17:39 | [diff] [blame] | 116 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 117 | dependencies = [ |
| 118 | "anstyle", |
| 119 | "anstyle-parse", |
| 120 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 121 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 122 | "colorchoice", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 123 | "is_terminal_polyfill", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 124 | "utf8parse", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "anstyle" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 129 | version = "1.0.10" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 131 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 132 | |
| 133 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 134 | name = "anstyle-lossy" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 135 | version = "1.1.3" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 137 | checksum = "934ff8719effd2023a48cf63e69536c1c3ced9d3895068f6f5cc9a4ff845e59b" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 138 | dependencies = [ |
| 139 | "anstyle", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 143 | name = "anstyle-parse" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 144 | version = "0.2.6" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 146 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 147 | dependencies = [ |
| 148 | "utf8parse", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 152 | name = "anstyle-query" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 153 | version = "1.1.2" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 155 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 156 | dependencies = [ |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 157 | "windows-sys 0.59.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 158 | ] |
| 159 | |
| 160 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 161 | name = "anstyle-svg" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 162 | version = "0.1.7" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 164 | checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 165 | dependencies = [ |
| 166 | "anstream", |
| 167 | "anstyle", |
| 168 | "anstyle-lossy", |
| 169 | "html-escape", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 170 | "unicode-width 0.2.0", |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 171 | ] |
| 172 | |
| 173 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 174 | name = "anstyle-wincon" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 175 | version = "3.0.7" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 177 | checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 178 | dependencies = [ |
| 179 | "anstyle", |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 180 | "once_cell", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 181 | "windows-sys 0.59.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 182 | ] |
| 183 | |
| 184 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 185 | name = "anyhow" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 186 | version = "1.0.95" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 188 | checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 189 | |
| 190 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 191 | name = "ar_archive_writer" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 192 | version = "0.4.2" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 194 | checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 195 | dependencies = [ |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 196 | "object 0.36.7", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 197 | ] |
| 198 | |
| 199 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 200 | name = "arrayref" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 201 | version = "0.3.9" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 203 | checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 204 | |
| 205 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 206 | name = "arrayvec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 207 | version = "0.7.6" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 209 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 210 | |
| 211 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 212 | name = "autocfg" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 213 | version = "1.4.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 215 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 216 | |
| 217 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 218 | name = "backtrace" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 219 | version = "0.3.71" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 221 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 222 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 223 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 224 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 225 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 226 | "libc", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 227 | "miniz_oxide 0.7.4", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 228 | "object 0.32.2", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 229 | "rustc-demangle", |
| 230 | ] |
| 231 | |
| 232 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 233 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 234 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 236 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 237 | |
| 238 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 239 | name = "basic-toml" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 240 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 242 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 243 | dependencies = [ |
| 244 | "serde", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 248 | name = "bincode" |
| 249 | version = "1.3.3" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 252 | dependencies = [ |
| 253 | "serde", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 257 | name = "bitflags" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 258 | version = "2.8.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 260 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 261 | |
| 262 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 263 | name = "blake3" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 264 | version = "1.5.5" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 266 | checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 267 | dependencies = [ |
| 268 | "arrayref", |
| 269 | "arrayvec", |
| 270 | "cc", |
| 271 | "cfg-if", |
| 272 | "constant_time_eq", |
| 273 | ] |
| 274 | |
| 275 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 276 | name = "block-buffer" |
| 277 | version = "0.10.4" |
| 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 280 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 281 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 282 | ] |
| 283 | |
| 284 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 285 | name = "bstr" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 286 | version = "1.11.3" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 288 | checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 289 | dependencies = [ |
| 290 | "memchr", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 291 | "regex-automata 0.4.9", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 292 | "serde", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 296 | name = "build-manifest" |
| 297 | version = "0.1.0" |
| 298 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 299 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 300 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 301 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 302 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 303 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 304 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 305 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 306 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 307 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 308 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 309 | ] |
| 310 | |
| 311 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 312 | name = "build_helper" |
| 313 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 314 | dependencies = [ |
| 315 | "serde", |
| 316 | "serde_derive", |
| 317 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 318 | |
| 319 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 320 | name = "bump-stage0" |
| 321 | version = "0.1.0" |
| 322 | dependencies = [ |
| 323 | "anyhow", |
onur-ozkan | b46c3f2 | 2024-05-09 15:18:01 | [diff] [blame] | 324 | "build_helper", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 325 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 326 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 327 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 328 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 329 | ] |
| 330 | |
| 331 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 332 | name = "bumpalo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 333 | version = "3.16.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 335 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 336 | |
| 337 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 338 | name = "bytecount" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 339 | version = "0.6.8" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 341 | checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 342 | |
| 343 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 344 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 345 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 347 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 348 | |
| 349 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 350 | name = "bytes" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 351 | version = "1.9.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 353 | checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 354 | |
| 355 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 356 | name = "camino" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 357 | version = "1.1.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 359 | checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 360 | dependencies = [ |
| 361 | "serde", |
| 362 | ] |
| 363 | |
| 364 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 365 | name = "cargo-miri" |
| 366 | version = "0.1.0" |
| 367 | dependencies = [ |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 368 | "cargo_metadata 0.18.1", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 369 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 370 | "rustc-build-sysroot", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 371 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 372 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 373 | "serde", |
| 374 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 375 | ] |
| 376 | |
| 377 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 378 | name = "cargo-platform" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 379 | version = "0.1.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 381 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 382 | dependencies = [ |
| 383 | "serde", |
| 384 | ] |
| 385 | |
| 386 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 387 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 388 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 390 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 391 | dependencies = [ |
| 392 | "camino", |
| 393 | "cargo-platform", |
| 394 | "semver", |
| 395 | "serde", |
| 396 | "serde_json", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 397 | "thiserror 1.0.69", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 398 | ] |
| 399 | |
| 400 | [[package]] |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 401 | name = "cargo_metadata" |
| 402 | version = "0.19.1" |
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 | checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" |
| 405 | dependencies = [ |
| 406 | "camino", |
| 407 | "cargo-platform", |
| 408 | "semver", |
| 409 | "serde", |
| 410 | "serde_json", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 411 | "thiserror 2.0.11", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 412 | ] |
| 413 | |
| 414 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 415 | name = "cargotest2" |
| 416 | version = "0.1.0" |
| 417 | |
| 418 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 419 | name = "cc" |
Chris Denton | cfe6132 | 2025-01-03 11:51:13 | [diff] [blame] | 420 | version = "1.2.7" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | cfe6132 | 2025-01-03 11:51:13 | [diff] [blame] | 422 | checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" |
Trevor Gross | eaaa943 | 2024-09-30 17:26:02 | [diff] [blame] | 423 | dependencies = [ |
| 424 | "shlex", |
| 425 | ] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 426 | |
| 427 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 428 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 429 | version = "1.0.0" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 432 | |
| 433 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 434 | name = "cfg_aliases" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 435 | version = "0.2.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 437 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 438 | |
| 439 | [[package]] |
| 440 | name = "chrono" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 441 | version = "0.4.39" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 443 | checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 444 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 445 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 446 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 447 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 448 | "serde", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 449 | "windows-targets 0.52.6", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 450 | ] |
| 451 | |
| 452 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 453 | name = "chrono-tz" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 454 | version = "0.10.1" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 456 | checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 457 | dependencies = [ |
| 458 | "chrono", |
| 459 | "chrono-tz-build", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 460 | "phf", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 461 | ] |
| 462 | |
| 463 | [[package]] |
| 464 | name = "chrono-tz-build" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 465 | version = "0.4.0" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 467 | checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 468 | dependencies = [ |
| 469 | "parse-zoneinfo", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 470 | "phf_codegen", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 471 | ] |
| 472 | |
| 473 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 474 | name = "cipher" |
| 475 | version = "0.4.4" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 478 | dependencies = [ |
| 479 | "crypto-common", |
| 480 | "inout", |
| 481 | ] |
| 482 | |
| 483 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 484 | name = "clap" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 485 | version = "4.5.26" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 487 | checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 488 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 489 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 490 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 491 | ] |
| 492 | |
| 493 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 494 | name = "clap-cargo" |
| 495 | version = "0.12.0" |
| 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 498 | dependencies = [ |
| 499 | "anstyle", |
| 500 | "clap", |
| 501 | ] |
| 502 | |
| 503 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 504 | name = "clap_builder" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 505 | version = "4.5.26" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 507 | checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 508 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 509 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 510 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 511 | "clap_lex", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 512 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 513 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 514 | ] |
| 515 | |
| 516 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 517 | name = "clap_complete" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 518 | version = "4.5.42" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 520 | checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 521 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 522 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 523 | ] |
| 524 | |
| 525 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 526 | name = "clap_derive" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 527 | version = "4.5.24" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 529 | checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 530 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 531 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 532 | "proc-macro2", |
| 533 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 534 | "syn 2.0.96", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 535 | ] |
| 536 | |
| 537 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 538 | name = "clap_lex" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 539 | version = "0.7.4" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 541 | checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 542 | |
| 543 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 544 | name = "clippy" |
Philipp Krones | 43c3b30 | 2025-01-09 18:33:06 | [diff] [blame] | 545 | version = "0.1.86" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 546 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 547 | "anstream", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 548 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 549 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 550 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 551 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 552 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 553 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 554 | "futures", |
| 555 | "if_chain", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 556 | "itertools", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 557 | "parking_lot", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 558 | "pulldown-cmark 0.11.3", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 559 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 560 | "regex", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 561 | "rinja", |
| 562 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 563 | "serde", |
Jason Newcomb | 6c3f43d | 2024-08-24 21:34:45 | [diff] [blame] | 564 | "serde_json", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 565 | "syn 2.0.96", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 566 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 567 | "termize", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 568 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 569 | "toml 0.7.8", |
Philipp Krones | 907b6a1 | 2024-09-24 09:58:12 | [diff] [blame] | 570 | "ui_test", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 571 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 572 | ] |
| 573 | |
| 574 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 575 | name = "clippy_config" |
Philipp Krones | 43c3b30 | 2025-01-09 18:33:06 | [diff] [blame] | 576 | version = "0.1.86" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 577 | dependencies = [ |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 578 | "clippy_utils", |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 579 | "itertools", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 580 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 581 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 582 | "walkdir", |
| 583 | ] |
| 584 | |
| 585 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 586 | name = "clippy_dev" |
| 587 | version = "0.0.1" |
| 588 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 589 | "aho-corasick", |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 590 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 591 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 592 | "indoc", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 593 | "itertools", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 594 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 595 | "shell-escape", |
| 596 | "walkdir", |
| 597 | ] |
| 598 | |
| 599 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 600 | name = "clippy_lints" |
Philipp Krones | 43c3b30 | 2025-01-09 18:33:06 | [diff] [blame] | 601 | version = "0.1.86" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 602 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 603 | "arrayvec", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 604 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 605 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 606 | "clippy_utils", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 607 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 608 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 609 | "regex", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 610 | "regex-syntax 0.8.5", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 611 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 612 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 613 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 614 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 615 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 616 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 617 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 618 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 619 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 620 | ] |
| 621 | |
| 622 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 623 | name = "clippy_utils" |
Philipp Krones | 43c3b30 | 2025-01-09 18:33:06 | [diff] [blame] | 624 | version = "0.1.86" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 625 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 626 | "arrayvec", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 627 | "itertools", |
Trevor Gross | ff9efea | 2024-06-18 16:46:26 | [diff] [blame] | 628 | "rustc_apfloat", |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 629 | "serde", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 630 | ] |
| 631 | |
| 632 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 633 | name = "collect-license-metadata" |
| 634 | version = "0.1.0" |
| 635 | dependencies = [ |
| 636 | "anyhow", |
| 637 | "serde", |
| 638 | "serde_json", |
| 639 | "spdx-rs", |
| 640 | ] |
| 641 | |
| 642 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 643 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 644 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 646 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 647 | dependencies = [ |
| 648 | "backtrace", |
| 649 | "color-spantrace", |
| 650 | "eyre", |
| 651 | "indenter", |
| 652 | "once_cell", |
| 653 | "owo-colors", |
| 654 | "tracing-error", |
| 655 | ] |
| 656 | |
| 657 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 658 | name = "color-print" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 659 | version = "0.3.7" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 661 | checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 662 | dependencies = [ |
| 663 | "color-print-proc-macro", |
| 664 | ] |
| 665 | |
| 666 | [[package]] |
| 667 | name = "color-print-proc-macro" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 668 | version = "0.3.7" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 670 | checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 671 | dependencies = [ |
| 672 | "nom", |
| 673 | "proc-macro2", |
| 674 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 675 | "syn 2.0.96", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 676 | ] |
| 677 | |
| 678 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 679 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 680 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 682 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 683 | dependencies = [ |
| 684 | "once_cell", |
| 685 | "owo-colors", |
| 686 | "tracing-core", |
| 687 | "tracing-error", |
| 688 | ] |
| 689 | |
| 690 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 691 | name = "colorchoice" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 692 | version = "1.0.3" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 694 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 695 | |
| 696 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 697 | name = "colored" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 698 | version = "2.2.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 700 | checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 701 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 702 | "lazy_static", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 703 | "windows-sys 0.59.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 704 | ] |
| 705 | |
| 706 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 707 | name = "comma" |
| 708 | version = "1.0.0" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 711 | |
| 712 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 713 | name = "compiletest" |
| 714 | version = "0.0.0" |
| 715 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 716 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 717 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 718 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 719 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 720 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 721 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 722 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 723 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 724 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 725 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 726 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 727 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 728 | "regex", |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 729 | "rustfix", |
许杰友 Jieyou Xu (Joe) | e419b3d | 2024-10-29 08:10:05 | [diff] [blame] | 730 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 731 | "serde", |
| 732 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 733 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 734 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 735 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 736 | "walkdir", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 737 | "windows 0.59.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 738 | ] |
| 739 | |
| 740 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 741 | name = "console" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 742 | version = "0.15.10" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 744 | checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 745 | dependencies = [ |
| 746 | "encode_unicode", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 747 | "libc", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 748 | "once_cell", |
| 749 | "unicode-width 0.2.0", |
| 750 | "windows-sys 0.59.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 751 | ] |
| 752 | |
| 753 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 754 | name = "constant_time_eq" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 755 | version = "0.3.1" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 757 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 758 | |
| 759 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 760 | name = "core-foundation-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 761 | version = "0.8.7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 763 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 764 | |
| 765 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 766 | name = "coverage-dump" |
| 767 | version = "0.1.0" |
| 768 | dependencies = [ |
| 769 | "anyhow", |
| 770 | "leb128", |
| 771 | "md-5", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 772 | "miniz_oxide 0.7.4", |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 773 | "regex", |
| 774 | "rustc-demangle", |
| 775 | ] |
| 776 | |
| 777 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 778 | name = "cpufeatures" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 779 | version = "0.2.16" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 781 | checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 782 | dependencies = [ |
| 783 | "libc", |
| 784 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 785 | |
| 786 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 787 | name = "crc32fast" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 788 | version = "1.4.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 790 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 791 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 792 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 793 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 794 | |
| 795 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 796 | name = "crossbeam-channel" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 797 | version = "0.5.14" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 799 | checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 800 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 801 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 802 | ] |
| 803 | |
| 804 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 805 | name = "crossbeam-deque" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 806 | version = "0.8.6" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 808 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 809 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 810 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 811 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 812 | ] |
| 813 | |
| 814 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 815 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 816 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 818 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 819 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 820 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 821 | ] |
| 822 | |
| 823 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 824 | name = "crossbeam-utils" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 825 | version = "0.8.21" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 827 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 828 | |
| 829 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 830 | name = "crypto-common" |
| 831 | version = "0.1.6" |
| 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 834 | dependencies = [ |
| 835 | "generic-array", |
| 836 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 837 | ] |
| 838 | |
| 839 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 840 | name = "ctrlc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 841 | version = "3.4.5" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 843 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 844 | dependencies = [ |
| 845 | "nix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 846 | "windows-sys 0.59.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 847 | ] |
| 848 | |
| 849 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 850 | name = "curl" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 851 | version = "0.4.47" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 853 | checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 854 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 855 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 856 | "libc", |
| 857 | "openssl-probe", |
| 858 | "openssl-sys", |
| 859 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 860 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 861 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 862 | ] |
| 863 | |
| 864 | [[package]] |
| 865 | name = "curl-sys" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 866 | version = "0.4.78+curl-8.11.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 868 | checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 869 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 870 | "cc", |
| 871 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 872 | "libz-sys", |
| 873 | "openssl-sys", |
| 874 | "pkg-config", |
| 875 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 876 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 877 | ] |
| 878 | |
| 879 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 880 | name = "darling" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 881 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 883 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 884 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 885 | "darling_core", |
| 886 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 887 | ] |
| 888 | |
| 889 | [[package]] |
| 890 | name = "darling_core" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 891 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 893 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 894 | dependencies = [ |
| 895 | "fnv", |
| 896 | "ident_case", |
| 897 | "proc-macro2", |
| 898 | "quote", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 899 | "strsim", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 900 | "syn 2.0.96", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 901 | ] |
| 902 | |
| 903 | [[package]] |
| 904 | name = "darling_macro" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 905 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 907 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 908 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 909 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 910 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 911 | "syn 2.0.96", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 912 | ] |
| 913 | |
| 914 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 915 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 916 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 918 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 919 | |
| 920 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 921 | name = "dbus" |
| 922 | version = "0.9.7" |
| 923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 924 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| 925 | dependencies = [ |
| 926 | "libc", |
| 927 | "libdbus-sys", |
| 928 | "winapi", |
| 929 | ] |
| 930 | |
| 931 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 932 | name = "deranged" |
| 933 | version = "0.3.11" |
| 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 936 | dependencies = [ |
| 937 | "powerfmt", |
| 938 | ] |
| 939 | |
| 940 | [[package]] |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 941 | name = "derive-where" |
| 942 | version = "1.2.7" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 944 | checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 945 | dependencies = [ |
| 946 | "proc-macro2", |
| 947 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 948 | "syn 2.0.96", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 949 | ] |
| 950 | |
| 951 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 952 | name = "derive_builder" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 953 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 955 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 956 | dependencies = [ |
| 957 | "derive_builder_macro", |
| 958 | ] |
| 959 | |
| 960 | [[package]] |
| 961 | name = "derive_builder_core" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 962 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 964 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 965 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 966 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 967 | "proc-macro2", |
| 968 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 969 | "syn 2.0.96", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 970 | ] |
| 971 | |
| 972 | [[package]] |
| 973 | name = "derive_builder_macro" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 974 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 976 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 977 | dependencies = [ |
| 978 | "derive_builder_core", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 979 | "syn 2.0.96", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 980 | ] |
| 981 | |
| 982 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 983 | name = "derive_setters" |
| 984 | version = "0.1.6" |
| 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 986 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 987 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 988 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 989 | "proc-macro2", |
| 990 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 991 | "syn 2.0.96", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 992 | ] |
| 993 | |
| 994 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 995 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 996 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 998 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 999 | |
| 1000 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1001 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1002 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1004 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1005 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1006 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1007 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1011 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1012 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1014 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1015 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1016 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1017 | ] |
| 1018 | |
| 1019 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1020 | name = "dirs" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1021 | version = "5.0.1" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1023 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1024 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1025 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1026 | ] |
| 1027 | |
| 1028 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1029 | name = "dirs-next" |
| 1030 | version = "2.0.0" |
| 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1032 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1033 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1034 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1035 | "dirs-sys-next", |
| 1036 | ] |
| 1037 | |
| 1038 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1039 | name = "dirs-sys" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1040 | version = "0.4.1" |
| 1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1042 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1043 | dependencies = [ |
| 1044 | "libc", |
| 1045 | "option-ext", |
| 1046 | "redox_users", |
| 1047 | "windows-sys 0.48.0", |
| 1048 | ] |
| 1049 | |
| 1050 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1051 | name = "dirs-sys-next" |
| 1052 | version = "0.1.2" |
| 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1054 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1055 | dependencies = [ |
| 1056 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1057 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1058 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1062 | name = "displaydoc" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1063 | version = "0.2.5" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1065 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1066 | dependencies = [ |
| 1067 | "proc-macro2", |
| 1068 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1069 | "syn 2.0.96", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1070 | ] |
| 1071 | |
| 1072 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1073 | name = "dissimilar" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1074 | version = "1.0.9" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1076 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1077 | |
| 1078 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1079 | name = "either" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1080 | version = "1.13.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1082 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1083 | |
| 1084 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1085 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1086 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1088 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1089 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1090 | "regex", |
| 1091 | "serde", |
| 1092 | "serde_derive", |
| 1093 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1094 | ] |
| 1095 | |
| 1096 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1097 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1098 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1100 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1101 | dependencies = [ |
| 1102 | "stable_deref_trait", |
| 1103 | ] |
| 1104 | |
| 1105 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1106 | name = "ena" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1107 | version = "0.14.3" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1109 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1110 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1111 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1112 | ] |
| 1113 | |
| 1114 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1115 | name = "encode_unicode" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1116 | version = "1.0.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1118 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1119 | |
| 1120 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1121 | name = "env_filter" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1122 | version = "0.1.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1124 | checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1125 | dependencies = [ |
| 1126 | "log", |
| 1127 | "regex", |
| 1128 | ] |
| 1129 | |
| 1130 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1131 | name = "env_logger" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1132 | version = "0.11.6" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1134 | checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1135 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1136 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1137 | "anstyle", |
| 1138 | "env_filter", |
| 1139 | "humantime", |
| 1140 | "log", |
| 1141 | ] |
| 1142 | |
| 1143 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1144 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1145 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1147 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1148 | |
| 1149 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1150 | name = "errno" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1151 | version = "0.3.10" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1153 | checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1154 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1155 | "libc", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1156 | "windows-sys 0.59.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1160 | name = "error_index_generator" |
| 1161 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1162 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1163 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1164 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1165 | |
| 1166 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1167 | name = "expect-test" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1168 | version = "1.5.1" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1170 | checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1171 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1172 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1173 | "once_cell", |
| 1174 | ] |
| 1175 | |
| 1176 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1177 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1178 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1180 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1181 | dependencies = [ |
| 1182 | "indenter", |
| 1183 | "once_cell", |
| 1184 | ] |
| 1185 | |
| 1186 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1187 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1188 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1190 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1191 | |
| 1192 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1193 | name = "fastrand" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1194 | version = "2.3.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1196 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1197 | |
| 1198 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1199 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1200 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1202 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1203 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1204 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1205 | "rustc_version", |
| 1206 | ] |
| 1207 | |
| 1208 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1209 | name = "filetime" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1210 | version = "0.2.25" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1212 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1213 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1214 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1215 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1216 | "libredox", |
| 1217 | "windows-sys 0.59.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1218 | ] |
| 1219 | |
| 1220 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1221 | name = "flate2" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1222 | version = "1.0.35" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1224 | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1225 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1226 | "crc32fast", |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 1227 | "miniz_oxide 0.8.3", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1231 | name = "fluent-bundle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1232 | version = "0.15.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1234 | checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1235 | dependencies = [ |
| 1236 | "fluent-langneg", |
| 1237 | "fluent-syntax", |
| 1238 | "intl-memoizer", |
| 1239 | "intl_pluralrules", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1240 | "rustc-hash 1.1.0", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1241 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1242 | "smallvec", |
| 1243 | "unic-langid", |
| 1244 | ] |
| 1245 | |
| 1246 | [[package]] |
| 1247 | name = "fluent-langneg" |
| 1248 | version = "0.13.0" |
| 1249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1250 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1251 | dependencies = [ |
| 1252 | "unic-langid", |
| 1253 | ] |
| 1254 | |
| 1255 | [[package]] |
| 1256 | name = "fluent-syntax" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1257 | version = "0.11.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1259 | checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1260 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1261 | "thiserror 1.0.69", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1262 | ] |
| 1263 | |
| 1264 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1265 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1266 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1268 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1269 | |
| 1270 | [[package]] |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1271 | name = "foldhash" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1272 | version = "0.1.4" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 1274 | checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1275 | |
| 1276 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1277 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1278 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1280 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1281 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1282 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1283 | ] |
| 1284 | |
| 1285 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1286 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1287 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1289 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1290 | dependencies = [ |
| 1291 | "autocfg", |
| 1292 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1293 | |
| 1294 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1295 | name = "fs_extra" |
| 1296 | version = "1.3.0" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1299 | |
| 1300 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1301 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1302 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1304 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1305 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1306 | "mac", |
| 1307 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1308 | ] |
| 1309 | |
| 1310 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1311 | name = "futures" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1312 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1314 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1315 | dependencies = [ |
| 1316 | "futures-channel", |
| 1317 | "futures-core", |
| 1318 | "futures-executor", |
| 1319 | "futures-io", |
| 1320 | "futures-sink", |
| 1321 | "futures-task", |
| 1322 | "futures-util", |
| 1323 | ] |
| 1324 | |
| 1325 | [[package]] |
| 1326 | name = "futures-channel" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1327 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1329 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1330 | dependencies = [ |
| 1331 | "futures-core", |
| 1332 | "futures-sink", |
| 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
| 1336 | name = "futures-core" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1337 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1339 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1340 | |
| 1341 | [[package]] |
| 1342 | name = "futures-executor" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1343 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1345 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1346 | dependencies = [ |
| 1347 | "futures-core", |
| 1348 | "futures-task", |
| 1349 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1350 | ] |
| 1351 | |
| 1352 | [[package]] |
| 1353 | name = "futures-io" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1354 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1356 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1357 | |
| 1358 | [[package]] |
| 1359 | name = "futures-macro" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1360 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1362 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1363 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1364 | "proc-macro2", |
| 1365 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1366 | "syn 2.0.96", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1367 | ] |
| 1368 | |
| 1369 | [[package]] |
| 1370 | name = "futures-sink" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1371 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1373 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1374 | |
| 1375 | [[package]] |
| 1376 | name = "futures-task" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1377 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1379 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1380 | |
| 1381 | [[package]] |
| 1382 | name = "futures-util" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1383 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1385 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1386 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1387 | "futures-channel", |
| 1388 | "futures-core", |
| 1389 | "futures-io", |
| 1390 | "futures-macro", |
| 1391 | "futures-sink", |
| 1392 | "futures-task", |
| 1393 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1394 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1395 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1396 | "slab", |
| 1397 | ] |
| 1398 | |
| 1399 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1400 | name = "generate-copyright" |
| 1401 | version = "0.1.0" |
| 1402 | dependencies = [ |
| 1403 | "anyhow", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 1404 | "cargo_metadata 0.18.1", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 1405 | "rinja", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1406 | "serde", |
| 1407 | "serde_json", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1408 | "thiserror 1.0.69", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1409 | ] |
| 1410 | |
| 1411 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1412 | name = "generate-windows-sys" |
| 1413 | version = "0.1.0" |
| 1414 | dependencies = [ |
| 1415 | "windows-bindgen", |
| 1416 | ] |
| 1417 | |
| 1418 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1419 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1420 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1422 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1423 | dependencies = [ |
| 1424 | "typenum", |
| 1425 | "version_check", |
| 1426 | ] |
| 1427 | |
| 1428 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1429 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1430 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1432 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1433 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 1434 | "unicode-width 0.1.14", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1435 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1436 | |
| 1437 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1438 | name = "getrandom" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1439 | version = "0.2.15" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1441 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1442 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1443 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1444 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1445 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1446 | ] |
| 1447 | |
| 1448 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1449 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1450 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1452 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 1453 | |
| 1454 | [[package]] |
| 1455 | name = "gimli" |
| 1456 | version = "0.30.0" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1459 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1460 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1461 | "indexmap", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1462 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 1466 | name = "gimli" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1467 | version = "0.31.1" |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1469 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1470 | dependencies = [ |
| 1471 | "fallible-iterator", |
| 1472 | "indexmap", |
| 1473 | "stable_deref_trait", |
| 1474 | ] |
| 1475 | |
| 1476 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1477 | name = "glob" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 1478 | version = "0.3.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 1480 | checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1481 | |
| 1482 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1483 | name = "globset" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1484 | version = "0.4.15" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1486 | checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1487 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1488 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1489 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1490 | "log", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1491 | "regex-automata 0.4.9", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1492 | "regex-syntax 0.8.5", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1493 | ] |
| 1494 | |
| 1495 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1496 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1497 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1499 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1500 | dependencies = [ |
| 1501 | "serde", |
| 1502 | ] |
| 1503 | |
| 1504 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1505 | name = "handlebars" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1506 | version = "6.3.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1508 | checksum = "3d6b224b95c1e668ac0270325ad563b2eef1469fbbb8959bc7c692c844b813d9" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1509 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1510 | "derive_builder", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1511 | "log", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1512 | "num-order", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1513 | "pest", |
| 1514 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1515 | "serde", |
| 1516 | "serde_json", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1517 | "thiserror 2.0.11", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1518 | ] |
| 1519 | |
| 1520 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1521 | name = "hashbrown" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1522 | version = "0.14.5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1524 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1525 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1526 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1527 | "allocator-api2", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1531 | name = "hashbrown" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1532 | version = "0.15.2" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1534 | checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1535 | dependencies = [ |
| 1536 | "foldhash", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 1537 | "serde", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1541 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1542 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1544 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1545 | |
| 1546 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1547 | name = "heck" |
| 1548 | version = "0.5.0" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1551 | |
| 1552 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1553 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1554 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1556 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 1557 | |
| 1558 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1559 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1560 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1562 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1563 | |
| 1564 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1565 | name = "home" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1566 | version = "0.5.11" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1568 | checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1569 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 1570 | "windows-sys 0.59.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1571 | ] |
| 1572 | |
| 1573 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1574 | name = "html-checker" |
| 1575 | version = "0.1.0" |
| 1576 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1577 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1578 | "walkdir", |
| 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1582 | name = "html-escape" |
| 1583 | version = "0.2.13" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1586 | dependencies = [ |
| 1587 | "utf8-width", |
| 1588 | ] |
| 1589 | |
| 1590 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1591 | name = "html5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1592 | version = "0.27.0" |
| 1593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1594 | checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| 1595 | dependencies = [ |
| 1596 | "log", |
| 1597 | "mac", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 1598 | "markup5ever", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1599 | "proc-macro2", |
| 1600 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1601 | "syn 2.0.96", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1602 | ] |
| 1603 | |
| 1604 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1605 | name = "humansize" |
| 1606 | version = "2.1.3" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1609 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1610 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1611 | ] |
| 1612 | |
| 1613 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1614 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1615 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1617 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1618 | |
| 1619 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1620 | name = "iana-time-zone" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1621 | version = "0.1.61" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1623 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1624 | dependencies = [ |
| 1625 | "android_system_properties", |
| 1626 | "core-foundation-sys", |
| 1627 | "iana-time-zone-haiku", |
| 1628 | "js-sys", |
| 1629 | "wasm-bindgen", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 1630 | "windows-core 0.52.0", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1631 | ] |
| 1632 | |
| 1633 | [[package]] |
| 1634 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1635 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1637 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1638 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1639 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1640 | ] |
| 1641 | |
| 1642 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1643 | name = "icu_collections" |
| 1644 | version = "1.5.0" |
| 1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1646 | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| 1647 | dependencies = [ |
| 1648 | "displaydoc", |
| 1649 | "yoke", |
| 1650 | "zerofrom", |
| 1651 | "zerovec", |
| 1652 | ] |
| 1653 | |
| 1654 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1655 | name = "icu_list" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1656 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1658 | checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1659 | dependencies = [ |
| 1660 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1661 | "icu_list_data", |
| 1662 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1663 | "icu_provider", |
| 1664 | "regex-automata 0.2.0", |
| 1665 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1666 | ] |
| 1667 | |
| 1668 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1669 | name = "icu_list_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1670 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1672 | checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1673 | |
| 1674 | [[package]] |
| 1675 | name = "icu_locid" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1676 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1678 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1679 | dependencies = [ |
| 1680 | "displaydoc", |
| 1681 | "litemap", |
| 1682 | "tinystr", |
| 1683 | "writeable", |
| 1684 | "zerovec", |
| 1685 | ] |
| 1686 | |
| 1687 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1688 | name = "icu_locid_transform" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1689 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1691 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1692 | dependencies = [ |
| 1693 | "displaydoc", |
| 1694 | "icu_locid", |
| 1695 | "icu_locid_transform_data", |
| 1696 | "icu_provider", |
| 1697 | "tinystr", |
| 1698 | "zerovec", |
| 1699 | ] |
| 1700 | |
| 1701 | [[package]] |
| 1702 | name = "icu_locid_transform_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1703 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1705 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1706 | |
| 1707 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1708 | name = "icu_normalizer" |
| 1709 | version = "1.5.0" |
| 1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1711 | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| 1712 | dependencies = [ |
| 1713 | "displaydoc", |
| 1714 | "icu_collections", |
| 1715 | "icu_normalizer_data", |
| 1716 | "icu_properties", |
| 1717 | "icu_provider", |
| 1718 | "smallvec", |
| 1719 | "utf16_iter", |
| 1720 | "utf8_iter", |
| 1721 | "write16", |
| 1722 | "zerovec", |
| 1723 | ] |
| 1724 | |
| 1725 | [[package]] |
| 1726 | name = "icu_normalizer_data" |
| 1727 | version = "1.5.0" |
| 1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1729 | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
| 1730 | |
| 1731 | [[package]] |
| 1732 | name = "icu_properties" |
| 1733 | version = "1.5.1" |
| 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1735 | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| 1736 | dependencies = [ |
| 1737 | "displaydoc", |
| 1738 | "icu_collections", |
| 1739 | "icu_locid_transform", |
| 1740 | "icu_properties_data", |
| 1741 | "icu_provider", |
| 1742 | "tinystr", |
| 1743 | "zerovec", |
| 1744 | ] |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "icu_properties_data" |
| 1748 | version = "1.5.0" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
| 1751 | |
| 1752 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1753 | name = "icu_provider" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1754 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1756 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1757 | dependencies = [ |
| 1758 | "displaydoc", |
| 1759 | "icu_locid", |
| 1760 | "icu_provider_macros", |
| 1761 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1762 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1763 | "writeable", |
| 1764 | "yoke", |
| 1765 | "zerofrom", |
| 1766 | "zerovec", |
| 1767 | ] |
| 1768 | |
| 1769 | [[package]] |
| 1770 | name = "icu_provider_adapters" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1771 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1773 | checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1774 | dependencies = [ |
| 1775 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1776 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1777 | "icu_provider", |
| 1778 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1779 | "zerovec", |
| 1780 | ] |
| 1781 | |
| 1782 | [[package]] |
| 1783 | name = "icu_provider_macros" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1784 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1786 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1787 | dependencies = [ |
| 1788 | "proc-macro2", |
| 1789 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 1790 | "syn 2.0.96", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1791 | ] |
| 1792 | |
| 1793 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1794 | name = "id-arena" |
| 1795 | version = "2.2.1" |
| 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1797 | checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" |
| 1798 | |
| 1799 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1800 | name = "ident_case" |
| 1801 | version = "1.0.1" |
| 1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1803 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1804 | |
| 1805 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1806 | name = "idna" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1807 | version = "1.0.3" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1809 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1810 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1811 | "idna_adapter", |
| 1812 | "smallvec", |
| 1813 | "utf8_iter", |
| 1814 | ] |
| 1815 | |
| 1816 | [[package]] |
| 1817 | name = "idna_adapter" |
| 1818 | version = "1.2.0" |
| 1819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1820 | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| 1821 | dependencies = [ |
| 1822 | "icu_normalizer", |
| 1823 | "icu_properties", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1824 | ] |
| 1825 | |
| 1826 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1827 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1828 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1830 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1831 | |
| 1832 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1833 | name = "ignore" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1834 | version = "0.4.23" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1836 | checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1837 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1838 | "crossbeam-deque", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1839 | "globset", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1840 | "log", |
| 1841 | "memchr", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1842 | "regex-automata 0.4.9", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1843 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1844 | "walkdir", |
| 1845 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1846 | ] |
| 1847 | |
| 1848 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1849 | name = "indenter" |
| 1850 | version = "0.3.3" |
| 1851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1852 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1853 | |
| 1854 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1855 | name = "indexmap" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1856 | version = "2.7.0" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1858 | checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1859 | dependencies = [ |
| 1860 | "equivalent", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1861 | "hashbrown 0.15.2", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1862 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1863 | ] |
| 1864 | |
| 1865 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1866 | name = "indicatif" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1867 | version = "0.17.9" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1869 | checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1870 | dependencies = [ |
| 1871 | "console", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1872 | "number_prefix", |
| 1873 | "portable-atomic", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1874 | "unicode-width 0.2.0", |
| 1875 | "web-time", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1876 | ] |
| 1877 | |
| 1878 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1879 | name = "indoc" |
| 1880 | version = "1.0.9" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1883 | |
| 1884 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1885 | name = "inout" |
| 1886 | version = "0.1.3" |
| 1887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1888 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1889 | dependencies = [ |
| 1890 | "generic-array", |
| 1891 | ] |
| 1892 | |
| 1893 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1894 | name = "installer" |
| 1895 | version = "0.0.0" |
| 1896 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1897 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1898 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1899 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1900 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1901 | "tar", |
| 1902 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1903 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1904 | ] |
| 1905 | |
| 1906 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1907 | name = "intl-memoizer" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1908 | version = "0.5.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1910 | checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1911 | dependencies = [ |
| 1912 | "type-map", |
| 1913 | "unic-langid", |
| 1914 | ] |
| 1915 | |
| 1916 | [[package]] |
| 1917 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1918 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1920 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1921 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1922 | "unic-langid", |
| 1923 | ] |
| 1924 | |
| 1925 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1926 | name = "is_terminal_polyfill" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1927 | version = "1.70.1" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1929 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1930 | |
| 1931 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1932 | name = "itertools" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1933 | version = "0.12.1" |
| 1934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1935 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1936 | dependencies = [ |
| 1937 | "either", |
| 1938 | ] |
| 1939 | |
| 1940 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1941 | name = "itoa" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1942 | version = "1.0.14" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1944 | checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1945 | |
| 1946 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1947 | name = "jobserver" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1948 | version = "0.1.32" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1950 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1951 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1952 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1953 | ] |
| 1954 | |
| 1955 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1956 | name = "js-sys" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 1957 | version = "0.3.77" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 1959 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1960 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1961 | "once_cell", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1962 | "wasm-bindgen", |
| 1963 | ] |
| 1964 | |
| 1965 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1966 | name = "jsondocck" |
| 1967 | version = "0.1.0" |
| 1968 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1969 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1970 | "getopts", |
| 1971 | "jsonpath_lib", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1972 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1973 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 1974 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1975 | ] |
| 1976 | |
| 1977 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1978 | name = "jsondoclint" |
| 1979 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1980 | dependencies = [ |
| 1981 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1982 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1983 | "fs-err", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 1984 | "rustc-hash 2.1.0", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1985 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 1986 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1987 | "serde_json", |
| 1988 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1989 | |
| 1990 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1991 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1992 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1994 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1995 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1996 | "log", |
| 1997 | "serde", |
| 1998 | "serde_json", |
| 1999 | ] |
| 2000 | |
| 2001 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2002 | name = "lazy_static" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2003 | version = "1.5.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2005 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2006 | |
| 2007 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2008 | name = "leb128" |
| 2009 | version = "0.2.5" |
| 2010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2011 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2012 | |
| 2013 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2014 | name = "levenshtein" |
| 2015 | version = "1.0.5" |
| 2016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2017 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2018 | |
| 2019 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 2020 | name = "lexopt" |
| 2021 | version = "0.3.0" |
| 2022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2023 | checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" |
| 2024 | |
| 2025 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2026 | name = "libc" |
Sergio Gasquez | c28e3e3 | 2024-12-19 09:08:29 | [diff] [blame] | 2027 | version = "0.2.169" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Sergio Gasquez | c28e3e3 | 2024-12-19 09:08:29 | [diff] [blame] | 2029 | checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2030 | |
| 2031 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2032 | name = "libdbus-sys" |
| 2033 | version = "0.2.5" |
| 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| 2036 | dependencies = [ |
| 2037 | "cc", |
| 2038 | "pkg-config", |
| 2039 | ] |
| 2040 | |
| 2041 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2042 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2043 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2045 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2046 | dependencies = [ |
| 2047 | "libc", |
| 2048 | "libffi-sys", |
| 2049 | ] |
| 2050 | |
| 2051 | [[package]] |
| 2052 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2053 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2055 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2056 | dependencies = [ |
| 2057 | "cc", |
| 2058 | ] |
| 2059 | |
| 2060 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2061 | name = "libloading" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2062 | version = "0.8.6" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2064 | checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2065 | dependencies = [ |
| 2066 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2067 | "windows-targets 0.52.6", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2068 | ] |
| 2069 | |
| 2070 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2071 | name = "libm" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2072 | version = "0.2.11" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2074 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2075 | |
| 2076 | [[package]] |
| 2077 | name = "libredox" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2078 | version = "0.1.3" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2080 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2081 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2082 | "bitflags", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2083 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2084 | "redox_syscall", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2085 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2086 | |
| 2087 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2088 | name = "libz-sys" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2089 | version = "1.1.21" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2091 | checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2092 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2093 | "cc", |
| 2094 | "libc", |
| 2095 | "pkg-config", |
| 2096 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2097 | ] |
| 2098 | |
| 2099 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2100 | name = "linkchecker" |
| 2101 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2102 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2103 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2104 | "regex", |
| 2105 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2106 | |
| 2107 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2108 | name = "lint-docs" |
| 2109 | version = "0.1.0" |
| 2110 | dependencies = [ |
| 2111 | "serde_json", |
| 2112 | "tempfile", |
| 2113 | "walkdir", |
| 2114 | ] |
| 2115 | |
| 2116 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2117 | name = "linux-raw-sys" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2118 | version = "0.4.15" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2120 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2121 | |
| 2122 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2123 | name = "litemap" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2124 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2126 | checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2127 | |
| 2128 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2129 | name = "lld-wrapper" |
| 2130 | version = "0.1.0" |
| 2131 | |
| 2132 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2133 | name = "llvm-bitcode-linker" |
| 2134 | version = "0.0.1" |
| 2135 | dependencies = [ |
| 2136 | "anyhow", |
| 2137 | "clap", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2138 | "thiserror 1.0.69", |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2139 | "tracing", |
| 2140 | "tracing-subscriber", |
| 2141 | ] |
| 2142 | |
| 2143 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2144 | name = "lock_api" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2145 | version = "0.4.12" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2147 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2148 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2149 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2150 | "scopeguard", |
| 2151 | ] |
| 2152 | |
| 2153 | [[package]] |
| 2154 | name = "log" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 2155 | version = "0.4.25" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 2157 | checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2158 | |
| 2159 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2160 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2161 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2163 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2164 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2165 | "cc", |
| 2166 | "libc", |
| 2167 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2168 | ] |
| 2169 | |
| 2170 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2171 | name = "mac" |
| 2172 | version = "0.1.1" |
| 2173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2174 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2175 | |
| 2176 | [[package]] |
| 2177 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2178 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2180 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2181 | |
| 2182 | [[package]] |
| 2183 | name = "markup5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2184 | version = "0.12.1" |
| 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2186 | checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| 2187 | dependencies = [ |
| 2188 | "log", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2189 | "phf", |
| 2190 | "phf_codegen", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2191 | "string_cache", |
| 2192 | "string_cache_codegen", |
| 2193 | "tendril", |
| 2194 | ] |
| 2195 | |
| 2196 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2197 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2198 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2200 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2201 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2202 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2203 | ] |
| 2204 | |
| 2205 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2206 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2207 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2209 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2210 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2211 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2212 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2213 | ] |
| 2214 | |
| 2215 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2216 | name = "mdbook" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2217 | version = "0.4.43" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2219 | checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2220 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2221 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2222 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2223 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2224 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2225 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2226 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2227 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2228 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2229 | "log", |
| 2230 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2231 | "once_cell", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 2232 | "opener", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2233 | "pulldown-cmark 0.10.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2234 | "regex", |
| 2235 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2236 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2237 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2238 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2239 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2240 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2241 | ] |
| 2242 | |
| 2243 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2244 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2245 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2247 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2248 | dependencies = [ |
| 2249 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2250 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2251 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2252 | "perf-event-open-sys", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2253 | "rustc-hash 1.1.0", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2254 | "smallvec", |
| 2255 | ] |
| 2256 | |
| 2257 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2258 | name = "memchr" |
Trevor Gross | e95d15a | 2024-08-26 18:56:18 | [diff] [blame] | 2259 | version = "2.7.4" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | e95d15a | 2024-08-26 18:56:18 | [diff] [blame] | 2261 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2262 | |
| 2263 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2264 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2265 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2267 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2268 | dependencies = [ |
| 2269 | "libc", |
| 2270 | ] |
| 2271 | |
| 2272 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2273 | name = "memoffset" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2274 | version = "0.9.1" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2276 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2277 | dependencies = [ |
| 2278 | "autocfg", |
| 2279 | ] |
| 2280 | |
| 2281 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2282 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2283 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2285 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2286 | |
| 2287 | [[package]] |
| 2288 | name = "mime_guess" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2289 | version = "2.0.5" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2291 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2292 | dependencies = [ |
| 2293 | "mime", |
| 2294 | "unicase", |
| 2295 | ] |
| 2296 | |
| 2297 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2298 | name = "minifier" |
Guillaume Gomez | bc1c4be | 2024-11-10 15:32:22 | [diff] [blame] | 2299 | version = "0.3.2" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | bc1c4be | 2024-11-10 15:32:22 | [diff] [blame] | 2301 | checksum = "bd559bbf5d350ac7f2c1cf92ed71a869b847a92bce0c1318b47932a5b5f65cdd" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2302 | |
| 2303 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2304 | name = "minimal-lexical" |
| 2305 | version = "0.2.1" |
| 2306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2307 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2308 | |
| 2309 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2310 | name = "miniz_oxide" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2311 | version = "0.7.4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2313 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2314 | dependencies = [ |
| 2315 | "adler", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2316 | ] |
| 2317 | |
| 2318 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2319 | name = "miniz_oxide" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 2320 | version = "0.8.3" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 2322 | checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2323 | dependencies = [ |
| 2324 | "adler2", |
| 2325 | ] |
| 2326 | |
| 2327 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2328 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2329 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2331 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2332 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2333 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2334 | ] |
| 2335 | |
| 2336 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2337 | name = "miri" |
| 2338 | version = "0.1.0" |
| 2339 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2340 | "aes", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2341 | "chrono", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2342 | "chrono-tz", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2343 | "colored", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2344 | "directories", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2345 | "getrandom", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2346 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2347 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2348 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2349 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2350 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2351 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2352 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2353 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2354 | "tempfile", |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 2355 | "tikv-jemalloc-sys", |
Philipp Krones | 907b6a1 | 2024-09-24 09:58:12 | [diff] [blame] | 2356 | "ui_test", |
Ralf Jung | f6edc8a | 2024-08-05 18:39:56 | [diff] [blame] | 2357 | "windows-sys 0.52.0", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2358 | ] |
| 2359 | |
| 2360 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2361 | name = "miropt-test-tools" |
| 2362 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2363 | |
| 2364 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2365 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2366 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2368 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2369 | |
| 2370 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2371 | name = "nix" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2372 | version = "0.29.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2374 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2375 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2376 | "bitflags", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2377 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2378 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2379 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2380 | ] |
| 2381 | |
| 2382 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2383 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2384 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2386 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2387 | dependencies = [ |
| 2388 | "memchr", |
| 2389 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2390 | ] |
| 2391 | |
| 2392 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2393 | name = "normpath" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2394 | version = "1.3.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2396 | checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2397 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2398 | "windows-sys 0.59.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2399 | ] |
| 2400 | |
| 2401 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2402 | name = "nu-ansi-term" |
| 2403 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2405 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2406 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2407 | "overload", |
| 2408 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2409 | ] |
| 2410 | |
| 2411 | [[package]] |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2412 | name = "nu-ansi-term" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2413 | version = "0.50.1" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2415 | checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2416 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2417 | "windows-sys 0.52.0", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2418 | ] |
| 2419 | |
| 2420 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2421 | name = "num" |
| 2422 | version = "0.4.3" |
| 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 2425 | dependencies = [ |
| 2426 | "num-bigint", |
| 2427 | "num-complex", |
| 2428 | "num-integer", |
| 2429 | "num-iter", |
| 2430 | "num-rational", |
| 2431 | "num-traits", |
| 2432 | ] |
| 2433 | |
| 2434 | [[package]] |
| 2435 | name = "num-bigint" |
| 2436 | version = "0.4.6" |
| 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2439 | dependencies = [ |
| 2440 | "num-integer", |
| 2441 | "num-traits", |
| 2442 | ] |
| 2443 | |
| 2444 | [[package]] |
| 2445 | name = "num-complex" |
| 2446 | version = "0.4.6" |
| 2447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2448 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 2449 | dependencies = [ |
| 2450 | "num-traits", |
| 2451 | ] |
| 2452 | |
| 2453 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2454 | name = "num-conv" |
| 2455 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2457 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2458 | |
| 2459 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2460 | name = "num-integer" |
| 2461 | version = "0.1.46" |
| 2462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2463 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2464 | dependencies = [ |
| 2465 | "num-traits", |
| 2466 | ] |
| 2467 | |
| 2468 | [[package]] |
| 2469 | name = "num-iter" |
| 2470 | version = "0.1.45" |
| 2471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2472 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2473 | dependencies = [ |
| 2474 | "autocfg", |
| 2475 | "num-integer", |
| 2476 | "num-traits", |
| 2477 | ] |
| 2478 | |
| 2479 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2480 | name = "num-modular" |
| 2481 | version = "0.6.1" |
| 2482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2483 | checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" |
| 2484 | |
| 2485 | [[package]] |
| 2486 | name = "num-order" |
| 2487 | version = "1.2.0" |
| 2488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2489 | checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" |
| 2490 | dependencies = [ |
| 2491 | "num-modular", |
| 2492 | ] |
| 2493 | |
| 2494 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2495 | name = "num-rational" |
| 2496 | version = "0.4.2" |
| 2497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2498 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 2499 | dependencies = [ |
| 2500 | "num-bigint", |
| 2501 | "num-integer", |
| 2502 | "num-traits", |
| 2503 | ] |
| 2504 | |
| 2505 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2506 | name = "num-traits" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2507 | version = "0.2.19" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2509 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2510 | dependencies = [ |
| 2511 | "autocfg", |
| 2512 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2513 | |
| 2514 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2515 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2516 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2518 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2519 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 2520 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2521 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2522 | ] |
| 2523 | |
| 2524 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2525 | name = "number_prefix" |
| 2526 | version = "0.4.0" |
| 2527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2528 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2529 | |
| 2530 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2531 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2532 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2534 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2535 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2536 | "memchr", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2537 | ] |
| 2538 | |
| 2539 | [[package]] |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2540 | name = "object" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 2541 | version = "0.36.7" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 2543 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2544 | dependencies = [ |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2545 | "crc32fast", |
| 2546 | "flate2", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2547 | "hashbrown 0.15.2", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2548 | "indexmap", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2549 | "memchr", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 2550 | "ruzstd", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 2551 | "wasmparser 0.222.0", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2552 | ] |
| 2553 | |
| 2554 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2555 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2556 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2558 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2559 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2560 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2561 | ] |
| 2562 | |
| 2563 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2564 | name = "once_cell" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2565 | version = "1.20.2" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2567 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 2568 | |
| 2569 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2570 | name = "opener" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2571 | version = "0.7.2" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2573 | checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2574 | dependencies = [ |
| 2575 | "bstr", |
| 2576 | "dbus", |
| 2577 | "normpath", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2578 | "windows-sys 0.59.0", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2579 | ] |
| 2580 | |
| 2581 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2582 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2583 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2585 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2586 | |
| 2587 | [[package]] |
| 2588 | name = "openssl-sys" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2589 | version = "0.9.104" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2591 | checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2592 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2593 | "cc", |
| 2594 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2595 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2596 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2597 | ] |
| 2598 | |
| 2599 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2600 | name = "opt-dist" |
| 2601 | version = "0.1.0" |
| 2602 | dependencies = [ |
| 2603 | "anyhow", |
| 2604 | "build_helper", |
| 2605 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2606 | "clap", |
| 2607 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2608 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2609 | "fs_extra", |
| 2610 | "glob", |
| 2611 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2612 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2613 | "log", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2614 | "serde", |
| 2615 | "serde_json", |
| 2616 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2617 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2618 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2619 | "tempfile", |
klensy | 39159a3 | 2024-05-09 13:43:14 | [diff] [blame] | 2620 | "xz2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2621 | ] |
| 2622 | |
| 2623 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2624 | name = "option-ext" |
| 2625 | version = "0.2.0" |
| 2626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2627 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2628 | |
| 2629 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2630 | name = "overload" |
| 2631 | version = "0.1.1" |
| 2632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2633 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2634 | |
| 2635 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2636 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2637 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2639 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2640 | |
| 2641 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2642 | name = "pad" |
| 2643 | version = "0.1.6" |
| 2644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2645 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2646 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 2647 | "unicode-width 0.1.14", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2648 | ] |
| 2649 | |
| 2650 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2651 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2652 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2654 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2655 | dependencies = [ |
| 2656 | "bytecount", |
| 2657 | "fnv", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 2658 | "unicode-width 0.1.14", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2659 | ] |
| 2660 | |
| 2661 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2662 | name = "parking_lot" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2663 | version = "0.12.3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2665 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2666 | dependencies = [ |
| 2667 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2668 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2669 | ] |
| 2670 | |
| 2671 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2672 | name = "parking_lot_core" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2673 | version = "0.9.10" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2675 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2676 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2677 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2678 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2679 | "redox_syscall", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2680 | "smallvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2681 | "windows-targets 0.52.6", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2682 | ] |
| 2683 | |
| 2684 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2685 | name = "parse-zoneinfo" |
| 2686 | version = "0.3.1" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 2689 | dependencies = [ |
| 2690 | "regex", |
| 2691 | ] |
| 2692 | |
| 2693 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2694 | name = "pathdiff" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2695 | version = "0.2.3" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2697 | checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2698 | |
| 2699 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2700 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2701 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2703 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2704 | |
| 2705 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2706 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2707 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2709 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2710 | dependencies = [ |
| 2711 | "libc", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2715 | name = "pest" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2716 | version = "2.7.15" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2718 | checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2719 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2720 | "memchr", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2721 | "thiserror 2.0.11", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2722 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2723 | ] |
| 2724 | |
| 2725 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2726 | name = "pest_derive" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2727 | version = "2.7.15" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2729 | checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2730 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2731 | "pest", |
| 2732 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2733 | ] |
| 2734 | |
| 2735 | [[package]] |
| 2736 | name = "pest_generator" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2737 | version = "2.7.15" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2739 | checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2740 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2741 | "pest", |
| 2742 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2743 | "proc-macro2", |
| 2744 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2745 | "syn 2.0.96", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2746 | ] |
| 2747 | |
| 2748 | [[package]] |
| 2749 | name = "pest_meta" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2750 | version = "2.7.15" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 2752 | checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2753 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2754 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2755 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2756 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2757 | ] |
| 2758 | |
| 2759 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2760 | name = "phf" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2761 | version = "0.11.3" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2763 | checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2764 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2765 | "phf_shared 0.11.3", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2766 | ] |
| 2767 | |
| 2768 | [[package]] |
| 2769 | name = "phf_codegen" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2770 | version = "0.11.3" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2772 | checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2773 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2774 | "phf_generator 0.11.3", |
| 2775 | "phf_shared 0.11.3", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2776 | ] |
| 2777 | |
| 2778 | [[package]] |
| 2779 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2780 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2782 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2783 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2784 | "phf_shared 0.10.0", |
| 2785 | "rand", |
| 2786 | ] |
| 2787 | |
| 2788 | [[package]] |
| 2789 | name = "phf_generator" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2790 | version = "0.11.3" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2792 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2793 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2794 | "phf_shared 0.11.3", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2795 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2796 | ] |
| 2797 | |
| 2798 | [[package]] |
| 2799 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2800 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2802 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2803 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2804 | "siphasher 0.3.11", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2805 | ] |
| 2806 | |
| 2807 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2808 | name = "phf_shared" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2809 | version = "0.11.3" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2811 | checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2812 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2813 | "siphasher 1.0.1", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2814 | ] |
| 2815 | |
| 2816 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2817 | name = "pin-project-lite" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2818 | version = "0.2.16" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2820 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2821 | |
| 2822 | [[package]] |
| 2823 | name = "pin-utils" |
| 2824 | version = "0.1.0" |
| 2825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2826 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2827 | |
| 2828 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2829 | name = "pkg-config" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2830 | version = "0.3.31" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2832 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2833 | |
| 2834 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2835 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2836 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2838 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2839 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2840 | "datafrog", |
| 2841 | "log", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2842 | "rustc-hash 1.1.0", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2843 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2844 | |
| 2845 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2846 | name = "portable-atomic" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2847 | version = "1.10.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2849 | checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2850 | |
| 2851 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2852 | name = "powerfmt" |
| 2853 | version = "0.2.0" |
| 2854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2855 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2856 | |
| 2857 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2858 | name = "ppv-lite86" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2859 | version = "0.2.20" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2861 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| 2862 | dependencies = [ |
| 2863 | "zerocopy", |
| 2864 | ] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2865 | |
| 2866 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2867 | name = "precomputed-hash" |
| 2868 | version = "0.1.1" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2870 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2871 | |
| 2872 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2873 | name = "prettydiff" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 2874 | version = "0.7.0" |
| 2875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2876 | checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" |
| 2877 | dependencies = [ |
| 2878 | "owo-colors", |
| 2879 | "pad", |
| 2880 | ] |
| 2881 | |
| 2882 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2883 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2884 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2886 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2887 | |
| 2888 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2889 | name = "proc-macro2" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2890 | version = "1.0.93" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 2892 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2893 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2894 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2895 | ] |
| 2896 | |
| 2897 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2898 | name = "psm" |
Maksim Bondarenkov | dd875ed | 2024-12-08 15:58:15 | [diff] [blame] | 2899 | version = "0.1.24" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Maksim Bondarenkov | dd875ed | 2024-12-08 15:58:15 | [diff] [blame] | 2901 | checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2902 | dependencies = [ |
| 2903 | "cc", |
| 2904 | ] |
| 2905 | |
| 2906 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2907 | name = "pulldown-cmark" |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2908 | version = "0.9.6" |
| 2909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2910 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| 2911 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2912 | "bitflags", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2913 | "memchr", |
| 2914 | "unicase", |
| 2915 | ] |
| 2916 | |
| 2917 | [[package]] |
| 2918 | name = "pulldown-cmark" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2919 | version = "0.10.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2921 | checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2922 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2923 | "bitflags", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2924 | "memchr", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2925 | "pulldown-cmark-escape 0.10.1", |
| 2926 | "unicase", |
| 2927 | ] |
| 2928 | |
| 2929 | [[package]] |
| 2930 | name = "pulldown-cmark" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2931 | version = "0.11.3" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2933 | checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2934 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 2935 | "bitflags", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2936 | "memchr", |
| 2937 | "pulldown-cmark-escape 0.11.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2938 | "unicase", |
| 2939 | ] |
| 2940 | |
| 2941 | [[package]] |
| 2942 | name = "pulldown-cmark-escape" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2943 | version = "0.10.1" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2945 | checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2946 | |
| 2947 | [[package]] |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2948 | name = "pulldown-cmark-escape" |
| 2949 | version = "0.11.0" |
| 2950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2951 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 2952 | |
| 2953 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2954 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2955 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2957 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2958 | |
| 2959 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2960 | name = "quine-mc_cluskey" |
| 2961 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2963 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2964 | |
| 2965 | [[package]] |
| 2966 | name = "quote" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 2967 | version = "1.0.38" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 2969 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2970 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2971 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2972 | ] |
| 2973 | |
| 2974 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2975 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2976 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2978 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2979 | dependencies = [ |
| 2980 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2981 | "rand_chacha", |
| 2982 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2983 | ] |
| 2984 | |
| 2985 | [[package]] |
| 2986 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2987 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2989 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2990 | dependencies = [ |
| 2991 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2992 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2993 | ] |
| 2994 | |
| 2995 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2996 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2997 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2999 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3000 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3001 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3002 | ] |
| 3003 | |
| 3004 | [[package]] |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3005 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3006 | version = "0.6.0" |
| 3007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3008 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3009 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3010 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3014 | name = "rayon" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3015 | version = "1.10.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3017 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3018 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3019 | "either", |
| 3020 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3021 | ] |
| 3022 | |
| 3023 | [[package]] |
| 3024 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3025 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3027 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3028 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3029 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3030 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3031 | ] |
| 3032 | |
| 3033 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3034 | name = "redox_syscall" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3035 | version = "0.5.8" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3037 | checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3038 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3039 | "bitflags", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3040 | ] |
| 3041 | |
| 3042 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3043 | name = "redox_users" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3044 | version = "0.4.6" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3046 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3047 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3048 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3049 | "libredox", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3050 | "thiserror 1.0.69", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3051 | ] |
| 3052 | |
| 3053 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3054 | name = "regex" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3055 | version = "1.11.1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3057 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3058 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3059 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3060 | "memchr", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3061 | "regex-automata 0.4.9", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3062 | "regex-syntax 0.8.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3063 | ] |
| 3064 | |
| 3065 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3066 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3067 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3069 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3070 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3071 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3072 | ] |
| 3073 | |
| 3074 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3075 | name = "regex-automata" |
| 3076 | version = "0.2.0" |
| 3077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3078 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3079 | dependencies = [ |
| 3080 | "memchr", |
| 3081 | ] |
| 3082 | |
| 3083 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3084 | name = "regex-automata" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3085 | version = "0.4.9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3087 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3088 | dependencies = [ |
| 3089 | "aho-corasick", |
| 3090 | "memchr", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3091 | "regex-syntax 0.8.5", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3092 | ] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3093 | |
| 3094 | [[package]] |
| 3095 | name = "regex-lite" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3096 | version = "0.1.6" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3098 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3099 | |
| 3100 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3101 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3102 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3104 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3105 | |
| 3106 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3107 | name = "regex-syntax" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3108 | version = "0.8.5" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3110 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3111 | |
| 3112 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3113 | name = "remote-test-client" |
| 3114 | version = "0.1.0" |
| 3115 | |
| 3116 | [[package]] |
| 3117 | name = "remote-test-server" |
| 3118 | version = "0.1.0" |
| 3119 | |
| 3120 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3121 | name = "replace-version-placeholder" |
| 3122 | version = "0.1.0" |
| 3123 | dependencies = [ |
| 3124 | "tidy", |
| 3125 | "walkdir", |
| 3126 | ] |
| 3127 | |
| 3128 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3129 | name = "rinja" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3130 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3132 | checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3133 | dependencies = [ |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3134 | "humansize", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3135 | "itoa", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3136 | "percent-encoding", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3137 | "rinja_derive", |
| 3138 | ] |
| 3139 | |
| 3140 | [[package]] |
| 3141 | name = "rinja_derive" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3142 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3144 | checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3145 | dependencies = [ |
| 3146 | "basic-toml", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3147 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3148 | "mime", |
| 3149 | "mime_guess", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3150 | "proc-macro2", |
| 3151 | "quote", |
| 3152 | "rinja_parser", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3153 | "rustc-hash 2.1.0", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3154 | "serde", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 3155 | "syn 2.0.96", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3156 | ] |
| 3157 | |
| 3158 | [[package]] |
| 3159 | name = "rinja_parser" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3160 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3162 | checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3163 | dependencies = [ |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3164 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3165 | "nom", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3166 | "serde", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3167 | ] |
| 3168 | |
| 3169 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3170 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3171 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3172 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3173 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3174 | ] |
| 3175 | |
| 3176 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3177 | name = "run_make_support" |
许杰友 Jieyou Xu (Joe) | f6ab5e9 | 2024-06-09 16:29:14 | [diff] [blame] | 3178 | version = "0.2.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3179 | dependencies = [ |
Oneirical | 1795082 | 2024-06-27 18:38:30 | [diff] [blame] | 3180 | "bstr", |
Jakub Beránek | 97990a4 | 2024-07-04 13:47:30 | [diff] [blame] | 3181 | "build_helper", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3182 | "gimli 0.31.1", |
Oneirical | 318dfb4 | 2024-08-01 17:17:34 | [diff] [blame] | 3183 | "libc", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 3184 | "object 0.36.7", |
Rémy Rakic | 682535e | 2024-04-14 16:36:09 | [diff] [blame] | 3185 | "regex", |
Guillaume Gomez | 6b1637c | 2024-08-16 13:09:04 | [diff] [blame] | 3186 | "serde_json", |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 3187 | "similar", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3188 | "wasmparser 0.219.1", |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3189 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3190 | |
| 3191 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3192 | name = "rustc-build-sysroot" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3193 | version = "0.5.4" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3195 | checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3196 | dependencies = [ |
| 3197 | "anyhow", |
| 3198 | "rustc_version", |
| 3199 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3200 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3201 | ] |
| 3202 | |
| 3203 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3204 | name = "rustc-demangle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3205 | version = "0.1.24" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3207 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3208 | |
| 3209 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3210 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3211 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3213 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3214 | |
| 3215 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3216 | name = "rustc-hash" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3217 | version = "2.1.0" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3219 | checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3220 | |
| 3221 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3222 | name = "rustc-main" |
| 3223 | version = "0.0.0" |
| 3224 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3225 | "rustc_codegen_ssa", |
| 3226 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3227 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3228 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3229 | "stable_mir", |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 3230 | "tikv-jemalloc-sys", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3231 | ] |
| 3232 | |
| 3233 | [[package]] |
Jakub Beránek | 151986f | 2024-06-27 08:22:03 | [diff] [blame] | 3234 | name = "rustc-perf-wrapper" |
| 3235 | version = "0.1.0" |
| 3236 | dependencies = [ |
| 3237 | "clap", |
| 3238 | ] |
| 3239 | |
| 3240 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3241 | name = "rustc-rayon" |
Josh Stone | 314238f | 2025-01-27 18:08:05 | [diff] [blame] | 3242 | version = "0.5.1" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | 314238f | 2025-01-27 18:08:05 | [diff] [blame] | 3244 | checksum = "2cd9fb077db982d7ceb42a90471e5a69a990b58f71e06f0d8340bb2cf35eb751" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3245 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3246 | "either", |
Josh Stone | 314238f | 2025-01-27 18:08:05 | [diff] [blame] | 3247 | "indexmap", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3248 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3249 | ] |
| 3250 | |
| 3251 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3252 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3253 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3255 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3256 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3257 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3258 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3259 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3260 | "num_cpus", |
| 3261 | ] |
| 3262 | |
| 3263 | [[package]] |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3264 | name = "rustc-stable-hash" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3265 | version = "0.1.1" |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3267 | checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1" |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3268 | |
| 3269 | [[package]] |
Ralf Jung | b127458 | 2024-11-03 21:30:16 | [diff] [blame] | 3270 | name = "rustc-std-workspace-alloc" |
| 3271 | version = "1.0.1" |
| 3272 | |
| 3273 | [[package]] |
| 3274 | name = "rustc-std-workspace-core" |
| 3275 | version = "1.0.1" |
| 3276 | |
| 3277 | [[package]] |
| 3278 | name = "rustc-std-workspace-std" |
| 3279 | version = "1.0.1" |
| 3280 | |
| 3281 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3282 | name = "rustc_abi" |
| 3283 | version = "0.0.0" |
| 3284 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3285 | "bitflags", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3286 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3287 | "rand_xoshiro", |
| 3288 | "rustc_data_structures", |
Jubilee Young | eca1702 | 2024-10-31 03:37:51 | [diff] [blame] | 3289 | "rustc_feature", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3290 | "rustc_index", |
| 3291 | "rustc_macros", |
| 3292 | "rustc_serialize", |
Jubilee Young | eca1702 | 2024-10-31 03:37:51 | [diff] [blame] | 3293 | "rustc_span", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3294 | "tracing", |
| 3295 | ] |
| 3296 | |
| 3297 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3298 | name = "rustc_apfloat" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3299 | version = "0.2.2+llvm-462a31f5a5ab" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3301 | checksum = "121e2195ff969977a4e2b5c9965ea867fce7e4cb5aee5b09dee698a7932d574f" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3302 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3303 | "bitflags", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3304 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3305 | ] |
| 3306 | |
| 3307 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3308 | name = "rustc_arena" |
| 3309 | version = "0.0.0" |
| 3310 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3311 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3312 | ] |
| 3313 | |
| 3314 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3315 | name = "rustc_ast" |
| 3316 | version = "0.0.0" |
| 3317 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3318 | "bitflags", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3319 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3320 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3321 | "rustc_data_structures", |
| 3322 | "rustc_index", |
| 3323 | "rustc_lexer", |
| 3324 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3325 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3326 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3327 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3328 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3329 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3330 | ] |
| 3331 | |
| 3332 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3333 | name = "rustc_ast_ir" |
| 3334 | version = "0.0.0" |
| 3335 | dependencies = [ |
| 3336 | "rustc_data_structures", |
| 3337 | "rustc_macros", |
| 3338 | "rustc_serialize", |
| 3339 | "rustc_span", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3340 | ] |
| 3341 | |
| 3342 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3343 | name = "rustc_ast_lowering" |
| 3344 | version = "0.0.0" |
| 3345 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3346 | "rustc_ast", |
Luca Versari | b462c68 | 2024-09-16 09:56:22 | [diff] [blame] | 3347 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3348 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3349 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3350 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3351 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3352 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3353 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3354 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3355 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3356 | "rustc_span", |
| 3357 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3358 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3359 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3360 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3361 | ] |
| 3362 | |
| 3363 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3364 | name = "rustc_ast_passes" |
| 3365 | version = "0.0.0" |
| 3366 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3367 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3368 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3369 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3370 | "rustc_attr_parsing", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3371 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3372 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3373 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3374 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3375 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3376 | "rustc_parse", |
| 3377 | "rustc_session", |
| 3378 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3379 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3380 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3381 | ] |
| 3382 | |
| 3383 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3384 | name = "rustc_ast_pretty" |
| 3385 | version = "0.0.0" |
| 3386 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3387 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3388 | "rustc_ast", |
klensy | 746b675 | 2024-10-07 19:22:51 | [diff] [blame] | 3389 | "rustc_data_structures", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3390 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3391 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3392 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3393 | ] |
| 3394 | |
| 3395 | [[package]] |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3396 | name = "rustc_attr_data_structures" |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3397 | version = "0.0.0" |
| 3398 | dependencies = [ |
beetrees | 6e5f1dac | 2024-03-24 01:03:39 | [diff] [blame] | 3399 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3400 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3401 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3402 | "rustc_data_structures", |
| 3403 | "rustc_errors", |
| 3404 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3405 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3406 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3407 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3408 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3409 | "rustc_session", |
| 3410 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3411 | ] |
| 3412 | |
| 3413 | [[package]] |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3414 | name = "rustc_attr_parsing" |
| 3415 | version = "0.0.0" |
| 3416 | dependencies = [ |
| 3417 | "rustc_abi", |
| 3418 | "rustc_ast", |
| 3419 | "rustc_ast_pretty", |
| 3420 | "rustc_attr_data_structures", |
| 3421 | "rustc_data_structures", |
| 3422 | "rustc_errors", |
| 3423 | "rustc_feature", |
| 3424 | "rustc_fluent_macro", |
| 3425 | "rustc_lexer", |
| 3426 | "rustc_macros", |
| 3427 | "rustc_serialize", |
| 3428 | "rustc_session", |
| 3429 | "rustc_span", |
| 3430 | ] |
| 3431 | |
| 3432 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3433 | name = "rustc_baked_icu_data" |
| 3434 | version = "0.0.0" |
| 3435 | dependencies = [ |
| 3436 | "icu_list", |
| 3437 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3438 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3439 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3440 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3441 | ] |
| 3442 | |
| 3443 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3444 | name = "rustc_borrowck" |
| 3445 | version = "0.0.0" |
| 3446 | dependencies = [ |
| 3447 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3448 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3449 | "polonius-engine", |
Jubilee Young | 586766e | 2024-11-03 03:24:15 | [diff] [blame] | 3450 | "rustc_abi", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3451 | "rustc_data_structures", |
| 3452 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3453 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3454 | "rustc_graphviz", |
| 3455 | "rustc_hir", |
| 3456 | "rustc_index", |
| 3457 | "rustc_infer", |
| 3458 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3459 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3460 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3461 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3462 | "rustc_session", |
| 3463 | "rustc_span", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3464 | "rustc_trait_selection", |
| 3465 | "rustc_traits", |
| 3466 | "smallvec", |
| 3467 | "tracing", |
| 3468 | ] |
| 3469 | |
| 3470 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3471 | name = "rustc_builtin_macros" |
| 3472 | version = "0.0.0" |
| 3473 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3474 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3475 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3476 | "rustc_attr_parsing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3477 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3478 | "rustc_errors", |
| 3479 | "rustc_expand", |
| 3480 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3481 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3482 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3483 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3484 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3485 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3486 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3487 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3488 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3489 | "rustc_span", |
| 3490 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3491 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3492 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3493 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3494 | ] |
| 3495 | |
| 3496 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3497 | name = "rustc_codegen_llvm" |
| 3498 | version = "0.0.0" |
| 3499 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3500 | "bitflags", |
Zalathar | e267106 | 2025-01-05 00:38:43 | [diff] [blame] | 3501 | "gimli 0.30.0", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3502 | "itertools", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3503 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3504 | "measureme", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 3505 | "object 0.36.7", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3506 | "rustc-demangle", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3507 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3508 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3509 | "rustc_attr_parsing", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3510 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3511 | "rustc_data_structures", |
| 3512 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3513 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3514 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3515 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3516 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3517 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3518 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3519 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3520 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3521 | "rustc_query_system", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 3522 | "rustc_sanitizers", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3523 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3524 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3525 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3526 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3527 | "serde", |
| 3528 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3529 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3530 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3531 | ] |
| 3532 | |
| 3533 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3534 | name = "rustc_codegen_ssa" |
| 3535 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3536 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3537 | "ar_archive_writer", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3538 | "arrayvec", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3539 | "bitflags", |
jyn | c1b4ab0 | 2025-01-18 21:55:31 | [diff] [blame] | 3540 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3541 | "cc", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3542 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3543 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3544 | "libc", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 3545 | "object 0.36.7", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3546 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3547 | "regex", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3548 | "rustc_abi", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3549 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3550 | "rustc_ast", |
Sven Kanoldt | 1696f53 | 2024-10-09 12:24:15 | [diff] [blame] | 3551 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3552 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3553 | "rustc_data_structures", |
| 3554 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3555 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3556 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3557 | "rustc_hir", |
Jonathan Dönszelmann | d50c0a5 | 2024-10-16 23:14:01 | [diff] [blame] | 3558 | "rustc_hir_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3559 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3560 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3561 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3562 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3563 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3564 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3565 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3566 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3567 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3568 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3569 | "rustc_target", |
Michael Goulet | eb75d20 | 2024-09-28 18:16:05 | [diff] [blame] | 3570 | "rustc_trait_selection", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3571 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3572 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3573 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3574 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3575 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3576 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3577 | "tracing", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3578 | "wasm-encoder 0.219.1", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 3579 | "windows 0.59.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3580 | ] |
| 3581 | |
| 3582 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3583 | name = "rustc_const_eval" |
| 3584 | version = "0.0.0" |
| 3585 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3586 | "either", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3587 | "rustc_abi", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3588 | "rustc_apfloat", |
| 3589 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3590 | "rustc_attr_parsing", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3591 | "rustc_data_structures", |
| 3592 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3593 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3594 | "rustc_hir", |
| 3595 | "rustc_index", |
| 3596 | "rustc_infer", |
| 3597 | "rustc_macros", |
| 3598 | "rustc_middle", |
| 3599 | "rustc_mir_dataflow", |
| 3600 | "rustc_session", |
| 3601 | "rustc_span", |
| 3602 | "rustc_target", |
| 3603 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3604 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3605 | "tracing", |
| 3606 | ] |
| 3607 | |
| 3608 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3609 | name = "rustc_data_structures" |
| 3610 | version = "0.0.0" |
| 3611 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3612 | "arrayvec", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3613 | "bitflags", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3614 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3615 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3616 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3617 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3618 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3619 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3620 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3621 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3622 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3623 | "portable-atomic", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 3624 | "rustc-hash 2.1.0", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3625 | "rustc-rayon", |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3626 | "rustc-stable-hash", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3627 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3628 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3629 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3630 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3631 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3632 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3633 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3634 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3635 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3636 | "tracing", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 3637 | "windows 0.59.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3638 | ] |
| 3639 | |
| 3640 | [[package]] |
| 3641 | name = "rustc_driver" |
| 3642 | version = "0.0.0" |
| 3643 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3644 | "rustc_driver_impl", |
| 3645 | ] |
| 3646 | |
| 3647 | [[package]] |
| 3648 | name = "rustc_driver_impl" |
| 3649 | version = "0.0.0" |
| 3650 | dependencies = [ |
Ben Kimock | 9e0d1a3 | 2023-05-19 20:03:35 | [diff] [blame] | 3651 | "ctrlc", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3652 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3653 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3654 | "rustc_ast_lowering", |
| 3655 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3656 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3657 | "rustc_attr_parsing", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3658 | "rustc_borrowck", |
| 3659 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3660 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3661 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3662 | "rustc_data_structures", |
| 3663 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3664 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3665 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3666 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3667 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3668 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3669 | "rustc_hir_typeck", |
| 3670 | "rustc_incremental", |
The 8472 | 5bf8eeb | 2022-09-02 18:17:20 | [diff] [blame] | 3671 | "rustc_index", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3672 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3673 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3674 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3675 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3676 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3677 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3678 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3679 | "rustc_mir_build", |
| 3680 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3681 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3682 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3683 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3684 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3685 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3686 | "rustc_privacy", |
| 3687 | "rustc_query_system", |
| 3688 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3689 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3690 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3691 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3692 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3693 | "rustc_trait_selection", |
| 3694 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3695 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3696 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3697 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3698 | "tracing", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 3699 | "windows 0.59.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3700 | ] |
| 3701 | |
| 3702 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3703 | name = "rustc_error_codes" |
| 3704 | version = "0.0.0" |
| 3705 | |
| 3706 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3707 | name = "rustc_error_messages" |
| 3708 | version = "0.0.0" |
| 3709 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3710 | "fluent-bundle", |
| 3711 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3712 | "icu_list", |
| 3713 | "icu_locid", |
| 3714 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3715 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3716 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3717 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3718 | "rustc_macros", |
| 3719 | "rustc_serialize", |
| 3720 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3721 | "tracing", |
| 3722 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3723 | ] |
| 3724 | |
| 3725 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3726 | name = "rustc_errors" |
| 3727 | version = "0.0.0" |
| 3728 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3729 | "annotate-snippets 0.11.5", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3730 | "derive_setters", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 3731 | "rustc_abi", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3732 | "rustc_ast", |
| 3733 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3734 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3735 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3736 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3737 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3738 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3739 | "rustc_index", |
Harrison Kaiser | 1e33dd1 | 2024-12-16 01:06:02 | [diff] [blame] | 3740 | "rustc_lexer", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3741 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3742 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3743 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3744 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3745 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3746 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3747 | "serde", |
| 3748 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3749 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3750 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3751 | "tracing", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 3752 | "windows 0.59.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3753 | ] |
| 3754 | |
| 3755 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3756 | name = "rustc_expand" |
| 3757 | version = "0.0.0" |
| 3758 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3759 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3760 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3761 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3762 | "rustc_attr_parsing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3763 | "rustc_data_structures", |
| 3764 | "rustc_errors", |
| 3765 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3766 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3767 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3768 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3769 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3770 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3771 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3772 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3773 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3774 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3775 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3776 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3777 | ] |
| 3778 | |
| 3779 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3780 | name = "rustc_feature" |
| 3781 | version = "0.0.0" |
| 3782 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3783 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3784 | "rustc_span", |
Jane Losare-Lusby | dc97db1 | 2024-09-06 20:05:01 | [diff] [blame] | 3785 | "serde", |
| 3786 | "serde_json", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3787 | ] |
| 3788 | |
| 3789 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3790 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3791 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3792 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 3793 | "annotate-snippets 0.11.5", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3794 | "fluent-bundle", |
| 3795 | "fluent-syntax", |
| 3796 | "proc-macro2", |
| 3797 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 3798 | "syn 2.0.96", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3799 | "unic-langid", |
| 3800 | ] |
| 3801 | |
| 3802 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3803 | name = "rustc_fs_util" |
| 3804 | version = "0.0.0" |
| 3805 | |
| 3806 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3807 | name = "rustc_graphviz" |
| 3808 | version = "0.0.0" |
| 3809 | |
| 3810 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3811 | name = "rustc_hir" |
| 3812 | version = "0.0.0" |
| 3813 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3814 | "odht", |
Jubilee Young | bb0cd56 | 2024-11-03 03:24:38 | [diff] [blame] | 3815 | "rustc_abi", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3816 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3817 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3818 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3819 | "rustc_index", |
| 3820 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3821 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3822 | "rustc_span", |
| 3823 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3824 | "smallvec", |
Jonathan Dönszelmann | d50c0a5 | 2024-10-16 23:14:01 | [diff] [blame] | 3825 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3826 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3827 | ] |
| 3828 | |
| 3829 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3830 | name = "rustc_hir_analysis" |
| 3831 | version = "0.0.0" |
| 3832 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3833 | "itertools", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 3834 | "rustc_abi", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3835 | "rustc_arena", |
| 3836 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3837 | "rustc_attr_parsing", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3838 | "rustc_data_structures", |
| 3839 | "rustc_errors", |
| 3840 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3841 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3842 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3843 | "rustc_index", |
| 3844 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3845 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3846 | "rustc_macros", |
| 3847 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3848 | "rustc_session", |
| 3849 | "rustc_span", |
| 3850 | "rustc_target", |
| 3851 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3852 | "rustc_type_ir", |
| 3853 | "smallvec", |
| 3854 | "tracing", |
| 3855 | ] |
| 3856 | |
| 3857 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3858 | name = "rustc_hir_pretty" |
| 3859 | version = "0.0.0" |
| 3860 | dependencies = [ |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 3861 | "rustc_abi", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3862 | "rustc_ast", |
| 3863 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3864 | "rustc_hir", |
| 3865 | "rustc_span", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3866 | ] |
| 3867 | |
| 3868 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3869 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3870 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3871 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3872 | "itertools", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3873 | "rustc_abi", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3874 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3875 | "rustc_ast_ir", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3876 | "rustc_attr_parsing", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3877 | "rustc_data_structures", |
| 3878 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3879 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3880 | "rustc_hir", |
| 3881 | "rustc_hir_analysis", |
| 3882 | "rustc_hir_pretty", |
| 3883 | "rustc_index", |
| 3884 | "rustc_infer", |
| 3885 | "rustc_lint", |
| 3886 | "rustc_macros", |
| 3887 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3888 | "rustc_session", |
| 3889 | "rustc_span", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3890 | "rustc_trait_selection", |
| 3891 | "rustc_type_ir", |
| 3892 | "smallvec", |
| 3893 | "tracing", |
| 3894 | ] |
| 3895 | |
| 3896 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3897 | name = "rustc_incremental" |
| 3898 | version = "0.0.0" |
| 3899 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3900 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3901 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3902 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3903 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3904 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3905 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3906 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3907 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3908 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3909 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3910 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3911 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3912 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3913 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3914 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3915 | ] |
| 3916 | |
| 3917 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3918 | name = "rustc_index" |
| 3919 | version = "0.0.0" |
| 3920 | dependencies = [ |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3921 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3922 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3923 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3924 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3925 | ] |
| 3926 | |
| 3927 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3928 | name = "rustc_index_macros" |
| 3929 | version = "0.0.0" |
| 3930 | dependencies = [ |
| 3931 | "proc-macro2", |
| 3932 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 3933 | "syn 2.0.96", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3934 | ] |
| 3935 | |
| 3936 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3937 | name = "rustc_infer" |
| 3938 | version = "0.0.0" |
| 3939 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3940 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3941 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3942 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3943 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3944 | "rustc_hir", |
| 3945 | "rustc_index", |
| 3946 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3947 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3948 | "rustc_span", |
Michael Goulet | 27588d1 | 2024-07-05 20:39:24 | [diff] [blame] | 3949 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3950 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 3951 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3952 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3953 | ] |
| 3954 | |
| 3955 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3956 | name = "rustc_interface" |
| 3957 | version = "0.0.0" |
| 3958 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3959 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3960 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3961 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3962 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3963 | "rustc_ast_passes", |
Urgau | 228496e | 2024-05-03 19:14:42 | [diff] [blame] | 3964 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 3965 | "rustc_attr_parsing", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3966 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3967 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3968 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3969 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3970 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3971 | "rustc_data_structures", |
| 3972 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3973 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 3974 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3975 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3976 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3977 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3978 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3979 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3980 | "rustc_incremental", |
| 3981 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 3982 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3983 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3984 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3985 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3986 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3987 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3988 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3989 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3990 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3991 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3992 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3993 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 3994 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 3995 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3996 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3997 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 3998 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3999 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4000 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4001 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4002 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4003 | ] |
| 4004 | |
| 4005 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4006 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4007 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4008 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4009 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4010 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4011 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4012 | ] |
| 4013 | |
| 4014 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4015 | name = "rustc_lint" |
| 4016 | version = "0.0.0" |
| 4017 | dependencies = [ |
Jubilee Young | 3f73fe7 | 2024-10-28 06:57:43 | [diff] [blame] | 4018 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4019 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4020 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4021 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4022 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4023 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4024 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4025 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4026 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4027 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4028 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4029 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4030 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4031 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4032 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4033 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4034 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4035 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4036 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4037 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4038 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4039 | ] |
| 4040 | |
| 4041 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4042 | name = "rustc_lint_defs" |
| 4043 | version = "0.0.0" |
| 4044 | dependencies = [ |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 4045 | "rustc_abi", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4046 | "rustc_ast", |
| 4047 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4048 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4049 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4050 | "rustc_macros", |
| 4051 | "rustc_serialize", |
| 4052 | "rustc_span", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4053 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4054 | ] |
| 4055 | |
| 4056 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4057 | name = "rustc_llvm" |
| 4058 | version = "0.0.0" |
| 4059 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4060 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4061 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4062 | ] |
| 4063 | |
| 4064 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4065 | name = "rustc_log" |
| 4066 | version = "0.0.0" |
| 4067 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4068 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4069 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4070 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4071 | "tracing-subscriber", |
| 4072 | "tracing-tree", |
| 4073 | ] |
| 4074 | |
| 4075 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4076 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4077 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4078 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4079 | "proc-macro2", |
| 4080 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4081 | "syn 2.0.96", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4082 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4083 | ] |
| 4084 | |
| 4085 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4086 | name = "rustc_metadata" |
| 4087 | version = "0.0.0" |
| 4088 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4089 | "bitflags", |
Henry Jiang | 0db9059 | 2024-11-18 02:59:43 | [diff] [blame] | 4090 | "libc", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 4091 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4092 | "odht", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4093 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4094 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4095 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4096 | "rustc_data_structures", |
| 4097 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4098 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4099 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4100 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4101 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4102 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4103 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4104 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4105 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4106 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4107 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4108 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4109 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4110 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4111 | "rustc_type_ir", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4112 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4113 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4114 | ] |
| 4115 | |
| 4116 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4117 | name = "rustc_middle" |
| 4118 | version = "0.0.0" |
| 4119 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4120 | "bitflags", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4121 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4122 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4123 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4124 | "polonius-engine", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4125 | "rustc-rayon-core", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 4126 | "rustc_abi", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4127 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4128 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4129 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4130 | "rustc_ast_ir", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4131 | "rustc_attr_parsing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4132 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4133 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4134 | "rustc_errors", |
| 4135 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4136 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4137 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4138 | "rustc_hir", |
Michael Goulet | 619e044 | 2024-04-14 14:26:59 | [diff] [blame] | 4139 | "rustc_hir_pretty", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4140 | "rustc_index", |
blyxyas | b4da058 | 2023-11-13 13:35:37 | [diff] [blame] | 4141 | "rustc_lint_defs", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4142 | "rustc_macros", |
| 4143 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4144 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4145 | "rustc_session", |
| 4146 | "rustc_span", |
| 4147 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4148 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4149 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4150 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4151 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4152 | ] |
| 4153 | |
| 4154 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4155 | name = "rustc_mir_build" |
| 4156 | version = "0.0.0" |
| 4157 | dependencies = [ |
Ralf Jung | e613bc9 | 2024-07-13 15:24:50 | [diff] [blame] | 4158 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4159 | "itertools", |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 4160 | "rustc_abi", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4161 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4162 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4163 | "rustc_ast", |
David Wood | cc9a9ec | 2025-01-07 11:27:04 | [diff] [blame] | 4164 | "rustc_attr_parsing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4165 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4166 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4167 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4168 | "rustc_hir", |
| 4169 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4170 | "rustc_infer", |
Jules Bertholet | 9d92a7f | 2024-05-02 23:55:03 | [diff] [blame] | 4171 | "rustc_lint", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4172 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4173 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4174 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4175 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4176 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4177 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4178 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4179 | ] |
| 4180 | |
| 4181 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4182 | name = "rustc_mir_dataflow" |
| 4183 | version = "0.0.0" |
| 4184 | dependencies = [ |
| 4185 | "polonius-engine", |
| 4186 | "regex", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4187 | "rustc_abi", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4188 | "rustc_ast", |
| 4189 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4190 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4191 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4192 | "rustc_graphviz", |
| 4193 | "rustc_hir", |
| 4194 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4195 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4196 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4197 | "rustc_span", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4198 | "smallvec", |
| 4199 | "tracing", |
| 4200 | ] |
| 4201 | |
| 4202 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4203 | name = "rustc_mir_transform" |
| 4204 | version = "0.0.0" |
| 4205 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4206 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4207 | "itertools", |
Jubilee Young | 88a9edc | 2024-10-28 04:34:49 | [diff] [blame] | 4208 | "rustc_abi", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4209 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4210 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4211 | "rustc_attr_parsing", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4212 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4213 | "rustc_data_structures", |
| 4214 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4215 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4216 | "rustc_hir", |
| 4217 | "rustc_index", |
Jubilee Young | db6ec26 | 2024-05-24 08:14:31 | [diff] [blame] | 4218 | "rustc_infer", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4219 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4220 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4221 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4222 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4223 | "rustc_session", |
| 4224 | "rustc_span", |
| 4225 | "rustc_target", |
| 4226 | "rustc_trait_selection", |
DianQK | 8b9d7b1 | 2024-07-04 04:43:37 | [diff] [blame] | 4227 | "rustc_type_ir", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4228 | "smallvec", |
| 4229 | "tracing", |
| 4230 | ] |
| 4231 | |
| 4232 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4233 | name = "rustc_monomorphize" |
| 4234 | version = "0.0.0" |
| 4235 | dependencies = [ |
Jubilee Young | 31cbde03 | 2024-11-03 03:28:24 | [diff] [blame] | 4236 | "rustc_abi", |
Manuel Drehwald | 1f30517 | 2025-01-30 02:31:13 | [diff] [blame] | 4237 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4238 | "rustc_attr_parsing", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4239 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4240 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4241 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4242 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4243 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4244 | "rustc_middle", |
| 4245 | "rustc_session", |
| 4246 | "rustc_span", |
Manuel Drehwald | 1f30517 | 2025-01-30 02:31:13 | [diff] [blame] | 4247 | "rustc_symbol_mangling", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4248 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4249 | "serde", |
| 4250 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4251 | "tracing", |
| 4252 | ] |
| 4253 | |
| 4254 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4255 | name = "rustc_next_trait_solver" |
| 4256 | version = "0.0.0" |
| 4257 | dependencies = [ |
Pavel Grigorenko | 70a11c7 | 2024-06-26 22:59:30 | [diff] [blame] | 4258 | "derive-where", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4259 | "rustc_ast_ir", |
| 4260 | "rustc_data_structures", |
| 4261 | "rustc_index", |
| 4262 | "rustc_macros", |
| 4263 | "rustc_serialize", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4264 | "rustc_type_ir", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4265 | "rustc_type_ir_macros", |
| 4266 | "tracing", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4267 | ] |
| 4268 | |
| 4269 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4270 | name = "rustc_parse" |
| 4271 | version = "0.0.0" |
| 4272 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4273 | "bitflags", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4274 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4275 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4276 | "rustc_data_structures", |
| 4277 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4278 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4279 | "rustc_fluent_macro", |
Nicholas Nethercote | 1fdabfb | 2024-08-21 04:16:42 | [diff] [blame] | 4280 | "rustc_index", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4281 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4282 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4283 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4284 | "rustc_span", |
Nicholas Nethercote | 2acbe9c | 2024-05-02 23:26:34 | [diff] [blame] | 4285 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4286 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4287 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4288 | "unicode-normalization", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4289 | "unicode-width 0.2.0", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4290 | ] |
| 4291 | |
| 4292 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4293 | name = "rustc_parse_format" |
| 4294 | version = "0.0.0" |
| 4295 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4296 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4297 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4298 | ] |
| 4299 | |
| 4300 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4301 | name = "rustc_passes" |
| 4302 | version = "0.0.0" |
| 4303 | dependencies = [ |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4304 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4305 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4306 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4307 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4308 | "rustc_data_structures", |
| 4309 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4310 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4311 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4312 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4313 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4314 | "rustc_index", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4315 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4316 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4317 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4318 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4319 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4320 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4321 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4322 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4323 | ] |
| 4324 | |
| 4325 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4326 | name = "rustc_pattern_analysis" |
| 4327 | version = "0.0.0" |
| 4328 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4329 | "rustc-hash 2.1.0", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4330 | "rustc_abi", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4331 | "rustc_apfloat", |
| 4332 | "rustc_arena", |
| 4333 | "rustc_data_structures", |
| 4334 | "rustc_errors", |
| 4335 | "rustc_fluent_macro", |
| 4336 | "rustc_hir", |
| 4337 | "rustc_index", |
| 4338 | "rustc_macros", |
| 4339 | "rustc_middle", |
| 4340 | "rustc_session", |
| 4341 | "rustc_span", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4342 | "smallvec", |
| 4343 | "tracing", |
Nadrieril | d697dd4 | 2024-03-04 15:57:32 | [diff] [blame] | 4344 | "tracing-subscriber", |
| 4345 | "tracing-tree", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4346 | ] |
| 4347 | |
| 4348 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4349 | name = "rustc_privacy" |
| 4350 | version = "0.0.0" |
| 4351 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4352 | "rustc_ast", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4353 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4354 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4355 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4356 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4357 | "rustc_hir", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4358 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4359 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4360 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4361 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4362 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4363 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4364 | ] |
| 4365 | |
| 4366 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4367 | name = "rustc_query_impl" |
| 4368 | version = "0.0.0" |
| 4369 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4370 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4371 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4372 | "rustc_data_structures", |
| 4373 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4374 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4375 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4376 | "rustc_middle", |
| 4377 | "rustc_query_system", |
| 4378 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4379 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4380 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4381 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4382 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4383 | ] |
| 4384 | |
| 4385 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4386 | name = "rustc_query_system" |
| 4387 | version = "0.0.0" |
| 4388 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4389 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4390 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4391 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4392 | "rustc_data_structures", |
| 4393 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4394 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4395 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4396 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4397 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4398 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4399 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4400 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4401 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4402 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4403 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4404 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4405 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4406 | ] |
| 4407 | |
| 4408 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4409 | name = "rustc_resolve" |
| 4410 | version = "0.0.0" |
| 4411 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4412 | "bitflags", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4413 | "pulldown-cmark 0.11.3", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4414 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4415 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4416 | "rustc_ast_pretty", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4417 | "rustc_attr_parsing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4418 | "rustc_data_structures", |
| 4419 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4420 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4421 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4422 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4423 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4424 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4425 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4426 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4427 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4428 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4429 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4430 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4431 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4432 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4433 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4434 | ] |
| 4435 | |
| 4436 | [[package]] |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4437 | name = "rustc_sanitizers" |
| 4438 | version = "0.0.0" |
| 4439 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4440 | "bitflags", |
Jubilee Young | ab6994f | 2024-11-03 03:28:42 | [diff] [blame] | 4441 | "rustc_abi", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4442 | "rustc_data_structures", |
| 4443 | "rustc_hir", |
| 4444 | "rustc_middle", |
| 4445 | "rustc_span", |
| 4446 | "rustc_target", |
| 4447 | "rustc_trait_selection", |
| 4448 | "tracing", |
| 4449 | "twox-hash", |
| 4450 | ] |
| 4451 | |
| 4452 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4453 | name = "rustc_serialize" |
| 4454 | version = "0.0.0" |
| 4455 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4456 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4457 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4458 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4459 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4460 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4461 | ] |
| 4462 | |
| 4463 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4464 | name = "rustc_session" |
| 4465 | version = "0.0.0" |
| 4466 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4467 | "bitflags", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4468 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4469 | "libc", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4470 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4471 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4472 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4473 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4474 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4475 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4476 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4477 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4478 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4479 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4480 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4481 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4482 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4483 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4484 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4485 | "tracing", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 4486 | "windows 0.59.0", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4487 | ] |
| 4488 | |
| 4489 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4490 | name = "rustc_smir" |
| 4491 | version = "0.0.0" |
| 4492 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4493 | "rustc_abi", |
Adwin White | 84071e2 | 2024-06-26 04:09:55 | [diff] [blame] | 4494 | "rustc_ast", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4495 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4496 | "rustc_hir", |
Jonathan Dönszelmann | d50c0a5 | 2024-10-16 23:14:01 | [diff] [blame] | 4497 | "rustc_hir_pretty", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4498 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4499 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4500 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4501 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4502 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4503 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4504 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4505 | ] |
| 4506 | |
| 4507 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4508 | name = "rustc_span" |
| 4509 | version = "0.0.0" |
| 4510 | dependencies = [ |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 4511 | "blake3", |
Pavel Grigorenko | 35ba700 | 2024-06-26 22:39:48 | [diff] [blame] | 4512 | "derive-where", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4513 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4514 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4515 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4516 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4517 | "rustc_data_structures", |
| 4518 | "rustc_index", |
| 4519 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4520 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4521 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4522 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4523 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4524 | "tracing", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4525 | "unicode-width 0.2.0", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4526 | ] |
| 4527 | |
| 4528 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4529 | name = "rustc_symbol_mangling" |
| 4530 | version = "0.0.0" |
| 4531 | dependencies = [ |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4532 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4533 | "rustc-demangle", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4534 | "rustc_abi", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4535 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4536 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4537 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4538 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4539 | "rustc_session", |
| 4540 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4541 | "tracing", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4542 | ] |
| 4543 | |
| 4544 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4545 | name = "rustc_target" |
| 4546 | version = "0.0.0" |
| 4547 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4548 | "bitflags", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 4549 | "object 0.36.7", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4550 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4551 | "rustc_data_structures", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4552 | "rustc_fs_util", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4553 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4554 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4555 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4556 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4557 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4558 | ] |
| 4559 | |
| 4560 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4561 | name = "rustc_tools_util" |
Ralf Jung | 1f501a7 | 2024-10-15 05:51:50 | [diff] [blame] | 4562 | version = "0.4.0" |
| 4563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4564 | checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d" |
| 4565 | |
| 4566 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4567 | name = "rustc_trait_selection" |
| 4568 | version = "0.0.0" |
| 4569 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4570 | "itertools", |
Jubilee Young | 4046e36 | 2024-11-03 03:25:30 | [diff] [blame] | 4571 | "rustc_abi", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4572 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4573 | "rustc_ast_ir", |
Jonathan Dönszelmann | efb98b6 | 2024-12-13 13:47:11 | [diff] [blame] | 4574 | "rustc_attr_parsing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4575 | "rustc_data_structures", |
| 4576 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4577 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4578 | "rustc_hir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4579 | "rustc_infer", |
| 4580 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4581 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4582 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4583 | "rustc_parse_format", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4584 | "rustc_session", |
| 4585 | "rustc_span", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4586 | "rustc_transmute", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4587 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4588 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 4589 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4590 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4591 | ] |
| 4592 | |
| 4593 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4594 | name = "rustc_traits" |
| 4595 | version = "0.0.0" |
| 4596 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4597 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4598 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4599 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4600 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4601 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4602 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4603 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4604 | ] |
| 4605 | |
| 4606 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4607 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4608 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4609 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4610 | "itertools", |
Jubilee Young | 2720706 | 2024-10-28 00:21:23 | [diff] [blame] | 4611 | "rustc_abi", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4612 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4613 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4614 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4615 | "rustc_infer", |
| 4616 | "rustc_macros", |
| 4617 | "rustc_middle", |
| 4618 | "rustc_span", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4619 | "tracing", |
| 4620 | ] |
| 4621 | |
| 4622 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4623 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4624 | version = "0.0.0" |
| 4625 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4626 | "itertools", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 4627 | "rustc_abi", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4628 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4629 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4630 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4631 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4632 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4633 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4634 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4635 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4636 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4637 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4638 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4639 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4640 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4641 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4642 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4643 | ] |
| 4644 | |
| 4645 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4646 | name = "rustc_type_ir" |
| 4647 | version = "0.0.0" |
| 4648 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4649 | "bitflags", |
Pavel Grigorenko | 168096f | 2024-06-27 11:55:44 | [diff] [blame] | 4650 | "derive-where", |
Michael Goulet | 9b0f9ef | 2024-06-18 17:21:48 | [diff] [blame] | 4651 | "indexmap", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4652 | "rustc-hash 1.1.0", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4653 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4654 | "rustc_data_structures", |
| 4655 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4656 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4657 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4658 | "rustc_span", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4659 | "rustc_type_ir_macros", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4660 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 4661 | "thin-vec", |
Michael Goulet | 993553c | 2024-05-27 00:45:37 | [diff] [blame] | 4662 | "tracing", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4663 | ] |
| 4664 | |
| 4665 | [[package]] |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4666 | name = "rustc_type_ir_macros" |
| 4667 | version = "0.0.0" |
| 4668 | dependencies = [ |
| 4669 | "proc-macro2", |
| 4670 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4671 | "syn 2.0.96", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4672 | "synstructure", |
| 4673 | ] |
| 4674 | |
| 4675 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4676 | name = "rustc_version" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4677 | version = "0.4.1" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4679 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4680 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4681 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4682 | ] |
| 4683 | |
| 4684 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4685 | name = "rustdoc" |
| 4686 | version = "0.0.0" |
| 4687 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4688 | "arrayvec", |
Michael Howell | 28db4cc | 2024-03-22 00:19:39 | [diff] [blame] | 4689 | "base64", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4690 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4691 | "indexmap", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4692 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4693 | "minifier", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 4694 | "pulldown-cmark 0.9.6", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4695 | "regex", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 4696 | "rinja", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4697 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4698 | "serde", |
| 4699 | "serde_json", |
Alona Enraght-Moony | 3cf8a61 | 2024-10-18 20:28:32 | [diff] [blame] | 4700 | "sha2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4701 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4702 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4703 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4704 | "tracing", |
| 4705 | "tracing-subscriber", |
| 4706 | "tracing-tree", |
Michael Howell | f3661dc | 2024-06-10 22:01:31 | [diff] [blame] | 4707 | "unicode-segmentation", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4708 | ] |
| 4709 | |
| 4710 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4711 | name = "rustdoc-gui-test" |
| 4712 | version = "0.1.0" |
| 4713 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4714 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4715 | "compiletest", |
| 4716 | "getopts", |
| 4717 | "walkdir", |
| 4718 | ] |
| 4719 | |
| 4720 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4721 | name = "rustdoc-json-types" |
| 4722 | version = "0.1.0" |
| 4723 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4724 | "bincode", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4725 | "rustc-hash 2.1.0", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4726 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4727 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4728 | ] |
| 4729 | |
| 4730 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4731 | name = "rustdoc-themes" |
| 4732 | version = "0.1.0" |
| 4733 | |
| 4734 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4735 | name = "rustdoc-tool" |
| 4736 | version = "0.0.0" |
| 4737 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4738 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4739 | ] |
| 4740 | |
| 4741 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4742 | name = "rustfix" |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4743 | version = "0.8.1" |
| 4744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4745 | checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| 4746 | dependencies = [ |
| 4747 | "serde", |
| 4748 | "serde_json", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4749 | "thiserror 1.0.69", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4750 | "tracing", |
| 4751 | ] |
| 4752 | |
| 4753 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4754 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4755 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4756 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4757 | "proc-macro2", |
| 4758 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4759 | "serde", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4760 | "syn 2.0.96", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4761 | ] |
| 4762 | |
| 4763 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4764 | name = "rustfmt-nightly" |
Yacin Tmimi | b23b699 | 2024-09-19 19:39:04 | [diff] [blame] | 4765 | version = "1.8.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4766 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4767 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4768 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4769 | "bytecount", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 4770 | "cargo_metadata 0.18.1", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4771 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4772 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4773 | "diff", |
| 4774 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4775 | "getopts", |
| 4776 | "ignore", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4777 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4778 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4779 | "rustfmt-config_proc_macro", |
| 4780 | "serde", |
| 4781 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4782 | "term", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4783 | "thiserror 1.0.69", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4784 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4785 | "tracing", |
| 4786 | "tracing-subscriber", |
| 4787 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4788 | "unicode-segmentation", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4789 | "unicode-width 0.1.14", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4790 | ] |
| 4791 | |
| 4792 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4793 | name = "rustix" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4794 | version = "0.38.43" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4796 | checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4797 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4798 | "bitflags", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4799 | "errno", |
| 4800 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4801 | "linux-raw-sys", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4802 | "windows-sys 0.59.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4803 | ] |
| 4804 | |
| 4805 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4806 | name = "rustversion" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4807 | version = "1.0.19" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4809 | checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4810 | |
| 4811 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4812 | name = "ruzstd" |
Paolo Barbolini | 43c12ed | 2024-11-28 11:17:57 | [diff] [blame] | 4813 | version = "0.7.3" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Paolo Barbolini | 43c12ed | 2024-11-28 11:17:57 | [diff] [blame] | 4815 | checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4816 | dependencies = [ |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4817 | "twox-hash", |
| 4818 | ] |
| 4819 | |
| 4820 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4821 | name = "ryu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4822 | version = "1.0.18" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4824 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4825 | |
| 4826 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4827 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4828 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4830 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4831 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4832 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4833 | ] |
| 4834 | |
| 4835 | [[package]] |
| 4836 | name = "schannel" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4837 | version = "0.1.27" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 4839 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4840 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4841 | "windows-sys 0.59.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4842 | ] |
| 4843 | |
| 4844 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4845 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4846 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4848 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4849 | |
| 4850 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4851 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4852 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4854 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4855 | |
| 4856 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4857 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4858 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4860 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4861 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4862 | "self_cell 1.1.0", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4863 | ] |
| 4864 | |
| 4865 | [[package]] |
| 4866 | name = "self_cell" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4867 | version = "1.1.0" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4869 | checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4870 | |
| 4871 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4872 | name = "semver" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4873 | version = "1.0.24" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 4875 | checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4876 | dependencies = [ |
| 4877 | "serde", |
| 4878 | ] |
| 4879 | |
| 4880 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4881 | name = "serde" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4882 | version = "1.0.217" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4884 | checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4885 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4886 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4887 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4888 | |
| 4889 | [[package]] |
| 4890 | name = "serde_derive" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4891 | version = "1.0.217" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 4893 | checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4894 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4895 | "proc-macro2", |
| 4896 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4897 | "syn 2.0.96", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4898 | ] |
| 4899 | |
| 4900 | [[package]] |
| 4901 | name = "serde_json" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4902 | version = "1.0.135" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4904 | checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4905 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4906 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4907 | "itoa", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4908 | "memchr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4909 | "ryu", |
| 4910 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4911 | ] |
| 4912 | |
| 4913 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4914 | name = "serde_spanned" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4915 | version = "0.6.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4917 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4918 | dependencies = [ |
| 4919 | "serde", |
| 4920 | ] |
| 4921 | |
| 4922 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4923 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4924 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4926 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4927 | dependencies = [ |
| 4928 | "cfg-if", |
| 4929 | "cpufeatures", |
| 4930 | "digest", |
| 4931 | ] |
| 4932 | |
| 4933 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4934 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4935 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4937 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4938 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4939 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4940 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4941 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4942 | ] |
| 4943 | |
| 4944 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4945 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4946 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4948 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4949 | dependencies = [ |
| 4950 | "lazy_static", |
| 4951 | ] |
| 4952 | |
| 4953 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4954 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4955 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4957 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4958 | |
| 4959 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4960 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4961 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4963 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4964 | |
| 4965 | [[package]] |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4966 | name = "similar" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4967 | version = "2.6.0" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4969 | checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4970 | |
| 4971 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4972 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4973 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4975 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4976 | |
| 4977 | [[package]] |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 4978 | name = "siphasher" |
| 4979 | version = "1.0.1" |
| 4980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4981 | checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 4982 | |
| 4983 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4984 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4985 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4987 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 4988 | dependencies = [ |
| 4989 | "autocfg", |
| 4990 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4991 | |
| 4992 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4993 | name = "smallvec" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4994 | version = "1.13.2" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4996 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4997 | |
| 4998 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4999 | name = "socket2" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5000 | version = "0.5.8" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5002 | checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5003 | dependencies = [ |
| 5004 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5005 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5006 | ] |
| 5007 | |
| 5008 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5009 | name = "spanned" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 5010 | version = "0.3.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 5012 | checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5013 | dependencies = [ |
| 5014 | "bstr", |
| 5015 | "color-eyre", |
| 5016 | ] |
| 5017 | |
| 5018 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5019 | name = "spdx" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 5020 | version = "0.10.8" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 5022 | checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5023 | dependencies = [ |
| 5024 | "smallvec", |
| 5025 | ] |
| 5026 | |
| 5027 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5028 | name = "spdx-expression" |
| 5029 | version = "0.5.2" |
| 5030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5031 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5032 | dependencies = [ |
| 5033 | "nom", |
| 5034 | "serde", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5035 | "thiserror 1.0.69", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5036 | "tracing", |
| 5037 | ] |
| 5038 | |
| 5039 | [[package]] |
| 5040 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5041 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5043 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5044 | dependencies = [ |
| 5045 | "chrono", |
| 5046 | "log", |
| 5047 | "nom", |
| 5048 | "serde", |
| 5049 | "spdx-expression", |
| 5050 | "strum", |
| 5051 | "strum_macros", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5052 | "thiserror 1.0.69", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5053 | "uuid", |
| 5054 | ] |
| 5055 | |
| 5056 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5057 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5058 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5060 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5061 | |
| 5062 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5063 | name = "stable_mir" |
| 5064 | version = "0.1.0-preview" |
| 5065 | dependencies = [ |
| 5066 | "scoped-tls", |
Stephen Skeirik | 414ebea | 2024-06-17 21:01:38 | [diff] [blame] | 5067 | "serde", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5068 | ] |
| 5069 | |
| 5070 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5071 | name = "stacker" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 5072 | version = "0.1.17" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 5074 | checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5075 | dependencies = [ |
| 5076 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5077 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5078 | "libc", |
| 5079 | "psm", |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 5080 | "windows-sys 0.59.0", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5081 | ] |
| 5082 | |
| 5083 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5084 | name = "static_assertions" |
| 5085 | version = "1.1.0" |
| 5086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5087 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5088 | |
| 5089 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5090 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5091 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5093 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5094 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5095 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5096 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5097 | "parking_lot", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5098 | "phf_shared 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5099 | "precomputed-hash", |
| 5100 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5101 | ] |
| 5102 | |
| 5103 | [[package]] |
| 5104 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5105 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5107 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5108 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5109 | "phf_generator 0.10.0", |
| 5110 | "phf_shared 0.10.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5111 | "proc-macro2", |
| 5112 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5113 | ] |
| 5114 | |
| 5115 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5116 | name = "strsim" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5117 | version = "0.11.1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5119 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5120 | |
| 5121 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5122 | name = "strum" |
| 5123 | version = "0.24.1" |
| 5124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5125 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5126 | |
| 5127 | [[package]] |
| 5128 | name = "strum_macros" |
| 5129 | version = "0.24.3" |
| 5130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5131 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5132 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 5133 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5134 | "proc-macro2", |
| 5135 | "quote", |
| 5136 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5137 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5138 | ] |
| 5139 | |
| 5140 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5141 | name = "suggest-tests" |
| 5142 | version = "0.1.0" |
| 5143 | dependencies = [ |
| 5144 | "build_helper", |
| 5145 | "glob", |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5146 | ] |
| 5147 | |
| 5148 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5149 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5150 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5152 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5153 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5154 | "proc-macro2", |
| 5155 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5156 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5157 | ] |
| 5158 | |
| 5159 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5160 | name = "syn" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5161 | version = "2.0.96" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5163 | checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5164 | dependencies = [ |
| 5165 | "proc-macro2", |
| 5166 | "quote", |
| 5167 | "unicode-ident", |
| 5168 | ] |
| 5169 | |
| 5170 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5171 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5172 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5174 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5175 | dependencies = [ |
| 5176 | "proc-macro2", |
| 5177 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5178 | "syn 2.0.96", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5179 | ] |
| 5180 | |
| 5181 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5182 | name = "sysinfo" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5183 | version = "0.31.4" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5185 | checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5186 | dependencies = [ |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5187 | "core-foundation-sys", |
| 5188 | "libc", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 5189 | "windows 0.57.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5190 | ] |
| 5191 | |
| 5192 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5193 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5194 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5196 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5197 | dependencies = [ |
| 5198 | "papergrid", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 5199 | "unicode-width 0.1.14", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5200 | ] |
| 5201 | |
| 5202 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5203 | name = "tar" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5204 | version = "0.4.43" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5206 | checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5207 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5208 | "filetime", |
| 5209 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5210 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5211 | ] |
| 5212 | |
| 5213 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5214 | name = "tempfile" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 5215 | version = "3.15.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 5217 | checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5218 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5219 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5220 | "fastrand", |
github-actions | 7bcf985 | 2025-01-05 00:22:51 | [diff] [blame] | 5221 | "getrandom", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5222 | "once_cell", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5223 | "rustix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5224 | "windows-sys 0.59.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5225 | ] |
| 5226 | |
| 5227 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5228 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5229 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5231 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5232 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5233 | "futf", |
| 5234 | "mac", |
| 5235 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5236 | ] |
| 5237 | |
| 5238 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5239 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5240 | version = "0.7.0" |
| 5241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5242 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5243 | dependencies = [ |
| 5244 | "dirs-next", |
| 5245 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5246 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5247 | ] |
| 5248 | |
| 5249 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5250 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5251 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5253 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5254 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5255 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5256 | ] |
| 5257 | |
| 5258 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5259 | name = "terminal_size" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5260 | version = "0.4.1" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5262 | checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5263 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5264 | "rustix", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5265 | "windows-sys 0.59.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5266 | ] |
| 5267 | |
| 5268 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5269 | name = "termize" |
| 5270 | version = "0.1.1" |
| 5271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5272 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5273 | dependencies = [ |
| 5274 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5275 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5276 | ] |
| 5277 | |
| 5278 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 5279 | name = "test-float-parse" |
| 5280 | version = "0.1.0" |
| 5281 | dependencies = [ |
| 5282 | "indicatif", |
| 5283 | "num", |
| 5284 | "rand", |
| 5285 | "rand_chacha", |
| 5286 | "rayon", |
| 5287 | ] |
| 5288 | |
| 5289 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5290 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5291 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5293 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5294 | |
| 5295 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5296 | name = "thiserror" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5297 | version = "1.0.69" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5299 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5300 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5301 | "thiserror-impl 1.0.69", |
| 5302 | ] |
| 5303 | |
| 5304 | [[package]] |
| 5305 | name = "thiserror" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5306 | version = "2.0.11" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5308 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5309 | dependencies = [ |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5310 | "thiserror-impl 2.0.11", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5311 | ] |
| 5312 | |
| 5313 | [[package]] |
| 5314 | name = "thiserror-impl" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5315 | version = "1.0.69" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5317 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5318 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5319 | "proc-macro2", |
| 5320 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5321 | "syn 2.0.96", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5322 | ] |
| 5323 | |
| 5324 | [[package]] |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5325 | name = "thiserror-impl" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5326 | version = "2.0.11" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5328 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5329 | dependencies = [ |
| 5330 | "proc-macro2", |
| 5331 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5332 | "syn 2.0.96", |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5333 | ] |
| 5334 | |
| 5335 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5336 | name = "thorin-dwp" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5337 | version = "0.8.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5339 | checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5340 | dependencies = [ |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5341 | "gimli 0.30.0", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5342 | "hashbrown 0.14.5", |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 5343 | "object 0.36.7", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5344 | "tracing", |
| 5345 | ] |
| 5346 | |
| 5347 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5348 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5349 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5351 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5352 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5353 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5354 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5355 | ] |
| 5356 | |
| 5357 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5358 | name = "threadpool" |
| 5359 | version = "1.8.1" |
| 5360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5361 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5362 | dependencies = [ |
| 5363 | "num_cpus", |
| 5364 | ] |
| 5365 | |
| 5366 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5367 | name = "tidy" |
| 5368 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5369 | dependencies = [ |
onur-ozkan | e9e3c38 | 2024-06-10 14:07:19 | [diff] [blame] | 5370 | "build_helper", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 5371 | "cargo_metadata 0.19.1", |
Michael Goulet | ffd72b1 | 2024-06-21 22:20:45 | [diff] [blame] | 5372 | "fluent-syntax", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5373 | "ignore", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5374 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5375 | "regex", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5376 | "rustc-hash 2.1.0", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5377 | "semver", |
DianQK | de0ece2 | 2024-06-23 14:06:23 | [diff] [blame] | 5378 | "similar", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5379 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5380 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5381 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5382 | |
| 5383 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5384 | name = "tier-check" |
| 5385 | version = "0.1.0" |
| 5386 | |
| 5387 | [[package]] |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 5388 | name = "tikv-jemalloc-sys" |
| 5389 | version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| 5390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5391 | checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" |
| 5392 | dependencies = [ |
| 5393 | "cc", |
| 5394 | "libc", |
| 5395 | ] |
| 5396 | |
| 5397 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5398 | name = "time" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5399 | version = "0.3.37" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5401 | checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5402 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5403 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5404 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5405 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5406 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5407 | "serde", |
| 5408 | "time-core", |
| 5409 | "time-macros", |
| 5410 | ] |
| 5411 | |
| 5412 | [[package]] |
| 5413 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5414 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5416 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5417 | |
| 5418 | [[package]] |
| 5419 | name = "time-macros" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5420 | version = "0.2.19" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5422 | checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5423 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5424 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5425 | "time-core", |
| 5426 | ] |
| 5427 | |
| 5428 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5429 | name = "tinystr" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5430 | version = "0.7.6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5432 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5433 | dependencies = [ |
| 5434 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5435 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5436 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5437 | |
| 5438 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5439 | name = "tinyvec" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 5440 | version = "1.8.1" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 5442 | checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5443 | dependencies = [ |
| 5444 | "tinyvec_macros", |
| 5445 | ] |
| 5446 | |
| 5447 | [[package]] |
| 5448 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5449 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5451 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5452 | |
| 5453 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5454 | name = "tokio" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5455 | version = "1.43.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5457 | checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5458 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5459 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5460 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5461 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5462 | ] |
| 5463 | |
| 5464 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5465 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5466 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5468 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5469 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5470 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5471 | ] |
| 5472 | |
| 5473 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5474 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5475 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5477 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5478 | dependencies = [ |
| 5479 | "serde", |
| 5480 | "serde_spanned", |
| 5481 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5482 | "toml_edit", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5483 | ] |
| 5484 | |
| 5485 | [[package]] |
| 5486 | name = "toml_datetime" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5487 | version = "0.6.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5489 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5490 | dependencies = [ |
| 5491 | "serde", |
| 5492 | ] |
| 5493 | |
| 5494 | [[package]] |
| 5495 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5496 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5498 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5499 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5500 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5501 | "serde", |
| 5502 | "serde_spanned", |
| 5503 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5504 | "winnow", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5505 | ] |
| 5506 | |
| 5507 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5508 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5509 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5511 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5512 | |
| 5513 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5514 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5515 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5517 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5518 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5519 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5520 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5521 | "tracing-attributes", |
| 5522 | "tracing-core", |
| 5523 | ] |
| 5524 | |
| 5525 | [[package]] |
| 5526 | name = "tracing-attributes" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5527 | version = "0.1.28" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5529 | checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5530 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5531 | "proc-macro2", |
| 5532 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5533 | "syn 2.0.96", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5534 | ] |
| 5535 | |
| 5536 | [[package]] |
| 5537 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5538 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5540 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5541 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5542 | "once_cell", |
| 5543 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5544 | ] |
| 5545 | |
| 5546 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5547 | name = "tracing-error" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5548 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5550 | checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5551 | dependencies = [ |
| 5552 | "tracing", |
| 5553 | "tracing-subscriber", |
| 5554 | ] |
| 5555 | |
| 5556 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5557 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5558 | version = "0.2.0" |
| 5559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5560 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5561 | dependencies = [ |
| 5562 | "log", |
| 5563 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5564 | "tracing-core", |
| 5565 | ] |
| 5566 | |
| 5567 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5568 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5569 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5571 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5572 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5573 | "matchers", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5574 | "nu-ansi-term 0.46.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5575 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5576 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5577 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5578 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5579 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5580 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5581 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5582 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5583 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5584 | ] |
| 5585 | |
| 5586 | [[package]] |
| 5587 | name = "tracing-tree" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5588 | version = "0.3.1" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5590 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5591 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5592 | "nu-ansi-term 0.50.1", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5593 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5594 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5595 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5596 | ] |
| 5597 | |
| 5598 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5599 | name = "twox-hash" |
| 5600 | version = "1.6.3" |
| 5601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5602 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5603 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5604 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5605 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5606 | "static_assertions", |
| 5607 | ] |
| 5608 | |
| 5609 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5610 | name = "type-map" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5611 | version = "0.5.0" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5613 | checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5614 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5615 | "rustc-hash 1.1.0", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5616 | ] |
| 5617 | |
| 5618 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5619 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5620 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5622 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5623 | |
| 5624 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5625 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5626 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5628 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5629 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5630 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5631 | ] |
| 5632 | |
| 5633 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5634 | name = "ucd-trie" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5635 | version = "0.1.7" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5637 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5638 | |
| 5639 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5640 | name = "ui_test" |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 5641 | version = "0.26.5" |
| 5642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5643 | checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83" |
| 5644 | dependencies = [ |
clubby789 | 0b095f8 | 2024-12-17 13:17:39 | [diff] [blame] | 5645 | "annotate-snippets 0.11.5", |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 5646 | "anyhow", |
| 5647 | "bstr", |
| 5648 | "cargo-platform", |
clubby789 | f4d215e | 2024-12-28 23:28:41 | [diff] [blame] | 5649 | "cargo_metadata 0.18.1", |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 5650 | "color-eyre", |
| 5651 | "colored", |
| 5652 | "comma", |
| 5653 | "crossbeam-channel", |
| 5654 | "indicatif", |
| 5655 | "levenshtein", |
| 5656 | "prettydiff", |
| 5657 | "regex", |
| 5658 | "rustc_version", |
| 5659 | "rustfix", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5660 | "serde", |
| 5661 | "serde_json", |
| 5662 | "spanned", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5663 | ] |
| 5664 | |
| 5665 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5666 | name = "unic-langid" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5667 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5669 | checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5670 | dependencies = [ |
| 5671 | "unic-langid-impl", |
| 5672 | "unic-langid-macros", |
| 5673 | ] |
| 5674 | |
| 5675 | [[package]] |
| 5676 | name = "unic-langid-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5677 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5679 | checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5680 | dependencies = [ |
| 5681 | "tinystr", |
| 5682 | ] |
| 5683 | |
| 5684 | [[package]] |
| 5685 | name = "unic-langid-macros" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5686 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5688 | checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5689 | dependencies = [ |
| 5690 | "proc-macro-hack", |
| 5691 | "tinystr", |
| 5692 | "unic-langid-impl", |
| 5693 | "unic-langid-macros-impl", |
| 5694 | ] |
| 5695 | |
| 5696 | [[package]] |
| 5697 | name = "unic-langid-macros-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5698 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5700 | checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5701 | dependencies = [ |
| 5702 | "proc-macro-hack", |
| 5703 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5704 | "syn 2.0.96", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5705 | "unic-langid-impl", |
| 5706 | ] |
| 5707 | |
| 5708 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5709 | name = "unicase" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 5710 | version = "2.8.1" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 519c233 | 2024-12-29 00:22:58 | [diff] [blame] | 5712 | checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5713 | |
| 5714 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5715 | name = "unicode-ident" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5716 | version = "1.0.14" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5718 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5719 | |
| 5720 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5721 | name = "unicode-normalization" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5722 | version = "0.1.24" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5724 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5725 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5726 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5727 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5728 | |
| 5729 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5730 | name = "unicode-properties" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5731 | version = "0.1.3" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5733 | checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5734 | |
| 5735 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5736 | name = "unicode-script" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5737 | version = "0.5.7" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5739 | checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5740 | |
| 5741 | [[package]] |
| 5742 | name = "unicode-security" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5743 | version = "0.1.2" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5745 | checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5746 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5747 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5748 | "unicode-script", |
| 5749 | ] |
| 5750 | |
| 5751 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5752 | name = "unicode-segmentation" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5753 | version = "1.12.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5755 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5756 | |
| 5757 | [[package]] |
许杰友 Jieyou Xu (Joe) | d21aa86 | 2024-10-13 11:11:58 | [diff] [blame] | 5758 | name = "unicode-table-generator" |
| 5759 | version = "0.1.0" |
| 5760 | dependencies = [ |
| 5761 | "ucd-parse", |
| 5762 | ] |
| 5763 | |
| 5764 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5765 | name = "unicode-width" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5766 | version = "0.1.14" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5768 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5769 | |
| 5770 | [[package]] |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 5771 | name = "unicode-width" |
| 5772 | version = "0.2.0" |
| 5773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5774 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 5775 | |
| 5776 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5777 | name = "unicode-xid" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5778 | version = "0.2.6" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5780 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5781 | |
| 5782 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5783 | name = "unified-diff" |
| 5784 | version = "0.2.1" |
| 5785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5786 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5787 | dependencies = [ |
| 5788 | "diff", |
| 5789 | ] |
| 5790 | |
| 5791 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5792 | name = "unstable-book-gen" |
| 5793 | version = "0.1.0" |
| 5794 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5795 | "num-traits", |
| 5796 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5797 | ] |
| 5798 | |
| 5799 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5800 | name = "url" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5801 | version = "2.5.4" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5803 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5804 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5805 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5806 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5807 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5808 | ] |
| 5809 | |
| 5810 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5811 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5812 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5814 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5815 | |
| 5816 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5817 | name = "utf16_iter" |
| 5818 | version = "1.0.5" |
| 5819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5820 | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| 5821 | |
| 5822 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 5823 | name = "utf8-width" |
| 5824 | version = "0.1.7" |
| 5825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5826 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 5827 | |
| 5828 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5829 | name = "utf8_iter" |
| 5830 | version = "1.0.4" |
| 5831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5832 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 5833 | |
| 5834 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5835 | name = "utf8parse" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5836 | version = "0.2.2" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5838 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5839 | |
| 5840 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5841 | name = "uuid" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5842 | version = "1.12.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5844 | checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5845 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5846 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5847 | ] |
| 5848 | |
| 5849 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5850 | name = "valuable" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5851 | version = "0.1.1" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5853 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5854 | |
| 5855 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5856 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5857 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5859 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5860 | |
| 5861 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5862 | name = "version_check" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5863 | version = "0.9.5" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5865 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5866 | |
| 5867 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5868 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5869 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5871 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5872 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5873 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5874 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5875 | ] |
| 5876 | |
| 5877 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5878 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5879 | version = "0.11.0+wasi-snapshot-preview1" |
| 5880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5881 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5882 | |
| 5883 | [[package]] |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5884 | name = "wasi-preview1-component-adapter-provider" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5885 | version = "29.0.1" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5887 | checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5888 | |
| 5889 | [[package]] |
| 5890 | name = "wasm-bindgen" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5891 | version = "0.2.100" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5893 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5894 | dependencies = [ |
| 5895 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5896 | "once_cell", |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5897 | "rustversion", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5898 | "wasm-bindgen-macro", |
| 5899 | ] |
| 5900 | |
| 5901 | [[package]] |
| 5902 | name = "wasm-bindgen-backend" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5903 | version = "0.2.100" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5905 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5906 | dependencies = [ |
| 5907 | "bumpalo", |
| 5908 | "log", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5909 | "proc-macro2", |
| 5910 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5911 | "syn 2.0.96", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5912 | "wasm-bindgen-shared", |
| 5913 | ] |
| 5914 | |
| 5915 | [[package]] |
| 5916 | name = "wasm-bindgen-macro" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5917 | version = "0.2.100" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5919 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5920 | dependencies = [ |
| 5921 | "quote", |
| 5922 | "wasm-bindgen-macro-support", |
| 5923 | ] |
| 5924 | |
| 5925 | [[package]] |
| 5926 | name = "wasm-bindgen-macro-support" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5927 | version = "0.2.100" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5929 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5930 | dependencies = [ |
| 5931 | "proc-macro2", |
| 5932 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5933 | "syn 2.0.96", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5934 | "wasm-bindgen-backend", |
| 5935 | "wasm-bindgen-shared", |
| 5936 | ] |
| 5937 | |
| 5938 | [[package]] |
| 5939 | name = "wasm-bindgen-shared" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5940 | version = "0.2.100" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 715c3d4 | 2025-01-19 00:21:55 | [diff] [blame] | 5942 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| 5943 | dependencies = [ |
| 5944 | "unicode-ident", |
| 5945 | ] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5946 | |
| 5947 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5948 | name = "wasm-component-ld" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5949 | version = "0.5.12" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5951 | checksum = "580305a8e3f1b7a79859a8db897de643533b2851c5eb080fe5800233f16dec88" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5952 | dependencies = [ |
| 5953 | "anyhow", |
| 5954 | "clap", |
| 5955 | "lexopt", |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame] | 5956 | "libc", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5957 | "tempfile", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5958 | "wasi-preview1-component-adapter-provider", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5959 | "wasmparser 0.223.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5960 | "wat", |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame] | 5961 | "windows-sys 0.59.0", |
| 5962 | "winsplit", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5963 | "wit-component", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5964 | "wit-parser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5965 | ] |
| 5966 | |
| 5967 | [[package]] |
| 5968 | name = "wasm-component-ld-wrapper" |
| 5969 | version = "0.1.0" |
| 5970 | dependencies = [ |
| 5971 | "wasm-component-ld", |
| 5972 | ] |
| 5973 | |
| 5974 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 5975 | name = "wasm-encoder" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5976 | version = "0.219.1" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5978 | checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5979 | dependencies = [ |
| 5980 | "leb128", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5981 | "wasmparser 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5982 | ] |
| 5983 | |
| 5984 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5985 | name = "wasm-encoder" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5986 | version = "0.223.0" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5988 | checksum = "7e636076193fa68103e937ac951b5f2f587624097017d764b8984d9c0f149464" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5989 | dependencies = [ |
| 5990 | "leb128", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 5991 | "wasmparser 0.223.0", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 5992 | ] |
| 5993 | |
| 5994 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5995 | name = "wasm-metadata" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5996 | version = "0.223.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 5998 | checksum = "5c730c3379d3d20e5a0245b0724b924483e853588ca8fba547c1e21f19e7d735" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5999 | dependencies = [ |
| 6000 | "anyhow", |
| 6001 | "indexmap", |
| 6002 | "serde", |
| 6003 | "serde_derive", |
| 6004 | "serde_json", |
| 6005 | "spdx", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6006 | "url", |
| 6007 | "wasm-encoder 0.223.0", |
| 6008 | "wasmparser 0.223.0", |
Alex Crichton | 99558dc | 2024-08-29 21:38:45 | [diff] [blame] | 6009 | ] |
| 6010 | |
| 6011 | [[package]] |
| 6012 | name = "wasmparser" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6013 | version = "0.219.1" |
| 6014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6015 | checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 6016 | dependencies = [ |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6017 | "bitflags", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6018 | "indexmap", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6019 | ] |
| 6020 | |
| 6021 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6022 | name = "wasmparser" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 6023 | version = "0.222.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | b4ef168 | 2024-12-22 00:22:56 | [diff] [blame] | 6025 | checksum = "4adf50fde1b1a49c1add6a80d47aea500c88db70551805853aa8b88f3ea27ab5" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6026 | dependencies = [ |
| 6027 | "bitflags", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6028 | ] |
| 6029 | |
| 6030 | [[package]] |
| 6031 | name = "wasmparser" |
| 6032 | version = "0.223.0" |
| 6033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6034 | checksum = "d5a99faceb1a5a84dd6084ec4bfa4b2ab153b5793b43fd8f58b89232634afc35" |
| 6035 | dependencies = [ |
| 6036 | "bitflags", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6037 | "hashbrown 0.15.2", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6038 | "indexmap", |
| 6039 | "semver", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6040 | "serde", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6041 | ] |
| 6042 | |
| 6043 | [[package]] |
| 6044 | name = "wast" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6045 | version = "223.0.0" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6047 | checksum = "d59b2ba8a2ff9f06194b7be9524f92e45e70149f4dacc0d0c7ad92b59ac875e4" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6048 | dependencies = [ |
| 6049 | "bumpalo", |
| 6050 | "leb128", |
| 6051 | "memchr", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6052 | "unicode-width 0.2.0", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6053 | "wasm-encoder 0.223.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6054 | ] |
| 6055 | |
| 6056 | [[package]] |
| 6057 | name = "wat" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6058 | version = "1.223.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6060 | checksum = "662786915c427e4918ff01eabb3c4756d4d947cd8f635761526b4cc9da2eaaad" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6061 | dependencies = [ |
| 6062 | "wast", |
| 6063 | ] |
| 6064 | |
| 6065 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6066 | name = "web-time" |
| 6067 | version = "1.1.0" |
| 6068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6069 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 6070 | dependencies = [ |
| 6071 | "js-sys", |
| 6072 | "wasm-bindgen", |
| 6073 | ] |
| 6074 | |
| 6075 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6076 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6077 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6079 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6080 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6081 | "winapi-i686-pc-windows-gnu", |
| 6082 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6083 | ] |
| 6084 | |
| 6085 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6086 | name = "winapi-i686-pc-windows-gnu" |
| 6087 | version = "0.4.0" |
| 6088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6089 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6090 | |
| 6091 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6092 | name = "winapi-util" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6093 | version = "0.1.9" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6095 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6096 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6097 | "windows-sys 0.59.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6098 | ] |
| 6099 | |
| 6100 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6101 | name = "winapi-x86_64-pc-windows-gnu" |
| 6102 | version = "0.4.0" |
| 6103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6104 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6105 | |
| 6106 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6107 | name = "windows" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6108 | version = "0.57.0" |
| 6109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6110 | checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| 6111 | dependencies = [ |
| 6112 | "windows-core 0.57.0", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6113 | "windows-targets 0.52.6", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6114 | ] |
| 6115 | |
| 6116 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6117 | name = "windows" |
| 6118 | version = "0.59.0" |
| 6119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6120 | checksum = "7f919aee0a93304be7f62e8e5027811bbba96bcb1de84d6618be56e43f8a32a1" |
| 6121 | dependencies = [ |
| 6122 | "windows-core 0.59.0", |
| 6123 | "windows-targets 0.53.0", |
| 6124 | ] |
| 6125 | |
| 6126 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6127 | name = "windows-bindgen" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6128 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6130 | checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6131 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6132 | "proc-macro2", |
| 6133 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 6134 | "serde", |
| 6135 | "serde_json", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6136 | "syn 2.0.96", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6137 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6138 | ] |
| 6139 | |
| 6140 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6141 | name = "windows-core" |
| 6142 | version = "0.52.0" |
| 6143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6144 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 6145 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6146 | "windows-targets 0.52.6", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6147 | ] |
| 6148 | |
| 6149 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6150 | name = "windows-core" |
| 6151 | version = "0.57.0" |
| 6152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6153 | checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| 6154 | dependencies = [ |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6155 | "windows-implement 0.57.0", |
| 6156 | "windows-interface 0.57.0", |
| 6157 | "windows-result 0.1.2", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6158 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6159 | ] |
| 6160 | |
| 6161 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6162 | name = "windows-core" |
| 6163 | version = "0.59.0" |
| 6164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6165 | checksum = "810ce18ed2112484b0d4e15d022e5f598113e220c53e373fb31e67e21670c1ce" |
| 6166 | dependencies = [ |
| 6167 | "windows-implement 0.59.0", |
| 6168 | "windows-interface 0.59.0", |
| 6169 | "windows-result 0.3.0", |
| 6170 | "windows-strings", |
| 6171 | "windows-targets 0.53.0", |
| 6172 | ] |
| 6173 | |
| 6174 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6175 | name = "windows-implement" |
| 6176 | version = "0.57.0" |
| 6177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6178 | checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| 6179 | dependencies = [ |
| 6180 | "proc-macro2", |
| 6181 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6182 | "syn 2.0.96", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6183 | ] |
| 6184 | |
| 6185 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6186 | name = "windows-implement" |
| 6187 | version = "0.59.0" |
| 6188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6189 | checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1" |
| 6190 | dependencies = [ |
| 6191 | "proc-macro2", |
| 6192 | "quote", |
| 6193 | "syn 2.0.96", |
| 6194 | ] |
| 6195 | |
| 6196 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6197 | name = "windows-interface" |
| 6198 | version = "0.57.0" |
| 6199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6200 | checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| 6201 | dependencies = [ |
| 6202 | "proc-macro2", |
| 6203 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6204 | "syn 2.0.96", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6205 | ] |
| 6206 | |
| 6207 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6208 | name = "windows-interface" |
| 6209 | version = "0.59.0" |
| 6210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6211 | checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01" |
| 6212 | dependencies = [ |
| 6213 | "proc-macro2", |
| 6214 | "quote", |
| 6215 | "syn 2.0.96", |
| 6216 | ] |
| 6217 | |
| 6218 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6219 | name = "windows-metadata" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6220 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6222 | checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6223 | |
| 6224 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6225 | name = "windows-result" |
| 6226 | version = "0.1.2" |
| 6227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6228 | checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| 6229 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6230 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6231 | ] |
| 6232 | |
| 6233 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6234 | name = "windows-result" |
| 6235 | version = "0.3.0" |
| 6236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6237 | checksum = "d08106ce80268c4067c0571ca55a9b4e9516518eaa1a1fe9b37ca403ae1d1a34" |
| 6238 | dependencies = [ |
| 6239 | "windows-targets 0.53.0", |
| 6240 | ] |
| 6241 | |
| 6242 | [[package]] |
| 6243 | name = "windows-strings" |
| 6244 | version = "0.3.0" |
| 6245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6246 | checksum = "b888f919960b42ea4e11c2f408fadb55f78a9f236d5eef084103c8ce52893491" |
| 6247 | dependencies = [ |
| 6248 | "windows-targets 0.53.0", |
| 6249 | ] |
| 6250 | |
| 6251 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6252 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6253 | version = "0.48.0" |
| 6254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6255 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6256 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6257 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6258 | ] |
| 6259 | |
| 6260 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6261 | name = "windows-sys" |
| 6262 | version = "0.52.0" |
| 6263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6264 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6265 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6266 | "windows-targets 0.52.6", |
| 6267 | ] |
| 6268 | |
| 6269 | [[package]] |
| 6270 | name = "windows-sys" |
| 6271 | version = "0.59.0" |
| 6272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6273 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6274 | dependencies = [ |
| 6275 | "windows-targets 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6276 | ] |
| 6277 | |
| 6278 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6279 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6280 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6282 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6283 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6284 | "windows_aarch64_gnullvm 0.48.5", |
| 6285 | "windows_aarch64_msvc 0.48.5", |
| 6286 | "windows_i686_gnu 0.48.5", |
| 6287 | "windows_i686_msvc 0.48.5", |
| 6288 | "windows_x86_64_gnu 0.48.5", |
| 6289 | "windows_x86_64_gnullvm 0.48.5", |
| 6290 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6291 | ] |
| 6292 | |
| 6293 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6294 | name = "windows-targets" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6295 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6297 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6298 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6299 | "windows_aarch64_gnullvm 0.52.6", |
| 6300 | "windows_aarch64_msvc 0.52.6", |
| 6301 | "windows_i686_gnu 0.52.6", |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6302 | "windows_i686_gnullvm 0.52.6", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6303 | "windows_i686_msvc 0.52.6", |
| 6304 | "windows_x86_64_gnu 0.52.6", |
| 6305 | "windows_x86_64_gnullvm 0.52.6", |
| 6306 | "windows_x86_64_msvc 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6307 | ] |
| 6308 | |
| 6309 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6310 | name = "windows-targets" |
| 6311 | version = "0.53.0" |
| 6312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6313 | checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" |
| 6314 | dependencies = [ |
| 6315 | "windows_aarch64_gnullvm 0.53.0", |
| 6316 | "windows_aarch64_msvc 0.53.0", |
| 6317 | "windows_i686_gnu 0.53.0", |
| 6318 | "windows_i686_gnullvm 0.53.0", |
| 6319 | "windows_i686_msvc 0.53.0", |
| 6320 | "windows_x86_64_gnu 0.53.0", |
| 6321 | "windows_x86_64_gnullvm 0.53.0", |
| 6322 | "windows_x86_64_msvc 0.53.0", |
| 6323 | ] |
| 6324 | |
| 6325 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6326 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6327 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6329 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6330 | |
| 6331 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6332 | name = "windows_aarch64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6333 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6335 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6336 | |
| 6337 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6338 | name = "windows_aarch64_gnullvm" |
| 6339 | version = "0.53.0" |
| 6340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6341 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| 6342 | |
| 6343 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6344 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6345 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6347 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6348 | |
| 6349 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6350 | name = "windows_aarch64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6351 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6353 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6354 | |
| 6355 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6356 | name = "windows_aarch64_msvc" |
| 6357 | version = "0.53.0" |
| 6358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6359 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| 6360 | |
| 6361 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6362 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6363 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6365 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6366 | |
| 6367 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6368 | name = "windows_i686_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6369 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6371 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6372 | |
| 6373 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6374 | name = "windows_i686_gnu" |
| 6375 | version = "0.53.0" |
| 6376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6377 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| 6378 | |
| 6379 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6380 | name = "windows_i686_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6381 | version = "0.52.6" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6383 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6384 | |
| 6385 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6386 | name = "windows_i686_gnullvm" |
| 6387 | version = "0.53.0" |
| 6388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6389 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| 6390 | |
| 6391 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6392 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6393 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6395 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6396 | |
| 6397 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6398 | name = "windows_i686_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6399 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6401 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6402 | |
| 6403 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6404 | name = "windows_i686_msvc" |
| 6405 | version = "0.53.0" |
| 6406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6407 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| 6408 | |
| 6409 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6410 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6411 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6413 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6414 | |
| 6415 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6416 | name = "windows_x86_64_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6417 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6419 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6420 | |
| 6421 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6422 | name = "windows_x86_64_gnu" |
| 6423 | version = "0.53.0" |
| 6424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6425 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| 6426 | |
| 6427 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6428 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6429 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6431 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6432 | |
| 6433 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6434 | name = "windows_x86_64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6435 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6437 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6438 | |
| 6439 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6440 | name = "windows_x86_64_gnullvm" |
| 6441 | version = "0.53.0" |
| 6442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6443 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| 6444 | |
| 6445 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6446 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6447 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6449 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6450 | |
| 6451 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6452 | name = "windows_x86_64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6453 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6455 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6456 | |
| 6457 | [[package]] |
klensy | 84ce2e1 | 2025-01-14 13:57:04 | [diff] [blame] | 6458 | name = "windows_x86_64_msvc" |
| 6459 | version = "0.53.0" |
| 6460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6461 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| 6462 | |
| 6463 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6464 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6465 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6467 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6468 | dependencies = [ |
| 6469 | "memchr", |
| 6470 | ] |
| 6471 | |
| 6472 | [[package]] |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame] | 6473 | name = "winsplit" |
| 6474 | version = "0.1.0" |
| 6475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6476 | checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956" |
| 6477 | |
| 6478 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6479 | name = "wit-component" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6480 | version = "0.223.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6482 | checksum = "c10ed2aeee4c8ec5715875f62f4a3de3608d6987165c116810d8c2908aa9d93b" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6483 | dependencies = [ |
| 6484 | "anyhow", |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6485 | "bitflags", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6486 | "indexmap", |
| 6487 | "log", |
| 6488 | "serde", |
| 6489 | "serde_derive", |
| 6490 | "serde_json", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6491 | "wasm-encoder 0.223.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6492 | "wasm-metadata", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6493 | "wasmparser 0.223.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6494 | "wit-parser", |
| 6495 | ] |
| 6496 | |
| 6497 | [[package]] |
| 6498 | name = "wit-parser" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6499 | version = "0.223.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6501 | checksum = "92772f4dcacb804b275981eea1d920b12b377993b53307f1e33d87404e080281" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6502 | dependencies = [ |
| 6503 | "anyhow", |
| 6504 | "id-arena", |
| 6505 | "indexmap", |
| 6506 | "log", |
| 6507 | "semver", |
| 6508 | "serde", |
| 6509 | "serde_derive", |
| 6510 | "serde_json", |
| 6511 | "unicode-xid", |
Alex Crichton | 8600694 | 2025-01-21 23:20:54 | [diff] [blame] | 6512 | "wasmparser 0.223.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6513 | ] |
| 6514 | |
| 6515 | [[package]] |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6516 | name = "write16" |
| 6517 | version = "1.0.0" |
| 6518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6519 | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| 6520 | |
| 6521 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6522 | name = "writeable" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6523 | version = "0.5.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6525 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6526 | |
| 6527 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6528 | name = "xattr" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6529 | version = "1.4.0" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6531 | checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6532 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6533 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6534 | "linux-raw-sys", |
| 6535 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6536 | ] |
| 6537 | |
| 6538 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6539 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6540 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6542 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6543 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6544 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6545 | ] |
| 6546 | |
| 6547 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6548 | name = "yansi-term" |
| 6549 | version = "0.1.2" |
| 6550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6551 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6552 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6553 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6554 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6555 | |
| 6556 | [[package]] |
| 6557 | name = "yoke" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6558 | version = "0.7.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6560 | checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6561 | dependencies = [ |
| 6562 | "serde", |
| 6563 | "stable_deref_trait", |
| 6564 | "yoke-derive", |
| 6565 | "zerofrom", |
| 6566 | ] |
| 6567 | |
| 6568 | [[package]] |
| 6569 | name = "yoke-derive" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6570 | version = "0.7.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6572 | checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6573 | dependencies = [ |
| 6574 | "proc-macro2", |
| 6575 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6576 | "syn 2.0.96", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6577 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6578 | ] |
| 6579 | |
| 6580 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6581 | name = "zerocopy" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6582 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6584 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6585 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6586 | "byteorder", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6587 | "zerocopy-derive", |
| 6588 | ] |
| 6589 | |
| 6590 | [[package]] |
| 6591 | name = "zerocopy-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6592 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6594 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6595 | dependencies = [ |
| 6596 | "proc-macro2", |
| 6597 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6598 | "syn 2.0.96", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6599 | ] |
| 6600 | |
| 6601 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6602 | name = "zerofrom" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6603 | version = "0.1.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6605 | checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6606 | dependencies = [ |
| 6607 | "zerofrom-derive", |
| 6608 | ] |
| 6609 | |
| 6610 | [[package]] |
| 6611 | name = "zerofrom-derive" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6612 | version = "0.1.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 868668e | 2024-11-25 15:06:43 | [diff] [blame] | 6614 | checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6615 | dependencies = [ |
| 6616 | "proc-macro2", |
| 6617 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6618 | "syn 2.0.96", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6619 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6620 | ] |
| 6621 | |
| 6622 | [[package]] |
| 6623 | name = "zerovec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6624 | version = "0.10.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6626 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6627 | dependencies = [ |
| 6628 | "yoke", |
| 6629 | "zerofrom", |
| 6630 | "zerovec-derive", |
| 6631 | ] |
| 6632 | |
| 6633 | [[package]] |
| 6634 | name = "zerovec-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6635 | version = "0.10.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6637 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6638 | dependencies = [ |
| 6639 | "proc-macro2", |
| 6640 | "quote", |
github-actions | 0f1e253 | 2025-01-12 00:23:37 | [diff] [blame] | 6641 | "syn 2.0.96", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6642 | ] |