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. |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 3 | version = 3 |
| 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]] |
| 15 | name = "addr2line" |
| 16 | version = "0.22.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" |
| 19 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 20 | "compiler_builtins", |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 21 | "gimli 0.29.0", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 22 | "rustc-std-workspace-alloc", |
| 23 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 24 | ] |
| 25 | |
| 26 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 27 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 28 | version = "1.0.2" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 31 | dependencies = [ |
| 32 | "compiler_builtins", |
| 33 | "rustc-std-workspace-core", |
| 34 | ] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 35 | |
| 36 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 37 | name = "aes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 38 | version = "0.8.4" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 40 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 41 | dependencies = [ |
| 42 | "cfg-if", |
| 43 | "cipher", |
| 44 | "cpufeatures", |
| 45 | ] |
| 46 | |
| 47 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 48 | name = "ahash" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 49 | version = "0.8.11" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 51 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 52 | dependencies = [ |
| 53 | "cfg-if", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 54 | "getrandom", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 55 | "once_cell", |
| 56 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 57 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 58 | ] |
| 59 | |
| 60 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 61 | name = "aho-corasick" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 62 | version = "1.1.3" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 64 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 65 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 66 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 67 | ] |
| 68 | |
| 69 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 70 | name = "alloc" |
| 71 | version = "0.0.0" |
| 72 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 73 | "compiler_builtins", |
| 74 | "core", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 75 | "rand", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 76 | "rand_xorshift", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 77 | ] |
| 78 | |
| 79 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 80 | name = "allocator-api2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 81 | version = "0.2.18" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 83 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 84 | |
| 85 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 86 | name = "ammonia" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 87 | version = "4.0.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 89 | checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 90 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 91 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 92 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 93 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 94 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 95 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 96 | ] |
| 97 | |
| 98 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 99 | name = "android-tzdata" |
| 100 | version = "0.1.1" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 103 | |
| 104 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 105 | name = "android_system_properties" |
| 106 | version = "0.1.5" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 109 | dependencies = [ |
| 110 | "libc", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 114 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 115 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 117 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 118 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 119 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 120 | "yansi-term", |
| 121 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 122 | |
| 123 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 124 | name = "annotate-snippets" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 125 | version = "0.10.2" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 127 | checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 128 | dependencies = [ |
| 129 | "anstyle", |
| 130 | "unicode-width", |
| 131 | ] |
| 132 | |
| 133 | [[package]] |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 134 | name = "annotate-snippets" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 135 | version = "0.11.4" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 137 | checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 138 | dependencies = [ |
| 139 | "anstyle", |
| 140 | "unicode-width", |
| 141 | ] |
| 142 | |
| 143 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 144 | name = "ansi_term" |
| 145 | version = "0.12.1" |
| 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 147 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 148 | dependencies = [ |
| 149 | "winapi", |
| 150 | ] |
| 151 | |
| 152 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 153 | name = "anstream" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 154 | version = "0.6.14" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 156 | checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 157 | dependencies = [ |
| 158 | "anstyle", |
| 159 | "anstyle-parse", |
| 160 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 161 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 162 | "colorchoice", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 163 | "is_terminal_polyfill", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 164 | "utf8parse", |
| 165 | ] |
| 166 | |
| 167 | [[package]] |
| 168 | name = "anstyle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 169 | version = "1.0.7" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 171 | checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 172 | |
| 173 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 174 | name = "anstyle-lossy" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 175 | version = "1.1.1" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 177 | checksum = "6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 178 | dependencies = [ |
| 179 | "anstyle", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 183 | name = "anstyle-parse" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 184 | version = "0.2.4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 186 | checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 187 | dependencies = [ |
| 188 | "utf8parse", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 192 | name = "anstyle-query" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 193 | version = "1.1.0" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 195 | checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 196 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 197 | "windows-sys 0.52.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 198 | ] |
| 199 | |
| 200 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 201 | name = "anstyle-svg" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 202 | version = "0.1.4" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 204 | checksum = "bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 205 | dependencies = [ |
| 206 | "anstream", |
| 207 | "anstyle", |
| 208 | "anstyle-lossy", |
| 209 | "html-escape", |
| 210 | "unicode-width", |
| 211 | ] |
| 212 | |
| 213 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 214 | name = "anstyle-wincon" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 215 | version = "3.0.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 217 | checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 218 | dependencies = [ |
| 219 | "anstyle", |
| 220 | "windows-sys 0.52.0", |
| 221 | ] |
| 222 | |
| 223 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 224 | name = "anyhow" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 225 | version = "1.0.86" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 227 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 228 | dependencies = [ |
| 229 | "backtrace", |
| 230 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 231 | |
| 232 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 233 | name = "ar_archive_writer" |
bjorn3 | 58e5514 | 2024-04-16 18:31:43 | [diff] [blame] | 234 | version = "0.3.0" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 58e5514 | 2024-04-16 18:31:43 | [diff] [blame] | 236 | checksum = "f8412a2d690663356cba5a2532f3ed55d1e8090743bc6695b88403b27df67733" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 237 | dependencies = [ |
bjorn3 | 58e5514 | 2024-04-16 18:31:43 | [diff] [blame] | 238 | "object 0.35.0", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 239 | ] |
| 240 | |
| 241 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 242 | name = "arrayvec" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 243 | version = "0.7.4" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 245 | checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 246 | |
| 247 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 248 | name = "autocfg" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 249 | version = "1.3.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 251 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 252 | |
| 253 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 254 | name = "backtrace" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 255 | version = "0.3.71" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 257 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 258 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 259 | "addr2line 0.21.0", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 260 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 261 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 262 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 263 | "miniz_oxide", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 264 | "object 0.32.2", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 265 | "rustc-demangle", |
| 266 | ] |
| 267 | |
| 268 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 269 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 270 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 272 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 273 | |
| 274 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 275 | name = "basic-toml" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 276 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 278 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 279 | dependencies = [ |
| 280 | "serde", |
| 281 | ] |
| 282 | |
| 283 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 284 | name = "bincode" |
| 285 | version = "1.3.3" |
| 286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 288 | dependencies = [ |
| 289 | "serde", |
| 290 | ] |
| 291 | |
| 292 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 293 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 294 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 296 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 297 | |
| 298 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 299 | name = "bitflags" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 300 | version = "2.5.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 302 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 303 | |
| 304 | [[package]] |
| 305 | name = "block-buffer" |
| 306 | version = "0.10.4" |
| 307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 308 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 309 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 310 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 311 | ] |
| 312 | |
| 313 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 314 | name = "bstr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 315 | version = "1.6.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 317 | checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 318 | dependencies = [ |
| 319 | "memchr", |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 320 | "regex-automata 0.3.7", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 321 | "serde", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 325 | name = "build-manifest" |
| 326 | version = "0.1.0" |
| 327 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 328 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 329 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 330 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 331 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 332 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 333 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 334 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 335 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 336 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 337 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 338 | ] |
| 339 | |
| 340 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 341 | name = "build_helper" |
| 342 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 343 | dependencies = [ |
| 344 | "serde", |
| 345 | "serde_derive", |
| 346 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 347 | |
| 348 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 349 | name = "bump-stage0" |
| 350 | version = "0.1.0" |
| 351 | dependencies = [ |
| 352 | "anyhow", |
onur-ozkan | b46c3f2 | 2024-05-09 15:18:01 | [diff] [blame] | 353 | "build_helper", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 354 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 355 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 356 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 357 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 358 | ] |
| 359 | |
| 360 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 361 | name = "bumpalo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 362 | version = "3.16.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 364 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 365 | |
| 366 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 367 | name = "bytecount" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 368 | version = "0.6.8" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 370 | checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 371 | |
| 372 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 373 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 374 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 376 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 377 | |
| 378 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 379 | name = "bytes" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 380 | version = "1.6.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 382 | checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 383 | |
| 384 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 385 | name = "camino" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 386 | version = "1.1.7" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 388 | checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 389 | dependencies = [ |
| 390 | "serde", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 394 | name = "cargo-miri" |
| 395 | version = "0.1.0" |
| 396 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 397 | "cargo_metadata 0.18.1", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 398 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 399 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 400 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 401 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 402 | "serde", |
| 403 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 404 | ] |
| 405 | |
| 406 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 407 | name = "cargo-platform" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 408 | version = "0.1.8" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 410 | checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 411 | dependencies = [ |
| 412 | "serde", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 416 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 417 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 419 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 420 | dependencies = [ |
| 421 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 422 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 423 | "semver", |
| 424 | "serde", |
| 425 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 426 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 427 | ] |
| 428 | |
| 429 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 430 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 431 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 433 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 434 | dependencies = [ |
| 435 | "camino", |
| 436 | "cargo-platform", |
| 437 | "semver", |
| 438 | "serde", |
| 439 | "serde_json", |
| 440 | "thiserror", |
| 441 | ] |
| 442 | |
| 443 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 444 | name = "cargotest2" |
| 445 | version = "0.1.0" |
| 446 | |
| 447 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 448 | name = "cc" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 449 | version = "1.0.99" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 451 | checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 452 | |
| 453 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 454 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 455 | version = "1.0.0" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 458 | dependencies = [ |
| 459 | "compiler_builtins", |
| 460 | "rustc-std-workspace-core", |
| 461 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 462 | |
| 463 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 464 | name = "cfg_aliases" |
| 465 | version = "0.1.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 467 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 468 | |
| 469 | [[package]] |
| 470 | name = "chrono" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 471 | version = "0.4.38" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 473 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 474 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 475 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 476 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 477 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 478 | "serde", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 479 | "windows-targets 0.52.5", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 480 | ] |
| 481 | |
| 482 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 483 | name = "chrono-tz" |
| 484 | version = "0.9.0" |
| 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
| 487 | dependencies = [ |
| 488 | "chrono", |
| 489 | "chrono-tz-build", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 490 | "phf", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 491 | ] |
| 492 | |
| 493 | [[package]] |
| 494 | name = "chrono-tz-build" |
| 495 | version = "0.3.0" |
| 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
| 498 | dependencies = [ |
| 499 | "parse-zoneinfo", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 500 | "phf", |
| 501 | "phf_codegen", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 502 | ] |
| 503 | |
| 504 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 505 | name = "cipher" |
| 506 | version = "0.4.4" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 509 | dependencies = [ |
| 510 | "crypto-common", |
| 511 | "inout", |
| 512 | ] |
| 513 | |
| 514 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 515 | name = "clap" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 516 | version = "4.5.7" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 518 | checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 519 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 520 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 521 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 522 | ] |
| 523 | |
| 524 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 525 | name = "clap-cargo" |
| 526 | version = "0.12.0" |
| 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 528 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 529 | dependencies = [ |
| 530 | "anstyle", |
| 531 | "clap", |
| 532 | ] |
| 533 | |
| 534 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 535 | name = "clap_builder" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 536 | version = "4.5.7" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 538 | checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 539 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 540 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 541 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 542 | "clap_lex", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 543 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 544 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 545 | ] |
| 546 | |
| 547 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 548 | name = "clap_complete" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 549 | version = "4.5.6" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 551 | checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 552 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 553 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 554 | ] |
| 555 | |
| 556 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 557 | name = "clap_derive" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 558 | version = "4.5.5" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 560 | checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 561 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 562 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 563 | "proc-macro2", |
| 564 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 565 | "syn 2.0.67", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 566 | ] |
| 567 | |
| 568 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 569 | name = "clap_lex" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 570 | version = "0.7.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 572 | checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 573 | |
| 574 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 575 | name = "clippy" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 576 | version = "0.1.82" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 577 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 578 | "anstream", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 579 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 580 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 581 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 582 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 583 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 584 | "futures", |
| 585 | "if_chain", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 586 | "itertools", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 587 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 588 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 589 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 590 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 591 | "serde", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 592 | "syn 2.0.67", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 593 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 594 | "termize", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 595 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 596 | "toml 0.7.8", |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 597 | "ui_test 0.24.0", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 598 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 599 | ] |
| 600 | |
| 601 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 602 | name = "clippy_config" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 603 | version = "0.1.82" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 604 | dependencies = [ |
| 605 | "rustc-semver", |
| 606 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 607 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 608 | "walkdir", |
| 609 | ] |
| 610 | |
| 611 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 612 | name = "clippy_dev" |
| 613 | version = "0.0.1" |
| 614 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 615 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 616 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 617 | "indoc", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 618 | "itertools", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 619 | "opener 0.6.1", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 620 | "shell-escape", |
| 621 | "walkdir", |
| 622 | ] |
| 623 | |
| 624 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 625 | name = "clippy_lints" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 626 | version = "0.1.82" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 627 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 628 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 629 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 630 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 631 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 632 | "declare_clippy_lint", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 633 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 634 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 635 | "regex", |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 636 | "regex-syntax 0.8.4", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 637 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 638 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 639 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 640 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 641 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 642 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 643 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 644 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 645 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 646 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 647 | ] |
| 648 | |
| 649 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 650 | name = "clippy_utils" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 651 | version = "0.1.82" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 652 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 653 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 654 | "clippy_config", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 655 | "itertools", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 656 | "rustc-semver", |
Trevor Gross | ff9efea | 2024-06-18 16:46:26 | [diff] [blame] | 657 | "rustc_apfloat", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 658 | ] |
| 659 | |
| 660 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 661 | name = "collect-license-metadata" |
| 662 | version = "0.1.0" |
| 663 | dependencies = [ |
| 664 | "anyhow", |
| 665 | "serde", |
| 666 | "serde_json", |
| 667 | "spdx-rs", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 671 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 672 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 674 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 675 | dependencies = [ |
| 676 | "backtrace", |
| 677 | "color-spantrace", |
| 678 | "eyre", |
| 679 | "indenter", |
| 680 | "once_cell", |
| 681 | "owo-colors", |
| 682 | "tracing-error", |
| 683 | ] |
| 684 | |
| 685 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 686 | name = "color-print" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 687 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 689 | checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 690 | dependencies = [ |
| 691 | "color-print-proc-macro", |
| 692 | ] |
| 693 | |
| 694 | [[package]] |
| 695 | name = "color-print-proc-macro" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 696 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 698 | checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 699 | dependencies = [ |
| 700 | "nom", |
| 701 | "proc-macro2", |
| 702 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 703 | "syn 2.0.67", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 704 | ] |
| 705 | |
| 706 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 707 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 708 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 710 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 711 | dependencies = [ |
| 712 | "once_cell", |
| 713 | "owo-colors", |
| 714 | "tracing-core", |
| 715 | "tracing-error", |
| 716 | ] |
| 717 | |
| 718 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 719 | name = "colorchoice" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 720 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 722 | checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 723 | |
| 724 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 725 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 726 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 728 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 729 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 730 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 731 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 732 | ] |
| 733 | |
| 734 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 735 | name = "comma" |
| 736 | version = "1.0.0" |
| 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 739 | |
| 740 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 741 | name = "compiler_builtins" |
Nicholas Bishop | ecf2963 | 2024-05-11 13:56:59 | [diff] [blame] | 742 | version = "0.1.114" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Bishop | ecf2963 | 2024-05-11 13:56:59 | [diff] [blame] | 744 | checksum = "eb58b199190fcfe0846f55a3b545cd6b07a34bdd5930a476ff856f3ebcc5558a" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 745 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 746 | "cc", |
| 747 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 748 | ] |
| 749 | |
| 750 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 751 | name = "compiletest" |
| 752 | version = "0.0.0" |
| 753 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 754 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 755 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 756 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 757 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 758 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 759 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 760 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 761 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 762 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 763 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 764 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 765 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 766 | "regex", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 767 | "rustfix 0.8.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 768 | "serde", |
| 769 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 770 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 771 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 772 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 773 | "walkdir", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 774 | "windows 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 775 | ] |
| 776 | |
| 777 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 778 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 779 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 781 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 782 | dependencies = [ |
| 783 | "encode_unicode", |
| 784 | "lazy_static", |
| 785 | "libc", |
| 786 | "unicode-width", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 787 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 788 | ] |
| 789 | |
| 790 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 791 | name = "core" |
| 792 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 793 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 794 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 795 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 796 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 797 | |
| 798 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 799 | name = "core-foundation-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 800 | version = "0.8.6" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 802 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 803 | |
| 804 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 805 | name = "coverage-dump" |
| 806 | version = "0.1.0" |
| 807 | dependencies = [ |
| 808 | "anyhow", |
| 809 | "leb128", |
| 810 | "md-5", |
| 811 | "miniz_oxide", |
| 812 | "regex", |
| 813 | "rustc-demangle", |
| 814 | ] |
| 815 | |
| 816 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 817 | name = "cpufeatures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 818 | version = "0.2.12" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 820 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 821 | dependencies = [ |
| 822 | "libc", |
| 823 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 824 | |
| 825 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 826 | name = "crc32fast" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 827 | version = "1.4.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 829 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 830 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 831 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 832 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 833 | |
| 834 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 835 | name = "crossbeam-channel" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 836 | version = "0.5.13" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 838 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 839 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 840 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 841 | ] |
| 842 | |
| 843 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 844 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 845 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 847 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 848 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 849 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 850 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 851 | ] |
| 852 | |
| 853 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 854 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 855 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 857 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 858 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 859 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 860 | ] |
| 861 | |
| 862 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 863 | name = "crossbeam-utils" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 864 | version = "0.8.20" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 866 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 867 | |
| 868 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 869 | name = "crypto-common" |
| 870 | version = "0.1.6" |
| 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 873 | dependencies = [ |
| 874 | "generic-array", |
| 875 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 876 | ] |
| 877 | |
| 878 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 879 | name = "ctrlc" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 880 | version = "3.4.4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 882 | checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 883 | dependencies = [ |
| 884 | "nix", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 885 | "windows-sys 0.52.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 886 | ] |
| 887 | |
| 888 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 889 | name = "curl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 890 | version = "0.4.46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 892 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 893 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 894 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 895 | "libc", |
| 896 | "openssl-probe", |
| 897 | "openssl-sys", |
| 898 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 899 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 900 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 901 | ] |
| 902 | |
| 903 | [[package]] |
| 904 | name = "curl-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 905 | version = "0.4.72+curl-8.6.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 907 | checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 908 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 909 | "cc", |
| 910 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 911 | "libz-sys", |
| 912 | "openssl-sys", |
| 913 | "pkg-config", |
| 914 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 915 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 916 | ] |
| 917 | |
| 918 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 919 | name = "darling" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 920 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 922 | checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 923 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 924 | "darling_core", |
| 925 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 926 | ] |
| 927 | |
| 928 | [[package]] |
| 929 | name = "darling_core" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 930 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 932 | checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 933 | dependencies = [ |
| 934 | "fnv", |
| 935 | "ident_case", |
| 936 | "proc-macro2", |
| 937 | "quote", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 938 | "strsim", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 939 | "syn 2.0.67", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 940 | ] |
| 941 | |
| 942 | [[package]] |
| 943 | name = "darling_macro" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 944 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 946 | checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 947 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 948 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 949 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 950 | "syn 2.0.67", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 951 | ] |
| 952 | |
| 953 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 954 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 955 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 957 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 958 | |
| 959 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 960 | name = "dbus" |
| 961 | version = "0.9.7" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| 964 | dependencies = [ |
| 965 | "libc", |
| 966 | "libdbus-sys", |
| 967 | "winapi", |
| 968 | ] |
| 969 | |
| 970 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 971 | name = "declare_clippy_lint" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 972 | version = "0.1.82" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 973 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 974 | "itertools", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 975 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 976 | "syn 2.0.67", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 977 | ] |
| 978 | |
| 979 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 980 | name = "deranged" |
| 981 | version = "0.3.11" |
| 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 984 | dependencies = [ |
| 985 | "powerfmt", |
| 986 | ] |
| 987 | |
| 988 | [[package]] |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 989 | name = "derive-where" |
| 990 | version = "1.2.7" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 992 | checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 993 | dependencies = [ |
| 994 | "proc-macro2", |
| 995 | "quote", |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 996 | "syn 2.0.67", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 997 | ] |
| 998 | |
| 999 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1000 | name = "derive_builder" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1001 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1003 | checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1004 | dependencies = [ |
| 1005 | "derive_builder_macro", |
| 1006 | ] |
| 1007 | |
| 1008 | [[package]] |
| 1009 | name = "derive_builder_core" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1010 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1012 | checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1013 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1014 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1015 | "proc-macro2", |
| 1016 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1017 | "syn 2.0.67", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "derive_builder_macro" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1022 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1024 | checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1025 | dependencies = [ |
| 1026 | "derive_builder_core", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1027 | "syn 2.0.67", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1028 | ] |
| 1029 | |
| 1030 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1031 | name = "derive_more" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 1032 | version = "0.99.18" |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 1034 | checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1035 | dependencies = [ |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1036 | "proc-macro2", |
| 1037 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1038 | "syn 2.0.67", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1039 | ] |
| 1040 | |
| 1041 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1042 | name = "derive_setters" |
| 1043 | version = "0.1.6" |
| 1044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1045 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 1046 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1047 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1048 | "proc-macro2", |
| 1049 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1050 | "syn 2.0.67", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1051 | ] |
| 1052 | |
| 1053 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1054 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1055 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1057 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1058 | |
| 1059 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1060 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1061 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1063 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1064 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1065 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1066 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1067 | ] |
| 1068 | |
| 1069 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1070 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1071 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1073 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1074 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1075 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1076 | ] |
| 1077 | |
| 1078 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1079 | name = "dirs" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1080 | version = "5.0.1" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1082 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1083 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1084 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1085 | ] |
| 1086 | |
| 1087 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1088 | name = "dirs-next" |
| 1089 | version = "2.0.0" |
| 1090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1091 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1092 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1093 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1094 | "dirs-sys-next", |
| 1095 | ] |
| 1096 | |
| 1097 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1098 | name = "dirs-sys" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1099 | version = "0.4.1" |
| 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1101 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1102 | dependencies = [ |
| 1103 | "libc", |
| 1104 | "option-ext", |
| 1105 | "redox_users", |
| 1106 | "windows-sys 0.48.0", |
| 1107 | ] |
| 1108 | |
| 1109 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1110 | name = "dirs-sys-next" |
| 1111 | version = "0.1.2" |
| 1112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1114 | dependencies = [ |
| 1115 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1116 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1117 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1118 | ] |
| 1119 | |
| 1120 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1121 | name = "displaydoc" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1122 | version = "0.2.5" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1124 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1125 | dependencies = [ |
| 1126 | "proc-macro2", |
| 1127 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1128 | "syn 2.0.67", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1129 | ] |
| 1130 | |
| 1131 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1132 | name = "dissimilar" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1133 | version = "1.0.9" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1135 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1136 | |
| 1137 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1138 | name = "dlmalloc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1139 | version = "0.2.6" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1141 | checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1142 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1143 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1144 | "compiler_builtins", |
| 1145 | "libc", |
| 1146 | "rustc-std-workspace-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1147 | "windows-sys 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1148 | ] |
| 1149 | |
| 1150 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1151 | name = "either" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1152 | version = "1.12.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1154 | checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1155 | |
| 1156 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1157 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1158 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1160 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1161 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1162 | "regex", |
| 1163 | "serde", |
| 1164 | "serde_derive", |
| 1165 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1166 | ] |
| 1167 | |
| 1168 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1169 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1170 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1172 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1173 | dependencies = [ |
| 1174 | "stable_deref_trait", |
| 1175 | ] |
| 1176 | |
| 1177 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1178 | name = "ena" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1179 | version = "0.14.3" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1181 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1182 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1183 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1184 | ] |
| 1185 | |
| 1186 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1187 | name = "encode_unicode" |
| 1188 | version = "0.3.6" |
| 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1191 | |
| 1192 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1193 | name = "env_filter" |
| 1194 | version = "0.1.0" |
| 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 | checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
| 1197 | dependencies = [ |
| 1198 | "log", |
| 1199 | "regex", |
| 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1203 | name = "env_logger" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1204 | version = "0.11.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1206 | checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1207 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1208 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1209 | "anstyle", |
| 1210 | "env_filter", |
| 1211 | "humantime", |
| 1212 | "log", |
| 1213 | ] |
| 1214 | |
| 1215 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1216 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1217 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1219 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1220 | |
| 1221 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1222 | name = "errno" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1223 | version = "0.3.9" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1225 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1226 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1227 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1228 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1229 | ] |
| 1230 | |
| 1231 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1232 | name = "error_index_generator" |
| 1233 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1234 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1235 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1236 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1237 | |
| 1238 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1239 | name = "expect-test" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1240 | version = "1.5.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1242 | checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1243 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1244 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1245 | "once_cell", |
| 1246 | ] |
| 1247 | |
| 1248 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1249 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1250 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1252 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1253 | dependencies = [ |
| 1254 | "indenter", |
| 1255 | "once_cell", |
| 1256 | ] |
| 1257 | |
| 1258 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1259 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1260 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1262 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1263 | |
| 1264 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1265 | name = "fastrand" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1266 | version = "2.1.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1268 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1269 | |
| 1270 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1271 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1272 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1274 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1275 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1276 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1277 | "rustc_version", |
| 1278 | ] |
| 1279 | |
| 1280 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1281 | name = "filetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1282 | version = "0.2.23" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1284 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1285 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1286 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1287 | "libc", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1288 | "redox_syscall 0.4.1", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1289 | "windows-sys 0.52.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1290 | ] |
| 1291 | |
| 1292 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1293 | name = "flate2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1294 | version = "1.0.30" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1296 | checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1297 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1298 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1299 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1300 | ] |
| 1301 | |
| 1302 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1303 | name = "fluent-bundle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1304 | version = "0.15.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1306 | checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1307 | dependencies = [ |
| 1308 | "fluent-langneg", |
| 1309 | "fluent-syntax", |
| 1310 | "intl-memoizer", |
| 1311 | "intl_pluralrules", |
| 1312 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1313 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1314 | "smallvec", |
| 1315 | "unic-langid", |
| 1316 | ] |
| 1317 | |
| 1318 | [[package]] |
| 1319 | name = "fluent-langneg" |
| 1320 | version = "0.13.0" |
| 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1323 | dependencies = [ |
| 1324 | "unic-langid", |
| 1325 | ] |
| 1326 | |
| 1327 | [[package]] |
| 1328 | name = "fluent-syntax" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1329 | version = "0.11.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1331 | checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1332 | dependencies = [ |
| 1333 | "thiserror", |
| 1334 | ] |
| 1335 | |
| 1336 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1337 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1338 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1340 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1341 | |
| 1342 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1343 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1344 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1346 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1347 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1348 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1352 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1353 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1355 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1356 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1357 | "compiler_builtins", |
| 1358 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1362 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1363 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1365 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1366 | dependencies = [ |
| 1367 | "autocfg", |
| 1368 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1369 | |
| 1370 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1371 | name = "fs_extra" |
| 1372 | version = "1.3.0" |
| 1373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1374 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1375 | |
| 1376 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1377 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1378 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1380 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1381 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1382 | "mac", |
| 1383 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1384 | ] |
| 1385 | |
| 1386 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1387 | name = "futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1388 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1390 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1391 | dependencies = [ |
| 1392 | "futures-channel", |
| 1393 | "futures-core", |
| 1394 | "futures-executor", |
| 1395 | "futures-io", |
| 1396 | "futures-sink", |
| 1397 | "futures-task", |
| 1398 | "futures-util", |
| 1399 | ] |
| 1400 | |
| 1401 | [[package]] |
| 1402 | name = "futures-channel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1403 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1405 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1406 | dependencies = [ |
| 1407 | "futures-core", |
| 1408 | "futures-sink", |
| 1409 | ] |
| 1410 | |
| 1411 | [[package]] |
| 1412 | name = "futures-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1413 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1415 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1416 | |
| 1417 | [[package]] |
| 1418 | name = "futures-executor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1419 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1421 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1422 | dependencies = [ |
| 1423 | "futures-core", |
| 1424 | "futures-task", |
| 1425 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1426 | ] |
| 1427 | |
| 1428 | [[package]] |
| 1429 | name = "futures-io" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1430 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1432 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1433 | |
| 1434 | [[package]] |
| 1435 | name = "futures-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1436 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1438 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1439 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1440 | "proc-macro2", |
| 1441 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1442 | "syn 2.0.67", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1443 | ] |
| 1444 | |
| 1445 | [[package]] |
| 1446 | name = "futures-sink" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1447 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1449 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1450 | |
| 1451 | [[package]] |
| 1452 | name = "futures-task" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1453 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1455 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1456 | |
| 1457 | [[package]] |
| 1458 | name = "futures-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1459 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1461 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1462 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1463 | "futures-channel", |
| 1464 | "futures-core", |
| 1465 | "futures-io", |
| 1466 | "futures-macro", |
| 1467 | "futures-sink", |
| 1468 | "futures-task", |
| 1469 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1470 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1471 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1472 | "slab", |
| 1473 | ] |
| 1474 | |
| 1475 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1476 | name = "generate-copyright" |
| 1477 | version = "0.1.0" |
| 1478 | dependencies = [ |
| 1479 | "anyhow", |
| 1480 | "serde", |
| 1481 | "serde_json", |
| 1482 | ] |
| 1483 | |
| 1484 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1485 | name = "generate-windows-sys" |
| 1486 | version = "0.1.0" |
| 1487 | dependencies = [ |
| 1488 | "windows-bindgen", |
| 1489 | ] |
| 1490 | |
| 1491 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1492 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1493 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1495 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1496 | dependencies = [ |
| 1497 | "typenum", |
| 1498 | "version_check", |
| 1499 | ] |
| 1500 | |
| 1501 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1502 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1503 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1505 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1506 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1507 | "rustc-std-workspace-core", |
| 1508 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1509 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1510 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1511 | |
| 1512 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1513 | name = "getrandom" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1514 | version = "0.2.15" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1516 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1517 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1518 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1519 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1520 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1524 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1525 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1527 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1528 | dependencies = [ |
| 1529 | "compiler_builtins", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1530 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1531 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1532 | "rustc-std-workspace-alloc", |
| 1533 | "rustc-std-workspace-core", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1534 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1535 | ] |
| 1536 | |
| 1537 | [[package]] |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 1538 | name = "gimli" |
| 1539 | version = "0.29.0" |
| 1540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1541 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
| 1542 | dependencies = [ |
| 1543 | "compiler_builtins", |
| 1544 | "rustc-std-workspace-alloc", |
| 1545 | "rustc-std-workspace-core", |
| 1546 | ] |
| 1547 | |
| 1548 | [[package]] |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1549 | name = "gimli" |
| 1550 | version = "0.31.0" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" |
| 1553 | dependencies = [ |
| 1554 | "fallible-iterator", |
| 1555 | "indexmap", |
| 1556 | "stable_deref_trait", |
| 1557 | ] |
| 1558 | |
| 1559 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1560 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1561 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1563 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1564 | |
| 1565 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1566 | name = "globset" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1567 | version = "0.4.13" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1569 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1570 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1571 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1572 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1573 | "fnv", |
| 1574 | "log", |
| 1575 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1576 | ] |
| 1577 | |
| 1578 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1579 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1580 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1582 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1583 | dependencies = [ |
| 1584 | "serde", |
| 1585 | ] |
| 1586 | |
| 1587 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1588 | name = "handlebars" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1589 | version = "5.1.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1591 | checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1592 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1593 | "log", |
| 1594 | "pest", |
| 1595 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1596 | "serde", |
| 1597 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1598 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1599 | ] |
| 1600 | |
| 1601 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1602 | name = "hashbrown" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1603 | version = "0.14.5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1605 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1606 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1607 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1608 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1609 | "compiler_builtins", |
| 1610 | "rustc-std-workspace-alloc", |
| 1611 | "rustc-std-workspace-core", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1612 | "serde", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1613 | ] |
| 1614 | |
| 1615 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1616 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1617 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1619 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1620 | |
| 1621 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1622 | name = "heck" |
| 1623 | version = "0.5.0" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1626 | |
| 1627 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1628 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1629 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1631 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 1632 | |
| 1633 | [[package]] |
| 1634 | name = "hermit-abi" |
| 1635 | version = "0.4.0" |
| 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1638 | dependencies = [ |
| 1639 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1640 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1641 | "rustc-std-workspace-core", |
| 1642 | ] |
| 1643 | |
| 1644 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1645 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1646 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1648 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1649 | |
| 1650 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1651 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1652 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1654 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1655 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1656 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1657 | ] |
| 1658 | |
| 1659 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1660 | name = "html-checker" |
| 1661 | version = "0.1.0" |
| 1662 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1663 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1664 | "walkdir", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1668 | name = "html-escape" |
| 1669 | version = "0.2.13" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1672 | dependencies = [ |
| 1673 | "utf8-width", |
| 1674 | ] |
| 1675 | |
| 1676 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1677 | name = "html5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1678 | version = "0.27.0" |
| 1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1680 | checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| 1681 | dependencies = [ |
| 1682 | "log", |
| 1683 | "mac", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 1684 | "markup5ever", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1685 | "proc-macro2", |
| 1686 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1687 | "syn 2.0.67", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1688 | ] |
| 1689 | |
| 1690 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1691 | name = "humansize" |
| 1692 | version = "2.1.3" |
| 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1694 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1695 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1696 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1700 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1701 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1703 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1704 | |
| 1705 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1706 | name = "iana-time-zone" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1707 | version = "0.1.60" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1709 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1710 | dependencies = [ |
| 1711 | "android_system_properties", |
| 1712 | "core-foundation-sys", |
| 1713 | "iana-time-zone-haiku", |
| 1714 | "js-sys", |
| 1715 | "wasm-bindgen", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 1716 | "windows-core 0.52.0", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1717 | ] |
| 1718 | |
| 1719 | [[package]] |
| 1720 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1721 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1723 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1724 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1725 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1729 | name = "icu_list" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1730 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1732 | checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1733 | dependencies = [ |
| 1734 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1735 | "icu_list_data", |
| 1736 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1737 | "icu_provider", |
| 1738 | "regex-automata 0.2.0", |
| 1739 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1740 | ] |
| 1741 | |
| 1742 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1743 | name = "icu_list_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1744 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1746 | checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1747 | |
| 1748 | [[package]] |
| 1749 | name = "icu_locid" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1750 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1752 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1753 | dependencies = [ |
| 1754 | "displaydoc", |
| 1755 | "litemap", |
| 1756 | "tinystr", |
| 1757 | "writeable", |
| 1758 | "zerovec", |
| 1759 | ] |
| 1760 | |
| 1761 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1762 | name = "icu_locid_transform" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1763 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1765 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1766 | dependencies = [ |
| 1767 | "displaydoc", |
| 1768 | "icu_locid", |
| 1769 | "icu_locid_transform_data", |
| 1770 | "icu_provider", |
| 1771 | "tinystr", |
| 1772 | "zerovec", |
| 1773 | ] |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "icu_locid_transform_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1777 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1779 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1780 | |
| 1781 | [[package]] |
| 1782 | name = "icu_provider" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1783 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1785 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1786 | dependencies = [ |
| 1787 | "displaydoc", |
| 1788 | "icu_locid", |
| 1789 | "icu_provider_macros", |
| 1790 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1791 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1792 | "writeable", |
| 1793 | "yoke", |
| 1794 | "zerofrom", |
| 1795 | "zerovec", |
| 1796 | ] |
| 1797 | |
| 1798 | [[package]] |
| 1799 | name = "icu_provider_adapters" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1800 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1802 | checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1803 | dependencies = [ |
| 1804 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1805 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1806 | "icu_provider", |
| 1807 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1808 | "zerovec", |
| 1809 | ] |
| 1810 | |
| 1811 | [[package]] |
| 1812 | name = "icu_provider_macros" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1813 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1815 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1816 | dependencies = [ |
| 1817 | "proc-macro2", |
| 1818 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1819 | "syn 2.0.67", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1820 | ] |
| 1821 | |
| 1822 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1823 | name = "id-arena" |
| 1824 | version = "2.2.1" |
| 1825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1826 | checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" |
| 1827 | |
| 1828 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1829 | name = "ident_case" |
| 1830 | version = "1.0.1" |
| 1831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1832 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1833 | |
| 1834 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1835 | name = "idna" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1836 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1838 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1839 | dependencies = [ |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1840 | "unicode-bidi", |
| 1841 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1842 | ] |
| 1843 | |
| 1844 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1845 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1846 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1848 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1849 | |
| 1850 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1851 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1852 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1854 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1855 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1856 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1857 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1858 | "log", |
| 1859 | "memchr", |
| 1860 | "regex", |
| 1861 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1862 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1863 | "walkdir", |
| 1864 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1868 | name = "indenter" |
| 1869 | version = "0.3.3" |
| 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1872 | |
| 1873 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1874 | name = "indexmap" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 1875 | version = "2.2.6" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 1877 | checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1878 | dependencies = [ |
| 1879 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1880 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1881 | "rustc-rayon", |
| 1882 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1883 | ] |
| 1884 | |
| 1885 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1886 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1887 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1889 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1890 | dependencies = [ |
| 1891 | "console", |
| 1892 | "instant", |
| 1893 | "number_prefix", |
| 1894 | "portable-atomic", |
| 1895 | "unicode-width", |
| 1896 | ] |
| 1897 | |
| 1898 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1899 | name = "indoc" |
| 1900 | version = "1.0.9" |
| 1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1902 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1903 | |
| 1904 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1905 | name = "inout" |
| 1906 | version = "0.1.3" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1909 | dependencies = [ |
| 1910 | "generic-array", |
| 1911 | ] |
| 1912 | |
| 1913 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1914 | name = "installer" |
| 1915 | version = "0.0.0" |
| 1916 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1917 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1918 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1919 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1920 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1921 | "tar", |
| 1922 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1923 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1924 | ] |
| 1925 | |
| 1926 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1927 | name = "instant" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1928 | version = "0.1.13" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1930 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1931 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1932 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1933 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1934 | |
| 1935 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1936 | name = "intl-memoizer" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1937 | version = "0.5.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1939 | checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1940 | dependencies = [ |
| 1941 | "type-map", |
| 1942 | "unic-langid", |
| 1943 | ] |
| 1944 | |
| 1945 | [[package]] |
| 1946 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1947 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1949 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1950 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1951 | "unic-langid", |
| 1952 | ] |
| 1953 | |
| 1954 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1955 | name = "is_terminal_polyfill" |
| 1956 | version = "1.70.0" |
| 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" |
| 1959 | |
| 1960 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1961 | name = "itertools" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1962 | version = "0.12.1" |
| 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1965 | dependencies = [ |
| 1966 | "either", |
| 1967 | ] |
| 1968 | |
| 1969 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1970 | name = "itoa" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1971 | version = "1.0.11" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1973 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1974 | |
| 1975 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1976 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 1977 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 1979 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1980 | dependencies = [ |
| 1981 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1982 | "libc", |
| 1983 | ] |
| 1984 | |
| 1985 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1986 | name = "jobserver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1987 | version = "0.1.31" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1989 | checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1990 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1991 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1992 | ] |
| 1993 | |
| 1994 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1995 | name = "js-sys" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1996 | version = "0.3.69" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1998 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1999 | dependencies = [ |
| 2000 | "wasm-bindgen", |
| 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2004 | name = "jsondocck" |
| 2005 | version = "0.1.0" |
| 2006 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2007 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2008 | "getopts", |
| 2009 | "jsonpath_lib", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2010 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2011 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2012 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2013 | ] |
| 2014 | |
| 2015 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2016 | name = "jsondoclint" |
| 2017 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2018 | dependencies = [ |
| 2019 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2020 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2021 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2022 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2023 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2024 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2025 | "serde_json", |
| 2026 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2027 | |
| 2028 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2029 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2030 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2032 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2033 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2034 | "log", |
| 2035 | "serde", |
| 2036 | "serde_json", |
| 2037 | ] |
| 2038 | |
| 2039 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2040 | name = "lazy_static" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2041 | version = "1.5.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2043 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2044 | |
| 2045 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2046 | name = "leb128" |
| 2047 | version = "0.2.5" |
| 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2050 | |
| 2051 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2052 | name = "levenshtein" |
| 2053 | version = "1.0.5" |
| 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2056 | |
| 2057 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 2058 | name = "lexopt" |
| 2059 | version = "0.3.0" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" |
| 2062 | |
| 2063 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2064 | name = "libc" |
Mads Marquart | 74012d5 | 2024-04-30 14:33:19 | [diff] [blame] | 2065 | version = "0.2.155" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mads Marquart | 74012d5 | 2024-04-30 14:33:19 | [diff] [blame] | 2067 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2068 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2069 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2070 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2071 | |
| 2072 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2073 | name = "libdbus-sys" |
| 2074 | version = "0.2.5" |
| 2075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2076 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| 2077 | dependencies = [ |
| 2078 | "cc", |
| 2079 | "pkg-config", |
| 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2083 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2084 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2086 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2087 | dependencies = [ |
| 2088 | "libc", |
| 2089 | "libffi-sys", |
| 2090 | ] |
| 2091 | |
| 2092 | [[package]] |
| 2093 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2094 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2096 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2097 | dependencies = [ |
| 2098 | "cc", |
| 2099 | ] |
| 2100 | |
| 2101 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2102 | name = "libloading" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2103 | version = "0.8.3" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2105 | checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2106 | dependencies = [ |
| 2107 | "cfg-if", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 2108 | "windows-targets 0.52.5", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2109 | ] |
| 2110 | |
| 2111 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2112 | name = "libm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2113 | version = "0.2.8" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2115 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 2116 | |
| 2117 | [[package]] |
| 2118 | name = "libredox" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2119 | version = "0.1.3" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2121 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2122 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2123 | "bitflags 2.5.0", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2124 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2125 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2126 | |
| 2127 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2128 | name = "libz-sys" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2129 | version = "1.1.18" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2131 | checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2132 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2133 | "cc", |
| 2134 | "libc", |
| 2135 | "pkg-config", |
| 2136 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2137 | ] |
| 2138 | |
| 2139 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2140 | name = "linkchecker" |
| 2141 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2142 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2143 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2144 | "regex", |
| 2145 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2146 | |
| 2147 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2148 | name = "lint-docs" |
| 2149 | version = "0.1.0" |
| 2150 | dependencies = [ |
| 2151 | "serde_json", |
| 2152 | "tempfile", |
| 2153 | "walkdir", |
| 2154 | ] |
| 2155 | |
| 2156 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2157 | name = "linux-raw-sys" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2158 | version = "0.4.14" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2160 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2161 | |
| 2162 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2163 | name = "litemap" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2164 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2166 | checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2167 | |
| 2168 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2169 | name = "lld-wrapper" |
| 2170 | version = "0.1.0" |
| 2171 | |
| 2172 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2173 | name = "llvm-bitcode-linker" |
| 2174 | version = "0.0.1" |
| 2175 | dependencies = [ |
| 2176 | "anyhow", |
| 2177 | "clap", |
| 2178 | "thiserror", |
| 2179 | "tracing", |
| 2180 | "tracing-subscriber", |
| 2181 | ] |
| 2182 | |
| 2183 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2184 | name = "lock_api" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2185 | version = "0.4.12" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2187 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2188 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2189 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2190 | "scopeguard", |
| 2191 | ] |
| 2192 | |
| 2193 | [[package]] |
| 2194 | name = "log" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2195 | version = "0.4.21" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2197 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2198 | |
| 2199 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2200 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2201 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2203 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2204 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2205 | "cc", |
| 2206 | "libc", |
| 2207 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2208 | ] |
| 2209 | |
| 2210 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2211 | name = "mac" |
| 2212 | version = "0.1.1" |
| 2213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2214 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2215 | |
| 2216 | [[package]] |
| 2217 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2218 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2220 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2221 | |
| 2222 | [[package]] |
| 2223 | name = "markup5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2224 | version = "0.12.1" |
| 2225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 | checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| 2227 | dependencies = [ |
| 2228 | "log", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2229 | "phf", |
| 2230 | "phf_codegen", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2231 | "string_cache", |
| 2232 | "string_cache_codegen", |
| 2233 | "tendril", |
| 2234 | ] |
| 2235 | |
| 2236 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2237 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2238 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2240 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2241 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2242 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2243 | ] |
| 2244 | |
| 2245 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2246 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2247 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2249 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2250 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2251 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2252 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2253 | ] |
| 2254 | |
| 2255 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2256 | name = "mdbook" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2257 | version = "0.4.40" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2259 | checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2260 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2261 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2262 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2263 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2264 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2265 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2266 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2267 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2268 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2269 | "log", |
| 2270 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2271 | "once_cell", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2272 | "opener 0.7.1", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2273 | "pulldown-cmark 0.10.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2274 | "regex", |
| 2275 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2276 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2277 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2278 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2279 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2280 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2281 | ] |
| 2282 | |
| 2283 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2284 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2285 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2287 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2288 | dependencies = [ |
| 2289 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2290 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2291 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2292 | "perf-event-open-sys", |
| 2293 | "rustc-hash", |
| 2294 | "smallvec", |
| 2295 | ] |
| 2296 | |
| 2297 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2298 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2299 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2301 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2302 | dependencies = [ |
| 2303 | "compiler_builtins", |
| 2304 | "rustc-std-workspace-core", |
| 2305 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2306 | |
| 2307 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2308 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2309 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2311 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2312 | dependencies = [ |
| 2313 | "libc", |
| 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2317 | name = "memoffset" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2318 | version = "0.9.1" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2320 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2321 | dependencies = [ |
| 2322 | "autocfg", |
| 2323 | ] |
| 2324 | |
| 2325 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2326 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2327 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2329 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2330 | |
| 2331 | [[package]] |
| 2332 | name = "mime_guess" |
| 2333 | version = "2.0.4" |
| 2334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2335 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2336 | dependencies = [ |
| 2337 | "mime", |
| 2338 | "unicase", |
| 2339 | ] |
| 2340 | |
| 2341 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2342 | name = "minifier" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2343 | version = "0.3.0" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2345 | checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2346 | |
| 2347 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2348 | name = "minimal-lexical" |
| 2349 | version = "0.2.1" |
| 2350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2351 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2352 | |
| 2353 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2354 | name = "miniz_oxide" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2355 | version = "0.7.4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2357 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2358 | dependencies = [ |
| 2359 | "adler", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2360 | "compiler_builtins", |
| 2361 | "rustc-std-workspace-alloc", |
| 2362 | "rustc-std-workspace-core", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2363 | ] |
| 2364 | |
| 2365 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2366 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2367 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2369 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2370 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2371 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2372 | ] |
| 2373 | |
| 2374 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2375 | name = "miri" |
| 2376 | version = "0.1.0" |
| 2377 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2378 | "aes", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2379 | "chrono", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2380 | "chrono-tz", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2381 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2382 | "ctrlc", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2383 | "directories", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2384 | "getrandom", |
Ralf Jung | 0ddccf9 | 2024-01-08 10:21:18 | [diff] [blame] | 2385 | "jemalloc-sys", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2386 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2387 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2388 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2389 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2390 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2391 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2392 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2393 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2394 | "tempfile", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2395 | "ui_test 0.21.2", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2396 | ] |
| 2397 | |
| 2398 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2399 | name = "miropt-test-tools" |
| 2400 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2401 | |
| 2402 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2403 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2404 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2406 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2407 | |
| 2408 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2409 | name = "nix" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2410 | version = "0.28.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2412 | checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2413 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2414 | "bitflags 2.5.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2415 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2416 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2417 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2418 | ] |
| 2419 | |
| 2420 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2421 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2422 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2424 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2425 | dependencies = [ |
| 2426 | "memchr", |
| 2427 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2428 | ] |
| 2429 | |
| 2430 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2431 | name = "normpath" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2432 | version = "1.2.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2434 | checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2435 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2436 | "windows-sys 0.52.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2437 | ] |
| 2438 | |
| 2439 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2440 | name = "nu-ansi-term" |
| 2441 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2443 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2444 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2445 | "overload", |
| 2446 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2447 | ] |
| 2448 | |
| 2449 | [[package]] |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2450 | name = "nu-ansi-term" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2451 | version = "0.50.0" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2453 | checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2454 | dependencies = [ |
| 2455 | "windows-sys 0.48.0", |
| 2456 | ] |
| 2457 | |
| 2458 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2459 | name = "num" |
| 2460 | version = "0.4.3" |
| 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 2463 | dependencies = [ |
| 2464 | "num-bigint", |
| 2465 | "num-complex", |
| 2466 | "num-integer", |
| 2467 | "num-iter", |
| 2468 | "num-rational", |
| 2469 | "num-traits", |
| 2470 | ] |
| 2471 | |
| 2472 | [[package]] |
| 2473 | name = "num-bigint" |
| 2474 | version = "0.4.6" |
| 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2476 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2477 | dependencies = [ |
| 2478 | "num-integer", |
| 2479 | "num-traits", |
| 2480 | ] |
| 2481 | |
| 2482 | [[package]] |
| 2483 | name = "num-complex" |
| 2484 | version = "0.4.6" |
| 2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2486 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 2487 | dependencies = [ |
| 2488 | "num-traits", |
| 2489 | ] |
| 2490 | |
| 2491 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2492 | name = "num-conv" |
| 2493 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2495 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2496 | |
| 2497 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2498 | name = "num-integer" |
| 2499 | version = "0.1.46" |
| 2500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2501 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2502 | dependencies = [ |
| 2503 | "num-traits", |
| 2504 | ] |
| 2505 | |
| 2506 | [[package]] |
| 2507 | name = "num-iter" |
| 2508 | version = "0.1.45" |
| 2509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2510 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2511 | dependencies = [ |
| 2512 | "autocfg", |
| 2513 | "num-integer", |
| 2514 | "num-traits", |
| 2515 | ] |
| 2516 | |
| 2517 | [[package]] |
| 2518 | name = "num-rational" |
| 2519 | version = "0.4.2" |
| 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2521 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 2522 | dependencies = [ |
| 2523 | "num-bigint", |
| 2524 | "num-integer", |
| 2525 | "num-traits", |
| 2526 | ] |
| 2527 | |
| 2528 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2529 | name = "num-traits" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2530 | version = "0.2.19" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2532 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2533 | dependencies = [ |
| 2534 | "autocfg", |
| 2535 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2536 | |
| 2537 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2538 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2539 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2541 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2542 | dependencies = [ |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 2543 | "hermit-abi 0.3.9", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2544 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2545 | ] |
| 2546 | |
| 2547 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2548 | name = "number_prefix" |
| 2549 | version = "0.4.0" |
| 2550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2551 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2552 | |
| 2553 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2554 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2555 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2557 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2558 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2559 | "crc32fast", |
| 2560 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2561 | "hashbrown", |
| 2562 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2563 | "memchr", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2564 | "ruzstd 0.5.0", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2565 | ] |
| 2566 | |
| 2567 | [[package]] |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2568 | name = "object" |
bjorn3 | 58e5514 | 2024-04-16 18:31:43 | [diff] [blame] | 2569 | version = "0.35.0" |
| 2570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2571 | checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" |
| 2572 | dependencies = [ |
| 2573 | "memchr", |
| 2574 | ] |
| 2575 | |
| 2576 | [[package]] |
| 2577 | name = "object" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2578 | version = "0.36.2" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2580 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2581 | dependencies = [ |
| 2582 | "compiler_builtins", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2583 | "crc32fast", |
| 2584 | "flate2", |
| 2585 | "hashbrown", |
| 2586 | "indexmap", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2587 | "memchr", |
| 2588 | "rustc-std-workspace-alloc", |
| 2589 | "rustc-std-workspace-core", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2590 | "ruzstd 0.7.0", |
| 2591 | "wasmparser 0.214.0", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2592 | ] |
| 2593 | |
| 2594 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2595 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2596 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2598 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2599 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2600 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2601 | ] |
| 2602 | |
| 2603 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2604 | name = "once_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2605 | version = "1.19.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2607 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2608 | |
| 2609 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 2610 | name = "once_map" |
| 2611 | version = "0.4.18" |
| 2612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2613 | checksum = "aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6" |
| 2614 | dependencies = [ |
| 2615 | "ahash", |
| 2616 | "hashbrown", |
| 2617 | "parking_lot", |
| 2618 | "stable_deref_trait", |
| 2619 | ] |
| 2620 | |
| 2621 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2622 | name = "opener" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2623 | version = "0.6.1" |
| 2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2625 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2626 | dependencies = [ |
| 2627 | "bstr", |
| 2628 | "normpath", |
| 2629 | "winapi", |
| 2630 | ] |
| 2631 | |
| 2632 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2633 | name = "opener" |
| 2634 | version = "0.7.1" |
| 2635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 | checksum = "f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0" |
| 2637 | dependencies = [ |
| 2638 | "bstr", |
| 2639 | "dbus", |
| 2640 | "normpath", |
| 2641 | "windows-sys 0.52.0", |
| 2642 | ] |
| 2643 | |
| 2644 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2645 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2646 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2648 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2649 | |
| 2650 | [[package]] |
| 2651 | name = "openssl-sys" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2652 | version = "0.9.102" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2654 | checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2655 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2656 | "cc", |
| 2657 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2658 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2659 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2660 | ] |
| 2661 | |
| 2662 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2663 | name = "opt-dist" |
| 2664 | version = "0.1.0" |
| 2665 | dependencies = [ |
| 2666 | "anyhow", |
| 2667 | "build_helper", |
| 2668 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2669 | "clap", |
| 2670 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2671 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2672 | "fs_extra", |
| 2673 | "glob", |
| 2674 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2675 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2676 | "log", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2677 | "serde", |
| 2678 | "serde_json", |
| 2679 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2680 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2681 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2682 | "tempfile", |
klensy | 39159a3 | 2024-05-09 13:43:14 | [diff] [blame] | 2683 | "xz2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2684 | ] |
| 2685 | |
| 2686 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2687 | name = "option-ext" |
| 2688 | version = "0.2.0" |
| 2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2690 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2691 | |
| 2692 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2693 | name = "overload" |
| 2694 | version = "0.1.1" |
| 2695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2696 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2697 | |
| 2698 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2699 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2700 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2702 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2703 | |
| 2704 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2705 | name = "pad" |
| 2706 | version = "0.1.6" |
| 2707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2708 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2709 | dependencies = [ |
| 2710 | "unicode-width", |
| 2711 | ] |
| 2712 | |
| 2713 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2714 | name = "panic_abort" |
| 2715 | version = "0.0.0" |
| 2716 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2717 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2718 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2719 | "compiler_builtins", |
| 2720 | "core", |
| 2721 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2722 | ] |
| 2723 | |
| 2724 | [[package]] |
| 2725 | name = "panic_unwind" |
| 2726 | version = "0.0.0" |
| 2727 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2728 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2729 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2730 | "compiler_builtins", |
| 2731 | "core", |
| 2732 | "libc", |
| 2733 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2734 | ] |
| 2735 | |
| 2736 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2737 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2738 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2740 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2741 | dependencies = [ |
| 2742 | "bytecount", |
| 2743 | "fnv", |
| 2744 | "unicode-width", |
| 2745 | ] |
| 2746 | |
| 2747 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2748 | name = "parking_lot" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2749 | version = "0.12.3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2751 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2752 | dependencies = [ |
| 2753 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2754 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2755 | ] |
| 2756 | |
| 2757 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2758 | name = "parking_lot_core" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2759 | version = "0.9.10" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2761 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2762 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2763 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2764 | "libc", |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 2765 | "redox_syscall 0.5.2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2766 | "smallvec", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2767 | "windows-targets 0.52.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2768 | ] |
| 2769 | |
| 2770 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2771 | name = "parse-zoneinfo" |
| 2772 | version = "0.3.1" |
| 2773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2774 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 2775 | dependencies = [ |
| 2776 | "regex", |
| 2777 | ] |
| 2778 | |
| 2779 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2780 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2781 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2783 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2784 | |
| 2785 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2786 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2787 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2789 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2790 | |
| 2791 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2792 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2793 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2795 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2796 | dependencies = [ |
| 2797 | "libc", |
| 2798 | ] |
| 2799 | |
| 2800 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2801 | name = "pest" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2802 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2804 | checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2805 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2806 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2807 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2808 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2809 | ] |
| 2810 | |
| 2811 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2812 | name = "pest_derive" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2813 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2815 | checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2816 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2817 | "pest", |
| 2818 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2819 | ] |
| 2820 | |
| 2821 | [[package]] |
| 2822 | name = "pest_generator" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2823 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2825 | checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2826 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2827 | "pest", |
| 2828 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2829 | "proc-macro2", |
| 2830 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2831 | "syn 2.0.67", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2832 | ] |
| 2833 | |
| 2834 | [[package]] |
| 2835 | name = "pest_meta" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2836 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2838 | checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2839 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2840 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2841 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2842 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2843 | ] |
| 2844 | |
| 2845 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2846 | name = "phf" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2847 | version = "0.11.2" |
| 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2849 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| 2850 | dependencies = [ |
| 2851 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2852 | ] |
| 2853 | |
| 2854 | [[package]] |
| 2855 | name = "phf_codegen" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2856 | version = "0.11.2" |
| 2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| 2859 | dependencies = [ |
| 2860 | "phf_generator 0.11.2", |
| 2861 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2862 | ] |
| 2863 | |
| 2864 | [[package]] |
| 2865 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2866 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2868 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2869 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2870 | "phf_shared 0.10.0", |
| 2871 | "rand", |
| 2872 | ] |
| 2873 | |
| 2874 | [[package]] |
| 2875 | name = "phf_generator" |
| 2876 | version = "0.11.2" |
| 2877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2878 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| 2879 | dependencies = [ |
| 2880 | "phf_shared 0.11.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2881 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2882 | ] |
| 2883 | |
| 2884 | [[package]] |
| 2885 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2886 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2888 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2889 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2890 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2891 | ] |
| 2892 | |
| 2893 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2894 | name = "phf_shared" |
| 2895 | version = "0.11.2" |
| 2896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2897 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| 2898 | dependencies = [ |
| 2899 | "siphasher", |
| 2900 | ] |
| 2901 | |
| 2902 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2903 | name = "pin-project-lite" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2904 | version = "0.2.14" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2906 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2907 | |
| 2908 | [[package]] |
| 2909 | name = "pin-utils" |
| 2910 | version = "0.1.0" |
| 2911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2912 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2913 | |
| 2914 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2915 | name = "pkg-config" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2916 | version = "0.3.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2918 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2919 | |
| 2920 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2921 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2922 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2924 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2925 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2926 | "datafrog", |
| 2927 | "log", |
| 2928 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2929 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2930 | |
| 2931 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2932 | name = "portable-atomic" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2933 | version = "1.6.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2935 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2936 | |
| 2937 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2938 | name = "powerfmt" |
| 2939 | version = "0.2.0" |
| 2940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2941 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2942 | |
| 2943 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2944 | name = "ppv-lite86" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2945 | version = "0.2.17" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2947 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2948 | |
| 2949 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2950 | name = "precomputed-hash" |
| 2951 | version = "0.1.1" |
| 2952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2953 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2954 | |
| 2955 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2956 | name = "prettydiff" |
| 2957 | version = "0.6.4" |
| 2958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2959 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 2960 | dependencies = [ |
| 2961 | "ansi_term", |
| 2962 | "pad", |
| 2963 | ] |
| 2964 | |
| 2965 | [[package]] |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 2966 | name = "prettydiff" |
| 2967 | version = "0.7.0" |
| 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2969 | checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" |
| 2970 | dependencies = [ |
| 2971 | "owo-colors", |
| 2972 | "pad", |
| 2973 | ] |
| 2974 | |
| 2975 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2976 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2977 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2979 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2980 | |
| 2981 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2982 | name = "proc-macro2" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2983 | version = "1.0.86" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2985 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2986 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2987 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2988 | ] |
| 2989 | |
| 2990 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2991 | name = "proc_macro" |
| 2992 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2993 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 2994 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2995 | "std", |
| 2996 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2997 | |
| 2998 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 2999 | name = "profiler_builtins" |
| 3000 | version = "0.0.0" |
| 3001 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3002 | "cc", |
| 3003 | "compiler_builtins", |
| 3004 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 3005 | ] |
| 3006 | |
| 3007 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3008 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3009 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3011 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3012 | dependencies = [ |
| 3013 | "cc", |
| 3014 | ] |
| 3015 | |
| 3016 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3017 | name = "pulldown-cmark" |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 3018 | version = "0.9.6" |
| 3019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3020 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| 3021 | dependencies = [ |
| 3022 | "bitflags 2.5.0", |
| 3023 | "memchr", |
| 3024 | "unicase", |
| 3025 | ] |
| 3026 | |
| 3027 | [[package]] |
| 3028 | name = "pulldown-cmark" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3029 | version = "0.10.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3031 | checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3032 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3033 | "bitflags 2.5.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3034 | "memchr", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 3035 | "pulldown-cmark-escape 0.10.1", |
| 3036 | "unicase", |
| 3037 | ] |
| 3038 | |
| 3039 | [[package]] |
| 3040 | name = "pulldown-cmark" |
| 3041 | version = "0.11.0" |
| 3042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3043 | checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0" |
| 3044 | dependencies = [ |
| 3045 | "bitflags 2.5.0", |
| 3046 | "memchr", |
| 3047 | "pulldown-cmark-escape 0.11.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3048 | "unicase", |
| 3049 | ] |
| 3050 | |
| 3051 | [[package]] |
| 3052 | name = "pulldown-cmark-escape" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3053 | version = "0.10.1" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3055 | checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3056 | |
| 3057 | [[package]] |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 3058 | name = "pulldown-cmark-escape" |
| 3059 | version = "0.11.0" |
| 3060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3061 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 3062 | |
| 3063 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3064 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3065 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3067 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3068 | |
| 3069 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3070 | name = "quine-mc_cluskey" |
| 3071 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3073 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3074 | |
| 3075 | [[package]] |
| 3076 | name = "quote" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3077 | version = "1.0.36" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3079 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3080 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3081 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3082 | ] |
| 3083 | |
| 3084 | [[package]] |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3085 | name = "r-efi" |
clubby789 | dcd03aa | 2024-06-08 19:19:39 | [diff] [blame] | 3086 | version = "4.5.0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | dcd03aa | 2024-06-08 19:19:39 | [diff] [blame] | 3088 | checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3089 | dependencies = [ |
| 3090 | "compiler_builtins", |
| 3091 | "rustc-std-workspace-core", |
| 3092 | ] |
| 3093 | |
| 3094 | [[package]] |
| 3095 | name = "r-efi-alloc" |
| 3096 | version = "1.0.0" |
| 3097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3098 | checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| 3099 | dependencies = [ |
| 3100 | "compiler_builtins", |
| 3101 | "r-efi", |
| 3102 | "rustc-std-workspace-core", |
| 3103 | ] |
| 3104 | |
| 3105 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3106 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3107 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3109 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3110 | dependencies = [ |
| 3111 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3112 | "rand_chacha", |
| 3113 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3114 | ] |
| 3115 | |
| 3116 | [[package]] |
| 3117 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3118 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3120 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3121 | dependencies = [ |
| 3122 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3123 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3124 | ] |
| 3125 | |
| 3126 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3127 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3128 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3130 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3131 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3132 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3133 | ] |
| 3134 | |
| 3135 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3136 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3137 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3139 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3140 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3141 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3142 | ] |
| 3143 | |
| 3144 | [[package]] |
| 3145 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3146 | version = "0.6.0" |
| 3147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3148 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3149 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3150 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3151 | ] |
| 3152 | |
| 3153 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3154 | name = "rayon" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3155 | version = "1.10.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3157 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3158 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3159 | "either", |
| 3160 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3161 | ] |
| 3162 | |
| 3163 | [[package]] |
| 3164 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3165 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3167 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3168 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3169 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3170 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3171 | ] |
| 3172 | |
| 3173 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3174 | name = "redox_syscall" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3175 | version = "0.4.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3177 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3178 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3179 | "bitflags 1.3.2", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3180 | ] |
| 3181 | |
| 3182 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3183 | name = "redox_syscall" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3184 | version = "0.5.2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3186 | checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3187 | dependencies = [ |
| 3188 | "bitflags 2.5.0", |
| 3189 | ] |
| 3190 | |
| 3191 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3192 | name = "redox_users" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3193 | version = "0.4.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3195 | checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3196 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3197 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3198 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3199 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3200 | ] |
| 3201 | |
| 3202 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3203 | name = "regex" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3204 | version = "1.9.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3206 | checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3207 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3208 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3209 | "memchr", |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3210 | "regex-automata 0.3.7", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3211 | "regex-syntax 0.7.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3212 | ] |
| 3213 | |
| 3214 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3215 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3216 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3218 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3219 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3220 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3221 | ] |
| 3222 | |
| 3223 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3224 | name = "regex-automata" |
| 3225 | version = "0.2.0" |
| 3226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3227 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3228 | dependencies = [ |
| 3229 | "memchr", |
| 3230 | ] |
| 3231 | |
| 3232 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3233 | name = "regex-automata" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3234 | version = "0.3.7" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3236 | checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" |
| 3237 | dependencies = [ |
| 3238 | "aho-corasick", |
| 3239 | "memchr", |
| 3240 | "regex-syntax 0.7.5", |
| 3241 | ] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3242 | |
| 3243 | [[package]] |
| 3244 | name = "regex-lite" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3245 | version = "0.1.6" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3247 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3248 | |
| 3249 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3250 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3251 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3253 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3254 | |
| 3255 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3256 | name = "regex-syntax" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3257 | version = "0.7.5" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3259 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3260 | |
| 3261 | [[package]] |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3262 | name = "regex-syntax" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3263 | version = "0.8.4" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3265 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3266 | |
| 3267 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3268 | name = "remote-test-client" |
| 3269 | version = "0.1.0" |
| 3270 | |
| 3271 | [[package]] |
| 3272 | name = "remote-test-server" |
| 3273 | version = "0.1.0" |
| 3274 | |
| 3275 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3276 | name = "replace-version-placeholder" |
| 3277 | version = "0.1.0" |
| 3278 | dependencies = [ |
| 3279 | "tidy", |
| 3280 | "walkdir", |
| 3281 | ] |
| 3282 | |
| 3283 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3284 | name = "rinja" |
| 3285 | version = "0.2.0" |
| 3286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3287 | checksum = "d2d47a46d7729e891c8accf260e9daa02ae6d570aa2a94fb1fb27eb5364a2323" |
| 3288 | dependencies = [ |
| 3289 | "rinja_derive", |
| 3290 | ] |
| 3291 | |
| 3292 | [[package]] |
| 3293 | name = "rinja_derive" |
| 3294 | version = "0.2.0" |
| 3295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3296 | checksum = "44dae9afe59d58ed8d988d67d1945f3638125d2fd2104058399382e11bd3ea2a" |
| 3297 | dependencies = [ |
| 3298 | "basic-toml", |
| 3299 | "mime", |
| 3300 | "mime_guess", |
| 3301 | "once_map", |
| 3302 | "proc-macro2", |
| 3303 | "quote", |
| 3304 | "rinja_parser", |
| 3305 | "serde", |
| 3306 | "syn 2.0.67", |
| 3307 | ] |
| 3308 | |
| 3309 | [[package]] |
| 3310 | name = "rinja_parser" |
| 3311 | version = "0.2.0" |
| 3312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3313 | checksum = "1b1771c78cd5d3b1646ef8d8f2ed100db936e8b291d3cc06e92a339ff346858c" |
| 3314 | dependencies = [ |
| 3315 | "nom", |
| 3316 | ] |
| 3317 | |
| 3318 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3319 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3320 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3321 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3322 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3323 | ] |
| 3324 | |
| 3325 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3326 | name = "run_make_support" |
许杰友 Jieyou Xu (Joe) | f6ab5e9 | 2024-06-09 16:29:14 | [diff] [blame] | 3327 | version = "0.2.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3328 | dependencies = [ |
Oneirical | 1795082 | 2024-06-27 18:38:30 | [diff] [blame] | 3329 | "bstr", |
Jakub Beránek | 97990a4 | 2024-07-04 13:47:30 | [diff] [blame] | 3330 | "build_helper", |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 3331 | "gimli 0.31.0", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 3332 | "object 0.36.2", |
Rémy Rakic | 682535e | 2024-04-14 16:36:09 | [diff] [blame] | 3333 | "regex", |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 3334 | "similar", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 3335 | "wasmparser 0.214.0", |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3336 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3337 | |
| 3338 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3339 | name = "rustc-build-sysroot" |
Ralf Jung | e93268e | 2024-05-19 18:31:08 | [diff] [blame] | 3340 | version = "0.5.2" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e93268e | 2024-05-19 18:31:08 | [diff] [blame] | 3342 | checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3343 | dependencies = [ |
| 3344 | "anyhow", |
| 3345 | "rustc_version", |
| 3346 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3347 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3348 | ] |
| 3349 | |
| 3350 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3351 | name = "rustc-demangle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3352 | version = "0.1.24" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3354 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3355 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3356 | "compiler_builtins", |
| 3357 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3358 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3359 | |
| 3360 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3361 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3362 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3364 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3365 | |
| 3366 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3367 | name = "rustc-main" |
| 3368 | version = "0.0.0" |
| 3369 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3370 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3371 | "rustc_codegen_ssa", |
| 3372 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3373 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3374 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3375 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3376 | ] |
| 3377 | |
| 3378 | [[package]] |
Jakub Beránek | 151986f | 2024-06-27 08:22:03 | [diff] [blame] | 3379 | name = "rustc-perf-wrapper" |
| 3380 | version = "0.1.0" |
| 3381 | dependencies = [ |
| 3382 | "clap", |
| 3383 | ] |
| 3384 | |
| 3385 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3386 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3387 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3389 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3390 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3391 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3392 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3393 | ] |
| 3394 | |
| 3395 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3396 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3397 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3399 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3400 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3401 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3402 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3403 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3404 | "num_cpus", |
| 3405 | ] |
| 3406 | |
| 3407 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 3408 | name = "rustc-semver" |
| 3409 | version = "1.1.0" |
| 3410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3411 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3412 | |
| 3413 | [[package]] |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3414 | name = "rustc-stable-hash" |
| 3415 | version = "0.1.0" |
| 3416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 | checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2" |
| 3418 | |
| 3419 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3420 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3421 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3422 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3423 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3424 | ] |
| 3425 | |
| 3426 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3427 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3428 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3429 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3430 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3431 | ] |
| 3432 | |
| 3433 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3434 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3435 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3436 | dependencies = [ |
| 3437 | "std", |
| 3438 | ] |
| 3439 | |
| 3440 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3441 | name = "rustc_abi" |
| 3442 | version = "0.0.0" |
| 3443 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3444 | "bitflags 2.5.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3445 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3446 | "rand_xoshiro", |
| 3447 | "rustc_data_structures", |
| 3448 | "rustc_index", |
| 3449 | "rustc_macros", |
| 3450 | "rustc_serialize", |
| 3451 | "tracing", |
| 3452 | ] |
| 3453 | |
| 3454 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3455 | name = "rustc_apfloat" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3456 | version = "0.2.0+llvm-462a31f5a5ab" |
| 3457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3458 | checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3459 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3460 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3461 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3462 | ] |
| 3463 | |
| 3464 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3465 | name = "rustc_arena" |
| 3466 | version = "0.0.0" |
| 3467 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3468 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3469 | ] |
| 3470 | |
| 3471 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3472 | name = "rustc_ast" |
| 3473 | version = "0.0.0" |
| 3474 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3475 | "bitflags 2.5.0", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3476 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3477 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3478 | "rustc_data_structures", |
| 3479 | "rustc_index", |
| 3480 | "rustc_lexer", |
| 3481 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3482 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3483 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3484 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3485 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3486 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3487 | ] |
| 3488 | |
| 3489 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3490 | name = "rustc_ast_ir" |
| 3491 | version = "0.0.0" |
| 3492 | dependencies = [ |
| 3493 | "rustc_data_structures", |
| 3494 | "rustc_macros", |
| 3495 | "rustc_serialize", |
| 3496 | "rustc_span", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3497 | ] |
| 3498 | |
| 3499 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3500 | name = "rustc_ast_lowering" |
| 3501 | version = "0.0.0" |
| 3502 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3503 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3504 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3505 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3506 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3507 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3508 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3509 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3510 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3511 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3512 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3513 | "rustc_span", |
| 3514 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3515 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3516 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3517 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3518 | ] |
| 3519 | |
| 3520 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3521 | name = "rustc_ast_passes" |
| 3522 | version = "0.0.0" |
| 3523 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3524 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3525 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3526 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3527 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3528 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3529 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3530 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3531 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3532 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3533 | "rustc_parse", |
| 3534 | "rustc_session", |
| 3535 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3536 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3537 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3538 | ] |
| 3539 | |
| 3540 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3541 | name = "rustc_ast_pretty" |
| 3542 | version = "0.0.0" |
| 3543 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3544 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3545 | "rustc_ast", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3546 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3547 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3548 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3549 | ] |
| 3550 | |
| 3551 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3552 | name = "rustc_attr" |
| 3553 | version = "0.0.0" |
| 3554 | dependencies = [ |
beetrees | 6e5f1dac | 2024-03-24 01:03:39 | [diff] [blame] | 3555 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3556 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3557 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3558 | "rustc_data_structures", |
| 3559 | "rustc_errors", |
| 3560 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3561 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3562 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3563 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3564 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3565 | "rustc_session", |
| 3566 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3567 | ] |
| 3568 | |
| 3569 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3570 | name = "rustc_baked_icu_data" |
| 3571 | version = "0.0.0" |
| 3572 | dependencies = [ |
| 3573 | "icu_list", |
| 3574 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3575 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3576 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3577 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3578 | ] |
| 3579 | |
| 3580 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3581 | name = "rustc_borrowck" |
| 3582 | version = "0.0.0" |
| 3583 | dependencies = [ |
| 3584 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3585 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3586 | "polonius-engine", |
| 3587 | "rustc_data_structures", |
| 3588 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3589 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3590 | "rustc_graphviz", |
| 3591 | "rustc_hir", |
| 3592 | "rustc_index", |
| 3593 | "rustc_infer", |
| 3594 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3595 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3596 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3597 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3598 | "rustc_session", |
| 3599 | "rustc_span", |
| 3600 | "rustc_target", |
| 3601 | "rustc_trait_selection", |
| 3602 | "rustc_traits", |
| 3603 | "smallvec", |
| 3604 | "tracing", |
| 3605 | ] |
| 3606 | |
| 3607 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3608 | name = "rustc_builtin_macros" |
| 3609 | version = "0.0.0" |
| 3610 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3611 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3612 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3613 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3614 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3615 | "rustc_errors", |
| 3616 | "rustc_expand", |
| 3617 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3618 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3619 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3620 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3621 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3622 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3623 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3624 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3625 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3626 | "rustc_span", |
| 3627 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3628 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3629 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3630 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3631 | ] |
| 3632 | |
| 3633 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3634 | name = "rustc_codegen_llvm" |
| 3635 | version = "0.0.0" |
| 3636 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3637 | "bitflags 2.5.0", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3638 | "itertools", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3639 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3640 | "measureme", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 3641 | "object 0.36.2", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3642 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3643 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3644 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3645 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3646 | "rustc_data_structures", |
| 3647 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3648 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3649 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3650 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3651 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3652 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3653 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3654 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3655 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3656 | "rustc_query_system", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 3657 | "rustc_sanitizers", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3658 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3659 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3660 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3661 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3662 | "serde", |
| 3663 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3664 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3665 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3666 | ] |
| 3667 | |
| 3668 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3669 | name = "rustc_codegen_ssa" |
| 3670 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3671 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3672 | "ar_archive_writer", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3673 | "arrayvec", |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3674 | "bitflags 2.5.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3675 | "cc", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3676 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3677 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3678 | "jobserver", |
| 3679 | "libc", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 3680 | "object 0.36.2", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3681 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3682 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3683 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3684 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3685 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3686 | "rustc_data_structures", |
| 3687 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3688 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3689 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3690 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3691 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3692 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3693 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3694 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3695 | "rustc_middle", |
Ben Kimock | 5f4f252 | 2024-03-15 18:13:11 | [diff] [blame] | 3696 | "rustc_monomorphize", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3697 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3698 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3699 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3700 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3701 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3702 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3703 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3704 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3705 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3706 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3707 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3708 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3709 | "tracing", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 3710 | "wasm-encoder 0.210.0", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 3711 | "windows 0.52.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3712 | ] |
| 3713 | |
| 3714 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3715 | name = "rustc_const_eval" |
| 3716 | version = "0.0.0" |
| 3717 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3718 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3719 | "rustc_apfloat", |
| 3720 | "rustc_ast", |
| 3721 | "rustc_attr", |
| 3722 | "rustc_data_structures", |
| 3723 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3724 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3725 | "rustc_hir", |
| 3726 | "rustc_index", |
| 3727 | "rustc_infer", |
| 3728 | "rustc_macros", |
| 3729 | "rustc_middle", |
| 3730 | "rustc_mir_dataflow", |
| 3731 | "rustc_session", |
| 3732 | "rustc_span", |
| 3733 | "rustc_target", |
| 3734 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3735 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3736 | "tracing", |
| 3737 | ] |
| 3738 | |
| 3739 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3740 | name = "rustc_data_structures" |
| 3741 | version = "0.0.0" |
| 3742 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3743 | "arrayvec", |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3744 | "bitflags 2.5.0", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3745 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3746 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3747 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3748 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3749 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3750 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3751 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3752 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3753 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3754 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3755 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3756 | "rustc-rayon", |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3757 | "rustc-stable-hash", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3758 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3759 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3760 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3761 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3762 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3763 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3764 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3765 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3766 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3767 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 3768 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3769 | ] |
| 3770 | |
| 3771 | [[package]] |
| 3772 | name = "rustc_driver" |
| 3773 | version = "0.0.0" |
| 3774 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3775 | "rustc_driver_impl", |
| 3776 | ] |
| 3777 | |
| 3778 | [[package]] |
| 3779 | name = "rustc_driver_impl" |
| 3780 | version = "0.0.0" |
| 3781 | dependencies = [ |
Ben Kimock | 9e0d1a3 | 2023-05-19 20:03:35 | [diff] [blame] | 3782 | "ctrlc", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3783 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3784 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3785 | "rustc_ast_lowering", |
| 3786 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3787 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3788 | "rustc_attr", |
| 3789 | "rustc_borrowck", |
| 3790 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3791 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3792 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3793 | "rustc_data_structures", |
| 3794 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3795 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3796 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3797 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3798 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3799 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3800 | "rustc_hir_typeck", |
| 3801 | "rustc_incremental", |
| 3802 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3803 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3804 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3805 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3806 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3807 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3808 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3809 | "rustc_mir_build", |
| 3810 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3811 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3812 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3813 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3814 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3815 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3816 | "rustc_privacy", |
| 3817 | "rustc_query_system", |
| 3818 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3819 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3820 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3821 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3822 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3823 | "rustc_trait_selection", |
| 3824 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3825 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3826 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3827 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3828 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 3829 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3830 | ] |
| 3831 | |
| 3832 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3833 | name = "rustc_error_codes" |
| 3834 | version = "0.0.0" |
| 3835 | |
| 3836 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3837 | name = "rustc_error_messages" |
| 3838 | version = "0.0.0" |
| 3839 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3840 | "fluent-bundle", |
| 3841 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3842 | "icu_list", |
| 3843 | "icu_locid", |
| 3844 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3845 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3846 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3847 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3848 | "rustc_macros", |
| 3849 | "rustc_serialize", |
| 3850 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3851 | "tracing", |
| 3852 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3853 | ] |
| 3854 | |
| 3855 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3856 | name = "rustc_errors" |
| 3857 | version = "0.0.0" |
| 3858 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3859 | "annotate-snippets 0.10.2", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3860 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3861 | "rustc_ast", |
| 3862 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3863 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3864 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3865 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3866 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3867 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3868 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3869 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3870 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3871 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3872 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3873 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3874 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3875 | "serde", |
| 3876 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3877 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3878 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3879 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 3880 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3881 | ] |
| 3882 | |
| 3883 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3884 | name = "rustc_expand" |
| 3885 | version = "0.0.0" |
| 3886 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3887 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3888 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3889 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3890 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3891 | "rustc_data_structures", |
| 3892 | "rustc_errors", |
| 3893 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3894 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3895 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3896 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3897 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3898 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3899 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3900 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3901 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3902 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3903 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3904 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3905 | ] |
| 3906 | |
| 3907 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3908 | name = "rustc_feature" |
| 3909 | version = "0.0.0" |
| 3910 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3911 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3912 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3913 | ] |
| 3914 | |
| 3915 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3916 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3917 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3918 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3919 | "annotate-snippets 0.10.2", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3920 | "fluent-bundle", |
| 3921 | "fluent-syntax", |
| 3922 | "proc-macro2", |
| 3923 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 3924 | "syn 2.0.67", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3925 | "unic-langid", |
| 3926 | ] |
| 3927 | |
| 3928 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3929 | name = "rustc_fs_util" |
| 3930 | version = "0.0.0" |
| 3931 | |
| 3932 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3933 | name = "rustc_graphviz" |
| 3934 | version = "0.0.0" |
| 3935 | |
| 3936 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3937 | name = "rustc_hir" |
| 3938 | version = "0.0.0" |
| 3939 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3940 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3941 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3942 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3943 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3944 | "rustc_index", |
| 3945 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3946 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3947 | "rustc_span", |
| 3948 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3949 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3950 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3951 | ] |
| 3952 | |
| 3953 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3954 | name = "rustc_hir_analysis" |
| 3955 | version = "0.0.0" |
| 3956 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3957 | "itertools", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3958 | "rustc_arena", |
| 3959 | "rustc_ast", |
| 3960 | "rustc_attr", |
| 3961 | "rustc_data_structures", |
| 3962 | "rustc_errors", |
| 3963 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3964 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3965 | "rustc_hir", |
Obei Sideg | 2c088f9 | 2023-12-22 11:56:20 | [diff] [blame] | 3966 | "rustc_hir_pretty", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3967 | "rustc_index", |
| 3968 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3969 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3970 | "rustc_macros", |
| 3971 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3972 | "rustc_session", |
| 3973 | "rustc_span", |
| 3974 | "rustc_target", |
| 3975 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3976 | "rustc_type_ir", |
| 3977 | "smallvec", |
| 3978 | "tracing", |
| 3979 | ] |
| 3980 | |
| 3981 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3982 | name = "rustc_hir_pretty" |
| 3983 | version = "0.0.0" |
| 3984 | dependencies = [ |
| 3985 | "rustc_ast", |
| 3986 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3987 | "rustc_hir", |
| 3988 | "rustc_span", |
| 3989 | "rustc_target", |
| 3990 | ] |
| 3991 | |
| 3992 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3993 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3994 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3995 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3996 | "itertools", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3997 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3998 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3999 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4000 | "rustc_data_structures", |
| 4001 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4002 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4003 | "rustc_hir", |
| 4004 | "rustc_hir_analysis", |
| 4005 | "rustc_hir_pretty", |
| 4006 | "rustc_index", |
| 4007 | "rustc_infer", |
| 4008 | "rustc_lint", |
| 4009 | "rustc_macros", |
| 4010 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4011 | "rustc_session", |
| 4012 | "rustc_span", |
| 4013 | "rustc_target", |
| 4014 | "rustc_trait_selection", |
| 4015 | "rustc_type_ir", |
| 4016 | "smallvec", |
| 4017 | "tracing", |
| 4018 | ] |
| 4019 | |
| 4020 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4021 | name = "rustc_incremental" |
| 4022 | version = "0.0.0" |
| 4023 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4024 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4025 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4026 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 4027 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4028 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4029 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4030 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4031 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4032 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4033 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4034 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 4035 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4036 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4037 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4038 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4039 | ] |
| 4040 | |
| 4041 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4042 | name = "rustc_index" |
| 4043 | version = "0.0.0" |
| 4044 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4045 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4046 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4047 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4048 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 4049 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4050 | ] |
| 4051 | |
| 4052 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4053 | name = "rustc_index_macros" |
| 4054 | version = "0.0.0" |
| 4055 | dependencies = [ |
| 4056 | "proc-macro2", |
| 4057 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 4058 | "syn 2.0.67", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4059 | ] |
| 4060 | |
| 4061 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4062 | name = "rustc_infer" |
| 4063 | version = "0.0.0" |
| 4064 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4065 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4066 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4067 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4068 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4069 | "rustc_hir", |
| 4070 | "rustc_index", |
| 4071 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4072 | "rustc_middle", |
Michael Goulet | e5d6a41 | 2024-06-12 18:58:10 | [diff] [blame] | 4073 | "rustc_next_trait_solver", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4074 | "rustc_span", |
| 4075 | "rustc_target", |
Michael Goulet | 27588d1 | 2024-07-05 20:39:24 | [diff] [blame] | 4076 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4077 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4078 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4079 | ] |
| 4080 | |
| 4081 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4082 | name = "rustc_interface" |
| 4083 | version = "0.0.0" |
| 4084 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4085 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 4086 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4087 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4088 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4089 | "rustc_ast_passes", |
Urgau | 228496e | 2024-05-03 19:14:42 | [diff] [blame] | 4090 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4091 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4092 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4093 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4094 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4095 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4096 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4097 | "rustc_data_structures", |
| 4098 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4099 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 4100 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4101 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4102 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4103 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4104 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4105 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4106 | "rustc_incremental", |
| 4107 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4108 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4109 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4110 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4111 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4112 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4113 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4114 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4115 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4116 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4117 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4118 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4119 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 4120 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4121 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4122 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4123 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4124 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4125 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4126 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4127 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4128 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4129 | ] |
| 4130 | |
| 4131 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4132 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4133 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4134 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4135 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4136 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4137 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4138 | ] |
| 4139 | |
| 4140 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4141 | name = "rustc_lint" |
| 4142 | version = "0.0.0" |
| 4143 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4144 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4145 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4146 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4147 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4148 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4149 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4150 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4151 | "rustc_hir", |
Urgau | 98273ec | 2024-05-15 17:13:02 | [diff] [blame] | 4152 | "rustc_hir_pretty", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4153 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4154 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4155 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4156 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4157 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4158 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4159 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4160 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4161 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4162 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4163 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4164 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4165 | ] |
| 4166 | |
| 4167 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4168 | name = "rustc_lint_defs" |
| 4169 | version = "0.0.0" |
| 4170 | dependencies = [ |
| 4171 | "rustc_ast", |
| 4172 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4173 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4174 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4175 | "rustc_macros", |
| 4176 | "rustc_serialize", |
| 4177 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4178 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4179 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4180 | ] |
| 4181 | |
| 4182 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4183 | name = "rustc_llvm" |
| 4184 | version = "0.0.0" |
| 4185 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4186 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4187 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4188 | ] |
| 4189 | |
| 4190 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4191 | name = "rustc_log" |
| 4192 | version = "0.0.0" |
| 4193 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4194 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4195 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4196 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4197 | "tracing-subscriber", |
| 4198 | "tracing-tree", |
| 4199 | ] |
| 4200 | |
| 4201 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4202 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4203 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4204 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4205 | "proc-macro2", |
| 4206 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 4207 | "syn 2.0.67", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4208 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4209 | ] |
| 4210 | |
| 4211 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4212 | name = "rustc_metadata" |
| 4213 | version = "0.0.0" |
| 4214 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4215 | "bitflags 2.5.0", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 4216 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4217 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4218 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4219 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4220 | "rustc_data_structures", |
| 4221 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4222 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4223 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4224 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4225 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4226 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4227 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4228 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4229 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4230 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4231 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4232 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4233 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4234 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4235 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4236 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4237 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4238 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4239 | ] |
| 4240 | |
| 4241 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4242 | name = "rustc_middle" |
| 4243 | version = "0.0.0" |
| 4244 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4245 | "bitflags 2.5.0", |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 4246 | "derive-where", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4247 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4248 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4249 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4250 | "polonius-engine", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4251 | "rustc-rayon-core", |
| 4252 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4253 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4254 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4255 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4256 | "rustc_attr", |
| 4257 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4258 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4259 | "rustc_errors", |
| 4260 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4261 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4262 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4263 | "rustc_hir", |
Michael Goulet | 619e044 | 2024-04-14 14:26:59 | [diff] [blame] | 4264 | "rustc_hir_pretty", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4265 | "rustc_index", |
| 4266 | "rustc_macros", |
| 4267 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4268 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4269 | "rustc_session", |
| 4270 | "rustc_span", |
| 4271 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4272 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4273 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4274 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4275 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4279 | name = "rustc_mir_build" |
| 4280 | version = "0.0.0" |
| 4281 | dependencies = [ |
Ralf Jung | e613bc9 | 2024-07-13 15:24:50 | [diff] [blame] | 4282 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4283 | "itertools", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4284 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4285 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4286 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4287 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4288 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4289 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4290 | "rustc_hir", |
| 4291 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4292 | "rustc_infer", |
Jules Bertholet | 9d92a7f | 2024-05-02 23:55:03 | [diff] [blame] | 4293 | "rustc_lint", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4294 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4295 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4296 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4297 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4298 | "rustc_span", |
| 4299 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4300 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4301 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4302 | ] |
| 4303 | |
| 4304 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4305 | name = "rustc_mir_dataflow" |
| 4306 | version = "0.0.0" |
| 4307 | dependencies = [ |
| 4308 | "polonius-engine", |
| 4309 | "regex", |
| 4310 | "rustc_ast", |
| 4311 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4312 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4313 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4314 | "rustc_graphviz", |
| 4315 | "rustc_hir", |
| 4316 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4317 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4318 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4319 | "rustc_span", |
| 4320 | "rustc_target", |
| 4321 | "smallvec", |
| 4322 | "tracing", |
| 4323 | ] |
| 4324 | |
| 4325 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4326 | name = "rustc_mir_transform" |
| 4327 | version = "0.0.0" |
| 4328 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4329 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4330 | "itertools", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4331 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4332 | "rustc_ast", |
| 4333 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4334 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4335 | "rustc_data_structures", |
| 4336 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4337 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4338 | "rustc_hir", |
| 4339 | "rustc_index", |
Jubilee Young | db6ec26 | 2024-05-24 08:14:31 | [diff] [blame] | 4340 | "rustc_infer", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4341 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4342 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4343 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4344 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4345 | "rustc_session", |
| 4346 | "rustc_span", |
| 4347 | "rustc_target", |
| 4348 | "rustc_trait_selection", |
| 4349 | "smallvec", |
| 4350 | "tracing", |
| 4351 | ] |
| 4352 | |
| 4353 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4354 | name = "rustc_monomorphize" |
| 4355 | version = "0.0.0" |
| 4356 | dependencies = [ |
| 4357 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4358 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4359 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4360 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4361 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4362 | "rustc_middle", |
| 4363 | "rustc_session", |
| 4364 | "rustc_span", |
| 4365 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4366 | "serde", |
| 4367 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4368 | "tracing", |
| 4369 | ] |
| 4370 | |
| 4371 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4372 | name = "rustc_next_trait_solver" |
| 4373 | version = "0.0.0" |
| 4374 | dependencies = [ |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4375 | "bitflags 2.5.0", |
Pavel Grigorenko | 70a11c7 | 2024-06-26 22:59:30 | [diff] [blame] | 4376 | "derive-where", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4377 | "rustc_ast_ir", |
| 4378 | "rustc_data_structures", |
| 4379 | "rustc_index", |
| 4380 | "rustc_macros", |
| 4381 | "rustc_serialize", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4382 | "rustc_type_ir", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4383 | "rustc_type_ir_macros", |
| 4384 | "tracing", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4385 | ] |
| 4386 | |
| 4387 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4388 | name = "rustc_parse" |
| 4389 | version = "0.0.0" |
| 4390 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4391 | "bitflags 2.5.0", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4392 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4393 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4394 | "rustc_data_structures", |
| 4395 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4396 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4397 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4398 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4399 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4400 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4401 | "rustc_span", |
Nicholas Nethercote | 2acbe9c | 2024-05-02 23:26:34 | [diff] [blame] | 4402 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4403 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4404 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4405 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4406 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4407 | ] |
| 4408 | |
| 4409 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4410 | name = "rustc_parse_format" |
| 4411 | version = "0.0.0" |
| 4412 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4413 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4414 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4415 | ] |
| 4416 | |
| 4417 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4418 | name = "rustc_passes" |
| 4419 | version = "0.0.0" |
| 4420 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4421 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4422 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4423 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4424 | "rustc_data_structures", |
| 4425 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4426 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4427 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4428 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4429 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4430 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4431 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4432 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4433 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4434 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4435 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4436 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4437 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4438 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4439 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4440 | ] |
| 4441 | |
| 4442 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4443 | name = "rustc_pattern_analysis" |
| 4444 | version = "0.0.0" |
| 4445 | dependencies = [ |
Nadrieril | 19d6f06 | 2024-01-17 01:59:47 | [diff] [blame] | 4446 | "rustc-hash", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4447 | "rustc_apfloat", |
| 4448 | "rustc_arena", |
| 4449 | "rustc_data_structures", |
| 4450 | "rustc_errors", |
| 4451 | "rustc_fluent_macro", |
| 4452 | "rustc_hir", |
| 4453 | "rustc_index", |
| 4454 | "rustc_macros", |
| 4455 | "rustc_middle", |
| 4456 | "rustc_session", |
| 4457 | "rustc_span", |
| 4458 | "rustc_target", |
| 4459 | "smallvec", |
| 4460 | "tracing", |
Nadrieril | d697dd4 | 2024-03-04 15:57:32 | [diff] [blame] | 4461 | "tracing-subscriber", |
| 4462 | "tracing-tree", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4463 | ] |
| 4464 | |
| 4465 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4466 | name = "rustc_privacy" |
| 4467 | version = "0.0.0" |
| 4468 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4469 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4470 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4471 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4472 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4473 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4474 | "rustc_hir", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4475 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4476 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4477 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4478 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4479 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4480 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4481 | ] |
| 4482 | |
| 4483 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4484 | name = "rustc_query_impl" |
| 4485 | version = "0.0.0" |
| 4486 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4487 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4488 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4489 | "rustc_data_structures", |
| 4490 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4491 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4492 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4493 | "rustc_middle", |
| 4494 | "rustc_query_system", |
| 4495 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4496 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4497 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4498 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4499 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4500 | ] |
| 4501 | |
| 4502 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4503 | name = "rustc_query_system" |
| 4504 | version = "0.0.0" |
| 4505 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4506 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4507 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4508 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4509 | "rustc_data_structures", |
| 4510 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4511 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4512 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4513 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4514 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4515 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4516 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4517 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4518 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4519 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4520 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4521 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4522 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4523 | ] |
| 4524 | |
| 4525 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4526 | name = "rustc_resolve" |
| 4527 | version = "0.0.0" |
| 4528 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4529 | "bitflags 2.5.0", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 4530 | "pulldown-cmark 0.11.0", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4531 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4532 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4533 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4534 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4535 | "rustc_data_structures", |
| 4536 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4537 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4538 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4539 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4540 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4541 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4542 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4543 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4544 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4545 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4546 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4547 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4548 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4549 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4550 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4551 | ] |
| 4552 | |
| 4553 | [[package]] |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4554 | name = "rustc_sanitizers" |
| 4555 | version = "0.0.0" |
| 4556 | dependencies = [ |
| 4557 | "bitflags 2.5.0", |
| 4558 | "rustc_data_structures", |
| 4559 | "rustc_hir", |
| 4560 | "rustc_middle", |
| 4561 | "rustc_span", |
| 4562 | "rustc_target", |
| 4563 | "rustc_trait_selection", |
| 4564 | "tracing", |
| 4565 | "twox-hash", |
| 4566 | ] |
| 4567 | |
| 4568 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4569 | name = "rustc_serialize" |
| 4570 | version = "0.0.0" |
| 4571 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4572 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4573 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4574 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4575 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4576 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4577 | ] |
| 4578 | |
| 4579 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4580 | name = "rustc_session" |
| 4581 | version = "0.0.0" |
| 4582 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4583 | "bitflags 2.5.0", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4584 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4585 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4586 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4587 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4588 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4589 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4590 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4591 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4592 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4593 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4594 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4595 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4596 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4597 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4598 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4599 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4600 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 4601 | "windows 0.52.0", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4602 | ] |
| 4603 | |
| 4604 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4605 | name = "rustc_smir" |
| 4606 | version = "0.0.0" |
| 4607 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4608 | "rustc_abi", |
Adwin White | 84071e2 | 2024-06-26 04:09:55 | [diff] [blame] | 4609 | "rustc_ast", |
| 4610 | "rustc_ast_pretty", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4611 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4612 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4613 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4614 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4615 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4616 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4617 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4618 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4619 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4620 | ] |
| 4621 | |
| 4622 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4623 | name = "rustc_span" |
| 4624 | version = "0.0.0" |
| 4625 | dependencies = [ |
Pavel Grigorenko | 35ba700 | 2024-06-26 22:39:48 | [diff] [blame] | 4626 | "derive-where", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4627 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4628 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4629 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4630 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4631 | "rustc_data_structures", |
| 4632 | "rustc_index", |
| 4633 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4634 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4635 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4636 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4637 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4638 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4639 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4640 | ] |
| 4641 | |
| 4642 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4643 | name = "rustc_symbol_mangling" |
| 4644 | version = "0.0.0" |
| 4645 | dependencies = [ |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4646 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4647 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4648 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4649 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4650 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4651 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4652 | "rustc_session", |
| 4653 | "rustc_span", |
| 4654 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4655 | "tracing", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4656 | ] |
| 4657 | |
| 4658 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4659 | name = "rustc_target" |
| 4660 | version = "0.0.0" |
| 4661 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4662 | "bitflags 2.5.0", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 4663 | "object 0.36.2", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4664 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4665 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4666 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4667 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4668 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4669 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4670 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4671 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4672 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4673 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4674 | ] |
| 4675 | |
| 4676 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4677 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4678 | version = "0.3.0" |
| 4679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4680 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4681 | |
| 4682 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4683 | name = "rustc_trait_selection" |
| 4684 | version = "0.0.0" |
| 4685 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4686 | "itertools", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4687 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4688 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4689 | "rustc_attr", |
| 4690 | "rustc_data_structures", |
| 4691 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4692 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4693 | "rustc_hir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4694 | "rustc_infer", |
| 4695 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4696 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4697 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4698 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4699 | "rustc_query_system", |
Michael Goulet | 8e1dba4 | 2024-05-18 20:05:16 | [diff] [blame] | 4700 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4701 | "rustc_session", |
| 4702 | "rustc_span", |
| 4703 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4704 | "rustc_transmute", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4705 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4706 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4707 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4708 | ] |
| 4709 | |
| 4710 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4711 | name = "rustc_traits" |
| 4712 | version = "0.0.0" |
| 4713 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4714 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4715 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4716 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4717 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4718 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4719 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4720 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4721 | ] |
| 4722 | |
| 4723 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4724 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4725 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4726 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4727 | "itertools", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4728 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4729 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4730 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4731 | "rustc_infer", |
| 4732 | "rustc_macros", |
| 4733 | "rustc_middle", |
| 4734 | "rustc_span", |
| 4735 | "rustc_target", |
| 4736 | "tracing", |
| 4737 | ] |
| 4738 | |
| 4739 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4740 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4741 | version = "0.0.0" |
| 4742 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4743 | "itertools", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4744 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4745 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4746 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4747 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4748 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4749 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4750 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4751 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4752 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4753 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4754 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4755 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4756 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4757 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4758 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4759 | ] |
| 4760 | |
| 4761 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4762 | name = "rustc_type_ir" |
| 4763 | version = "0.0.0" |
| 4764 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4765 | "bitflags 2.5.0", |
Pavel Grigorenko | 168096f | 2024-06-27 11:55:44 | [diff] [blame] | 4766 | "derive-where", |
Michael Goulet | 9b0f9ef | 2024-06-18 17:21:48 | [diff] [blame] | 4767 | "indexmap", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4768 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4769 | "rustc_data_structures", |
| 4770 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4771 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4772 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4773 | "rustc_span", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4774 | "rustc_type_ir_macros", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4775 | "smallvec", |
Michael Goulet | 993553c | 2024-05-27 00:45:37 | [diff] [blame] | 4776 | "tracing", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4777 | ] |
| 4778 | |
| 4779 | [[package]] |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4780 | name = "rustc_type_ir_macros" |
| 4781 | version = "0.0.0" |
| 4782 | dependencies = [ |
| 4783 | "proc-macro2", |
| 4784 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 4785 | "syn 2.0.67", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4786 | "synstructure", |
| 4787 | ] |
| 4788 | |
| 4789 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4790 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4791 | version = "0.4.0" |
| 4792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4793 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4794 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4795 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4796 | ] |
| 4797 | |
| 4798 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4799 | name = "rustdoc" |
| 4800 | version = "0.0.0" |
| 4801 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4802 | "arrayvec", |
Michael Howell | 28db4cc | 2024-03-22 00:19:39 | [diff] [blame] | 4803 | "base64", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4804 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4805 | "indexmap", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4806 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4807 | "minifier", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 4808 | "pulldown-cmark 0.9.6", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4809 | "regex", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 4810 | "rinja", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4811 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4812 | "serde", |
| 4813 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4814 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4815 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4816 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4817 | "tracing", |
| 4818 | "tracing-subscriber", |
| 4819 | "tracing-tree", |
Michael Howell | f3661dc | 2024-06-10 22:01:31 | [diff] [blame] | 4820 | "unicode-segmentation", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4821 | ] |
| 4822 | |
| 4823 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4824 | name = "rustdoc-gui-test" |
| 4825 | version = "0.1.0" |
| 4826 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4827 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4828 | "compiletest", |
| 4829 | "getopts", |
| 4830 | "walkdir", |
| 4831 | ] |
| 4832 | |
| 4833 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4834 | name = "rustdoc-json-types" |
| 4835 | version = "0.1.0" |
| 4836 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4837 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4838 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4839 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4840 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4841 | ] |
| 4842 | |
| 4843 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4844 | name = "rustdoc-themes" |
| 4845 | version = "0.1.0" |
| 4846 | |
| 4847 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4848 | name = "rustdoc-tool" |
| 4849 | version = "0.0.0" |
| 4850 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4851 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4852 | ] |
| 4853 | |
| 4854 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4855 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4856 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4858 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4859 | dependencies = [ |
| 4860 | "anyhow", |
| 4861 | "log", |
| 4862 | "serde", |
| 4863 | "serde_json", |
| 4864 | ] |
| 4865 | |
| 4866 | [[package]] |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4867 | name = "rustfix" |
| 4868 | version = "0.8.1" |
| 4869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4870 | checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| 4871 | dependencies = [ |
| 4872 | "serde", |
| 4873 | "serde_json", |
| 4874 | "thiserror", |
| 4875 | "tracing", |
| 4876 | ] |
| 4877 | |
| 4878 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4879 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4880 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4881 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4882 | "proc-macro2", |
| 4883 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4884 | "serde", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 4885 | "syn 2.0.67", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4886 | ] |
| 4887 | |
| 4888 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4889 | name = "rustfmt-nightly" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4890 | version = "1.7.1" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4891 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4892 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4893 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4894 | "bytecount", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4895 | "cargo_metadata 0.18.1", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4896 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4897 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4898 | "diff", |
| 4899 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4900 | "getopts", |
| 4901 | "ignore", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4902 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4903 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4904 | "rustfmt-config_proc_macro", |
| 4905 | "serde", |
| 4906 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4907 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4908 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4909 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4910 | "tracing", |
| 4911 | "tracing-subscriber", |
| 4912 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4913 | "unicode-segmentation", |
| 4914 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4915 | ] |
| 4916 | |
| 4917 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4918 | name = "rustix" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4919 | version = "0.38.34" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4921 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4922 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4923 | "bitflags 2.5.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4924 | "errno", |
| 4925 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4926 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4927 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4928 | ] |
| 4929 | |
| 4930 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4931 | name = "rustversion" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 4932 | version = "1.0.17" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 4934 | checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4935 | |
| 4936 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4937 | name = "ruzstd" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4938 | version = "0.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4940 | checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4941 | dependencies = [ |
| 4942 | "byteorder", |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4943 | "derive_more", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4944 | "twox-hash", |
| 4945 | ] |
| 4946 | |
| 4947 | [[package]] |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4948 | name = "ruzstd" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 4949 | version = "0.7.0" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 4951 | checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4952 | dependencies = [ |
| 4953 | "byteorder", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4954 | "twox-hash", |
| 4955 | ] |
| 4956 | |
| 4957 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4958 | name = "ryu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4959 | version = "1.0.18" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4961 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4962 | |
| 4963 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4964 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4965 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4967 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4968 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4969 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4970 | ] |
| 4971 | |
| 4972 | [[package]] |
| 4973 | name = "schannel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4974 | version = "0.1.23" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4976 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4977 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4978 | "windows-sys 0.52.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4979 | ] |
| 4980 | |
| 4981 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4982 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4983 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4985 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4986 | |
| 4987 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4988 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4989 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4991 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4992 | |
| 4993 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4994 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4995 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4997 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4998 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4999 | "self_cell 1.0.4", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
| 5003 | name = "self_cell" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5004 | version = "1.0.4" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5006 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5007 | |
| 5008 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5009 | name = "semver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5010 | version = "1.0.23" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5012 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5013 | dependencies = [ |
| 5014 | "serde", |
| 5015 | ] |
| 5016 | |
| 5017 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5018 | name = "serde" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5019 | version = "1.0.203" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5021 | checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5022 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5023 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5024 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5025 | |
| 5026 | [[package]] |
| 5027 | name = "serde_derive" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5028 | version = "1.0.203" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5030 | checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5031 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5032 | "proc-macro2", |
| 5033 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5034 | "syn 2.0.67", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5035 | ] |
| 5036 | |
| 5037 | [[package]] |
| 5038 | name = "serde_json" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5039 | version = "1.0.117" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5041 | checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5042 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5043 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5044 | "itoa", |
| 5045 | "ryu", |
| 5046 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 5047 | ] |
| 5048 | |
| 5049 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5050 | name = "serde_spanned" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5051 | version = "0.6.6" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5053 | checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5054 | dependencies = [ |
| 5055 | "serde", |
| 5056 | ] |
| 5057 | |
| 5058 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5059 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5060 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5062 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5063 | dependencies = [ |
| 5064 | "cfg-if", |
| 5065 | "cpufeatures", |
| 5066 | "digest", |
| 5067 | ] |
| 5068 | |
| 5069 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5070 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5071 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5073 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5074 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5075 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 5076 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 5077 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5078 | ] |
| 5079 | |
| 5080 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5081 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5082 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5084 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5085 | dependencies = [ |
| 5086 | "lazy_static", |
| 5087 | ] |
| 5088 | |
| 5089 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5090 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5091 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5093 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5094 | |
| 5095 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 5096 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5097 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5099 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5100 | |
| 5101 | [[package]] |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 5102 | name = "similar" |
| 5103 | version = "2.5.0" |
| 5104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5105 | checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" |
| 5106 | |
| 5107 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5108 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5109 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5111 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5112 | |
| 5113 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5114 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5115 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5117 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5118 | dependencies = [ |
| 5119 | "autocfg", |
| 5120 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5121 | |
| 5122 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 5123 | name = "smallvec" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 5124 | version = "1.13.2" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 5126 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5127 | |
| 5128 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5129 | name = "snap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5130 | version = "1.1.1" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5132 | checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5133 | |
| 5134 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 5135 | name = "socket2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5136 | version = "0.5.7" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5138 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5139 | dependencies = [ |
| 5140 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5141 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5142 | ] |
| 5143 | |
| 5144 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5145 | name = "spanned" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5146 | version = "0.2.1" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5148 | checksum = "ed14ba8b4b82241bd5daba2c49185d4a0581a0058355fe96537338f002b8605d" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5149 | dependencies = [ |
| 5150 | "bstr", |
| 5151 | "color-eyre", |
| 5152 | ] |
| 5153 | |
| 5154 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5155 | name = "spdx" |
| 5156 | version = "0.10.6" |
| 5157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5158 | checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" |
| 5159 | dependencies = [ |
| 5160 | "smallvec", |
| 5161 | ] |
| 5162 | |
| 5163 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5164 | name = "spdx-expression" |
| 5165 | version = "0.5.2" |
| 5166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5167 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5168 | dependencies = [ |
| 5169 | "nom", |
| 5170 | "serde", |
| 5171 | "thiserror", |
| 5172 | "tracing", |
| 5173 | ] |
| 5174 | |
| 5175 | [[package]] |
| 5176 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5177 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5179 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5180 | dependencies = [ |
| 5181 | "chrono", |
| 5182 | "log", |
| 5183 | "nom", |
| 5184 | "serde", |
| 5185 | "spdx-expression", |
| 5186 | "strum", |
| 5187 | "strum_macros", |
| 5188 | "thiserror", |
| 5189 | "uuid", |
| 5190 | ] |
| 5191 | |
| 5192 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5193 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5194 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5196 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5197 | |
| 5198 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5199 | name = "stable_mir" |
| 5200 | version = "0.1.0-preview" |
| 5201 | dependencies = [ |
| 5202 | "scoped-tls", |
Stephen Skeirik | 414ebea | 2024-06-17 21:01:38 | [diff] [blame] | 5203 | "serde", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5204 | ] |
| 5205 | |
| 5206 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5207 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5208 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5210 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5211 | dependencies = [ |
| 5212 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5213 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5214 | "libc", |
| 5215 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5216 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5217 | ] |
| 5218 | |
| 5219 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5220 | name = "static_assertions" |
| 5221 | version = "1.1.0" |
| 5222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5223 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5224 | |
| 5225 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5226 | name = "std" |
| 5227 | version = "0.0.0" |
| 5228 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 5229 | "addr2line 0.22.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5230 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5231 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5232 | "compiler_builtins", |
| 5233 | "core", |
| 5234 | "dlmalloc", |
| 5235 | "fortanix-sgx-abi", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5236 | "hashbrown", |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 5237 | "hermit-abi 0.4.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5238 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 5239 | "miniz_oxide", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 5240 | "object 0.36.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5241 | "panic_abort", |
| 5242 | "panic_unwind", |
| 5243 | "profiler_builtins", |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 5244 | "r-efi", |
| 5245 | "r-efi-alloc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5246 | "rand", |
| 5247 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5248 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5249 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5250 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5251 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5252 | ] |
| 5253 | |
| 5254 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5255 | name = "std_detect" |
| 5256 | version = "0.1.5" |
| 5257 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5258 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5259 | "compiler_builtins", |
| 5260 | "libc", |
| 5261 | "rustc-std-workspace-alloc", |
| 5262 | "rustc-std-workspace-core", |
| 5263 | ] |
| 5264 | |
| 5265 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5266 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5267 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5269 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5270 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5271 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5272 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5273 | "parking_lot", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5274 | "phf_shared 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5275 | "precomputed-hash", |
| 5276 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5277 | ] |
| 5278 | |
| 5279 | [[package]] |
| 5280 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5281 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5283 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5284 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5285 | "phf_generator 0.10.0", |
| 5286 | "phf_shared 0.10.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5287 | "proc-macro2", |
| 5288 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5289 | ] |
| 5290 | |
| 5291 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5292 | name = "strsim" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5293 | version = "0.11.1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5295 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5296 | |
| 5297 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5298 | name = "strum" |
| 5299 | version = "0.24.1" |
| 5300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5301 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5302 | |
| 5303 | [[package]] |
| 5304 | name = "strum_macros" |
| 5305 | version = "0.24.3" |
| 5306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5307 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5308 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 5309 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5310 | "proc-macro2", |
| 5311 | "quote", |
| 5312 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5313 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5314 | ] |
| 5315 | |
| 5316 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5317 | name = "suggest-tests" |
| 5318 | version = "0.1.0" |
| 5319 | dependencies = [ |
| 5320 | "build_helper", |
| 5321 | "glob", |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5322 | ] |
| 5323 | |
| 5324 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5325 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5326 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5328 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5329 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5330 | "proc-macro2", |
| 5331 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5332 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5333 | ] |
| 5334 | |
| 5335 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5336 | name = "syn" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5337 | version = "2.0.67" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5339 | checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5340 | dependencies = [ |
| 5341 | "proc-macro2", |
| 5342 | "quote", |
| 5343 | "unicode-ident", |
| 5344 | ] |
| 5345 | |
| 5346 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5347 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5348 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5350 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5351 | dependencies = [ |
| 5352 | "proc-macro2", |
| 5353 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5354 | "syn 2.0.67", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5355 | ] |
| 5356 | |
| 5357 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5358 | name = "sysinfo" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 5359 | version = "0.31.2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 5361 | checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5362 | dependencies = [ |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5363 | "core-foundation-sys", |
| 5364 | "libc", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 5365 | "windows 0.57.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5366 | ] |
| 5367 | |
| 5368 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 5369 | name = "sysroot" |
| 5370 | version = "0.0.0" |
| 5371 | dependencies = [ |
| 5372 | "proc_macro", |
| 5373 | "std", |
| 5374 | "test", |
| 5375 | ] |
| 5376 | |
| 5377 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5378 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5379 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5381 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5382 | dependencies = [ |
| 5383 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5384 | "unicode-width", |
| 5385 | ] |
| 5386 | |
| 5387 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5388 | name = "tar" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5389 | version = "0.4.41" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5391 | checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5392 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5393 | "filetime", |
| 5394 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5395 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5396 | ] |
| 5397 | |
| 5398 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5399 | name = "tempfile" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5400 | version = "3.10.1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5402 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5403 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5404 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5405 | "fastrand", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5406 | "rustix", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5407 | "windows-sys 0.52.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5408 | ] |
| 5409 | |
| 5410 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5411 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5412 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5414 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5415 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5416 | "futf", |
| 5417 | "mac", |
| 5418 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5419 | ] |
| 5420 | |
| 5421 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5422 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5423 | version = "0.7.0" |
| 5424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5425 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5426 | dependencies = [ |
| 5427 | "dirs-next", |
| 5428 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5429 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5430 | ] |
| 5431 | |
| 5432 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5433 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5434 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5436 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5437 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5438 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5439 | ] |
| 5440 | |
| 5441 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5442 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5443 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5445 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5446 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5447 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5448 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5449 | ] |
| 5450 | |
| 5451 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5452 | name = "termize" |
| 5453 | version = "0.1.1" |
| 5454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5455 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5456 | dependencies = [ |
| 5457 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5458 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5459 | ] |
| 5460 | |
| 5461 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5462 | name = "test" |
| 5463 | version = "0.0.0" |
| 5464 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5465 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5466 | "getopts", |
Tyler Mandry | f622e83 | 2024-01-24 23:57:43 | [diff] [blame] | 5467 | "libc", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5468 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5469 | ] |
| 5470 | |
| 5471 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 5472 | name = "test-float-parse" |
| 5473 | version = "0.1.0" |
| 5474 | dependencies = [ |
| 5475 | "indicatif", |
| 5476 | "num", |
| 5477 | "rand", |
| 5478 | "rand_chacha", |
| 5479 | "rayon", |
| 5480 | ] |
| 5481 | |
| 5482 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5483 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5484 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5486 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5487 | |
| 5488 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5489 | name = "thiserror" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5490 | version = "1.0.61" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5492 | checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5493 | dependencies = [ |
| 5494 | "thiserror-impl", |
| 5495 | ] |
| 5496 | |
| 5497 | [[package]] |
| 5498 | name = "thiserror-impl" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5499 | version = "1.0.61" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5501 | checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5502 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5503 | "proc-macro2", |
| 5504 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5505 | "syn 2.0.67", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5506 | ] |
| 5507 | |
| 5508 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5509 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5510 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5512 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5513 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 5514 | "gimli 0.28.1", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5515 | "hashbrown", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 5516 | "object 0.32.2", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5517 | "tracing", |
| 5518 | ] |
| 5519 | |
| 5520 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5521 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5522 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5524 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5525 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5526 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5527 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5528 | ] |
| 5529 | |
| 5530 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5531 | name = "threadpool" |
| 5532 | version = "1.8.1" |
| 5533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5534 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5535 | dependencies = [ |
| 5536 | "num_cpus", |
| 5537 | ] |
| 5538 | |
| 5539 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5540 | name = "tidy" |
| 5541 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5542 | dependencies = [ |
onur-ozkan | e9e3c38 | 2024-06-10 14:07:19 | [diff] [blame] | 5543 | "build_helper", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5544 | "cargo_metadata 0.15.4", |
Michael Goulet | ffd72b1 | 2024-06-21 22:20:45 | [diff] [blame] | 5545 | "fluent-syntax", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5546 | "ignore", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5547 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5548 | "regex", |
donno2048 | e2ab540 | 2024-04-18 06:57:43 | [diff] [blame] | 5549 | "rustc-hash", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5550 | "semver", |
DianQK | de0ece2 | 2024-06-23 14:06:23 | [diff] [blame] | 5551 | "similar", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5552 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5553 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5554 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5555 | |
| 5556 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5557 | name = "tier-check" |
| 5558 | version = "0.1.0" |
| 5559 | |
| 5560 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5561 | name = "time" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5562 | version = "0.3.36" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5564 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5565 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5566 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5567 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5568 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5569 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5570 | "serde", |
| 5571 | "time-core", |
| 5572 | "time-macros", |
| 5573 | ] |
| 5574 | |
| 5575 | [[package]] |
| 5576 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5577 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5579 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5580 | |
| 5581 | [[package]] |
| 5582 | name = "time-macros" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5583 | version = "0.2.18" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5585 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5586 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5587 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5588 | "time-core", |
| 5589 | ] |
| 5590 | |
| 5591 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5592 | name = "tinystr" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5593 | version = "0.7.6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5595 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5596 | dependencies = [ |
| 5597 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5598 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5599 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5600 | |
| 5601 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5602 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5603 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5605 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 5606 | dependencies = [ |
| 5607 | "tinyvec_macros", |
| 5608 | ] |
| 5609 | |
| 5610 | [[package]] |
| 5611 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5612 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5614 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5615 | |
| 5616 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5617 | name = "tokio" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5618 | version = "1.38.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5620 | checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5621 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5622 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5623 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5624 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5625 | ] |
| 5626 | |
| 5627 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5628 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5629 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5631 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5632 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5633 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5634 | ] |
| 5635 | |
| 5636 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5637 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5638 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5640 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5641 | dependencies = [ |
| 5642 | "serde", |
| 5643 | "serde_spanned", |
| 5644 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5645 | "toml_edit", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5646 | ] |
| 5647 | |
| 5648 | [[package]] |
| 5649 | name = "toml_datetime" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5650 | version = "0.6.6" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5652 | checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5653 | dependencies = [ |
| 5654 | "serde", |
| 5655 | ] |
| 5656 | |
| 5657 | [[package]] |
| 5658 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5659 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5661 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5662 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5663 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5664 | "serde", |
| 5665 | "serde_spanned", |
| 5666 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5667 | "winnow", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5668 | ] |
| 5669 | |
| 5670 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5671 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5672 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5674 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5675 | |
| 5676 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5677 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5678 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5680 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5681 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5682 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5683 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5684 | "tracing-attributes", |
| 5685 | "tracing-core", |
| 5686 | ] |
| 5687 | |
| 5688 | [[package]] |
| 5689 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5690 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5692 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5693 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5694 | "proc-macro2", |
| 5695 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5696 | "syn 2.0.67", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5697 | ] |
| 5698 | |
| 5699 | [[package]] |
| 5700 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5701 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5703 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5704 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5705 | "once_cell", |
| 5706 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5707 | ] |
| 5708 | |
| 5709 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5710 | name = "tracing-error" |
| 5711 | version = "0.2.0" |
| 5712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5713 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5714 | dependencies = [ |
| 5715 | "tracing", |
| 5716 | "tracing-subscriber", |
| 5717 | ] |
| 5718 | |
| 5719 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5720 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5721 | version = "0.2.0" |
| 5722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5723 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5724 | dependencies = [ |
| 5725 | "log", |
| 5726 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5727 | "tracing-core", |
| 5728 | ] |
| 5729 | |
| 5730 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5731 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5732 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5734 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5735 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5736 | "matchers", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5737 | "nu-ansi-term 0.46.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5738 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5739 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5740 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5741 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5742 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5743 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5744 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5745 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5746 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5747 | ] |
| 5748 | |
| 5749 | [[package]] |
| 5750 | name = "tracing-tree" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5751 | version = "0.3.1" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5753 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5754 | dependencies = [ |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5755 | "nu-ansi-term 0.50.0", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5756 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5757 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5758 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5759 | ] |
| 5760 | |
| 5761 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5762 | name = "twox-hash" |
| 5763 | version = "1.6.3" |
| 5764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5765 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5766 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5767 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5768 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5769 | "static_assertions", |
| 5770 | ] |
| 5771 | |
| 5772 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5773 | name = "type-map" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5774 | version = "0.5.0" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5776 | checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5777 | dependencies = [ |
| 5778 | "rustc-hash", |
| 5779 | ] |
| 5780 | |
| 5781 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5782 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5783 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5785 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5786 | |
| 5787 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5788 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5789 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5791 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5792 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5793 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5794 | ] |
| 5795 | |
| 5796 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5797 | name = "ucd-trie" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5798 | version = "0.1.6" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5800 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5801 | |
| 5802 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5803 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5804 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5806 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5807 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5808 | "annotate-snippets 0.9.2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5809 | "anyhow", |
| 5810 | "bstr", |
| 5811 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5812 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5813 | "color-eyre", |
| 5814 | "colored", |
| 5815 | "comma", |
| 5816 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5817 | "indicatif", |
| 5818 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5819 | "levenshtein", |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5820 | "prettydiff 0.6.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5821 | "regex", |
| 5822 | "rustc_version", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 5823 | "rustfix 0.6.1", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5824 | "serde", |
| 5825 | "serde_json", |
| 5826 | "tempfile", |
| 5827 | ] |
| 5828 | |
| 5829 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5830 | name = "ui_test" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5831 | version = "0.24.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5833 | checksum = "bc1c6c78d55482388711c8d417b8e547263046a607512278fed274c54633bbe4" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5834 | dependencies = [ |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 5835 | "annotate-snippets 0.11.4", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5836 | "anyhow", |
| 5837 | "bstr", |
| 5838 | "cargo-platform", |
| 5839 | "cargo_metadata 0.18.1", |
| 5840 | "color-eyre", |
| 5841 | "colored", |
| 5842 | "comma", |
| 5843 | "crossbeam-channel", |
| 5844 | "indicatif", |
| 5845 | "lazy_static", |
| 5846 | "levenshtein", |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5847 | "prettydiff 0.7.0", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5848 | "regex", |
| 5849 | "rustc_version", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 5850 | "rustfix 0.8.1", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5851 | "serde", |
| 5852 | "serde_json", |
| 5853 | "spanned", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5854 | ] |
| 5855 | |
| 5856 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5857 | name = "unic-langid" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5858 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5860 | checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5861 | dependencies = [ |
| 5862 | "unic-langid-impl", |
| 5863 | "unic-langid-macros", |
| 5864 | ] |
| 5865 | |
| 5866 | [[package]] |
| 5867 | name = "unic-langid-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5868 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5870 | checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5871 | dependencies = [ |
| 5872 | "tinystr", |
| 5873 | ] |
| 5874 | |
| 5875 | [[package]] |
| 5876 | name = "unic-langid-macros" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5877 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5879 | checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5880 | dependencies = [ |
| 5881 | "proc-macro-hack", |
| 5882 | "tinystr", |
| 5883 | "unic-langid-impl", |
| 5884 | "unic-langid-macros-impl", |
| 5885 | ] |
| 5886 | |
| 5887 | [[package]] |
| 5888 | name = "unic-langid-macros-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5889 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5891 | checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5892 | dependencies = [ |
| 5893 | "proc-macro-hack", |
| 5894 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5895 | "syn 2.0.67", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5896 | "unic-langid-impl", |
| 5897 | ] |
| 5898 | |
| 5899 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5900 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5901 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5903 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5904 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5905 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5906 | ] |
| 5907 | |
| 5908 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5909 | name = "unicode-bdd" |
| 5910 | version = "0.1.0" |
| 5911 | dependencies = [ |
| 5912 | "ucd-parse", |
| 5913 | ] |
| 5914 | |
| 5915 | [[package]] |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5916 | name = "unicode-bidi" |
| 5917 | version = "0.3.15" |
| 5918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5919 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| 5920 | |
| 5921 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5922 | name = "unicode-ident" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5923 | version = "1.0.12" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5925 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5926 | |
| 5927 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5928 | name = "unicode-normalization" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5929 | version = "0.1.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5931 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5932 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5933 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5934 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5935 | |
| 5936 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5937 | name = "unicode-properties" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5938 | version = "0.1.1" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5940 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5941 | |
| 5942 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5943 | name = "unicode-script" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5944 | version = "0.5.6" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5946 | checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5947 | |
| 5948 | [[package]] |
| 5949 | name = "unicode-security" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5950 | version = "0.1.1" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5952 | checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5953 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5954 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5955 | "unicode-script", |
| 5956 | ] |
| 5957 | |
| 5958 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5959 | name = "unicode-segmentation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5960 | version = "1.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5962 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5963 | |
| 5964 | [[package]] |
| 5965 | name = "unicode-width" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5966 | version = "0.1.13" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5968 | checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5969 | dependencies = [ |
| 5970 | "compiler_builtins", |
| 5971 | "rustc-std-workspace-core", |
| 5972 | "rustc-std-workspace-std", |
| 5973 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5974 | |
| 5975 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5976 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5977 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5979 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5980 | |
| 5981 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5982 | name = "unified-diff" |
| 5983 | version = "0.2.1" |
| 5984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5985 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5986 | dependencies = [ |
| 5987 | "diff", |
| 5988 | ] |
| 5989 | |
| 5990 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5991 | name = "unstable-book-gen" |
| 5992 | version = "0.1.0" |
| 5993 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5994 | "num-traits", |
| 5995 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5996 | ] |
| 5997 | |
| 5998 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5999 | name = "unwind" |
| 6000 | version = "0.0.0" |
| 6001 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6002 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6003 | "compiler_builtins", |
| 6004 | "core", |
| 6005 | "libc", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6006 | "unwinding", |
| 6007 | ] |
| 6008 | |
| 6009 | [[package]] |
| 6010 | name = "unwinding" |
| 6011 | version = "0.2.1" |
| 6012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6013 | checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| 6014 | dependencies = [ |
| 6015 | "compiler_builtins", |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 6016 | "gimli 0.28.1", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6017 | "rustc-std-workspace-core", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6018 | ] |
| 6019 | |
| 6020 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6021 | name = "url" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6022 | version = "2.5.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6024 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6025 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6026 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6027 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6028 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6029 | ] |
| 6030 | |
| 6031 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6032 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6033 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6035 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6036 | |
| 6037 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 6038 | name = "utf8-width" |
| 6039 | version = "0.1.7" |
| 6040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6041 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 6042 | |
| 6043 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6044 | name = "utf8parse" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6045 | version = "0.2.2" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6047 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6048 | |
| 6049 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6050 | name = "uuid" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 6051 | version = "1.8.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 6053 | checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6054 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6055 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6056 | ] |
| 6057 | |
| 6058 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6059 | name = "valuable" |
| 6060 | version = "0.1.0" |
| 6061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6062 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 6063 | |
| 6064 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6065 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6066 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6068 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6069 | |
| 6070 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 6071 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6072 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6074 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6075 | |
| 6076 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6077 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6078 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6080 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6081 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6082 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6083 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6084 | ] |
| 6085 | |
| 6086 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6087 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 6088 | version = "0.11.0+wasi-snapshot-preview1" |
| 6089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6090 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6091 | dependencies = [ |
| 6092 | "compiler_builtins", |
| 6093 | "rustc-std-workspace-alloc", |
| 6094 | "rustc-std-workspace-core", |
| 6095 | ] |
| 6096 | |
| 6097 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6098 | name = "wasm-bindgen" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6099 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6101 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6102 | dependencies = [ |
| 6103 | "cfg-if", |
| 6104 | "wasm-bindgen-macro", |
| 6105 | ] |
| 6106 | |
| 6107 | [[package]] |
| 6108 | name = "wasm-bindgen-backend" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6109 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6111 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6112 | dependencies = [ |
| 6113 | "bumpalo", |
| 6114 | "log", |
| 6115 | "once_cell", |
| 6116 | "proc-macro2", |
| 6117 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6118 | "syn 2.0.67", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6119 | "wasm-bindgen-shared", |
| 6120 | ] |
| 6121 | |
| 6122 | [[package]] |
| 6123 | name = "wasm-bindgen-macro" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6124 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6126 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6127 | dependencies = [ |
| 6128 | "quote", |
| 6129 | "wasm-bindgen-macro-support", |
| 6130 | ] |
| 6131 | |
| 6132 | [[package]] |
| 6133 | name = "wasm-bindgen-macro-support" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6134 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6136 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6137 | dependencies = [ |
| 6138 | "proc-macro2", |
| 6139 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6140 | "syn 2.0.67", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6141 | "wasm-bindgen-backend", |
| 6142 | "wasm-bindgen-shared", |
| 6143 | ] |
| 6144 | |
| 6145 | [[package]] |
| 6146 | name = "wasm-bindgen-shared" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6147 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6149 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6150 | |
| 6151 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6152 | name = "wasm-component-ld" |
| 6153 | version = "0.5.4" |
| 6154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6155 | checksum = "314d932d5e84c9678751b85498b1482b2f32f185744e449d3ce0b1d400376dad" |
| 6156 | dependencies = [ |
| 6157 | "anyhow", |
| 6158 | "clap", |
| 6159 | "lexopt", |
| 6160 | "tempfile", |
| 6161 | "wasmparser 0.210.0", |
| 6162 | "wat", |
| 6163 | "wit-component", |
| 6164 | ] |
| 6165 | |
| 6166 | [[package]] |
| 6167 | name = "wasm-component-ld-wrapper" |
| 6168 | version = "0.1.0" |
| 6169 | dependencies = [ |
| 6170 | "wasm-component-ld", |
| 6171 | ] |
| 6172 | |
| 6173 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 6174 | name = "wasm-encoder" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6175 | version = "0.210.0" |
| 6176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6177 | checksum = "e7e3764d9d6edabd8c9e16195e177be0d20f6ab942ad18af52860f12f82bc59a" |
| 6178 | dependencies = [ |
| 6179 | "leb128", |
| 6180 | ] |
| 6181 | |
| 6182 | [[package]] |
| 6183 | name = "wasm-encoder" |
| 6184 | version = "0.211.1" |
| 6185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6186 | checksum = "5e7d931a1120ef357f32b74547646b6fa68ea25e377772b72874b131a9ed70d4" |
| 6187 | dependencies = [ |
| 6188 | "leb128", |
| 6189 | ] |
| 6190 | |
| 6191 | [[package]] |
| 6192 | name = "wasm-metadata" |
| 6193 | version = "0.210.0" |
| 6194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6195 | checksum = "012729d1294907fcb0866f08460ab95426a6d0b176a599619b84cac7653452b4" |
| 6196 | dependencies = [ |
| 6197 | "anyhow", |
| 6198 | "indexmap", |
| 6199 | "serde", |
| 6200 | "serde_derive", |
| 6201 | "serde_json", |
| 6202 | "spdx", |
| 6203 | "wasm-encoder 0.210.0", |
| 6204 | "wasmparser 0.210.0", |
| 6205 | ] |
| 6206 | |
| 6207 | [[package]] |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 6208 | name = "wasmparser" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6209 | version = "0.210.0" |
| 6210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6211 | checksum = "a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5" |
| 6212 | dependencies = [ |
| 6213 | "ahash", |
| 6214 | "bitflags 2.5.0", |
| 6215 | "hashbrown", |
| 6216 | "indexmap", |
| 6217 | "semver", |
| 6218 | "serde", |
| 6219 | ] |
| 6220 | |
| 6221 | [[package]] |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 6222 | name = "wasmparser" |
| 6223 | version = "0.214.0" |
| 6224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6225 | checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6" |
| 6226 | dependencies = [ |
| 6227 | "bitflags 2.5.0", |
| 6228 | "indexmap", |
| 6229 | ] |
| 6230 | |
| 6231 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6232 | name = "wast" |
| 6233 | version = "211.0.1" |
| 6234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6235 | checksum = "b25506dd82d00da6b14a87436b3d52b1d264083fa79cdb72a0d1b04a8595ccaa" |
| 6236 | dependencies = [ |
| 6237 | "bumpalo", |
| 6238 | "leb128", |
| 6239 | "memchr", |
| 6240 | "unicode-width", |
| 6241 | "wasm-encoder 0.211.1", |
| 6242 | ] |
| 6243 | |
| 6244 | [[package]] |
| 6245 | name = "wat" |
| 6246 | version = "1.211.1" |
| 6247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6248 | checksum = "eb716ca6c86eecac2d82541ffc39860118fc0af9309c4f2670637bea2e1bdd7d" |
| 6249 | dependencies = [ |
| 6250 | "wast", |
| 6251 | ] |
| 6252 | |
| 6253 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6254 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6255 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6257 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6258 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6259 | "winapi-i686-pc-windows-gnu", |
| 6260 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6261 | ] |
| 6262 | |
| 6263 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6264 | name = "winapi-i686-pc-windows-gnu" |
| 6265 | version = "0.4.0" |
| 6266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6267 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6268 | |
| 6269 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6270 | name = "winapi-util" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6271 | version = "0.1.8" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6273 | checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6274 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6275 | "windows-sys 0.52.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6276 | ] |
| 6277 | |
| 6278 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6279 | name = "winapi-x86_64-pc-windows-gnu" |
| 6280 | version = "0.4.0" |
| 6281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6282 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6283 | |
| 6284 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6285 | name = "windows" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6286 | version = "0.52.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6288 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6289 | dependencies = [ |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 6290 | "windows-core 0.52.0", |
| 6291 | "windows-targets 0.52.5", |
| 6292 | ] |
| 6293 | |
| 6294 | [[package]] |
| 6295 | name = "windows" |
| 6296 | version = "0.57.0" |
| 6297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6298 | checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| 6299 | dependencies = [ |
| 6300 | "windows-core 0.57.0", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6301 | "windows-targets 0.52.5", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6302 | ] |
| 6303 | |
| 6304 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6305 | name = "windows-bindgen" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6306 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6308 | checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6309 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6310 | "proc-macro2", |
| 6311 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 6312 | "serde", |
| 6313 | "serde_json", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6314 | "syn 2.0.67", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6315 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6316 | ] |
| 6317 | |
| 6318 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6319 | name = "windows-core" |
| 6320 | version = "0.52.0" |
| 6321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6322 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 6323 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6324 | "windows-targets 0.52.5", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6325 | ] |
| 6326 | |
| 6327 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 6328 | name = "windows-core" |
| 6329 | version = "0.57.0" |
| 6330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6331 | checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| 6332 | dependencies = [ |
| 6333 | "windows-implement", |
| 6334 | "windows-interface", |
| 6335 | "windows-result", |
| 6336 | "windows-targets 0.52.5", |
| 6337 | ] |
| 6338 | |
| 6339 | [[package]] |
| 6340 | name = "windows-implement" |
| 6341 | version = "0.57.0" |
| 6342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6343 | checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| 6344 | dependencies = [ |
| 6345 | "proc-macro2", |
| 6346 | "quote", |
| 6347 | "syn 2.0.67", |
| 6348 | ] |
| 6349 | |
| 6350 | [[package]] |
| 6351 | name = "windows-interface" |
| 6352 | version = "0.57.0" |
| 6353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6354 | checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| 6355 | dependencies = [ |
| 6356 | "proc-macro2", |
| 6357 | "quote", |
| 6358 | "syn 2.0.67", |
| 6359 | ] |
| 6360 | |
| 6361 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6362 | name = "windows-metadata" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6363 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6365 | checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6366 | |
| 6367 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame^] | 6368 | name = "windows-result" |
| 6369 | version = "0.1.2" |
| 6370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6371 | checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| 6372 | dependencies = [ |
| 6373 | "windows-targets 0.52.5", |
| 6374 | ] |
| 6375 | |
| 6376 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6377 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6378 | version = "0.48.0" |
| 6379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6380 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6381 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6382 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6383 | ] |
| 6384 | |
| 6385 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6386 | name = "windows-sys" |
| 6387 | version = "0.52.0" |
| 6388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6389 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6390 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6391 | "windows-targets 0.52.5", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6392 | ] |
| 6393 | |
| 6394 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6395 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6396 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6398 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6399 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6400 | "windows_aarch64_gnullvm 0.48.5", |
| 6401 | "windows_aarch64_msvc 0.48.5", |
| 6402 | "windows_i686_gnu 0.48.5", |
| 6403 | "windows_i686_msvc 0.48.5", |
| 6404 | "windows_x86_64_gnu 0.48.5", |
| 6405 | "windows_x86_64_gnullvm 0.48.5", |
| 6406 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6407 | ] |
| 6408 | |
| 6409 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6410 | name = "windows-targets" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6411 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6413 | checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6414 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6415 | "windows_aarch64_gnullvm 0.52.5", |
| 6416 | "windows_aarch64_msvc 0.52.5", |
| 6417 | "windows_i686_gnu 0.52.5", |
| 6418 | "windows_i686_gnullvm", |
| 6419 | "windows_i686_msvc 0.52.5", |
| 6420 | "windows_x86_64_gnu 0.52.5", |
| 6421 | "windows_x86_64_gnullvm 0.52.5", |
| 6422 | "windows_x86_64_msvc 0.52.5", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6423 | ] |
| 6424 | |
| 6425 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6426 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6427 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6429 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6430 | |
| 6431 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6432 | name = "windows_aarch64_gnullvm" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6433 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6435 | checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6436 | |
| 6437 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6438 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6439 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6441 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6442 | |
| 6443 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6444 | name = "windows_aarch64_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6445 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6447 | checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6448 | |
| 6449 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6450 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6451 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6453 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6454 | |
| 6455 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6456 | name = "windows_i686_gnu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6457 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6459 | checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| 6460 | |
| 6461 | [[package]] |
| 6462 | name = "windows_i686_gnullvm" |
| 6463 | version = "0.52.5" |
| 6464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6465 | checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6466 | |
| 6467 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6468 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6469 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6471 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6472 | |
| 6473 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6474 | name = "windows_i686_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6475 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6477 | checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6478 | |
| 6479 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6480 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6481 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6483 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6484 | |
| 6485 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6486 | name = "windows_x86_64_gnu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6487 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6489 | checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6490 | |
| 6491 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6492 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6493 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6495 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6496 | |
| 6497 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6498 | name = "windows_x86_64_gnullvm" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6499 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6501 | checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6502 | |
| 6503 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6504 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6505 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6507 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6508 | |
| 6509 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6510 | name = "windows_x86_64_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6511 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6513 | checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6514 | |
| 6515 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6516 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6517 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6519 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6520 | dependencies = [ |
| 6521 | "memchr", |
| 6522 | ] |
| 6523 | |
| 6524 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6525 | name = "wit-component" |
| 6526 | version = "0.210.0" |
| 6527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6528 | checksum = "a450bdb5d032acf1fa0865451fa0c6f50e62f2d31eaa8dba967c2e2d068694a4" |
| 6529 | dependencies = [ |
| 6530 | "anyhow", |
| 6531 | "bitflags 2.5.0", |
| 6532 | "indexmap", |
| 6533 | "log", |
| 6534 | "serde", |
| 6535 | "serde_derive", |
| 6536 | "serde_json", |
| 6537 | "wasm-encoder 0.210.0", |
| 6538 | "wasm-metadata", |
| 6539 | "wasmparser 0.210.0", |
| 6540 | "wit-parser", |
| 6541 | ] |
| 6542 | |
| 6543 | [[package]] |
| 6544 | name = "wit-parser" |
| 6545 | version = "0.210.0" |
| 6546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6547 | checksum = "60a965cbd439af19a4b44a54a97ab8957d86f02d01320efc9e31c1d3605c6710" |
| 6548 | dependencies = [ |
| 6549 | "anyhow", |
| 6550 | "id-arena", |
| 6551 | "indexmap", |
| 6552 | "log", |
| 6553 | "semver", |
| 6554 | "serde", |
| 6555 | "serde_derive", |
| 6556 | "serde_json", |
| 6557 | "unicode-xid", |
| 6558 | "wasmparser 0.210.0", |
| 6559 | ] |
| 6560 | |
| 6561 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6562 | name = "writeable" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6563 | version = "0.5.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6565 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6566 | |
| 6567 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6568 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6569 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6571 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6572 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6573 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6574 | "linux-raw-sys", |
| 6575 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6576 | ] |
| 6577 | |
| 6578 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6579 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6580 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6582 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6583 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6584 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6585 | ] |
| 6586 | |
| 6587 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6588 | name = "yansi-term" |
| 6589 | version = "0.1.2" |
| 6590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6591 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6592 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6593 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6594 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6595 | |
| 6596 | [[package]] |
| 6597 | name = "yoke" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6598 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6600 | checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6601 | dependencies = [ |
| 6602 | "serde", |
| 6603 | "stable_deref_trait", |
| 6604 | "yoke-derive", |
| 6605 | "zerofrom", |
| 6606 | ] |
| 6607 | |
| 6608 | [[package]] |
| 6609 | name = "yoke-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6610 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6612 | checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6613 | dependencies = [ |
| 6614 | "proc-macro2", |
| 6615 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6616 | "syn 2.0.67", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6617 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6618 | ] |
| 6619 | |
| 6620 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6621 | name = "zerocopy" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6622 | version = "0.7.34" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6624 | checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6625 | dependencies = [ |
| 6626 | "zerocopy-derive", |
| 6627 | ] |
| 6628 | |
| 6629 | [[package]] |
| 6630 | name = "zerocopy-derive" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6631 | version = "0.7.34" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6633 | checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6634 | dependencies = [ |
| 6635 | "proc-macro2", |
| 6636 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6637 | "syn 2.0.67", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6638 | ] |
| 6639 | |
| 6640 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6641 | name = "zerofrom" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6642 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6644 | checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6645 | dependencies = [ |
| 6646 | "zerofrom-derive", |
| 6647 | ] |
| 6648 | |
| 6649 | [[package]] |
| 6650 | name = "zerofrom-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6651 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6653 | checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6654 | dependencies = [ |
| 6655 | "proc-macro2", |
| 6656 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6657 | "syn 2.0.67", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6658 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6659 | ] |
| 6660 | |
| 6661 | [[package]] |
| 6662 | name = "zerovec" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6663 | version = "0.10.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6665 | checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6666 | dependencies = [ |
| 6667 | "yoke", |
| 6668 | "zerofrom", |
| 6669 | "zerovec-derive", |
| 6670 | ] |
| 6671 | |
| 6672 | [[package]] |
| 6673 | name = "zerovec-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6674 | version = "0.10.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6676 | checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6677 | dependencies = [ |
| 6678 | "proc-macro2", |
| 6679 | "quote", |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 6680 | "syn 2.0.67", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6681 | ] |