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", |
| 54 | "once_cell", |
| 55 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 56 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 57 | ] |
| 58 | |
| 59 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 60 | name = "aho-corasick" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 61 | version = "1.1.3" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 63 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 64 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 65 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 66 | ] |
| 67 | |
| 68 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 69 | name = "alloc" |
| 70 | version = "0.0.0" |
| 71 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 72 | "compiler_builtins", |
| 73 | "core", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 74 | "rand", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 75 | "rand_xorshift", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 76 | ] |
| 77 | |
| 78 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 79 | name = "allocator-api2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 80 | version = "0.2.18" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 82 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 83 | |
| 84 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 85 | name = "ammonia" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 86 | version = "4.0.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 88 | checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 89 | dependencies = [ |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 90 | "html5ever 0.27.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 91 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 92 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 93 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 94 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 95 | ] |
| 96 | |
| 97 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 98 | name = "android-tzdata" |
| 99 | version = "0.1.1" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 102 | |
| 103 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 104 | name = "android_system_properties" |
| 105 | version = "0.1.5" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 108 | dependencies = [ |
| 109 | "libc", |
| 110 | ] |
| 111 | |
| 112 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 113 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 114 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 116 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 117 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 118 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 119 | "yansi-term", |
| 120 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 121 | |
| 122 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 123 | name = "annotate-snippets" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 124 | version = "0.10.2" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 126 | checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 127 | dependencies = [ |
| 128 | "anstyle", |
| 129 | "unicode-width", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 133 | name = "annotate-snippets" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 134 | version = "0.11.3" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 136 | checksum = "086b0afab3b349e5691143adbfb26983821e3eec4ba4c51957104d372c2e1b7d" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 137 | dependencies = [ |
| 138 | "anstyle", |
| 139 | "unicode-width", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 143 | name = "ansi_term" |
| 144 | version = "0.12.1" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 147 | dependencies = [ |
| 148 | "winapi", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 152 | name = "anstream" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 153 | version = "0.6.14" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 155 | checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 156 | dependencies = [ |
| 157 | "anstyle", |
| 158 | "anstyle-parse", |
| 159 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 160 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 161 | "colorchoice", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 162 | "is_terminal_polyfill", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 163 | "utf8parse", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "anstyle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 168 | version = "1.0.7" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 170 | checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 171 | |
| 172 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 173 | name = "anstyle-lossy" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 174 | version = "1.1.1" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 176 | checksum = "6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 177 | dependencies = [ |
| 178 | "anstyle", |
| 179 | ] |
| 180 | |
| 181 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 182 | name = "anstyle-parse" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 183 | version = "0.2.4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 185 | checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 186 | dependencies = [ |
| 187 | "utf8parse", |
| 188 | ] |
| 189 | |
| 190 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 191 | name = "anstyle-query" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 192 | version = "1.1.0" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 194 | checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 195 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 196 | "windows-sys 0.52.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 197 | ] |
| 198 | |
| 199 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 200 | name = "anstyle-svg" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 201 | version = "0.1.4" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 203 | checksum = "bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 204 | dependencies = [ |
| 205 | "anstream", |
| 206 | "anstyle", |
| 207 | "anstyle-lossy", |
| 208 | "html-escape", |
| 209 | "unicode-width", |
| 210 | ] |
| 211 | |
| 212 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 213 | name = "anstyle-wincon" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 214 | version = "3.0.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 216 | checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 217 | dependencies = [ |
| 218 | "anstyle", |
| 219 | "windows-sys 0.52.0", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 223 | name = "anyhow" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 224 | version = "1.0.86" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 226 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 227 | dependencies = [ |
| 228 | "backtrace", |
| 229 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 230 | |
| 231 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 232 | name = "ar_archive_writer" |
bjorn3 | dacfbfc | 2024-04-09 17:44:20 | [diff] [blame] | 233 | version = "0.2.0" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | dacfbfc | 2024-04-09 17:44:20 | [diff] [blame] | 235 | checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 236 | dependencies = [ |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 237 | "object 0.32.2", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 238 | ] |
| 239 | |
| 240 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 241 | name = "arrayvec" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 242 | version = "0.7.4" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 244 | checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 245 | |
| 246 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 247 | name = "askama" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 248 | version = "0.12.1" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 250 | checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 251 | dependencies = [ |
| 252 | "askama_derive", |
| 253 | "askama_escape", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "askama_derive" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 258 | version = "0.12.5" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 260 | checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 261 | dependencies = [ |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 262 | "askama_parser", |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 263 | "basic-toml", |
| 264 | "mime", |
| 265 | "mime_guess", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 266 | "proc-macro2", |
| 267 | "quote", |
Guillaume Gomez | 48f5dca | 2022-01-17 16:36:39 | [diff] [blame] | 268 | "serde", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 269 | "syn 2.0.66", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 270 | ] |
| 271 | |
| 272 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 273 | name = "askama_escape" |
| 274 | version = "0.10.3" |
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| 277 | |
| 278 | [[package]] |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 279 | name = "askama_parser" |
| 280 | version = "0.2.1" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" |
| 283 | dependencies = [ |
| 284 | "nom", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 288 | name = "assert_cmd" |
| 289 | version = "2.0.14" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" |
| 292 | dependencies = [ |
| 293 | "anstyle", |
| 294 | "bstr", |
| 295 | "doc-comment", |
| 296 | "predicates", |
| 297 | "predicates-core", |
| 298 | "predicates-tree", |
| 299 | "wait-timeout", |
| 300 | ] |
| 301 | |
| 302 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 303 | name = "autocfg" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 304 | version = "1.3.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 306 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 307 | |
| 308 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 309 | name = "backtrace" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 310 | version = "0.3.71" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 312 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 313 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 314 | "addr2line 0.21.0", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 315 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 316 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 317 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 318 | "miniz_oxide", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 319 | "object 0.32.2", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 320 | "rustc-demangle", |
| 321 | ] |
| 322 | |
| 323 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 324 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 325 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 327 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 328 | |
| 329 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 330 | name = "basic-toml" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 331 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 333 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 334 | dependencies = [ |
| 335 | "serde", |
| 336 | ] |
| 337 | |
| 338 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 339 | name = "bincode" |
| 340 | version = "1.3.3" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 343 | dependencies = [ |
| 344 | "serde", |
| 345 | ] |
| 346 | |
| 347 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 348 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 349 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 351 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 352 | |
| 353 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 354 | name = "bitflags" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 355 | version = "2.5.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 357 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 358 | |
| 359 | [[package]] |
| 360 | name = "block-buffer" |
| 361 | version = "0.10.4" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 364 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 365 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 366 | ] |
| 367 | |
| 368 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 369 | name = "bstr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 370 | version = "1.6.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 372 | checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 373 | dependencies = [ |
| 374 | "memchr", |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 375 | "regex-automata 0.3.7", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 376 | "serde", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 380 | name = "build-manifest" |
| 381 | version = "0.1.0" |
| 382 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 383 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 384 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 385 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 386 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 387 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 388 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 389 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 390 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 391 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 392 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 393 | ] |
| 394 | |
| 395 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 396 | name = "build_helper" |
| 397 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 398 | dependencies = [ |
| 399 | "serde", |
| 400 | "serde_derive", |
| 401 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 402 | |
| 403 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 404 | name = "bump-stage0" |
| 405 | version = "0.1.0" |
| 406 | dependencies = [ |
| 407 | "anyhow", |
onur-ozkan | b46c3f2 | 2024-05-09 15:18:01 | [diff] [blame] | 408 | "build_helper", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 409 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 410 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 411 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 412 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 413 | ] |
| 414 | |
| 415 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 416 | name = "bumpalo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 417 | version = "3.16.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 419 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 420 | |
| 421 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 422 | name = "bytecount" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 423 | version = "0.6.8" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 425 | checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 426 | |
| 427 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 428 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 429 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 431 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 432 | |
| 433 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 434 | name = "bytes" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 435 | version = "1.6.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 437 | checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 438 | |
| 439 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 440 | name = "camino" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 441 | version = "1.1.7" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 443 | checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 444 | dependencies = [ |
| 445 | "serde", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 449 | name = "cargo-miri" |
| 450 | version = "0.1.0" |
| 451 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 452 | "cargo_metadata 0.18.1", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 453 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 454 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 455 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 456 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 457 | "serde", |
| 458 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 459 | ] |
| 460 | |
| 461 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 462 | name = "cargo-platform" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 463 | version = "0.1.8" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 465 | checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 466 | dependencies = [ |
| 467 | "serde", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 471 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 472 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 474 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 475 | dependencies = [ |
| 476 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 477 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 478 | "semver", |
| 479 | "serde", |
| 480 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 481 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 482 | ] |
| 483 | |
| 484 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 485 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 486 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 488 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 489 | dependencies = [ |
| 490 | "camino", |
| 491 | "cargo-platform", |
| 492 | "semver", |
| 493 | "serde", |
| 494 | "serde_json", |
| 495 | "thiserror", |
| 496 | ] |
| 497 | |
| 498 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 499 | name = "cargotest2" |
| 500 | version = "0.1.0" |
| 501 | |
| 502 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 503 | name = "cc" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 504 | version = "1.0.99" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 506 | checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 507 | |
| 508 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 509 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 510 | version = "1.0.0" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 513 | dependencies = [ |
| 514 | "compiler_builtins", |
| 515 | "rustc-std-workspace-core", |
| 516 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 517 | |
| 518 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 519 | name = "cfg_aliases" |
| 520 | version = "0.1.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 522 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 523 | |
| 524 | [[package]] |
| 525 | name = "chrono" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 526 | version = "0.4.38" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 528 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 529 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 530 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 531 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 532 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 533 | "serde", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 534 | "windows-targets 0.52.5", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 535 | ] |
| 536 | |
| 537 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 538 | name = "chrono-tz" |
| 539 | version = "0.9.0" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
| 542 | dependencies = [ |
| 543 | "chrono", |
| 544 | "chrono-tz-build", |
| 545 | "phf 0.11.2", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
| 549 | name = "chrono-tz-build" |
| 550 | version = "0.3.0" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
| 553 | dependencies = [ |
| 554 | "parse-zoneinfo", |
| 555 | "phf 0.11.2", |
| 556 | "phf_codegen 0.11.2", |
| 557 | ] |
| 558 | |
| 559 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 560 | name = "cipher" |
| 561 | version = "0.4.4" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 564 | dependencies = [ |
| 565 | "crypto-common", |
| 566 | "inout", |
| 567 | ] |
| 568 | |
| 569 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 570 | name = "clap" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 571 | version = "4.5.6" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 573 | checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 574 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 575 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 576 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 577 | ] |
| 578 | |
| 579 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 580 | name = "clap-cargo" |
| 581 | version = "0.12.0" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 584 | dependencies = [ |
| 585 | "anstyle", |
| 586 | "clap", |
| 587 | ] |
| 588 | |
| 589 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 590 | name = "clap_builder" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 591 | version = "4.5.6" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 593 | checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 594 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 595 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 596 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 597 | "clap_lex", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 598 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 599 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 600 | ] |
| 601 | |
| 602 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 603 | name = "clap_complete" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 604 | version = "4.5.5" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 606 | checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 607 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 608 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 609 | ] |
| 610 | |
| 611 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 612 | name = "clap_derive" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 613 | version = "4.5.5" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 615 | checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 616 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 617 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 618 | "proc-macro2", |
| 619 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 620 | "syn 2.0.66", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 621 | ] |
| 622 | |
| 623 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 624 | name = "clap_lex" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 625 | version = "0.7.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 627 | checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 628 | |
| 629 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 630 | name = "clippy" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 631 | version = "0.1.80" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 632 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 633 | "anstream", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 634 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 635 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 636 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 637 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 638 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 639 | "futures", |
| 640 | "if_chain", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 641 | "itertools 0.12.1", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 642 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 643 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 644 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 645 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 646 | "serde", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 647 | "syn 2.0.66", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 648 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 649 | "termize", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 650 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 651 | "toml 0.7.8", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 652 | "ui_test 0.23.0", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 653 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 654 | ] |
| 655 | |
| 656 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 657 | name = "clippy_config" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 658 | version = "0.1.80" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 659 | dependencies = [ |
| 660 | "rustc-semver", |
| 661 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 662 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 663 | "walkdir", |
| 664 | ] |
| 665 | |
| 666 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 667 | name = "clippy_dev" |
| 668 | version = "0.0.1" |
| 669 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 670 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 671 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 672 | "indoc", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 673 | "itertools 0.12.1", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 674 | "opener 0.6.1", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 675 | "shell-escape", |
| 676 | "walkdir", |
| 677 | ] |
| 678 | |
| 679 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 680 | name = "clippy_lints" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 681 | version = "0.1.80" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 682 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 683 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 684 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 685 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 686 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 687 | "declare_clippy_lint", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 688 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 689 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 690 | "regex", |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 691 | "regex-syntax 0.8.3", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 692 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 693 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 694 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 695 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 696 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 697 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 698 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 699 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 700 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 701 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 702 | ] |
| 703 | |
| 704 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 705 | name = "clippy_utils" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 706 | version = "0.1.80" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 707 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 708 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 709 | "clippy_config", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 710 | "itertools 0.12.1", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 711 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 712 | ] |
| 713 | |
| 714 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 715 | name = "collect-license-metadata" |
| 716 | version = "0.1.0" |
| 717 | dependencies = [ |
| 718 | "anyhow", |
| 719 | "serde", |
| 720 | "serde_json", |
| 721 | "spdx-rs", |
| 722 | ] |
| 723 | |
| 724 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 725 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 726 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 728 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 729 | dependencies = [ |
| 730 | "backtrace", |
| 731 | "color-spantrace", |
| 732 | "eyre", |
| 733 | "indenter", |
| 734 | "once_cell", |
| 735 | "owo-colors", |
| 736 | "tracing-error", |
| 737 | ] |
| 738 | |
| 739 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 740 | name = "color-print" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 741 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 743 | checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 744 | dependencies = [ |
| 745 | "color-print-proc-macro", |
| 746 | ] |
| 747 | |
| 748 | [[package]] |
| 749 | name = "color-print-proc-macro" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 750 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 752 | checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 753 | dependencies = [ |
| 754 | "nom", |
| 755 | "proc-macro2", |
| 756 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 757 | "syn 2.0.66", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 758 | ] |
| 759 | |
| 760 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 761 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 762 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 764 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 765 | dependencies = [ |
| 766 | "once_cell", |
| 767 | "owo-colors", |
| 768 | "tracing-core", |
| 769 | "tracing-error", |
| 770 | ] |
| 771 | |
| 772 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 773 | name = "colorchoice" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 774 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 776 | checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 777 | |
| 778 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 779 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 780 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 782 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 783 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 784 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 785 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 786 | ] |
| 787 | |
| 788 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 789 | name = "comma" |
| 790 | version = "1.0.0" |
| 791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 793 | |
| 794 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 795 | name = "compiler_builtins" |
Ralf Jung | 385c363 | 2024-04-10 12:34:52 | [diff] [blame] | 796 | version = "0.1.109" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 385c363 | 2024-04-10 12:34:52 | [diff] [blame] | 798 | checksum = "f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 799 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 800 | "cc", |
| 801 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 802 | ] |
| 803 | |
| 804 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 805 | name = "compiletest" |
| 806 | version = "0.0.0" |
| 807 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 808 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 809 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 810 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 811 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 812 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 813 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 814 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 815 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 816 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 817 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 818 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 819 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 820 | "regex", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 821 | "rustfix 0.8.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 822 | "serde", |
| 823 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 824 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 825 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 826 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 827 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 828 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 829 | ] |
| 830 | |
| 831 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 832 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 833 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 835 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 836 | dependencies = [ |
| 837 | "encode_unicode", |
| 838 | "lazy_static", |
| 839 | "libc", |
| 840 | "unicode-width", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 841 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 842 | ] |
| 843 | |
| 844 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 845 | name = "core" |
| 846 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 847 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 848 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 849 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 850 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 851 | |
| 852 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 853 | name = "core-foundation-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 854 | version = "0.8.6" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 856 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 857 | |
| 858 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 859 | name = "coverage-dump" |
| 860 | version = "0.1.0" |
| 861 | dependencies = [ |
| 862 | "anyhow", |
| 863 | "leb128", |
| 864 | "md-5", |
| 865 | "miniz_oxide", |
| 866 | "regex", |
| 867 | "rustc-demangle", |
| 868 | ] |
| 869 | |
| 870 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 871 | name = "cpufeatures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 872 | version = "0.2.12" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 874 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 875 | dependencies = [ |
| 876 | "libc", |
| 877 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 878 | |
| 879 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 880 | name = "crc32fast" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 881 | version = "1.4.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 883 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 884 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 885 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 886 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 887 | |
| 888 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 889 | name = "crossbeam-channel" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 890 | version = "0.5.13" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 892 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 893 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 894 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 895 | ] |
| 896 | |
| 897 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 898 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 899 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 901 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 902 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 903 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 904 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 905 | ] |
| 906 | |
| 907 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 908 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 909 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 911 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 912 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 913 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 914 | ] |
| 915 | |
| 916 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 917 | name = "crossbeam-utils" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 918 | version = "0.8.20" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 920 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 921 | |
| 922 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 923 | name = "crypto-common" |
| 924 | version = "0.1.6" |
| 925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 926 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 927 | dependencies = [ |
| 928 | "generic-array", |
| 929 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 930 | ] |
| 931 | |
| 932 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 933 | name = "ctrlc" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 934 | version = "3.4.4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 936 | checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 937 | dependencies = [ |
| 938 | "nix", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 939 | "windows-sys 0.52.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 940 | ] |
| 941 | |
| 942 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 943 | name = "curl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 944 | version = "0.4.46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 946 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 947 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 948 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 949 | "libc", |
| 950 | "openssl-probe", |
| 951 | "openssl-sys", |
| 952 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 953 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 954 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 955 | ] |
| 956 | |
| 957 | [[package]] |
| 958 | name = "curl-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 959 | version = "0.4.72+curl-8.6.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 961 | checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 962 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 963 | "cc", |
| 964 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 965 | "libz-sys", |
| 966 | "openssl-sys", |
| 967 | "pkg-config", |
| 968 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 969 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 970 | ] |
| 971 | |
| 972 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 973 | name = "darling" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 974 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 976 | checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 977 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 978 | "darling_core", |
| 979 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 980 | ] |
| 981 | |
| 982 | [[package]] |
| 983 | name = "darling_core" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 984 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 986 | checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 987 | dependencies = [ |
| 988 | "fnv", |
| 989 | "ident_case", |
| 990 | "proc-macro2", |
| 991 | "quote", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 992 | "strsim", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 993 | "syn 2.0.66", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 994 | ] |
| 995 | |
| 996 | [[package]] |
| 997 | name = "darling_macro" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 998 | version = "0.20.9" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1000 | checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1001 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1002 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1003 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1004 | "syn 2.0.66", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1005 | ] |
| 1006 | |
| 1007 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1008 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1009 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1011 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1012 | |
| 1013 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1014 | name = "dbus" |
| 1015 | version = "0.9.7" |
| 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1017 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| 1018 | dependencies = [ |
| 1019 | "libc", |
| 1020 | "libdbus-sys", |
| 1021 | "winapi", |
| 1022 | ] |
| 1023 | |
| 1024 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1025 | name = "declare_clippy_lint" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 1026 | version = "0.1.80" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1027 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1028 | "itertools 0.12.1", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1029 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1030 | "syn 2.0.66", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1031 | ] |
| 1032 | |
| 1033 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 1034 | name = "deranged" |
| 1035 | version = "0.3.11" |
| 1036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1037 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 1038 | dependencies = [ |
| 1039 | "powerfmt", |
| 1040 | ] |
| 1041 | |
| 1042 | [[package]] |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 1043 | name = "derivative" |
| 1044 | version = "2.2.0" |
| 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 | checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| 1047 | dependencies = [ |
| 1048 | "proc-macro2", |
| 1049 | "quote", |
| 1050 | "syn 1.0.109", |
| 1051 | ] |
| 1052 | |
| 1053 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1054 | name = "derive_builder" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1055 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1057 | checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1058 | dependencies = [ |
| 1059 | "derive_builder_macro", |
| 1060 | ] |
| 1061 | |
| 1062 | [[package]] |
| 1063 | name = "derive_builder_core" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1064 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1066 | checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1067 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1068 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1069 | "proc-macro2", |
| 1070 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1071 | "syn 2.0.66", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1072 | ] |
| 1073 | |
| 1074 | [[package]] |
| 1075 | name = "derive_builder_macro" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1076 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1078 | checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1079 | dependencies = [ |
| 1080 | "derive_builder_core", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1081 | "syn 2.0.66", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1082 | ] |
| 1083 | |
| 1084 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1085 | name = "derive_more" |
| 1086 | version = "0.99.17" |
| 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1088 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 1089 | dependencies = [ |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1090 | "proc-macro2", |
| 1091 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1092 | "syn 1.0.109", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1093 | ] |
| 1094 | |
| 1095 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1096 | name = "derive_setters" |
| 1097 | version = "0.1.6" |
| 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1099 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 1100 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1101 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1102 | "proc-macro2", |
| 1103 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1104 | "syn 2.0.66", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1105 | ] |
| 1106 | |
| 1107 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1108 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1109 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1111 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1112 | |
| 1113 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 1114 | name = "difflib" |
| 1115 | version = "0.4.0" |
| 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1117 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 1118 | |
| 1119 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1120 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1121 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1123 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1124 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1125 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1126 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1127 | ] |
| 1128 | |
| 1129 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1130 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1131 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1133 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1134 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1135 | "dirs-sys 0.4.1", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1136 | ] |
| 1137 | |
| 1138 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1139 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1140 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1142 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1143 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1144 | "dirs-sys 0.3.7", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1145 | ] |
| 1146 | |
| 1147 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1148 | name = "dirs-next" |
| 1149 | version = "2.0.0" |
| 1150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1152 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1153 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1154 | "dirs-sys-next", |
| 1155 | ] |
| 1156 | |
| 1157 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1158 | name = "dirs-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1159 | version = "0.3.7" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1161 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1162 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1163 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1164 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1165 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1166 | ] |
| 1167 | |
| 1168 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1169 | name = "dirs-sys" |
| 1170 | version = "0.4.1" |
| 1171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1172 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1173 | dependencies = [ |
| 1174 | "libc", |
| 1175 | "option-ext", |
| 1176 | "redox_users", |
| 1177 | "windows-sys 0.48.0", |
| 1178 | ] |
| 1179 | |
| 1180 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1181 | name = "dirs-sys-next" |
| 1182 | version = "0.1.2" |
| 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1184 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1185 | dependencies = [ |
| 1186 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1187 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1188 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1189 | ] |
| 1190 | |
| 1191 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1192 | name = "displaydoc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1193 | version = "0.2.4" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1195 | checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1196 | dependencies = [ |
| 1197 | "proc-macro2", |
| 1198 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1199 | "syn 2.0.66", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1203 | name = "dissimilar" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1204 | version = "1.0.9" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1206 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1207 | |
| 1208 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1209 | name = "dlmalloc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1210 | version = "0.2.6" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1212 | checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1213 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1214 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1215 | "compiler_builtins", |
| 1216 | "libc", |
| 1217 | "rustc-std-workspace-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1218 | "windows-sys 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1219 | ] |
| 1220 | |
| 1221 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 1222 | name = "doc-comment" |
| 1223 | version = "0.3.3" |
| 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1225 | checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| 1226 | |
| 1227 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1228 | name = "either" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1229 | version = "1.12.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1231 | checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1232 | |
| 1233 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1234 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1235 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1237 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1238 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1239 | "regex", |
| 1240 | "serde", |
| 1241 | "serde_derive", |
| 1242 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1243 | ] |
| 1244 | |
| 1245 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1246 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1247 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1249 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1250 | dependencies = [ |
| 1251 | "stable_deref_trait", |
| 1252 | ] |
| 1253 | |
| 1254 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1255 | name = "ena" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1256 | version = "0.14.3" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1258 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1259 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1260 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1264 | name = "encode_unicode" |
| 1265 | version = "0.3.6" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1268 | |
| 1269 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1270 | name = "env_filter" |
| 1271 | version = "0.1.0" |
| 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
| 1274 | dependencies = [ |
| 1275 | "log", |
| 1276 | "regex", |
| 1277 | ] |
| 1278 | |
| 1279 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1280 | name = "env_logger" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1281 | version = "0.11.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1283 | checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1284 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1285 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1286 | "anstyle", |
| 1287 | "env_filter", |
| 1288 | "humantime", |
| 1289 | "log", |
| 1290 | ] |
| 1291 | |
| 1292 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1293 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1294 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1296 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1297 | |
| 1298 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1299 | name = "errno" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1300 | version = "0.3.9" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1302 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1303 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1304 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1305 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1309 | name = "error_index_generator" |
| 1310 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1311 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1312 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1313 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1314 | |
| 1315 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1316 | name = "expect-test" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1317 | version = "1.5.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1319 | checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1320 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1321 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1322 | "once_cell", |
| 1323 | ] |
| 1324 | |
| 1325 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1326 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1327 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1329 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1330 | dependencies = [ |
| 1331 | "indenter", |
| 1332 | "once_cell", |
| 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1336 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1337 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1339 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1340 | |
| 1341 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1342 | name = "fastrand" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1343 | version = "2.1.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1345 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1346 | |
| 1347 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1348 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1349 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1351 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1352 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1353 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1354 | "rustc_version", |
| 1355 | ] |
| 1356 | |
| 1357 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1358 | name = "filetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1359 | version = "0.2.23" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1361 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1362 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1363 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1364 | "libc", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1365 | "redox_syscall 0.4.1", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1366 | "windows-sys 0.52.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1367 | ] |
| 1368 | |
| 1369 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1370 | name = "flate2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1371 | version = "1.0.30" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1373 | checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1374 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1375 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1376 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1377 | ] |
| 1378 | |
| 1379 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1380 | name = "fluent-bundle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1381 | version = "0.15.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1383 | checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1384 | dependencies = [ |
| 1385 | "fluent-langneg", |
| 1386 | "fluent-syntax", |
| 1387 | "intl-memoizer", |
| 1388 | "intl_pluralrules", |
| 1389 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1390 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1391 | "smallvec", |
| 1392 | "unic-langid", |
| 1393 | ] |
| 1394 | |
| 1395 | [[package]] |
| 1396 | name = "fluent-langneg" |
| 1397 | version = "0.13.0" |
| 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1400 | dependencies = [ |
| 1401 | "unic-langid", |
| 1402 | ] |
| 1403 | |
| 1404 | [[package]] |
| 1405 | name = "fluent-syntax" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1406 | version = "0.11.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1408 | checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1409 | dependencies = [ |
| 1410 | "thiserror", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1414 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1415 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1417 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1418 | |
| 1419 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1420 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1421 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1423 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1424 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1425 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1426 | ] |
| 1427 | |
| 1428 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1429 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1430 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1432 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1433 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1434 | "compiler_builtins", |
| 1435 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1436 | ] |
| 1437 | |
| 1438 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1439 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1440 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1442 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1443 | dependencies = [ |
| 1444 | "autocfg", |
| 1445 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1446 | |
| 1447 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1448 | name = "fs_extra" |
| 1449 | version = "1.3.0" |
| 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1451 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1452 | |
| 1453 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1454 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1455 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1457 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1458 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1459 | "mac", |
| 1460 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1464 | name = "futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1465 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1467 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1468 | dependencies = [ |
| 1469 | "futures-channel", |
| 1470 | "futures-core", |
| 1471 | "futures-executor", |
| 1472 | "futures-io", |
| 1473 | "futures-sink", |
| 1474 | "futures-task", |
| 1475 | "futures-util", |
| 1476 | ] |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "futures-channel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1480 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1482 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1483 | dependencies = [ |
| 1484 | "futures-core", |
| 1485 | "futures-sink", |
| 1486 | ] |
| 1487 | |
| 1488 | [[package]] |
| 1489 | name = "futures-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1490 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1492 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1493 | |
| 1494 | [[package]] |
| 1495 | name = "futures-executor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1496 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1498 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1499 | dependencies = [ |
| 1500 | "futures-core", |
| 1501 | "futures-task", |
| 1502 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1503 | ] |
| 1504 | |
| 1505 | [[package]] |
| 1506 | name = "futures-io" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1507 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1509 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1510 | |
| 1511 | [[package]] |
| 1512 | name = "futures-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1513 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1515 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1516 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1517 | "proc-macro2", |
| 1518 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1519 | "syn 2.0.66", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1520 | ] |
| 1521 | |
| 1522 | [[package]] |
| 1523 | name = "futures-sink" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1524 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1526 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1527 | |
| 1528 | [[package]] |
| 1529 | name = "futures-task" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1530 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1532 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1533 | |
| 1534 | [[package]] |
| 1535 | name = "futures-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1536 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1538 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1539 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1540 | "futures-channel", |
| 1541 | "futures-core", |
| 1542 | "futures-io", |
| 1543 | "futures-macro", |
| 1544 | "futures-sink", |
| 1545 | "futures-task", |
| 1546 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1547 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1548 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1549 | "slab", |
| 1550 | ] |
| 1551 | |
| 1552 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1553 | name = "generate-copyright" |
| 1554 | version = "0.1.0" |
| 1555 | dependencies = [ |
| 1556 | "anyhow", |
| 1557 | "serde", |
| 1558 | "serde_json", |
| 1559 | ] |
| 1560 | |
| 1561 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1562 | name = "generate-windows-sys" |
| 1563 | version = "0.1.0" |
| 1564 | dependencies = [ |
| 1565 | "windows-bindgen", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1569 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1570 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1572 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1573 | dependencies = [ |
| 1574 | "typenum", |
| 1575 | "version_check", |
| 1576 | ] |
| 1577 | |
| 1578 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1579 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1580 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1582 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1583 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1584 | "rustc-std-workspace-core", |
| 1585 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1586 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1587 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1588 | |
| 1589 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1590 | name = "getrandom" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1591 | version = "0.2.15" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1593 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1594 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1595 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1596 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1597 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1598 | ] |
| 1599 | |
| 1600 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1601 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1602 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1604 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1605 | dependencies = [ |
| 1606 | "compiler_builtins", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1607 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1608 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1609 | "rustc-std-workspace-alloc", |
| 1610 | "rustc-std-workspace-core", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1611 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1612 | ] |
| 1613 | |
| 1614 | [[package]] |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 1615 | name = "gimli" |
| 1616 | version = "0.29.0" |
| 1617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1618 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
| 1619 | dependencies = [ |
| 1620 | "compiler_builtins", |
| 1621 | "rustc-std-workspace-alloc", |
| 1622 | "rustc-std-workspace-core", |
| 1623 | ] |
| 1624 | |
| 1625 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1626 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1627 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1629 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1630 | |
| 1631 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1632 | name = "globset" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1633 | version = "0.4.13" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1635 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1636 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1637 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1638 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1639 | "fnv", |
| 1640 | "log", |
| 1641 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1642 | ] |
| 1643 | |
| 1644 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1645 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1646 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1648 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1649 | dependencies = [ |
| 1650 | "serde", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1654 | name = "handlebars" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1655 | version = "5.1.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1657 | checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1658 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1659 | "log", |
| 1660 | "pest", |
| 1661 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1662 | "serde", |
| 1663 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1664 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1668 | name = "hashbrown" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1669 | version = "0.14.5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1671 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1672 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1673 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1674 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1675 | "compiler_builtins", |
| 1676 | "rustc-std-workspace-alloc", |
| 1677 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1678 | ] |
| 1679 | |
| 1680 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1681 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1682 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1684 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1685 | |
| 1686 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1687 | name = "heck" |
| 1688 | version = "0.5.0" |
| 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1690 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1691 | |
| 1692 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1693 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1694 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1696 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1697 | dependencies = [ |
| 1698 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1699 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1700 | "rustc-std-workspace-core", |
| 1701 | ] |
| 1702 | |
| 1703 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1704 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1705 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1707 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1708 | |
| 1709 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1710 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1711 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1713 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1714 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1715 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1716 | ] |
| 1717 | |
| 1718 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1719 | name = "html-checker" |
| 1720 | version = "0.1.0" |
| 1721 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1722 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1723 | "walkdir", |
| 1724 | ] |
| 1725 | |
| 1726 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1727 | name = "html-escape" |
| 1728 | version = "0.2.13" |
| 1729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1730 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1731 | dependencies = [ |
| 1732 | "utf8-width", |
| 1733 | ] |
| 1734 | |
| 1735 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1736 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1737 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1739 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1740 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1741 | "log", |
| 1742 | "mac", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1743 | "markup5ever 0.11.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1744 | "proc-macro2", |
| 1745 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1746 | "syn 1.0.109", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1747 | ] |
| 1748 | |
| 1749 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1750 | name = "html5ever" |
| 1751 | version = "0.27.0" |
| 1752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1753 | checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| 1754 | dependencies = [ |
| 1755 | "log", |
| 1756 | "mac", |
| 1757 | "markup5ever 0.12.1", |
| 1758 | "proc-macro2", |
| 1759 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1760 | "syn 2.0.66", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1761 | ] |
| 1762 | |
| 1763 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1764 | name = "humansize" |
| 1765 | version = "2.1.3" |
| 1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1767 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1768 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1769 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1773 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1774 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1776 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1777 | |
| 1778 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1779 | name = "iana-time-zone" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1780 | version = "0.1.60" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1782 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1783 | dependencies = [ |
| 1784 | "android_system_properties", |
| 1785 | "core-foundation-sys", |
| 1786 | "iana-time-zone-haiku", |
| 1787 | "js-sys", |
| 1788 | "wasm-bindgen", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1789 | "windows-core", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1790 | ] |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1794 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1796 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1797 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1798 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1799 | ] |
| 1800 | |
| 1801 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1802 | name = "icu_list" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1803 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1805 | checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1806 | dependencies = [ |
| 1807 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1808 | "icu_list_data", |
| 1809 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1810 | "icu_provider", |
| 1811 | "regex-automata 0.2.0", |
| 1812 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1813 | ] |
| 1814 | |
| 1815 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1816 | name = "icu_list_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1817 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1819 | checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1820 | |
| 1821 | [[package]] |
| 1822 | name = "icu_locid" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1823 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1825 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1826 | dependencies = [ |
| 1827 | "displaydoc", |
| 1828 | "litemap", |
| 1829 | "tinystr", |
| 1830 | "writeable", |
| 1831 | "zerovec", |
| 1832 | ] |
| 1833 | |
| 1834 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1835 | name = "icu_locid_transform" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1836 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1838 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1839 | dependencies = [ |
| 1840 | "displaydoc", |
| 1841 | "icu_locid", |
| 1842 | "icu_locid_transform_data", |
| 1843 | "icu_provider", |
| 1844 | "tinystr", |
| 1845 | "zerovec", |
| 1846 | ] |
| 1847 | |
| 1848 | [[package]] |
| 1849 | name = "icu_locid_transform_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1850 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1852 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1853 | |
| 1854 | [[package]] |
| 1855 | name = "icu_provider" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1856 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1858 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1859 | dependencies = [ |
| 1860 | "displaydoc", |
| 1861 | "icu_locid", |
| 1862 | "icu_provider_macros", |
| 1863 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1864 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1865 | "writeable", |
| 1866 | "yoke", |
| 1867 | "zerofrom", |
| 1868 | "zerovec", |
| 1869 | ] |
| 1870 | |
| 1871 | [[package]] |
| 1872 | name = "icu_provider_adapters" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1873 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1875 | checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1876 | dependencies = [ |
| 1877 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1878 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1879 | "icu_provider", |
| 1880 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1881 | "zerovec", |
| 1882 | ] |
| 1883 | |
| 1884 | [[package]] |
| 1885 | name = "icu_provider_macros" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1886 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1888 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1889 | dependencies = [ |
| 1890 | "proc-macro2", |
| 1891 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1892 | "syn 2.0.66", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1893 | ] |
| 1894 | |
| 1895 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1896 | name = "ident_case" |
| 1897 | version = "1.0.1" |
| 1898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1900 | |
| 1901 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1902 | name = "idna" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1903 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1905 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1906 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1907 | "unicode-bidi", |
| 1908 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1909 | ] |
| 1910 | |
| 1911 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1912 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1913 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1915 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1916 | |
| 1917 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1918 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1919 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1921 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1922 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1923 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1924 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1925 | "log", |
| 1926 | "memchr", |
| 1927 | "regex", |
| 1928 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1929 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1930 | "walkdir", |
| 1931 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1932 | ] |
| 1933 | |
| 1934 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1935 | name = "indenter" |
| 1936 | version = "0.3.3" |
| 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1938 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1939 | |
| 1940 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1941 | name = "indexmap" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 1942 | version = "2.2.6" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 1944 | checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1945 | dependencies = [ |
| 1946 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1947 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1948 | "rustc-rayon", |
| 1949 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1950 | ] |
| 1951 | |
| 1952 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1953 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1954 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1956 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1957 | dependencies = [ |
| 1958 | "console", |
| 1959 | "instant", |
| 1960 | "number_prefix", |
| 1961 | "portable-atomic", |
| 1962 | "unicode-width", |
| 1963 | ] |
| 1964 | |
| 1965 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1966 | name = "indoc" |
| 1967 | version = "1.0.9" |
| 1968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1969 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1970 | |
| 1971 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1972 | name = "inout" |
| 1973 | version = "0.1.3" |
| 1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1975 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1976 | dependencies = [ |
| 1977 | "generic-array", |
| 1978 | ] |
| 1979 | |
| 1980 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1981 | name = "installer" |
| 1982 | version = "0.0.0" |
| 1983 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1984 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1985 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1986 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1987 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1988 | "tar", |
| 1989 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1990 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1991 | ] |
| 1992 | |
| 1993 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1994 | name = "instant" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1995 | version = "0.1.13" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1997 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1998 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1999 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2000 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2001 | |
| 2002 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2003 | name = "intl-memoizer" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2004 | version = "0.5.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2006 | checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2007 | dependencies = [ |
| 2008 | "type-map", |
| 2009 | "unic-langid", |
| 2010 | ] |
| 2011 | |
| 2012 | [[package]] |
| 2013 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2014 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2016 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2017 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2018 | "unic-langid", |
| 2019 | ] |
| 2020 | |
| 2021 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2022 | name = "is_terminal_polyfill" |
| 2023 | version = "1.70.0" |
| 2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2025 | checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" |
| 2026 | |
| 2027 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2028 | name = "itertools" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2029 | version = "0.11.0" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2031 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2032 | dependencies = [ |
| 2033 | "either", |
| 2034 | ] |
| 2035 | |
| 2036 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2037 | name = "itertools" |
| 2038 | version = "0.12.1" |
| 2039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2040 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 2041 | dependencies = [ |
| 2042 | "either", |
| 2043 | ] |
| 2044 | |
| 2045 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2046 | name = "itoa" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2047 | version = "1.0.11" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2049 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2050 | |
| 2051 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2052 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2053 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2055 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2056 | dependencies = [ |
| 2057 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2058 | "libc", |
| 2059 | ] |
| 2060 | |
| 2061 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2062 | name = "jobserver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2063 | version = "0.1.31" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2065 | checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2066 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2067 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2068 | ] |
| 2069 | |
| 2070 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2071 | name = "js-sys" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2072 | version = "0.3.69" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2074 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2075 | dependencies = [ |
| 2076 | "wasm-bindgen", |
| 2077 | ] |
| 2078 | |
| 2079 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2080 | name = "jsondocck" |
| 2081 | version = "0.1.0" |
| 2082 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2083 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2084 | "getopts", |
| 2085 | "jsonpath_lib", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2086 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2087 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2088 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2092 | name = "jsondoclint" |
| 2093 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2094 | dependencies = [ |
| 2095 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2096 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2097 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2098 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2099 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2100 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2101 | "serde_json", |
| 2102 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2103 | |
| 2104 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2105 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2106 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2108 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2109 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2110 | "log", |
| 2111 | "serde", |
| 2112 | "serde_json", |
| 2113 | ] |
| 2114 | |
| 2115 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2116 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2117 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2119 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2120 | |
| 2121 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2122 | name = "leb128" |
| 2123 | version = "0.2.5" |
| 2124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2125 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2126 | |
| 2127 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2128 | name = "levenshtein" |
| 2129 | version = "1.0.5" |
| 2130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2131 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2132 | |
| 2133 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2134 | name = "libc" |
Mads Marquart | 74012d5 | 2024-04-30 14:33:19 | [diff] [blame] | 2135 | version = "0.2.155" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mads Marquart | 74012d5 | 2024-04-30 14:33:19 | [diff] [blame] | 2137 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2138 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2139 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2140 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2141 | |
| 2142 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2143 | name = "libdbus-sys" |
| 2144 | version = "0.2.5" |
| 2145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| 2147 | dependencies = [ |
| 2148 | "cc", |
| 2149 | "pkg-config", |
| 2150 | ] |
| 2151 | |
| 2152 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2153 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2154 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2156 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2157 | dependencies = [ |
| 2158 | "libc", |
| 2159 | "libffi-sys", |
| 2160 | ] |
| 2161 | |
| 2162 | [[package]] |
| 2163 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2164 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2166 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2167 | dependencies = [ |
| 2168 | "cc", |
| 2169 | ] |
| 2170 | |
| 2171 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2172 | name = "libloading" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2173 | version = "0.8.3" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2175 | checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2176 | dependencies = [ |
| 2177 | "cfg-if", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2178 | "windows-targets 0.52.5", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2179 | ] |
| 2180 | |
| 2181 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2182 | name = "libm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2183 | version = "0.2.8" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2185 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 2186 | |
| 2187 | [[package]] |
| 2188 | name = "libredox" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2189 | version = "0.1.3" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2191 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2192 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2193 | "bitflags 2.5.0", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2194 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2195 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2196 | |
| 2197 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2198 | name = "libz-sys" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2199 | version = "1.1.18" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2201 | checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2202 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2203 | "cc", |
| 2204 | "libc", |
| 2205 | "pkg-config", |
| 2206 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2207 | ] |
| 2208 | |
| 2209 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 2210 | name = "line-wrap" |
| 2211 | version = "0.2.0" |
| 2212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2213 | checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e" |
| 2214 | |
| 2215 | [[package]] |
| 2216 | name = "linereader" |
| 2217 | version = "0.4.0" |
| 2218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2219 | checksum = "d921fea6860357575519aca014c6e22470585accdd543b370c404a8a72d0dd1d" |
| 2220 | dependencies = [ |
| 2221 | "memchr", |
| 2222 | ] |
| 2223 | |
| 2224 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2225 | name = "linkchecker" |
| 2226 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2227 | dependencies = [ |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2228 | "html5ever 0.26.0", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2229 | "regex", |
| 2230 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2231 | |
| 2232 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 2233 | name = "linked-hash-map" |
| 2234 | version = "0.5.6" |
| 2235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2236 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| 2237 | |
| 2238 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2239 | name = "lint-docs" |
| 2240 | version = "0.1.0" |
| 2241 | dependencies = [ |
| 2242 | "serde_json", |
| 2243 | "tempfile", |
| 2244 | "walkdir", |
| 2245 | ] |
| 2246 | |
| 2247 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2248 | name = "linux-raw-sys" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2249 | version = "0.4.14" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2251 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2252 | |
| 2253 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2254 | name = "litemap" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2255 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2257 | checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2258 | |
| 2259 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2260 | name = "lld-wrapper" |
| 2261 | version = "0.1.0" |
| 2262 | |
| 2263 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2264 | name = "llvm-bitcode-linker" |
| 2265 | version = "0.0.1" |
| 2266 | dependencies = [ |
| 2267 | "anyhow", |
| 2268 | "clap", |
| 2269 | "thiserror", |
| 2270 | "tracing", |
| 2271 | "tracing-subscriber", |
| 2272 | ] |
| 2273 | |
| 2274 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2275 | name = "lock_api" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2276 | version = "0.4.12" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2278 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2279 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2280 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2281 | "scopeguard", |
| 2282 | ] |
| 2283 | |
| 2284 | [[package]] |
| 2285 | name = "log" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2286 | version = "0.4.21" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2288 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2289 | |
| 2290 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2291 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2292 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2294 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2295 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2296 | "cc", |
| 2297 | "libc", |
| 2298 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2299 | ] |
| 2300 | |
| 2301 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2302 | name = "mac" |
| 2303 | version = "0.1.1" |
| 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2305 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2306 | |
| 2307 | [[package]] |
| 2308 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2309 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2311 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2312 | |
| 2313 | [[package]] |
| 2314 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2315 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2317 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2318 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2319 | "log", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2320 | "phf 0.10.1", |
| 2321 | "phf_codegen 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2322 | "string_cache", |
| 2323 | "string_cache_codegen", |
| 2324 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2325 | ] |
| 2326 | |
| 2327 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2328 | name = "markup5ever" |
| 2329 | version = "0.12.1" |
| 2330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2331 | checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| 2332 | dependencies = [ |
| 2333 | "log", |
| 2334 | "phf 0.11.2", |
| 2335 | "phf_codegen 0.11.2", |
| 2336 | "string_cache", |
| 2337 | "string_cache_codegen", |
| 2338 | "tendril", |
| 2339 | ] |
| 2340 | |
| 2341 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2342 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2343 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2345 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2346 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2347 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2348 | ] |
| 2349 | |
| 2350 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2351 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2352 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2354 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2355 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2356 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2357 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2358 | ] |
| 2359 | |
| 2360 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2361 | name = "mdbook" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2362 | version = "0.4.40" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2364 | checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2365 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2366 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2367 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2368 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2369 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2370 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2371 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2372 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2373 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2374 | "log", |
| 2375 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2376 | "once_cell", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2377 | "opener 0.7.1", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2378 | "pulldown-cmark 0.10.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2379 | "regex", |
| 2380 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2381 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2382 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2383 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2384 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2385 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2386 | ] |
| 2387 | |
| 2388 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 2389 | name = "mdbook-i18n-helpers" |
| 2390 | version = "0.3.3" |
| 2391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2392 | checksum = "f1f71f5961d6f3376e1ff3e5989c2e3ecccc3e8a00f3a3acde446847f84852e4" |
| 2393 | dependencies = [ |
| 2394 | "anyhow", |
| 2395 | "chrono", |
| 2396 | "mdbook", |
| 2397 | "polib", |
| 2398 | "pulldown-cmark 0.10.3", |
| 2399 | "pulldown-cmark-to-cmark", |
| 2400 | "regex", |
| 2401 | "semver", |
| 2402 | "serde_json", |
| 2403 | "syntect", |
| 2404 | "textwrap", |
| 2405 | ] |
| 2406 | |
| 2407 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 2408 | name = "mdbook-trpl-listing" |
| 2409 | version = "0.1.0" |
| 2410 | dependencies = [ |
| 2411 | "assert_cmd", |
| 2412 | "clap", |
| 2413 | "mdbook", |
| 2414 | "pulldown-cmark 0.10.3", |
| 2415 | "pulldown-cmark-to-cmark", |
| 2416 | "serde_json", |
| 2417 | "thiserror", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2418 | "toml 0.8.14", |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 2419 | "xmlparser", |
| 2420 | ] |
| 2421 | |
| 2422 | [[package]] |
| 2423 | name = "mdbook-trpl-note" |
| 2424 | version = "1.0.0" |
| 2425 | dependencies = [ |
| 2426 | "assert_cmd", |
| 2427 | "clap", |
| 2428 | "mdbook", |
| 2429 | "pulldown-cmark 0.10.3", |
| 2430 | "pulldown-cmark-to-cmark", |
| 2431 | "serde_json", |
| 2432 | ] |
| 2433 | |
| 2434 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2435 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2436 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2438 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2439 | dependencies = [ |
| 2440 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2441 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2442 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2443 | "perf-event-open-sys", |
| 2444 | "rustc-hash", |
| 2445 | "smallvec", |
| 2446 | ] |
| 2447 | |
| 2448 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2449 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2450 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2452 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2453 | dependencies = [ |
| 2454 | "compiler_builtins", |
| 2455 | "rustc-std-workspace-core", |
| 2456 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2457 | |
| 2458 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2459 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2460 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2462 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2463 | dependencies = [ |
| 2464 | "libc", |
| 2465 | ] |
| 2466 | |
| 2467 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2468 | name = "memoffset" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2469 | version = "0.9.1" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2471 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2472 | dependencies = [ |
| 2473 | "autocfg", |
| 2474 | ] |
| 2475 | |
| 2476 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2477 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2478 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2480 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2481 | |
| 2482 | [[package]] |
| 2483 | name = "mime_guess" |
| 2484 | version = "2.0.4" |
| 2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2486 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2487 | dependencies = [ |
| 2488 | "mime", |
| 2489 | "unicase", |
| 2490 | ] |
| 2491 | |
| 2492 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2493 | name = "minifier" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2494 | version = "0.3.0" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2496 | checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2497 | |
| 2498 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2499 | name = "minimal-lexical" |
| 2500 | version = "0.2.1" |
| 2501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2503 | |
| 2504 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2505 | name = "miniz_oxide" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2506 | version = "0.7.3" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2508 | checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2509 | dependencies = [ |
| 2510 | "adler", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2511 | "compiler_builtins", |
| 2512 | "rustc-std-workspace-alloc", |
| 2513 | "rustc-std-workspace-core", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2514 | ] |
| 2515 | |
| 2516 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2517 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2518 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2520 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2521 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2522 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2526 | name = "miri" |
| 2527 | version = "0.1.0" |
| 2528 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2529 | "aes", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2530 | "chrono", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2531 | "chrono-tz", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2532 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2533 | "ctrlc", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2534 | "directories", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2535 | "getrandom", |
Ralf Jung | 0ddccf9 | 2024-01-08 10:21:18 | [diff] [blame] | 2536 | "jemalloc-sys", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2537 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2538 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2539 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2540 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2541 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2542 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2543 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2544 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2545 | "tempfile", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2546 | "ui_test 0.21.2", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2547 | ] |
| 2548 | |
| 2549 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2550 | name = "miropt-test-tools" |
| 2551 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2552 | |
| 2553 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2554 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2555 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2557 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2558 | |
| 2559 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2560 | name = "nix" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2561 | version = "0.28.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2563 | checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2564 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2565 | "bitflags 2.5.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2566 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2567 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2568 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2569 | ] |
| 2570 | |
| 2571 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2572 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2573 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2575 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2576 | dependencies = [ |
| 2577 | "memchr", |
| 2578 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2579 | ] |
| 2580 | |
| 2581 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2582 | name = "normpath" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2583 | version = "1.2.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2585 | checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2586 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2587 | "windows-sys 0.52.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2588 | ] |
| 2589 | |
| 2590 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2591 | name = "ntapi" |
| 2592 | version = "0.4.1" |
| 2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2594 | checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| 2595 | dependencies = [ |
| 2596 | "winapi", |
| 2597 | ] |
| 2598 | |
| 2599 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2600 | name = "nu-ansi-term" |
| 2601 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2603 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2604 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2605 | "overload", |
| 2606 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2607 | ] |
| 2608 | |
| 2609 | [[package]] |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2610 | name = "nu-ansi-term" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2611 | version = "0.50.0" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2613 | checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2614 | dependencies = [ |
| 2615 | "windows-sys 0.48.0", |
| 2616 | ] |
| 2617 | |
| 2618 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2619 | name = "num-conv" |
| 2620 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2622 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2623 | |
| 2624 | [[package]] |
| 2625 | name = "num-traits" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2626 | version = "0.2.19" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2628 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2629 | dependencies = [ |
| 2630 | "autocfg", |
| 2631 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2632 | |
| 2633 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2634 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2635 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2637 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2638 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2639 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2640 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2641 | ] |
| 2642 | |
| 2643 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2644 | name = "number_prefix" |
| 2645 | version = "0.4.0" |
| 2646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2647 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2648 | |
| 2649 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2650 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2651 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2653 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2654 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2655 | "crc32fast", |
| 2656 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2657 | "hashbrown", |
| 2658 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2659 | "memchr", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2660 | "ruzstd 0.5.0", |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 2661 | "wasmparser", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2662 | ] |
| 2663 | |
| 2664 | [[package]] |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2665 | name = "object" |
| 2666 | version = "0.34.0" |
| 2667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 | checksum = "d7090bae93f8585aad99e595b7073c5de9ba89fbd6b4e9f0cdd7a10177273ac8" |
| 2669 | dependencies = [ |
| 2670 | "flate2", |
| 2671 | "memchr", |
| 2672 | "ruzstd 0.6.0", |
| 2673 | ] |
| 2674 | |
| 2675 | [[package]] |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2676 | name = "object" |
| 2677 | version = "0.36.0" |
| 2678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2679 | checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" |
| 2680 | dependencies = [ |
| 2681 | "compiler_builtins", |
| 2682 | "memchr", |
| 2683 | "rustc-std-workspace-alloc", |
| 2684 | "rustc-std-workspace-core", |
| 2685 | ] |
| 2686 | |
| 2687 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2688 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2689 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2691 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2692 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2693 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2694 | ] |
| 2695 | |
| 2696 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2697 | name = "once_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2698 | version = "1.19.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2700 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2701 | |
| 2702 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 2703 | name = "onig" |
| 2704 | version = "6.4.0" |
| 2705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2706 | checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" |
| 2707 | dependencies = [ |
| 2708 | "bitflags 1.3.2", |
| 2709 | "libc", |
| 2710 | "once_cell", |
| 2711 | "onig_sys", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "onig_sys" |
| 2716 | version = "69.8.1" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" |
| 2719 | dependencies = [ |
| 2720 | "cc", |
| 2721 | "pkg-config", |
| 2722 | ] |
| 2723 | |
| 2724 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2725 | name = "opener" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2726 | version = "0.6.1" |
| 2727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2728 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2729 | dependencies = [ |
| 2730 | "bstr", |
| 2731 | "normpath", |
| 2732 | "winapi", |
| 2733 | ] |
| 2734 | |
| 2735 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2736 | name = "opener" |
| 2737 | version = "0.7.1" |
| 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2739 | checksum = "f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0" |
| 2740 | dependencies = [ |
| 2741 | "bstr", |
| 2742 | "dbus", |
| 2743 | "normpath", |
| 2744 | "windows-sys 0.52.0", |
| 2745 | ] |
| 2746 | |
| 2747 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2748 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2749 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2751 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2752 | |
| 2753 | [[package]] |
| 2754 | name = "openssl-sys" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2755 | version = "0.9.102" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2757 | checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2758 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2759 | "cc", |
| 2760 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2761 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2762 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2763 | ] |
| 2764 | |
| 2765 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2766 | name = "opt-dist" |
| 2767 | version = "0.1.0" |
| 2768 | dependencies = [ |
| 2769 | "anyhow", |
| 2770 | "build_helper", |
| 2771 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2772 | "clap", |
| 2773 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2774 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2775 | "fs_extra", |
| 2776 | "glob", |
| 2777 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2778 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2779 | "log", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2780 | "serde", |
| 2781 | "serde_json", |
| 2782 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2783 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2784 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2785 | "tempfile", |
klensy | 39159a3 | 2024-05-09 13:43:14 | [diff] [blame] | 2786 | "xz2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2787 | ] |
| 2788 | |
| 2789 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2790 | name = "option-ext" |
| 2791 | version = "0.2.0" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2794 | |
| 2795 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2796 | name = "overload" |
| 2797 | version = "0.1.1" |
| 2798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2799 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2800 | |
| 2801 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2802 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2803 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2805 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2806 | |
| 2807 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2808 | name = "pad" |
| 2809 | version = "0.1.6" |
| 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2811 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2812 | dependencies = [ |
| 2813 | "unicode-width", |
| 2814 | ] |
| 2815 | |
| 2816 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2817 | name = "panic_abort" |
| 2818 | version = "0.0.0" |
| 2819 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2820 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2821 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2822 | "compiler_builtins", |
| 2823 | "core", |
| 2824 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2825 | ] |
| 2826 | |
| 2827 | [[package]] |
| 2828 | name = "panic_unwind" |
| 2829 | version = "0.0.0" |
| 2830 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2831 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2832 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2833 | "compiler_builtins", |
| 2834 | "core", |
| 2835 | "libc", |
| 2836 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2837 | ] |
| 2838 | |
| 2839 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2840 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2841 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2843 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2844 | dependencies = [ |
| 2845 | "bytecount", |
| 2846 | "fnv", |
| 2847 | "unicode-width", |
| 2848 | ] |
| 2849 | |
| 2850 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2851 | name = "parking_lot" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2852 | version = "0.12.3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2854 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2855 | dependencies = [ |
| 2856 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2857 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2858 | ] |
| 2859 | |
| 2860 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2861 | name = "parking_lot_core" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2862 | version = "0.9.10" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2864 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2865 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2866 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2867 | "libc", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2868 | "redox_syscall 0.5.1", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2869 | "smallvec", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2870 | "windows-targets 0.52.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2871 | ] |
| 2872 | |
| 2873 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2874 | name = "parse-zoneinfo" |
| 2875 | version = "0.3.1" |
| 2876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2877 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 2878 | dependencies = [ |
| 2879 | "regex", |
| 2880 | ] |
| 2881 | |
| 2882 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2883 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2884 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2886 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2887 | |
| 2888 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2889 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2890 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2892 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2893 | |
| 2894 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2895 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2896 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2898 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2899 | dependencies = [ |
| 2900 | "libc", |
| 2901 | ] |
| 2902 | |
| 2903 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2904 | name = "pest" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2905 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2907 | checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2908 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2909 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2910 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2911 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2912 | ] |
| 2913 | |
| 2914 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2915 | name = "pest_derive" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2916 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2918 | checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2919 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2920 | "pest", |
| 2921 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2922 | ] |
| 2923 | |
| 2924 | [[package]] |
| 2925 | name = "pest_generator" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2926 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2928 | checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2929 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2930 | "pest", |
| 2931 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2932 | "proc-macro2", |
| 2933 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2934 | "syn 2.0.66", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2935 | ] |
| 2936 | |
| 2937 | [[package]] |
| 2938 | name = "pest_meta" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2939 | version = "2.7.10" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2941 | checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2942 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2943 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2944 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2945 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2946 | ] |
| 2947 | |
| 2948 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2949 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2950 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2952 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2953 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2954 | "phf_shared 0.10.0", |
| 2955 | ] |
| 2956 | |
| 2957 | [[package]] |
| 2958 | name = "phf" |
| 2959 | version = "0.11.2" |
| 2960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2961 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| 2962 | dependencies = [ |
| 2963 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2964 | ] |
| 2965 | |
| 2966 | [[package]] |
| 2967 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2968 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2970 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2971 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2972 | "phf_generator 0.10.0", |
| 2973 | "phf_shared 0.10.0", |
| 2974 | ] |
| 2975 | |
| 2976 | [[package]] |
| 2977 | name = "phf_codegen" |
| 2978 | version = "0.11.2" |
| 2979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2980 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| 2981 | dependencies = [ |
| 2982 | "phf_generator 0.11.2", |
| 2983 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2984 | ] |
| 2985 | |
| 2986 | [[package]] |
| 2987 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2988 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2990 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2991 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2992 | "phf_shared 0.10.0", |
| 2993 | "rand", |
| 2994 | ] |
| 2995 | |
| 2996 | [[package]] |
| 2997 | name = "phf_generator" |
| 2998 | version = "0.11.2" |
| 2999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3000 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| 3001 | dependencies = [ |
| 3002 | "phf_shared 0.11.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3003 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3004 | ] |
| 3005 | |
| 3006 | [[package]] |
| 3007 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3008 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3010 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3011 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3012 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3013 | ] |
| 3014 | |
| 3015 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 3016 | name = "phf_shared" |
| 3017 | version = "0.11.2" |
| 3018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3019 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| 3020 | dependencies = [ |
| 3021 | "siphasher", |
| 3022 | ] |
| 3023 | |
| 3024 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3025 | name = "pin-project-lite" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3026 | version = "0.2.14" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3028 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3029 | |
| 3030 | [[package]] |
| 3031 | name = "pin-utils" |
| 3032 | version = "0.1.0" |
| 3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3034 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 3035 | |
| 3036 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3037 | name = "pkg-config" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3038 | version = "0.3.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3040 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3041 | |
| 3042 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3043 | name = "plist" |
| 3044 | version = "1.6.1" |
| 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3046 | checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9" |
| 3047 | dependencies = [ |
| 3048 | "base64", |
| 3049 | "indexmap", |
| 3050 | "line-wrap", |
| 3051 | "quick-xml", |
| 3052 | "serde", |
| 3053 | "time", |
| 3054 | ] |
| 3055 | |
| 3056 | [[package]] |
| 3057 | name = "polib" |
| 3058 | version = "0.2.0" |
| 3059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3060 | checksum = "6b393b155cf9be86249cba1b56cc81be0e6212c66d94ac0d76d37a1761f3bb1b" |
| 3061 | dependencies = [ |
| 3062 | "linereader", |
| 3063 | ] |
| 3064 | |
| 3065 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3066 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 3067 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 3069 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 3070 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3071 | "datafrog", |
| 3072 | "log", |
| 3073 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 3074 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3075 | |
| 3076 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 3077 | name = "portable-atomic" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3078 | version = "1.6.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 3079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3080 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 3081 | |
| 3082 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 3083 | name = "powerfmt" |
| 3084 | version = "0.2.0" |
| 3085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3086 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 3087 | |
| 3088 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3089 | name = "ppv-lite86" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3090 | version = "0.2.17" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3092 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3093 | |
| 3094 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3095 | name = "precomputed-hash" |
| 3096 | version = "0.1.1" |
| 3097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3098 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3099 | |
| 3100 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 3101 | name = "predicates" |
| 3102 | version = "3.1.0" |
| 3103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3104 | checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" |
| 3105 | dependencies = [ |
| 3106 | "anstyle", |
| 3107 | "difflib", |
| 3108 | "predicates-core", |
| 3109 | ] |
| 3110 | |
| 3111 | [[package]] |
| 3112 | name = "predicates-core" |
| 3113 | version = "1.0.6" |
| 3114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3115 | checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
| 3116 | |
| 3117 | [[package]] |
| 3118 | name = "predicates-tree" |
| 3119 | version = "1.0.9" |
| 3120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3121 | checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
| 3122 | dependencies = [ |
| 3123 | "predicates-core", |
| 3124 | "termtree", |
| 3125 | ] |
| 3126 | |
| 3127 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 3128 | name = "prettydiff" |
| 3129 | version = "0.6.4" |
| 3130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3131 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 3132 | dependencies = [ |
| 3133 | "ansi_term", |
| 3134 | "pad", |
| 3135 | ] |
| 3136 | |
| 3137 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3138 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3139 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3141 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3142 | |
| 3143 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3144 | name = "proc-macro2" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 3145 | version = "1.0.85" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 3147 | checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3148 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 3149 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3150 | ] |
| 3151 | |
| 3152 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3153 | name = "proc_macro" |
| 3154 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3155 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 3156 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3157 | "std", |
| 3158 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3159 | |
| 3160 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3161 | name = "profiler_builtins" |
| 3162 | version = "0.0.0" |
| 3163 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3164 | "cc", |
| 3165 | "compiler_builtins", |
| 3166 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 3167 | ] |
| 3168 | |
| 3169 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3170 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3171 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3173 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3174 | dependencies = [ |
| 3175 | "cc", |
| 3176 | ] |
| 3177 | |
| 3178 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3179 | name = "pulldown-cmark" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3180 | version = "0.9.6" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3182 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3183 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3184 | "bitflags 2.5.0", |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3185 | "memchr", |
| 3186 | "unicase", |
| 3187 | ] |
| 3188 | |
| 3189 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3190 | name = "pulldown-cmark" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3191 | version = "0.10.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3193 | checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3194 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3195 | "bitflags 2.5.0", |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 3196 | "getopts", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3197 | "memchr", |
| 3198 | "pulldown-cmark-escape", |
| 3199 | "unicase", |
| 3200 | ] |
| 3201 | |
| 3202 | [[package]] |
| 3203 | name = "pulldown-cmark-escape" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3204 | version = "0.10.1" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3206 | checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3207 | |
| 3208 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 3209 | name = "pulldown-cmark-to-cmark" |
| 3210 | version = "13.0.0" |
| 3211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3212 | checksum = "f609795c8d835f79dcfcf768415b9fb57ef1b74891e99f86e73f43a7a257163b" |
| 3213 | dependencies = [ |
| 3214 | "pulldown-cmark 0.10.3", |
| 3215 | ] |
| 3216 | |
| 3217 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3218 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3219 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3221 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3222 | |
| 3223 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3224 | name = "quick-xml" |
| 3225 | version = "0.31.0" |
| 3226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3227 | checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" |
| 3228 | dependencies = [ |
| 3229 | "memchr", |
| 3230 | ] |
| 3231 | |
| 3232 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3233 | name = "quine-mc_cluskey" |
| 3234 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3236 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3237 | |
| 3238 | [[package]] |
| 3239 | name = "quote" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3240 | version = "1.0.36" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3242 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3243 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3244 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3245 | ] |
| 3246 | |
| 3247 | [[package]] |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3248 | name = "r-efi" |
clubby789 | dcd03aa | 2024-06-08 19:19:39 | [diff] [blame] | 3249 | version = "4.5.0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | dcd03aa | 2024-06-08 19:19:39 | [diff] [blame] | 3251 | checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3252 | dependencies = [ |
| 3253 | "compiler_builtins", |
| 3254 | "rustc-std-workspace-core", |
| 3255 | ] |
| 3256 | |
| 3257 | [[package]] |
| 3258 | name = "r-efi-alloc" |
| 3259 | version = "1.0.0" |
| 3260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 | checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| 3262 | dependencies = [ |
| 3263 | "compiler_builtins", |
| 3264 | "r-efi", |
| 3265 | "rustc-std-workspace-core", |
| 3266 | ] |
| 3267 | |
| 3268 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3269 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3270 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3272 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3273 | dependencies = [ |
| 3274 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3275 | "rand_chacha", |
| 3276 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3277 | ] |
| 3278 | |
| 3279 | [[package]] |
| 3280 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3281 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3283 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3284 | dependencies = [ |
| 3285 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3286 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3287 | ] |
| 3288 | |
| 3289 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3290 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3291 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3293 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3294 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3295 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3296 | ] |
| 3297 | |
| 3298 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3299 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3300 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3302 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3303 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3304 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3305 | ] |
| 3306 | |
| 3307 | [[package]] |
| 3308 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3309 | version = "0.6.0" |
| 3310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3311 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3312 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3313 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3314 | ] |
| 3315 | |
| 3316 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3317 | name = "rayon" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3318 | version = "1.10.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3320 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3321 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3322 | "either", |
| 3323 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3324 | ] |
| 3325 | |
| 3326 | [[package]] |
| 3327 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3328 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3330 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3331 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3332 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3333 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3334 | ] |
| 3335 | |
| 3336 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3337 | name = "redox_syscall" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3338 | version = "0.4.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3340 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3341 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3342 | "bitflags 1.3.2", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3343 | ] |
| 3344 | |
| 3345 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3346 | name = "redox_syscall" |
| 3347 | version = "0.5.1" |
| 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3349 | checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" |
| 3350 | dependencies = [ |
| 3351 | "bitflags 2.5.0", |
| 3352 | ] |
| 3353 | |
| 3354 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3355 | name = "redox_users" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3356 | version = "0.4.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3358 | checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3359 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3360 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3361 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3362 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3363 | ] |
| 3364 | |
| 3365 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3366 | name = "regex" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3367 | version = "1.9.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3369 | checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3370 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3371 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3372 | "memchr", |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3373 | "regex-automata 0.3.7", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3374 | "regex-syntax 0.7.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3375 | ] |
| 3376 | |
| 3377 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3378 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3379 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3381 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3382 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3383 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3384 | ] |
| 3385 | |
| 3386 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3387 | name = "regex-automata" |
| 3388 | version = "0.2.0" |
| 3389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3390 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3391 | dependencies = [ |
| 3392 | "memchr", |
| 3393 | ] |
| 3394 | |
| 3395 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3396 | name = "regex-automata" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3397 | version = "0.3.7" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3399 | checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" |
| 3400 | dependencies = [ |
| 3401 | "aho-corasick", |
| 3402 | "memchr", |
| 3403 | "regex-syntax 0.7.5", |
| 3404 | ] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3405 | |
| 3406 | [[package]] |
| 3407 | name = "regex-lite" |
| 3408 | version = "0.1.5" |
| 3409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3410 | checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| 3411 | |
| 3412 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3413 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3414 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3416 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3417 | |
| 3418 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3419 | name = "regex-syntax" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3420 | version = "0.7.5" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3422 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3423 | |
| 3424 | [[package]] |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3425 | name = "regex-syntax" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3426 | version = "0.8.3" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 3428 | checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3429 | |
| 3430 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3431 | name = "remote-test-client" |
| 3432 | version = "0.1.0" |
| 3433 | |
| 3434 | [[package]] |
| 3435 | name = "remote-test-server" |
| 3436 | version = "0.1.0" |
| 3437 | |
| 3438 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3439 | name = "replace-version-placeholder" |
| 3440 | version = "0.1.0" |
| 3441 | dependencies = [ |
| 3442 | "tidy", |
| 3443 | "walkdir", |
| 3444 | ] |
| 3445 | |
| 3446 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3447 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3448 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3449 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3450 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3451 | ] |
| 3452 | |
| 3453 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3454 | name = "run_make_support" |
许杰友 Jieyou Xu (Joe) | f6ab5e9 | 2024-06-09 16:29:14 | [diff] [blame^] | 3455 | version = "0.2.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3456 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 3457 | "gimli 0.28.1", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 3458 | "object 0.34.0", |
Rémy Rakic | 682535e | 2024-04-14 16:36:09 | [diff] [blame] | 3459 | "regex", |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 3460 | "similar", |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3461 | "wasmparser", |
| 3462 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3463 | |
| 3464 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3465 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3466 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3467 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3468 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3469 | "rustc-demangle", |
| 3470 | ] |
| 3471 | |
| 3472 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3473 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3474 | version = "0.1.0" |
| 3475 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 3476 | "clap", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 3477 | "env_logger", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3478 | "mdbook", |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 3479 | "mdbook-i18n-helpers", |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 3480 | "mdbook-trpl-listing", |
| 3481 | "mdbook-trpl-note", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3482 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3483 | |
| 3484 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3485 | name = "rustc-build-sysroot" |
Ralf Jung | e93268e | 2024-05-19 18:31:08 | [diff] [blame] | 3486 | version = "0.5.2" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e93268e | 2024-05-19 18:31:08 | [diff] [blame] | 3488 | checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3489 | dependencies = [ |
| 3490 | "anyhow", |
| 3491 | "rustc_version", |
| 3492 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3493 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3494 | ] |
| 3495 | |
| 3496 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3497 | name = "rustc-demangle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3498 | version = "0.1.24" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3500 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3501 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3502 | "compiler_builtins", |
| 3503 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3504 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3505 | |
| 3506 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3507 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3508 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3510 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3511 | |
| 3512 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3513 | name = "rustc-main" |
| 3514 | version = "0.0.0" |
| 3515 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3516 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3517 | "rustc_codegen_ssa", |
| 3518 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3519 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3520 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3521 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3522 | ] |
| 3523 | |
| 3524 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3525 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3526 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3528 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3529 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3530 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3531 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3532 | ] |
| 3533 | |
| 3534 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3535 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3536 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3538 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3539 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3540 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3541 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3542 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3543 | "num_cpus", |
| 3544 | ] |
| 3545 | |
| 3546 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 3547 | name = "rustc-semver" |
| 3548 | version = "1.1.0" |
| 3549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3550 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3551 | |
| 3552 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3553 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3554 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3555 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3556 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3557 | ] |
| 3558 | |
| 3559 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3560 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3561 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3562 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3563 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3564 | ] |
| 3565 | |
| 3566 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3567 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3568 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3569 | dependencies = [ |
| 3570 | "std", |
| 3571 | ] |
| 3572 | |
| 3573 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3574 | name = "rustc_abi" |
| 3575 | version = "0.0.0" |
| 3576 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3577 | "bitflags 2.5.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3578 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3579 | "rand_xoshiro", |
| 3580 | "rustc_data_structures", |
| 3581 | "rustc_index", |
| 3582 | "rustc_macros", |
| 3583 | "rustc_serialize", |
| 3584 | "tracing", |
| 3585 | ] |
| 3586 | |
| 3587 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3588 | name = "rustc_apfloat" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3589 | version = "0.2.0+llvm-462a31f5a5ab" |
| 3590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3591 | checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3592 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3593 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3594 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3595 | ] |
| 3596 | |
| 3597 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3598 | name = "rustc_arena" |
| 3599 | version = "0.0.0" |
| 3600 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3601 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3602 | ] |
| 3603 | |
| 3604 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3605 | name = "rustc_ast" |
| 3606 | version = "0.0.0" |
| 3607 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3608 | "bitflags 2.5.0", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3609 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3610 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3611 | "rustc_data_structures", |
| 3612 | "rustc_index", |
| 3613 | "rustc_lexer", |
| 3614 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3615 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3616 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3617 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3618 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3619 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3620 | ] |
| 3621 | |
| 3622 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3623 | name = "rustc_ast_ir" |
| 3624 | version = "0.0.0" |
| 3625 | dependencies = [ |
| 3626 | "rustc_data_structures", |
| 3627 | "rustc_macros", |
| 3628 | "rustc_serialize", |
| 3629 | "rustc_span", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3630 | ] |
| 3631 | |
| 3632 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3633 | name = "rustc_ast_lowering" |
| 3634 | version = "0.0.0" |
| 3635 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3636 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3637 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3638 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3639 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3640 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3641 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3642 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3643 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3644 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3645 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3646 | "rustc_span", |
| 3647 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3648 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3649 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3650 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3651 | ] |
| 3652 | |
| 3653 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3654 | name = "rustc_ast_passes" |
| 3655 | version = "0.0.0" |
| 3656 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3657 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3658 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3659 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3660 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3661 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3662 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3663 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3664 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3665 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3666 | "rustc_parse", |
| 3667 | "rustc_session", |
| 3668 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3669 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3670 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3671 | ] |
| 3672 | |
| 3673 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3674 | name = "rustc_ast_pretty" |
| 3675 | version = "0.0.0" |
| 3676 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3677 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3678 | "rustc_ast", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3679 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3680 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3681 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3682 | ] |
| 3683 | |
| 3684 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3685 | name = "rustc_attr" |
| 3686 | version = "0.0.0" |
| 3687 | dependencies = [ |
beetrees | 6e5f1dac | 2024-03-24 01:03:39 | [diff] [blame] | 3688 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3689 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3690 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3691 | "rustc_data_structures", |
| 3692 | "rustc_errors", |
| 3693 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3694 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3695 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3696 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3697 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3698 | "rustc_session", |
| 3699 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3700 | ] |
| 3701 | |
| 3702 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3703 | name = "rustc_baked_icu_data" |
| 3704 | version = "0.0.0" |
| 3705 | dependencies = [ |
| 3706 | "icu_list", |
| 3707 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3708 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3709 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3710 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3711 | ] |
| 3712 | |
| 3713 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3714 | name = "rustc_borrowck" |
| 3715 | version = "0.0.0" |
| 3716 | dependencies = [ |
| 3717 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3718 | "itertools 0.12.1", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3719 | "polonius-engine", |
| 3720 | "rustc_data_structures", |
| 3721 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3722 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3723 | "rustc_graphviz", |
| 3724 | "rustc_hir", |
| 3725 | "rustc_index", |
| 3726 | "rustc_infer", |
| 3727 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3728 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3729 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3730 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3731 | "rustc_session", |
| 3732 | "rustc_span", |
| 3733 | "rustc_target", |
| 3734 | "rustc_trait_selection", |
| 3735 | "rustc_traits", |
| 3736 | "smallvec", |
| 3737 | "tracing", |
| 3738 | ] |
| 3739 | |
| 3740 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3741 | name = "rustc_builtin_macros" |
| 3742 | version = "0.0.0" |
| 3743 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3744 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3745 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3746 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3747 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3748 | "rustc_errors", |
| 3749 | "rustc_expand", |
| 3750 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3751 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3752 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3753 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3754 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3755 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3756 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3757 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3758 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3759 | "rustc_span", |
| 3760 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3761 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3762 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3763 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3764 | ] |
| 3765 | |
| 3766 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3767 | name = "rustc_codegen_llvm" |
| 3768 | version = "0.0.0" |
| 3769 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3770 | "bitflags 2.5.0", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3771 | "itertools 0.12.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3772 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3773 | "measureme", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 3774 | "object 0.32.2", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3775 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3776 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3777 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3778 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3779 | "rustc_data_structures", |
| 3780 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3781 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3782 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3783 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3784 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3785 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3786 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3787 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3788 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3789 | "rustc_query_system", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 3790 | "rustc_sanitizers", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3791 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3792 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3793 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3794 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3795 | "serde", |
| 3796 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3797 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3798 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3799 | ] |
| 3800 | |
| 3801 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3802 | name = "rustc_codegen_ssa" |
| 3803 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3804 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3805 | "ar_archive_writer", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3806 | "arrayvec", |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3807 | "bitflags 2.5.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3808 | "cc", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3809 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3810 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3811 | "jobserver", |
| 3812 | "libc", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 3813 | "object 0.32.2", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3814 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3815 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3816 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3817 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3818 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3819 | "rustc_data_structures", |
| 3820 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3821 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3822 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3823 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3824 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3825 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3826 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3827 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3828 | "rustc_middle", |
Ben Kimock | 5f4f252 | 2024-03-15 18:13:11 | [diff] [blame] | 3829 | "rustc_monomorphize", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3830 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3831 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3832 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3833 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3834 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3835 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3836 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3837 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3838 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3839 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3840 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3841 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3842 | "tracing", |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 3843 | "wasm-encoder", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3844 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3845 | ] |
| 3846 | |
| 3847 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3848 | name = "rustc_const_eval" |
| 3849 | version = "0.0.0" |
| 3850 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3851 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3852 | "rustc_apfloat", |
| 3853 | "rustc_ast", |
| 3854 | "rustc_attr", |
| 3855 | "rustc_data_structures", |
| 3856 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3857 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3858 | "rustc_hir", |
| 3859 | "rustc_index", |
| 3860 | "rustc_infer", |
| 3861 | "rustc_macros", |
| 3862 | "rustc_middle", |
| 3863 | "rustc_mir_dataflow", |
| 3864 | "rustc_session", |
| 3865 | "rustc_span", |
| 3866 | "rustc_target", |
| 3867 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3868 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3869 | "tracing", |
| 3870 | ] |
| 3871 | |
| 3872 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3873 | name = "rustc_data_structures" |
| 3874 | version = "0.0.0" |
| 3875 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3876 | "arrayvec", |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 3877 | "bitflags 2.5.0", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3878 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3879 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3880 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3881 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3882 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3883 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3884 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3885 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3886 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3887 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3888 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3889 | "rustc-rayon", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3890 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3891 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3892 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3893 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3894 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3895 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3896 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3897 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3898 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3899 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3900 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3901 | ] |
| 3902 | |
| 3903 | [[package]] |
| 3904 | name = "rustc_driver" |
| 3905 | version = "0.0.0" |
| 3906 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3907 | "rustc_driver_impl", |
| 3908 | ] |
| 3909 | |
| 3910 | [[package]] |
| 3911 | name = "rustc_driver_impl" |
| 3912 | version = "0.0.0" |
| 3913 | dependencies = [ |
Ben Kimock | 9e0d1a3 | 2023-05-19 20:03:35 | [diff] [blame] | 3914 | "ctrlc", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3915 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3916 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3917 | "rustc_ast_lowering", |
| 3918 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3919 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3920 | "rustc_attr", |
| 3921 | "rustc_borrowck", |
| 3922 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3923 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3924 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3925 | "rustc_data_structures", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3926 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3927 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3928 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3929 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3930 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3931 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3932 | "rustc_hir_typeck", |
| 3933 | "rustc_incremental", |
| 3934 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3935 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3936 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3937 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3938 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3939 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3940 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3941 | "rustc_mir_build", |
| 3942 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3943 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3944 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3945 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3946 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3947 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3948 | "rustc_privacy", |
| 3949 | "rustc_query_system", |
| 3950 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3951 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3952 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3953 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3954 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3955 | "rustc_trait_selection", |
| 3956 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3957 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3958 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3959 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3960 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3961 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3962 | ] |
| 3963 | |
| 3964 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3965 | name = "rustc_error_codes" |
| 3966 | version = "0.0.0" |
| 3967 | |
| 3968 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3969 | name = "rustc_error_messages" |
| 3970 | version = "0.0.0" |
| 3971 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3972 | "fluent-bundle", |
| 3973 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3974 | "icu_list", |
| 3975 | "icu_locid", |
| 3976 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3977 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3978 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3979 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3980 | "rustc_macros", |
| 3981 | "rustc_serialize", |
| 3982 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3983 | "tracing", |
| 3984 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3985 | ] |
| 3986 | |
| 3987 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3988 | name = "rustc_errors" |
| 3989 | version = "0.0.0" |
| 3990 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3991 | "annotate-snippets 0.10.2", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3992 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3993 | "rustc_ast", |
| 3994 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3995 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3996 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3997 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3998 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3999 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 4000 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4001 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4002 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4003 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4004 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 4005 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 4006 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4007 | "serde", |
| 4008 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4009 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4010 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4011 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4012 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4013 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4014 | ] |
| 4015 | |
| 4016 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4017 | name = "rustc_expand" |
| 4018 | version = "0.0.0" |
| 4019 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4020 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 4021 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4022 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4023 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4024 | "rustc_data_structures", |
| 4025 | "rustc_errors", |
| 4026 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4027 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4028 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 4029 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4030 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4031 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4032 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4033 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4034 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4035 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4036 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4037 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4038 | ] |
| 4039 | |
| 4040 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4041 | name = "rustc_feature" |
| 4042 | version = "0.0.0" |
| 4043 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4044 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4045 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4046 | ] |
| 4047 | |
| 4048 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4049 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4050 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4051 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4052 | "annotate-snippets 0.10.2", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4053 | "fluent-bundle", |
| 4054 | "fluent-syntax", |
| 4055 | "proc-macro2", |
| 4056 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 4057 | "syn 2.0.66", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4058 | "unic-langid", |
| 4059 | ] |
| 4060 | |
| 4061 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 4062 | name = "rustc_fs_util" |
| 4063 | version = "0.0.0" |
| 4064 | |
| 4065 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4066 | name = "rustc_graphviz" |
| 4067 | version = "0.0.0" |
| 4068 | |
| 4069 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4070 | name = "rustc_hir" |
| 4071 | version = "0.0.0" |
| 4072 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4073 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 4074 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4075 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4076 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4077 | "rustc_index", |
| 4078 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4079 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4080 | "rustc_span", |
| 4081 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4082 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4083 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4084 | ] |
| 4085 | |
| 4086 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4087 | name = "rustc_hir_analysis" |
| 4088 | version = "0.0.0" |
| 4089 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4090 | "itertools 0.12.1", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4091 | "rustc_arena", |
| 4092 | "rustc_ast", |
| 4093 | "rustc_attr", |
| 4094 | "rustc_data_structures", |
| 4095 | "rustc_errors", |
| 4096 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4097 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4098 | "rustc_hir", |
Obei Sideg | 2c088f9 | 2023-12-22 11:56:20 | [diff] [blame] | 4099 | "rustc_hir_pretty", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4100 | "rustc_index", |
| 4101 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 4102 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4103 | "rustc_macros", |
| 4104 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4105 | "rustc_session", |
| 4106 | "rustc_span", |
| 4107 | "rustc_target", |
| 4108 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4109 | "rustc_type_ir", |
| 4110 | "smallvec", |
| 4111 | "tracing", |
| 4112 | ] |
| 4113 | |
| 4114 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4115 | name = "rustc_hir_pretty" |
| 4116 | version = "0.0.0" |
| 4117 | dependencies = [ |
| 4118 | "rustc_ast", |
| 4119 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4120 | "rustc_hir", |
| 4121 | "rustc_span", |
| 4122 | "rustc_target", |
| 4123 | ] |
| 4124 | |
| 4125 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4126 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4127 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4128 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4129 | "itertools 0.12.1", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4130 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4131 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 4132 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4133 | "rustc_data_structures", |
| 4134 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4135 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4136 | "rustc_hir", |
| 4137 | "rustc_hir_analysis", |
| 4138 | "rustc_hir_pretty", |
| 4139 | "rustc_index", |
| 4140 | "rustc_infer", |
| 4141 | "rustc_lint", |
| 4142 | "rustc_macros", |
| 4143 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4144 | "rustc_session", |
| 4145 | "rustc_span", |
| 4146 | "rustc_target", |
| 4147 | "rustc_trait_selection", |
| 4148 | "rustc_type_ir", |
| 4149 | "smallvec", |
| 4150 | "tracing", |
| 4151 | ] |
| 4152 | |
| 4153 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4154 | name = "rustc_incremental" |
| 4155 | version = "0.0.0" |
| 4156 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4157 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4158 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4159 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 4160 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4161 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4162 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4163 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4164 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4165 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4166 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4167 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 4168 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4169 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4170 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4171 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4172 | ] |
| 4173 | |
| 4174 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4175 | name = "rustc_index" |
| 4176 | version = "0.0.0" |
| 4177 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4178 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4179 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4180 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4181 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 4182 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4183 | ] |
| 4184 | |
| 4185 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4186 | name = "rustc_index_macros" |
| 4187 | version = "0.0.0" |
| 4188 | dependencies = [ |
| 4189 | "proc-macro2", |
| 4190 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 4191 | "syn 2.0.66", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4192 | ] |
| 4193 | |
| 4194 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4195 | name = "rustc_infer" |
| 4196 | version = "0.0.0" |
| 4197 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4198 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4199 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4200 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4201 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4202 | "rustc_hir", |
| 4203 | "rustc_index", |
| 4204 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4205 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4206 | "rustc_span", |
| 4207 | "rustc_target", |
Michael Goulet | 91274c8 | 2024-06-04 20:02:36 | [diff] [blame] | 4208 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4209 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4210 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4211 | ] |
| 4212 | |
| 4213 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4214 | name = "rustc_interface" |
| 4215 | version = "0.0.0" |
| 4216 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4217 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 4218 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4219 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4220 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4221 | "rustc_ast_passes", |
Urgau | 228496e | 2024-05-03 19:14:42 | [diff] [blame] | 4222 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4223 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4224 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4225 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4226 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4227 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4228 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4229 | "rustc_data_structures", |
| 4230 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4231 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 4232 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4233 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4234 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4235 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4236 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4237 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4238 | "rustc_incremental", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4239 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4240 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4241 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4242 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4243 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4244 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4245 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4246 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4247 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4248 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4249 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4250 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4251 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 4252 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4253 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4254 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4255 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4256 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4257 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4258 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4259 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4260 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4261 | ] |
| 4262 | |
| 4263 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4264 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4265 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4266 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4267 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4268 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4269 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4270 | ] |
| 4271 | |
| 4272 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4273 | name = "rustc_lint" |
| 4274 | version = "0.0.0" |
| 4275 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4276 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4277 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4278 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4279 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4280 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4281 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4282 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4283 | "rustc_hir", |
Urgau | 98273ec | 2024-05-15 17:13:02 | [diff] [blame] | 4284 | "rustc_hir_pretty", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4285 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4286 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4287 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4288 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4289 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4290 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4291 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4292 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4293 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4294 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4295 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4296 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4297 | ] |
| 4298 | |
| 4299 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4300 | name = "rustc_lint_defs" |
| 4301 | version = "0.0.0" |
| 4302 | dependencies = [ |
| 4303 | "rustc_ast", |
| 4304 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4305 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4306 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4307 | "rustc_macros", |
| 4308 | "rustc_serialize", |
| 4309 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4310 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4311 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4312 | ] |
| 4313 | |
| 4314 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4315 | name = "rustc_llvm" |
| 4316 | version = "0.0.0" |
| 4317 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4318 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4319 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4320 | ] |
| 4321 | |
| 4322 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4323 | name = "rustc_log" |
| 4324 | version = "0.0.0" |
| 4325 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4326 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4327 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4328 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4329 | "tracing-subscriber", |
| 4330 | "tracing-tree", |
| 4331 | ] |
| 4332 | |
| 4333 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4334 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4335 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4336 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4337 | "proc-macro2", |
| 4338 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 4339 | "syn 2.0.66", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4340 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4341 | ] |
| 4342 | |
| 4343 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4344 | name = "rustc_metadata" |
| 4345 | version = "0.0.0" |
| 4346 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4347 | "bitflags 2.5.0", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 4348 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4349 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4350 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4351 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4352 | "rustc_data_structures", |
| 4353 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4354 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4355 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4356 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4357 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4358 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4359 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4360 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4361 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4362 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4363 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4364 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4365 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4366 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4367 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4368 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4369 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4370 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4371 | ] |
| 4372 | |
| 4373 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4374 | name = "rustc_middle" |
| 4375 | version = "0.0.0" |
| 4376 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4377 | "bitflags 2.5.0", |
Oli Scherer | cda209b | 2024-03-21 10:11:44 | [diff] [blame] | 4378 | "derivative", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4379 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4380 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4381 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4382 | "polonius-engine", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4383 | "rustc-rayon-core", |
| 4384 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4385 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4386 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4387 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4388 | "rustc_attr", |
| 4389 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4390 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4391 | "rustc_errors", |
| 4392 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4393 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4394 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4395 | "rustc_hir", |
Michael Goulet | 619e044 | 2024-04-14 14:26:59 | [diff] [blame] | 4396 | "rustc_hir_pretty", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4397 | "rustc_index", |
| 4398 | "rustc_macros", |
| 4399 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4400 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4401 | "rustc_session", |
| 4402 | "rustc_span", |
| 4403 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4404 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4405 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4406 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4407 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4408 | ] |
| 4409 | |
| 4410 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4411 | name = "rustc_mir_build" |
| 4412 | version = "0.0.0" |
| 4413 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4414 | "itertools 0.12.1", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4415 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4416 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4417 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4418 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4419 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4420 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4421 | "rustc_hir", |
| 4422 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4423 | "rustc_infer", |
Jules Bertholet | 9d92a7f | 2024-05-02 23:55:03 | [diff] [blame] | 4424 | "rustc_lint", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4425 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4426 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4427 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4428 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4429 | "rustc_span", |
| 4430 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4431 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4432 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4433 | ] |
| 4434 | |
| 4435 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4436 | name = "rustc_mir_dataflow" |
| 4437 | version = "0.0.0" |
| 4438 | dependencies = [ |
| 4439 | "polonius-engine", |
| 4440 | "regex", |
| 4441 | "rustc_ast", |
| 4442 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4443 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4444 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4445 | "rustc_graphviz", |
| 4446 | "rustc_hir", |
| 4447 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4448 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4449 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4450 | "rustc_span", |
| 4451 | "rustc_target", |
| 4452 | "smallvec", |
| 4453 | "tracing", |
| 4454 | ] |
| 4455 | |
| 4456 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4457 | name = "rustc_mir_transform" |
| 4458 | version = "0.0.0" |
| 4459 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4460 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4461 | "itertools 0.12.1", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4462 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4463 | "rustc_ast", |
| 4464 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4465 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4466 | "rustc_data_structures", |
| 4467 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4468 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4469 | "rustc_hir", |
| 4470 | "rustc_index", |
Jubilee Young | db6ec26 | 2024-05-24 08:14:31 | [diff] [blame] | 4471 | "rustc_infer", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4472 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4473 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4474 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4475 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4476 | "rustc_session", |
| 4477 | "rustc_span", |
| 4478 | "rustc_target", |
| 4479 | "rustc_trait_selection", |
| 4480 | "smallvec", |
| 4481 | "tracing", |
| 4482 | ] |
| 4483 | |
| 4484 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4485 | name = "rustc_monomorphize" |
| 4486 | version = "0.0.0" |
| 4487 | dependencies = [ |
| 4488 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4489 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4490 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4491 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4492 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4493 | "rustc_middle", |
| 4494 | "rustc_session", |
| 4495 | "rustc_span", |
| 4496 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4497 | "serde", |
| 4498 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4499 | "tracing", |
| 4500 | ] |
| 4501 | |
| 4502 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4503 | name = "rustc_next_trait_solver" |
| 4504 | version = "0.0.0" |
| 4505 | dependencies = [ |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4506 | "rustc_type_ir", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4507 | ] |
| 4508 | |
| 4509 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4510 | name = "rustc_parse" |
| 4511 | version = "0.0.0" |
| 4512 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4513 | "bitflags 2.5.0", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4514 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4515 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4516 | "rustc_data_structures", |
| 4517 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4518 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4519 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4520 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4521 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4522 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4523 | "rustc_span", |
Nicholas Nethercote | 2acbe9c | 2024-05-02 23:26:34 | [diff] [blame] | 4524 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4525 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4526 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4527 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4528 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4529 | ] |
| 4530 | |
| 4531 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4532 | name = "rustc_parse_format" |
| 4533 | version = "0.0.0" |
| 4534 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4535 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4536 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4537 | ] |
| 4538 | |
| 4539 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4540 | name = "rustc_passes" |
| 4541 | version = "0.0.0" |
| 4542 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4543 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4544 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4545 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4546 | "rustc_data_structures", |
| 4547 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4548 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4549 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4550 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4551 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4552 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4553 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4554 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4555 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4556 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4557 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4558 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4559 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4560 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4561 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4562 | ] |
| 4563 | |
| 4564 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4565 | name = "rustc_pattern_analysis" |
| 4566 | version = "0.0.0" |
| 4567 | dependencies = [ |
Nadrieril | 19d6f06 | 2024-01-17 01:59:47 | [diff] [blame] | 4568 | "rustc-hash", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4569 | "rustc_apfloat", |
| 4570 | "rustc_arena", |
| 4571 | "rustc_data_structures", |
| 4572 | "rustc_errors", |
| 4573 | "rustc_fluent_macro", |
| 4574 | "rustc_hir", |
| 4575 | "rustc_index", |
| 4576 | "rustc_macros", |
| 4577 | "rustc_middle", |
| 4578 | "rustc_session", |
| 4579 | "rustc_span", |
| 4580 | "rustc_target", |
| 4581 | "smallvec", |
| 4582 | "tracing", |
Nadrieril | d697dd4 | 2024-03-04 15:57:32 | [diff] [blame] | 4583 | "tracing-subscriber", |
| 4584 | "tracing-tree", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4585 | ] |
| 4586 | |
| 4587 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4588 | name = "rustc_privacy" |
| 4589 | version = "0.0.0" |
| 4590 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4591 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4592 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4593 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4594 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4595 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4596 | "rustc_hir", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4597 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4598 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4599 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4600 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4601 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4602 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4603 | ] |
| 4604 | |
| 4605 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4606 | name = "rustc_query_impl" |
| 4607 | version = "0.0.0" |
| 4608 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4609 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4610 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4611 | "rustc_data_structures", |
| 4612 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4613 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4614 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4615 | "rustc_middle", |
| 4616 | "rustc_query_system", |
| 4617 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4618 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4619 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4620 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4621 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4622 | ] |
| 4623 | |
| 4624 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4625 | name = "rustc_query_system" |
| 4626 | version = "0.0.0" |
| 4627 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4628 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4629 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4630 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4631 | "rustc_data_structures", |
| 4632 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4633 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4634 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4635 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4636 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4637 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4638 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4639 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4640 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4641 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4642 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4643 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4644 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4645 | ] |
| 4646 | |
| 4647 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4648 | name = "rustc_resolve" |
| 4649 | version = "0.0.0" |
| 4650 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4651 | "bitflags 2.5.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4652 | "pulldown-cmark 0.9.6", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4653 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4654 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4655 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4656 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4657 | "rustc_data_structures", |
| 4658 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4659 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4660 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4661 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4662 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4663 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4664 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4665 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4666 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4667 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4668 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4669 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4670 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4671 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4672 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4673 | ] |
| 4674 | |
| 4675 | [[package]] |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4676 | name = "rustc_sanitizers" |
| 4677 | version = "0.0.0" |
| 4678 | dependencies = [ |
| 4679 | "bitflags 2.5.0", |
| 4680 | "rustc_data_structures", |
| 4681 | "rustc_hir", |
| 4682 | "rustc_middle", |
| 4683 | "rustc_span", |
| 4684 | "rustc_target", |
| 4685 | "rustc_trait_selection", |
| 4686 | "tracing", |
| 4687 | "twox-hash", |
| 4688 | ] |
| 4689 | |
| 4690 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4691 | name = "rustc_serialize" |
| 4692 | version = "0.0.0" |
| 4693 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4694 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4695 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4696 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4697 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4698 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4699 | ] |
| 4700 | |
| 4701 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4702 | name = "rustc_session" |
| 4703 | version = "0.0.0" |
| 4704 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4705 | "bitflags 2.5.0", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4706 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4707 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4708 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4709 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4710 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4711 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4712 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4713 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4714 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4715 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4716 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4717 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4718 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4719 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4720 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4721 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4722 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4723 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4724 | ] |
| 4725 | |
| 4726 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4727 | name = "rustc_smir" |
| 4728 | version = "0.0.0" |
| 4729 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4730 | "rustc_abi", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4731 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4732 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4733 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4734 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4735 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4736 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4737 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4738 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4739 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4740 | ] |
| 4741 | |
| 4742 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4743 | name = "rustc_span" |
| 4744 | version = "0.0.0" |
| 4745 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4746 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4747 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4748 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4749 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4750 | "rustc_data_structures", |
| 4751 | "rustc_index", |
| 4752 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4753 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4754 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4755 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4756 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4757 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4758 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4759 | ] |
| 4760 | |
| 4761 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4762 | name = "rustc_symbol_mangling" |
| 4763 | version = "0.0.0" |
| 4764 | dependencies = [ |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4765 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4766 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4767 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4768 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4769 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4770 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4771 | "rustc_session", |
| 4772 | "rustc_span", |
| 4773 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4774 | "tracing", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4775 | ] |
| 4776 | |
| 4777 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4778 | name = "rustc_target" |
| 4779 | version = "0.0.0" |
| 4780 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4781 | "bitflags 2.5.0", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4782 | "object 0.32.2", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4783 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4784 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4785 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4786 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4787 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4788 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4789 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4790 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4791 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4792 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4793 | ] |
| 4794 | |
| 4795 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4796 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4797 | version = "0.3.0" |
| 4798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4799 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4800 | |
| 4801 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4802 | name = "rustc_trait_selection" |
| 4803 | version = "0.0.0" |
| 4804 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4805 | "bitflags 2.5.0", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4806 | "derivative", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4807 | "itertools 0.12.1", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4808 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4809 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4810 | "rustc_attr", |
| 4811 | "rustc_data_structures", |
| 4812 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4813 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4814 | "rustc_hir", |
| 4815 | "rustc_index", |
| 4816 | "rustc_infer", |
| 4817 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4818 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4819 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4820 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4821 | "rustc_query_system", |
Michael Goulet | 8e1dba4 | 2024-05-18 20:05:16 | [diff] [blame] | 4822 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4823 | "rustc_session", |
| 4824 | "rustc_span", |
| 4825 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4826 | "rustc_transmute", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4827 | "rustc_type_ir", |
Michael Goulet | 8e1dba4 | 2024-05-18 20:05:16 | [diff] [blame] | 4828 | "rustc_type_ir_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4829 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4830 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4831 | ] |
| 4832 | |
| 4833 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4834 | name = "rustc_traits" |
| 4835 | version = "0.0.0" |
| 4836 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4837 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4838 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4839 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4840 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4841 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4842 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4843 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4844 | ] |
| 4845 | |
| 4846 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4847 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4848 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4849 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4850 | "itertools 0.12.1", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4851 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4852 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4853 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4854 | "rustc_infer", |
| 4855 | "rustc_macros", |
| 4856 | "rustc_middle", |
| 4857 | "rustc_span", |
| 4858 | "rustc_target", |
| 4859 | "tracing", |
| 4860 | ] |
| 4861 | |
| 4862 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4863 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4864 | version = "0.0.0" |
| 4865 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4866 | "itertools 0.12.1", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4867 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4868 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4869 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4870 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4871 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4872 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4873 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4874 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4875 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4876 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4877 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4878 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4879 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4880 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4881 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4882 | ] |
| 4883 | |
| 4884 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4885 | name = "rustc_type_ir" |
| 4886 | version = "0.0.0" |
| 4887 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4888 | "bitflags 2.5.0", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 4889 | "derivative", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4890 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4891 | "rustc_data_structures", |
| 4892 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4893 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4894 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4895 | "rustc_span", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4896 | "rustc_type_ir_macros", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4897 | "smallvec", |
Michael Goulet | 993553c | 2024-05-27 00:45:37 | [diff] [blame] | 4898 | "tracing", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4899 | ] |
| 4900 | |
| 4901 | [[package]] |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4902 | name = "rustc_type_ir_macros" |
| 4903 | version = "0.0.0" |
| 4904 | dependencies = [ |
| 4905 | "proc-macro2", |
| 4906 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 4907 | "syn 2.0.66", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4908 | "synstructure", |
| 4909 | ] |
| 4910 | |
| 4911 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4912 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4913 | version = "0.4.0" |
| 4914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4915 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4916 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4917 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4918 | ] |
| 4919 | |
| 4920 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4921 | name = "rustdoc" |
| 4922 | version = "0.0.0" |
| 4923 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4924 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4925 | "askama", |
Michael Howell | 28db4cc | 2024-03-22 00:19:39 | [diff] [blame] | 4926 | "base64", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4927 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4928 | "indexmap", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4929 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4930 | "minifier", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4931 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4932 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4933 | "serde", |
| 4934 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4935 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4936 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4937 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4938 | "tracing", |
| 4939 | "tracing-subscriber", |
| 4940 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4941 | ] |
| 4942 | |
| 4943 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4944 | name = "rustdoc-gui-test" |
| 4945 | version = "0.1.0" |
| 4946 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4947 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4948 | "compiletest", |
| 4949 | "getopts", |
| 4950 | "walkdir", |
| 4951 | ] |
| 4952 | |
| 4953 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4954 | name = "rustdoc-json-types" |
| 4955 | version = "0.1.0" |
| 4956 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4957 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4958 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4959 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4960 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4961 | ] |
| 4962 | |
| 4963 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4964 | name = "rustdoc-themes" |
| 4965 | version = "0.1.0" |
| 4966 | |
| 4967 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4968 | name = "rustdoc-tool" |
| 4969 | version = "0.0.0" |
| 4970 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4971 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4972 | ] |
| 4973 | |
| 4974 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4975 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4976 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4978 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4979 | dependencies = [ |
| 4980 | "anyhow", |
| 4981 | "log", |
| 4982 | "serde", |
| 4983 | "serde_json", |
| 4984 | ] |
| 4985 | |
| 4986 | [[package]] |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4987 | name = "rustfix" |
| 4988 | version = "0.8.1" |
| 4989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4990 | checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| 4991 | dependencies = [ |
| 4992 | "serde", |
| 4993 | "serde_json", |
| 4994 | "thiserror", |
| 4995 | "tracing", |
| 4996 | ] |
| 4997 | |
| 4998 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4999 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 5000 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 5001 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5002 | "proc-macro2", |
| 5003 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5004 | "serde", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5005 | "syn 2.0.66", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 5006 | ] |
| 5007 | |
| 5008 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5009 | name = "rustfmt-nightly" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 5010 | version = "1.7.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 5011 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5012 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 5013 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5014 | "bytecount", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5015 | "cargo_metadata 0.15.4", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 5016 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 5017 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5018 | "diff", |
| 5019 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5020 | "getopts", |
| 5021 | "ignore", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5022 | "itertools 0.11.0", |
George Bateman | 8aa3c59 | 2024-04-28 20:38:55 | [diff] [blame] | 5023 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5024 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5025 | "rustfmt-config_proc_macro", |
| 5026 | "serde", |
| 5027 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5028 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 5029 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5030 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 5031 | "tracing", |
| 5032 | "tracing-subscriber", |
| 5033 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5034 | "unicode-segmentation", |
| 5035 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 5036 | ] |
| 5037 | |
| 5038 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5039 | name = "rustix" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5040 | version = "0.38.34" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5042 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5043 | dependencies = [ |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 5044 | "bitflags 2.5.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5045 | "errno", |
| 5046 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5047 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5048 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5049 | ] |
| 5050 | |
| 5051 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5052 | name = "rustversion" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5053 | version = "1.0.17" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5055 | checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5056 | |
| 5057 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 5058 | name = "ruzstd" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 5059 | version = "0.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 5060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 5061 | checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 5062 | dependencies = [ |
| 5063 | "byteorder", |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 5064 | "derive_more", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 5065 | "twox-hash", |
| 5066 | ] |
| 5067 | |
| 5068 | [[package]] |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 5069 | name = "ruzstd" |
| 5070 | version = "0.6.0" |
| 5071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5072 | checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" |
| 5073 | dependencies = [ |
| 5074 | "byteorder", |
| 5075 | "derive_more", |
| 5076 | "twox-hash", |
| 5077 | ] |
| 5078 | |
| 5079 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5080 | name = "ryu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5081 | version = "1.0.18" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5083 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5084 | |
| 5085 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5086 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5087 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5089 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5090 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5091 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5092 | ] |
| 5093 | |
| 5094 | [[package]] |
| 5095 | name = "schannel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5096 | version = "0.1.23" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5098 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5099 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5100 | "windows-sys 0.52.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5101 | ] |
| 5102 | |
| 5103 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 5104 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5105 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 5106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5107 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 5108 | |
| 5109 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 5110 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5111 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 5112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5113 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 5114 | |
| 5115 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5116 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5117 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5119 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 5120 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5121 | "self_cell 1.0.4", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5122 | ] |
| 5123 | |
| 5124 | [[package]] |
| 5125 | name = "self_cell" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5126 | version = "1.0.4" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5128 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5129 | |
| 5130 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5131 | name = "semver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5132 | version = "1.0.23" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5134 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5135 | dependencies = [ |
| 5136 | "serde", |
| 5137 | ] |
| 5138 | |
| 5139 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5140 | name = "serde" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5141 | version = "1.0.203" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5143 | checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5144 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5145 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5146 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5147 | |
| 5148 | [[package]] |
| 5149 | name = "serde_derive" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5150 | version = "1.0.203" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5152 | checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5153 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5154 | "proc-macro2", |
| 5155 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5156 | "syn 2.0.66", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5157 | ] |
| 5158 | |
| 5159 | [[package]] |
| 5160 | name = "serde_json" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5161 | version = "1.0.117" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5163 | checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5164 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5165 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5166 | "itoa", |
| 5167 | "ryu", |
| 5168 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 5169 | ] |
| 5170 | |
| 5171 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5172 | name = "serde_spanned" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5173 | version = "0.6.6" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5175 | checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5176 | dependencies = [ |
| 5177 | "serde", |
| 5178 | ] |
| 5179 | |
| 5180 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5181 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5182 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5184 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5185 | dependencies = [ |
| 5186 | "cfg-if", |
| 5187 | "cpufeatures", |
| 5188 | "digest", |
| 5189 | ] |
| 5190 | |
| 5191 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5192 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5193 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5195 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5196 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5197 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 5198 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 5199 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5200 | ] |
| 5201 | |
| 5202 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5203 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5204 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5206 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5207 | dependencies = [ |
| 5208 | "lazy_static", |
| 5209 | ] |
| 5210 | |
| 5211 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5212 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5213 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5215 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5216 | |
| 5217 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 5218 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5219 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5221 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5222 | |
| 5223 | [[package]] |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 5224 | name = "similar" |
| 5225 | version = "2.5.0" |
| 5226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5227 | checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" |
| 5228 | |
| 5229 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5230 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5231 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5233 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5234 | |
| 5235 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5236 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5237 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5239 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5240 | dependencies = [ |
| 5241 | "autocfg", |
| 5242 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5243 | |
| 5244 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 5245 | name = "smallvec" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 5246 | version = "1.13.2" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 5248 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5249 | |
| 5250 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5251 | name = "snap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5252 | version = "1.1.1" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5254 | checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5255 | |
| 5256 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 5257 | name = "socket2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5258 | version = "0.5.7" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5260 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5261 | dependencies = [ |
| 5262 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5263 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5264 | ] |
| 5265 | |
| 5266 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5267 | name = "spanned" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5268 | version = "0.2.1" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5270 | checksum = "ed14ba8b4b82241bd5daba2c49185d4a0581a0058355fe96537338f002b8605d" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5271 | dependencies = [ |
| 5272 | "bstr", |
| 5273 | "color-eyre", |
| 5274 | ] |
| 5275 | |
| 5276 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5277 | name = "spdx-expression" |
| 5278 | version = "0.5.2" |
| 5279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5280 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5281 | dependencies = [ |
| 5282 | "nom", |
| 5283 | "serde", |
| 5284 | "thiserror", |
| 5285 | "tracing", |
| 5286 | ] |
| 5287 | |
| 5288 | [[package]] |
| 5289 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5290 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5292 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5293 | dependencies = [ |
| 5294 | "chrono", |
| 5295 | "log", |
| 5296 | "nom", |
| 5297 | "serde", |
| 5298 | "spdx-expression", |
| 5299 | "strum", |
| 5300 | "strum_macros", |
| 5301 | "thiserror", |
| 5302 | "uuid", |
| 5303 | ] |
| 5304 | |
| 5305 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5306 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5307 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5309 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5310 | |
| 5311 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5312 | name = "stable_mir" |
| 5313 | version = "0.1.0-preview" |
| 5314 | dependencies = [ |
| 5315 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5316 | ] |
| 5317 | |
| 5318 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5319 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5320 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5322 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5323 | dependencies = [ |
| 5324 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5325 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5326 | "libc", |
| 5327 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5328 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5329 | ] |
| 5330 | |
| 5331 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5332 | name = "static_assertions" |
| 5333 | version = "1.1.0" |
| 5334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5335 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5336 | |
| 5337 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5338 | name = "std" |
| 5339 | version = "0.0.0" |
| 5340 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 5341 | "addr2line 0.22.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5342 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5343 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5344 | "compiler_builtins", |
| 5345 | "core", |
| 5346 | "dlmalloc", |
| 5347 | "fortanix-sgx-abi", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5348 | "hashbrown", |
| 5349 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5350 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 5351 | "miniz_oxide", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 5352 | "object 0.36.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5353 | "panic_abort", |
| 5354 | "panic_unwind", |
| 5355 | "profiler_builtins", |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 5356 | "r-efi", |
| 5357 | "r-efi-alloc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5358 | "rand", |
| 5359 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5360 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5361 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5362 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5363 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5364 | ] |
| 5365 | |
| 5366 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5367 | name = "std_detect" |
| 5368 | version = "0.1.5" |
| 5369 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5370 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5371 | "compiler_builtins", |
| 5372 | "libc", |
| 5373 | "rustc-std-workspace-alloc", |
| 5374 | "rustc-std-workspace-core", |
| 5375 | ] |
| 5376 | |
| 5377 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5378 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5379 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5381 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5382 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5383 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5384 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5385 | "parking_lot", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5386 | "phf_shared 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5387 | "precomputed-hash", |
| 5388 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5389 | ] |
| 5390 | |
| 5391 | [[package]] |
| 5392 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5393 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5395 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5396 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5397 | "phf_generator 0.10.0", |
| 5398 | "phf_shared 0.10.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5399 | "proc-macro2", |
| 5400 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5401 | ] |
| 5402 | |
| 5403 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5404 | name = "strsim" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5405 | version = "0.11.1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5407 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5408 | |
| 5409 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5410 | name = "strum" |
| 5411 | version = "0.24.1" |
| 5412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5413 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5414 | |
| 5415 | [[package]] |
| 5416 | name = "strum_macros" |
| 5417 | version = "0.24.3" |
| 5418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5419 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5420 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 5421 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5422 | "proc-macro2", |
| 5423 | "quote", |
| 5424 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5425 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5426 | ] |
| 5427 | |
| 5428 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5429 | name = "suggest-tests" |
| 5430 | version = "0.1.0" |
| 5431 | dependencies = [ |
| 5432 | "build_helper", |
| 5433 | "glob", |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5434 | ] |
| 5435 | |
| 5436 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5437 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5438 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5440 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5441 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5442 | "proc-macro2", |
| 5443 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5444 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5445 | ] |
| 5446 | |
| 5447 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5448 | name = "syn" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5449 | version = "2.0.66" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5451 | checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5452 | dependencies = [ |
| 5453 | "proc-macro2", |
| 5454 | "quote", |
| 5455 | "unicode-ident", |
| 5456 | ] |
| 5457 | |
| 5458 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5459 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5460 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5462 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5463 | dependencies = [ |
| 5464 | "proc-macro2", |
| 5465 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5466 | "syn 2.0.66", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5467 | ] |
| 5468 | |
| 5469 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 5470 | name = "syntect" |
| 5471 | version = "5.2.0" |
| 5472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5473 | checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" |
| 5474 | dependencies = [ |
| 5475 | "bincode", |
| 5476 | "bitflags 1.3.2", |
| 5477 | "flate2", |
| 5478 | "fnv", |
| 5479 | "once_cell", |
| 5480 | "onig", |
| 5481 | "plist", |
| 5482 | "regex-syntax 0.8.3", |
| 5483 | "serde", |
| 5484 | "serde_derive", |
| 5485 | "serde_json", |
| 5486 | "thiserror", |
| 5487 | "walkdir", |
| 5488 | "yaml-rust", |
| 5489 | ] |
| 5490 | |
| 5491 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5492 | name = "sysinfo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5493 | version = "0.30.12" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5495 | checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5496 | dependencies = [ |
| 5497 | "cfg-if", |
| 5498 | "core-foundation-sys", |
| 5499 | "libc", |
| 5500 | "ntapi", |
| 5501 | "once_cell", |
klensy | 0b44330 | 2024-02-22 11:01:13 | [diff] [blame] | 5502 | "windows", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5503 | ] |
| 5504 | |
| 5505 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 5506 | name = "sysroot" |
| 5507 | version = "0.0.0" |
| 5508 | dependencies = [ |
| 5509 | "proc_macro", |
| 5510 | "std", |
| 5511 | "test", |
| 5512 | ] |
| 5513 | |
| 5514 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5515 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5516 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5518 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5519 | dependencies = [ |
| 5520 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5521 | "unicode-width", |
| 5522 | ] |
| 5523 | |
| 5524 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5525 | name = "tar" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5526 | version = "0.4.41" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5528 | checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5529 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5530 | "filetime", |
| 5531 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5532 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5533 | ] |
| 5534 | |
| 5535 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5536 | name = "tempfile" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5537 | version = "3.10.1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5539 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5540 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5541 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5542 | "fastrand", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5543 | "rustix", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5544 | "windows-sys 0.52.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5545 | ] |
| 5546 | |
| 5547 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5548 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5549 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5551 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5552 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5553 | "futf", |
| 5554 | "mac", |
| 5555 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5556 | ] |
| 5557 | |
| 5558 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5559 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5560 | version = "0.7.0" |
| 5561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5562 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5563 | dependencies = [ |
| 5564 | "dirs-next", |
| 5565 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5566 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5567 | ] |
| 5568 | |
| 5569 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5570 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5571 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5573 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5574 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5575 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5576 | ] |
| 5577 | |
| 5578 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5579 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5580 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5582 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5583 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5584 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5585 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5586 | ] |
| 5587 | |
| 5588 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5589 | name = "termize" |
| 5590 | version = "0.1.1" |
| 5591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5592 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5593 | dependencies = [ |
| 5594 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5595 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5596 | ] |
| 5597 | |
| 5598 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5599 | name = "termtree" |
| 5600 | version = "0.4.1" |
| 5601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5602 | checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
| 5603 | |
| 5604 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5605 | name = "test" |
| 5606 | version = "0.0.0" |
| 5607 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5608 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5609 | "getopts", |
Tyler Mandry | f622e83 | 2024-01-24 23:57:43 | [diff] [blame] | 5610 | "libc", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5611 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5612 | ] |
| 5613 | |
| 5614 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 5615 | name = "textwrap" |
| 5616 | version = "0.16.1" |
| 5617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5618 | checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" |
| 5619 | |
| 5620 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5621 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5622 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5624 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5625 | |
| 5626 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5627 | name = "thiserror" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5628 | version = "1.0.61" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5630 | checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5631 | dependencies = [ |
| 5632 | "thiserror-impl", |
| 5633 | ] |
| 5634 | |
| 5635 | [[package]] |
| 5636 | name = "thiserror-impl" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5637 | version = "1.0.61" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5639 | checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5640 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5641 | "proc-macro2", |
| 5642 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5643 | "syn 2.0.66", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5644 | ] |
| 5645 | |
| 5646 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5647 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5648 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5650 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5651 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 5652 | "gimli 0.28.1", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5653 | "hashbrown", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 5654 | "object 0.32.2", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5655 | "tracing", |
| 5656 | ] |
| 5657 | |
| 5658 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5659 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5660 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5662 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5663 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5664 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5665 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5666 | ] |
| 5667 | |
| 5668 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5669 | name = "threadpool" |
| 5670 | version = "1.8.1" |
| 5671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5672 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5673 | dependencies = [ |
| 5674 | "num_cpus", |
| 5675 | ] |
| 5676 | |
| 5677 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5678 | name = "tidy" |
| 5679 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5680 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5681 | "cargo_metadata 0.15.4", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5682 | "ignore", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5683 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5684 | "regex", |
donno2048 | e2ab540 | 2024-04-18 06:57:43 | [diff] [blame] | 5685 | "rustc-hash", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5686 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5687 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5688 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5689 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5690 | |
| 5691 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5692 | name = "tier-check" |
| 5693 | version = "0.1.0" |
| 5694 | |
| 5695 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5696 | name = "time" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5697 | version = "0.3.36" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5699 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5700 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5701 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5702 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5703 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5704 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5705 | "serde", |
| 5706 | "time-core", |
| 5707 | "time-macros", |
| 5708 | ] |
| 5709 | |
| 5710 | [[package]] |
| 5711 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5712 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5714 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5715 | |
| 5716 | [[package]] |
| 5717 | name = "time-macros" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5718 | version = "0.2.18" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5720 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5721 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5722 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5723 | "time-core", |
| 5724 | ] |
| 5725 | |
| 5726 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5727 | name = "tinystr" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5728 | version = "0.7.6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5730 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5731 | dependencies = [ |
| 5732 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5733 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5734 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5735 | |
| 5736 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5737 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5738 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5740 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 5741 | dependencies = [ |
| 5742 | "tinyvec_macros", |
| 5743 | ] |
| 5744 | |
| 5745 | [[package]] |
| 5746 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5747 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5749 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5750 | |
| 5751 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5752 | name = "tokio" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5753 | version = "1.38.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5755 | checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5756 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5757 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5758 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5759 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5760 | ] |
| 5761 | |
| 5762 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5763 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5764 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5766 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5767 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5768 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5769 | ] |
| 5770 | |
| 5771 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5772 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5773 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5775 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5776 | dependencies = [ |
| 5777 | "serde", |
| 5778 | "serde_spanned", |
| 5779 | "toml_datetime", |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5780 | "toml_edit 0.19.15", |
| 5781 | ] |
| 5782 | |
| 5783 | [[package]] |
| 5784 | name = "toml" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5785 | version = "0.8.14" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5787 | checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5788 | dependencies = [ |
| 5789 | "serde", |
| 5790 | "serde_spanned", |
| 5791 | "toml_datetime", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5792 | "toml_edit 0.22.14", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5793 | ] |
| 5794 | |
| 5795 | [[package]] |
| 5796 | name = "toml_datetime" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5797 | version = "0.6.6" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 5799 | checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5800 | dependencies = [ |
| 5801 | "serde", |
| 5802 | ] |
| 5803 | |
| 5804 | [[package]] |
| 5805 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5806 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5808 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5809 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5810 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5811 | "serde", |
| 5812 | "serde_spanned", |
| 5813 | "toml_datetime", |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5814 | "winnow 0.5.40", |
| 5815 | ] |
| 5816 | |
| 5817 | [[package]] |
| 5818 | name = "toml_edit" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5819 | version = "0.22.14" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5821 | checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 5822 | dependencies = [ |
| 5823 | "indexmap", |
| 5824 | "serde", |
| 5825 | "serde_spanned", |
| 5826 | "toml_datetime", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5827 | "winnow 0.6.13", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5828 | ] |
| 5829 | |
| 5830 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5831 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5832 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5834 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5835 | |
| 5836 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5837 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5838 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5840 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5841 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5842 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5843 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5844 | "tracing-attributes", |
| 5845 | "tracing-core", |
| 5846 | ] |
| 5847 | |
| 5848 | [[package]] |
| 5849 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5850 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5852 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5853 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5854 | "proc-macro2", |
| 5855 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5856 | "syn 2.0.66", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5857 | ] |
| 5858 | |
| 5859 | [[package]] |
| 5860 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5861 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5863 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5864 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5865 | "once_cell", |
| 5866 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5867 | ] |
| 5868 | |
| 5869 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5870 | name = "tracing-error" |
| 5871 | version = "0.2.0" |
| 5872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5873 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5874 | dependencies = [ |
| 5875 | "tracing", |
| 5876 | "tracing-subscriber", |
| 5877 | ] |
| 5878 | |
| 5879 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5880 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5881 | version = "0.2.0" |
| 5882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5883 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5884 | dependencies = [ |
| 5885 | "log", |
| 5886 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5887 | "tracing-core", |
| 5888 | ] |
| 5889 | |
| 5890 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5891 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5892 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5894 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5895 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5896 | "matchers", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5897 | "nu-ansi-term 0.46.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5898 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5899 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5900 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5901 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5902 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5903 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5904 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5905 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5906 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5907 | ] |
| 5908 | |
| 5909 | [[package]] |
| 5910 | name = "tracing-tree" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5911 | version = "0.3.1" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5913 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5914 | dependencies = [ |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5915 | "nu-ansi-term 0.50.0", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5916 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5917 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5918 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5919 | ] |
| 5920 | |
| 5921 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5922 | name = "twox-hash" |
| 5923 | version = "1.6.3" |
| 5924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5925 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5926 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5927 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5928 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5929 | "static_assertions", |
| 5930 | ] |
| 5931 | |
| 5932 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5933 | name = "type-map" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5934 | version = "0.5.0" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5936 | checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5937 | dependencies = [ |
| 5938 | "rustc-hash", |
| 5939 | ] |
| 5940 | |
| 5941 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5942 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5943 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5945 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5946 | |
| 5947 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5948 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5949 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5951 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5952 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5953 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5954 | ] |
| 5955 | |
| 5956 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5957 | name = "ucd-trie" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5958 | version = "0.1.6" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5960 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5961 | |
| 5962 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5963 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5964 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5966 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5967 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5968 | "annotate-snippets 0.9.2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5969 | "anyhow", |
| 5970 | "bstr", |
| 5971 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5972 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5973 | "color-eyre", |
| 5974 | "colored", |
| 5975 | "comma", |
| 5976 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5977 | "indicatif", |
| 5978 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5979 | "levenshtein", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5980 | "prettydiff", |
| 5981 | "regex", |
| 5982 | "rustc_version", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 5983 | "rustfix 0.6.1", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5984 | "serde", |
| 5985 | "serde_json", |
| 5986 | "tempfile", |
| 5987 | ] |
| 5988 | |
| 5989 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5990 | name = "ui_test" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 5991 | version = "0.23.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 5993 | checksum = "29e5f4ffcbab82453958fbf59990e981b8e8a177dcd60c2bd8f9b52c3036a6e1" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5994 | dependencies = [ |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5995 | "annotate-snippets 0.11.3", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5996 | "anyhow", |
| 5997 | "bstr", |
| 5998 | "cargo-platform", |
| 5999 | "cargo_metadata 0.18.1", |
| 6000 | "color-eyre", |
| 6001 | "colored", |
| 6002 | "comma", |
| 6003 | "crossbeam-channel", |
| 6004 | "indicatif", |
| 6005 | "lazy_static", |
| 6006 | "levenshtein", |
| 6007 | "prettydiff", |
| 6008 | "regex", |
| 6009 | "rustc_version", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 6010 | "rustfix 0.8.1", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 6011 | "serde", |
| 6012 | "serde_json", |
| 6013 | "spanned", |
| 6014 | "tempfile", |
| 6015 | ] |
| 6016 | |
| 6017 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6018 | name = "unic-langid" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6019 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6021 | checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6022 | dependencies = [ |
| 6023 | "unic-langid-impl", |
| 6024 | "unic-langid-macros", |
| 6025 | ] |
| 6026 | |
| 6027 | [[package]] |
| 6028 | name = "unic-langid-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6029 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6031 | checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6032 | dependencies = [ |
| 6033 | "tinystr", |
| 6034 | ] |
| 6035 | |
| 6036 | [[package]] |
| 6037 | name = "unic-langid-macros" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6038 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6040 | checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6041 | dependencies = [ |
| 6042 | "proc-macro-hack", |
| 6043 | "tinystr", |
| 6044 | "unic-langid-impl", |
| 6045 | "unic-langid-macros-impl", |
| 6046 | ] |
| 6047 | |
| 6048 | [[package]] |
| 6049 | name = "unic-langid-macros-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6050 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6052 | checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6053 | dependencies = [ |
| 6054 | "proc-macro-hack", |
| 6055 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6056 | "syn 2.0.66", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6057 | "unic-langid-impl", |
| 6058 | ] |
| 6059 | |
| 6060 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6061 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 6062 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 6064 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6065 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 6066 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6067 | ] |
| 6068 | |
| 6069 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6070 | name = "unicode-bdd" |
| 6071 | version = "0.1.0" |
| 6072 | dependencies = [ |
| 6073 | "ucd-parse", |
| 6074 | ] |
| 6075 | |
| 6076 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6077 | name = "unicode-bidi" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6078 | version = "0.3.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6080 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6081 | |
| 6082 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 6083 | name = "unicode-ident" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6084 | version = "1.0.12" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 6085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6086 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 6087 | |
| 6088 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6089 | name = "unicode-normalization" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6090 | version = "0.1.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6092 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 6093 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6094 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 6095 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6096 | |
| 6097 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 6098 | name = "unicode-properties" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6099 | version = "0.1.1" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 6100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6101 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 6102 | |
| 6103 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6104 | name = "unicode-script" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6105 | version = "0.5.6" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6107 | checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6108 | |
| 6109 | [[package]] |
| 6110 | name = "unicode-security" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6111 | version = "0.1.1" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6113 | checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6114 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 6115 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6116 | "unicode-script", |
| 6117 | ] |
| 6118 | |
| 6119 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6120 | name = "unicode-segmentation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6121 | version = "1.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6123 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6124 | |
| 6125 | [[package]] |
| 6126 | name = "unicode-width" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6127 | version = "0.1.13" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6129 | checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6130 | dependencies = [ |
| 6131 | "compiler_builtins", |
| 6132 | "rustc-std-workspace-core", |
| 6133 | "rustc-std-workspace-std", |
| 6134 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6135 | |
| 6136 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6137 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6138 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6140 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6141 | |
| 6142 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 6143 | name = "unified-diff" |
| 6144 | version = "0.2.1" |
| 6145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6146 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 6147 | dependencies = [ |
| 6148 | "diff", |
| 6149 | ] |
| 6150 | |
| 6151 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6152 | name = "unstable-book-gen" |
| 6153 | version = "0.1.0" |
| 6154 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6155 | "num-traits", |
| 6156 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6157 | ] |
| 6158 | |
| 6159 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6160 | name = "unwind" |
| 6161 | version = "0.0.0" |
| 6162 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6163 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6164 | "compiler_builtins", |
| 6165 | "core", |
| 6166 | "libc", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6167 | "unwinding", |
| 6168 | ] |
| 6169 | |
| 6170 | [[package]] |
| 6171 | name = "unwinding" |
| 6172 | version = "0.2.1" |
| 6173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6174 | checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| 6175 | dependencies = [ |
| 6176 | "compiler_builtins", |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 6177 | "gimli 0.28.1", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6178 | "rustc-std-workspace-core", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6179 | ] |
| 6180 | |
| 6181 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6182 | name = "url" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6183 | version = "2.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6185 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6186 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6187 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6188 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6189 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6190 | ] |
| 6191 | |
| 6192 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6193 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6194 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6196 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6197 | |
| 6198 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 6199 | name = "utf8-width" |
| 6200 | version = "0.1.7" |
| 6201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6202 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 6203 | |
| 6204 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6205 | name = "utf8parse" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6206 | version = "0.2.2" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6208 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6209 | |
| 6210 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6211 | name = "uuid" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 6212 | version = "1.8.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 6214 | checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6215 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6216 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6217 | ] |
| 6218 | |
| 6219 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6220 | name = "valuable" |
| 6221 | version = "0.1.0" |
| 6222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6223 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 6224 | |
| 6225 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6226 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6227 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6229 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6230 | |
| 6231 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 6232 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6233 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6235 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6236 | |
| 6237 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 6238 | name = "wait-timeout" |
| 6239 | version = "0.2.0" |
| 6240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6241 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| 6242 | dependencies = [ |
| 6243 | "libc", |
| 6244 | ] |
| 6245 | |
| 6246 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6247 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6248 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6250 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6251 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6252 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6253 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6254 | ] |
| 6255 | |
| 6256 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6257 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 6258 | version = "0.11.0+wasi-snapshot-preview1" |
| 6259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6260 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6261 | dependencies = [ |
| 6262 | "compiler_builtins", |
| 6263 | "rustc-std-workspace-alloc", |
| 6264 | "rustc-std-workspace-core", |
| 6265 | ] |
| 6266 | |
| 6267 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6268 | name = "wasm-bindgen" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6269 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6271 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6272 | dependencies = [ |
| 6273 | "cfg-if", |
| 6274 | "wasm-bindgen-macro", |
| 6275 | ] |
| 6276 | |
| 6277 | [[package]] |
| 6278 | name = "wasm-bindgen-backend" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6279 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6281 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6282 | dependencies = [ |
| 6283 | "bumpalo", |
| 6284 | "log", |
| 6285 | "once_cell", |
| 6286 | "proc-macro2", |
| 6287 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6288 | "syn 2.0.66", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6289 | "wasm-bindgen-shared", |
| 6290 | ] |
| 6291 | |
| 6292 | [[package]] |
| 6293 | name = "wasm-bindgen-macro" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6294 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6296 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6297 | dependencies = [ |
| 6298 | "quote", |
| 6299 | "wasm-bindgen-macro-support", |
| 6300 | ] |
| 6301 | |
| 6302 | [[package]] |
| 6303 | name = "wasm-bindgen-macro-support" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6304 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6306 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6307 | dependencies = [ |
| 6308 | "proc-macro2", |
| 6309 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6310 | "syn 2.0.66", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6311 | "wasm-bindgen-backend", |
| 6312 | "wasm-bindgen-shared", |
| 6313 | ] |
| 6314 | |
| 6315 | [[package]] |
| 6316 | name = "wasm-bindgen-shared" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6317 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 6319 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6320 | |
| 6321 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 6322 | name = "wasm-encoder" |
| 6323 | version = "0.200.0" |
| 6324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6325 | checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9" |
| 6326 | dependencies = [ |
| 6327 | "leb128", |
| 6328 | ] |
| 6329 | |
| 6330 | [[package]] |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 6331 | name = "wasmparser" |
| 6332 | version = "0.118.2" |
| 6333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6334 | checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c" |
| 6335 | dependencies = [ |
| 6336 | "indexmap", |
| 6337 | "semver", |
| 6338 | ] |
| 6339 | |
| 6340 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6341 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6342 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6344 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6345 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6346 | "winapi-i686-pc-windows-gnu", |
| 6347 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6348 | ] |
| 6349 | |
| 6350 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6351 | name = "winapi-i686-pc-windows-gnu" |
| 6352 | version = "0.4.0" |
| 6353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6354 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6355 | |
| 6356 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6357 | name = "winapi-util" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6358 | version = "0.1.8" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6360 | checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6361 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6362 | "windows-sys 0.52.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6363 | ] |
| 6364 | |
| 6365 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6366 | name = "winapi-x86_64-pc-windows-gnu" |
| 6367 | version = "0.4.0" |
| 6368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6369 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6370 | |
| 6371 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6372 | name = "windows" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6373 | version = "0.52.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6375 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6376 | dependencies = [ |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6377 | "windows-core", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6378 | "windows-targets 0.52.5", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6379 | ] |
| 6380 | |
| 6381 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6382 | name = "windows-bindgen" |
Daniel Paoliello | 32f5ca4 | 2024-03-27 17:49:21 | [diff] [blame] | 6383 | version = "0.56.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Daniel Paoliello | 32f5ca4 | 2024-03-27 17:49:21 | [diff] [blame] | 6385 | checksum = "a28e3ea6330cf17fdcdce8bf08d0549ce93769dca9bedc6c39c36c8c0e17db46" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6386 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6387 | "proc-macro2", |
| 6388 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 6389 | "serde", |
| 6390 | "serde_json", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6391 | "syn 2.0.66", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6392 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6393 | ] |
| 6394 | |
| 6395 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6396 | name = "windows-core" |
| 6397 | version = "0.52.0" |
| 6398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6399 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 6400 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6401 | "windows-targets 0.52.5", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6402 | ] |
| 6403 | |
| 6404 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6405 | name = "windows-metadata" |
Daniel Paoliello | 32f5ca4 | 2024-03-27 17:49:21 | [diff] [blame] | 6406 | version = "0.56.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Daniel Paoliello | 32f5ca4 | 2024-03-27 17:49:21 | [diff] [blame] | 6408 | checksum = "3993f7827fff10c454e3a24847075598c7c08108304b8b07943c2c73d78f3b34" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6409 | |
| 6410 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6411 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6412 | version = "0.48.0" |
| 6413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6414 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6415 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6416 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6417 | ] |
| 6418 | |
| 6419 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6420 | name = "windows-sys" |
| 6421 | version = "0.52.0" |
| 6422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6423 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6424 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6425 | "windows-targets 0.52.5", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6426 | ] |
| 6427 | |
| 6428 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6429 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6430 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6432 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6433 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6434 | "windows_aarch64_gnullvm 0.48.5", |
| 6435 | "windows_aarch64_msvc 0.48.5", |
| 6436 | "windows_i686_gnu 0.48.5", |
| 6437 | "windows_i686_msvc 0.48.5", |
| 6438 | "windows_x86_64_gnu 0.48.5", |
| 6439 | "windows_x86_64_gnullvm 0.48.5", |
| 6440 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6441 | ] |
| 6442 | |
| 6443 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6444 | name = "windows-targets" |
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 = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6448 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6449 | "windows_aarch64_gnullvm 0.52.5", |
| 6450 | "windows_aarch64_msvc 0.52.5", |
| 6451 | "windows_i686_gnu 0.52.5", |
| 6452 | "windows_i686_gnullvm", |
| 6453 | "windows_i686_msvc 0.52.5", |
| 6454 | "windows_x86_64_gnu 0.52.5", |
| 6455 | "windows_x86_64_gnullvm 0.52.5", |
| 6456 | "windows_x86_64_msvc 0.52.5", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6457 | ] |
| 6458 | |
| 6459 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6460 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6461 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6463 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6464 | |
| 6465 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6466 | name = "windows_aarch64_gnullvm" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6467 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6469 | checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6470 | |
| 6471 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6472 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6473 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6475 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6476 | |
| 6477 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6478 | name = "windows_aarch64_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6479 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6481 | checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6482 | |
| 6483 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6484 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6485 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6487 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6488 | |
| 6489 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6490 | name = "windows_i686_gnu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6491 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6493 | checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| 6494 | |
| 6495 | [[package]] |
| 6496 | name = "windows_i686_gnullvm" |
| 6497 | version = "0.52.5" |
| 6498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6499 | checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6500 | |
| 6501 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6502 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6503 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6505 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6506 | |
| 6507 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6508 | name = "windows_i686_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6509 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6511 | checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6512 | |
| 6513 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6514 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6515 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6517 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6518 | |
| 6519 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6520 | name = "windows_x86_64_gnu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6521 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6523 | checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6524 | |
| 6525 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6526 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6527 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6529 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6530 | |
| 6531 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6532 | name = "windows_x86_64_gnullvm" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6533 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6535 | checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6536 | |
| 6537 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6538 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6539 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6541 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6542 | |
| 6543 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6544 | name = "windows_x86_64_msvc" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6545 | version = "0.52.5" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6547 | checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6548 | |
| 6549 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6550 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6551 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6553 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6554 | dependencies = [ |
| 6555 | "memchr", |
| 6556 | ] |
| 6557 | |
| 6558 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 6559 | name = "winnow" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6560 | version = "0.6.13" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 6561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6562 | checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 6563 | dependencies = [ |
| 6564 | "memchr", |
| 6565 | ] |
| 6566 | |
| 6567 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6568 | name = "writeable" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6569 | version = "0.5.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6571 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6572 | |
| 6573 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6574 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6575 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6577 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6578 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6579 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6580 | "linux-raw-sys", |
| 6581 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6582 | ] |
| 6583 | |
| 6584 | [[package]] |
Chris Krycho | 2c9fc62 | 2024-05-20 19:29:31 | [diff] [blame] | 6585 | name = "xmlparser" |
| 6586 | version = "0.13.6" |
| 6587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6588 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| 6589 | |
| 6590 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6591 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6592 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6594 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6595 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6596 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6597 | ] |
| 6598 | |
| 6599 | [[package]] |
dalance | 9d1ec7e | 2024-05-05 00:01:47 | [diff] [blame] | 6600 | name = "yaml-rust" |
| 6601 | version = "0.4.5" |
| 6602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6603 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
| 6604 | dependencies = [ |
| 6605 | "linked-hash-map", |
| 6606 | ] |
| 6607 | |
| 6608 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6609 | name = "yansi-term" |
| 6610 | version = "0.1.2" |
| 6611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6612 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6613 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6614 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6615 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6616 | |
| 6617 | [[package]] |
| 6618 | name = "yoke" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6619 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6621 | checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6622 | dependencies = [ |
| 6623 | "serde", |
| 6624 | "stable_deref_trait", |
| 6625 | "yoke-derive", |
| 6626 | "zerofrom", |
| 6627 | ] |
| 6628 | |
| 6629 | [[package]] |
| 6630 | name = "yoke-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6631 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6633 | checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6634 | dependencies = [ |
| 6635 | "proc-macro2", |
| 6636 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6637 | "syn 2.0.66", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6638 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6639 | ] |
| 6640 | |
| 6641 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6642 | name = "zerocopy" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6643 | version = "0.7.34" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6645 | checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6646 | dependencies = [ |
| 6647 | "zerocopy-derive", |
| 6648 | ] |
| 6649 | |
| 6650 | [[package]] |
| 6651 | name = "zerocopy-derive" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6652 | version = "0.7.34" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6654 | checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6655 | dependencies = [ |
| 6656 | "proc-macro2", |
| 6657 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6658 | "syn 2.0.66", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6659 | ] |
| 6660 | |
| 6661 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6662 | name = "zerofrom" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6663 | version = "0.1.4" |
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 = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6666 | dependencies = [ |
| 6667 | "zerofrom-derive", |
| 6668 | ] |
| 6669 | |
| 6670 | [[package]] |
| 6671 | name = "zerofrom-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6672 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6674 | checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6675 | dependencies = [ |
| 6676 | "proc-macro2", |
| 6677 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6678 | "syn 2.0.66", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6679 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6680 | ] |
| 6681 | |
| 6682 | [[package]] |
| 6683 | name = "zerovec" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6684 | version = "0.10.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6686 | checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6687 | dependencies = [ |
| 6688 | "yoke", |
| 6689 | "zerofrom", |
| 6690 | "zerovec-derive", |
| 6691 | ] |
| 6692 | |
| 6693 | [[package]] |
| 6694 | name = "zerovec-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6695 | version = "0.10.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6697 | checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6698 | dependencies = [ |
| 6699 | "proc-macro2", |
| 6700 | "quote", |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 6701 | "syn 2.0.66", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6702 | ] |