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]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 15 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 16 | version = "1.0.2" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | |
| 20 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 21 | name = "aes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 22 | version = "0.8.4" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 24 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 25 | dependencies = [ |
| 26 | "cfg-if", |
| 27 | "cipher", |
| 28 | "cpufeatures", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 32 | name = "ahash" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 33 | version = "0.8.11" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 35 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 36 | dependencies = [ |
| 37 | "cfg-if", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 38 | "getrandom", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 39 | "once_cell", |
| 40 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 41 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 42 | ] |
| 43 | |
| 44 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 45 | name = "aho-corasick" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 46 | version = "1.1.3" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 48 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 49 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 50 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 51 | ] |
| 52 | |
| 53 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 54 | name = "allocator-api2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 55 | version = "0.2.18" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 57 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 58 | |
| 59 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 60 | name = "ammonia" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 61 | version = "4.0.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 63 | checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 64 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 65 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 66 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 67 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 68 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 69 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 70 | ] |
| 71 | |
| 72 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 73 | name = "android-tzdata" |
| 74 | version = "0.1.1" |
| 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 77 | |
| 78 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 79 | name = "android_system_properties" |
| 80 | version = "0.1.5" |
| 81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 82 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 83 | dependencies = [ |
| 84 | "libc", |
| 85 | ] |
| 86 | |
| 87 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 88 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 89 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 90 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 91 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 92 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 93 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 94 | "yansi-term", |
| 95 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 96 | |
| 97 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 98 | name = "annotate-snippets" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 99 | version = "0.11.4" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 101 | checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 102 | dependencies = [ |
| 103 | "anstyle", |
| 104 | "unicode-width", |
| 105 | ] |
| 106 | |
| 107 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 108 | name = "ansi_term" |
| 109 | version = "0.12.1" |
| 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 112 | dependencies = [ |
| 113 | "winapi", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 117 | name = "anstream" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 118 | version = "0.6.15" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 120 | checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 121 | dependencies = [ |
| 122 | "anstyle", |
| 123 | "anstyle-parse", |
| 124 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 125 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 126 | "colorchoice", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 127 | "is_terminal_polyfill", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 128 | "utf8parse", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
| 132 | name = "anstyle" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 133 | version = "1.0.8" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 135 | checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 136 | |
| 137 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 138 | name = "anstyle-lossy" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 139 | version = "1.1.2" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 141 | checksum = "f45c79b3b9413932fc255f2c19ca0d48eaab72c4ea1913bafaebf289cbc099f2" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 142 | dependencies = [ |
| 143 | "anstyle", |
| 144 | ] |
| 145 | |
| 146 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 147 | name = "anstyle-parse" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 148 | version = "0.2.5" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 150 | checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 151 | dependencies = [ |
| 152 | "utf8parse", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 156 | name = "anstyle-query" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 157 | version = "1.1.1" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 159 | checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 160 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 161 | "windows-sys 0.52.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 162 | ] |
| 163 | |
| 164 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 165 | name = "anstyle-svg" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 166 | version = "0.1.5" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 168 | checksum = "962f6d5681926dbe5503b71057202d6723a33abe464c983b1d160bca3095a3bb" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 169 | dependencies = [ |
| 170 | "anstream", |
| 171 | "anstyle", |
| 172 | "anstyle-lossy", |
| 173 | "html-escape", |
| 174 | "unicode-width", |
| 175 | ] |
| 176 | |
| 177 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 178 | name = "anstyle-wincon" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 179 | version = "3.0.4" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 181 | checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 182 | dependencies = [ |
| 183 | "anstyle", |
| 184 | "windows-sys 0.52.0", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 188 | name = "anyhow" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 189 | version = "1.0.86" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 191 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 192 | dependencies = [ |
| 193 | "backtrace", |
| 194 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 195 | |
| 196 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 197 | name = "ar_archive_writer" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 198 | version = "0.4.2" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 200 | checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 201 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 202 | "object 0.36.3", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 203 | ] |
| 204 | |
| 205 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 206 | name = "arrayvec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 207 | version = "0.7.6" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 209 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 210 | |
| 211 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 212 | name = "autocfg" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 213 | version = "1.3.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 215 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 216 | |
| 217 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 218 | name = "backtrace" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 219 | version = "0.3.71" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 221 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 222 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 223 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 224 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 225 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 226 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 227 | "miniz_oxide", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 228 | "object 0.32.2", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 229 | "rustc-demangle", |
| 230 | ] |
| 231 | |
| 232 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 233 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 234 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 236 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 237 | |
| 238 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 239 | name = "basic-toml" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 240 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 242 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 243 | dependencies = [ |
| 244 | "serde", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 248 | name = "bincode" |
| 249 | version = "1.3.3" |
| 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 251 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 252 | dependencies = [ |
| 253 | "serde", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 257 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 258 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 260 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 261 | |
| 262 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 263 | name = "bitflags" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 264 | version = "2.6.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 266 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 267 | |
| 268 | [[package]] |
| 269 | name = "block-buffer" |
| 270 | version = "0.10.4" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 273 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 274 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 275 | ] |
| 276 | |
| 277 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 278 | name = "bstr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 279 | version = "1.6.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 281 | checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 282 | dependencies = [ |
| 283 | "memchr", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 284 | "regex-automata 0.3.9", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 285 | "serde", |
| 286 | ] |
| 287 | |
| 288 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 289 | name = "build-manifest" |
| 290 | version = "0.1.0" |
| 291 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 292 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 293 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 294 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 295 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 296 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 297 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 298 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 299 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 300 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 301 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 302 | ] |
| 303 | |
| 304 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 305 | name = "build_helper" |
| 306 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 307 | dependencies = [ |
| 308 | "serde", |
| 309 | "serde_derive", |
| 310 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 311 | |
| 312 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 313 | name = "bump-stage0" |
| 314 | version = "0.1.0" |
| 315 | dependencies = [ |
| 316 | "anyhow", |
onur-ozkan | b46c3f2 | 2024-05-09 15:18:01 | [diff] [blame] | 317 | "build_helper", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 318 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 319 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 320 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 321 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 322 | ] |
| 323 | |
| 324 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 325 | name = "bumpalo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 326 | version = "3.16.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 328 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 329 | |
| 330 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 331 | name = "bytecount" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 332 | version = "0.6.8" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 334 | checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 335 | |
| 336 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 337 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 338 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 340 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 341 | |
| 342 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 343 | name = "bytes" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 344 | version = "1.7.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 346 | checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 347 | |
| 348 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 349 | name = "camino" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 350 | version = "1.1.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 352 | checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 353 | dependencies = [ |
| 354 | "serde", |
| 355 | ] |
| 356 | |
| 357 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 358 | name = "cargo-miri" |
| 359 | version = "0.1.0" |
| 360 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 361 | "cargo_metadata 0.18.1", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 362 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 363 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 364 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 365 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 366 | "serde", |
| 367 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 368 | ] |
| 369 | |
| 370 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 371 | name = "cargo-platform" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 372 | version = "0.1.8" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 374 | checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 375 | dependencies = [ |
| 376 | "serde", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 380 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 381 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 383 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 384 | dependencies = [ |
| 385 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 386 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 387 | "semver", |
| 388 | "serde", |
| 389 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 390 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 391 | ] |
| 392 | |
| 393 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 394 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 395 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 397 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 398 | dependencies = [ |
| 399 | "camino", |
| 400 | "cargo-platform", |
| 401 | "semver", |
| 402 | "serde", |
| 403 | "serde_json", |
| 404 | "thiserror", |
| 405 | ] |
| 406 | |
| 407 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 408 | name = "cargotest2" |
| 409 | version = "0.1.0" |
| 410 | |
| 411 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 412 | name = "cc" |
Trevor Gross | a5f6c15 | 2024-08-20 02:22:08 | [diff] [blame] | 413 | version = "1.0.105" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | a5f6c15 | 2024-08-20 02:22:08 | [diff] [blame] | 415 | checksum = "5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 416 | |
| 417 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 418 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 419 | version = "1.0.0" |
| 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 422 | |
| 423 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 424 | name = "cfg_aliases" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 425 | version = "0.2.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 427 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 428 | |
| 429 | [[package]] |
| 430 | name = "chrono" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 431 | version = "0.4.38" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 433 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 434 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 435 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 436 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 437 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 438 | "serde", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 439 | "windows-targets 0.52.6", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 440 | ] |
| 441 | |
| 442 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 443 | name = "chrono-tz" |
| 444 | version = "0.9.0" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
| 447 | dependencies = [ |
| 448 | "chrono", |
| 449 | "chrono-tz-build", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 450 | "phf", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "chrono-tz-build" |
| 455 | version = "0.3.0" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
| 458 | dependencies = [ |
| 459 | "parse-zoneinfo", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 460 | "phf", |
| 461 | "phf_codegen", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 462 | ] |
| 463 | |
| 464 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 465 | name = "cipher" |
| 466 | version = "0.4.4" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 469 | dependencies = [ |
| 470 | "crypto-common", |
| 471 | "inout", |
| 472 | ] |
| 473 | |
| 474 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 475 | name = "clap" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 476 | version = "4.5.16" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 478 | checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 479 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 480 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 481 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 482 | ] |
| 483 | |
| 484 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 485 | name = "clap-cargo" |
| 486 | version = "0.12.0" |
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 488 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 489 | dependencies = [ |
| 490 | "anstyle", |
| 491 | "clap", |
| 492 | ] |
| 493 | |
| 494 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 495 | name = "clap_builder" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 496 | version = "4.5.15" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 498 | checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 499 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 500 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 501 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 502 | "clap_lex", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 503 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 504 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 505 | ] |
| 506 | |
| 507 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 508 | name = "clap_complete" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 509 | version = "4.5.18" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 511 | checksum = "1ee158892bd7ce77aa15c208abbdb73e155d191c287a659b57abd5adb92feb03" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 512 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 513 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 514 | ] |
| 515 | |
| 516 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 517 | name = "clap_derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 518 | version = "4.5.13" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 520 | checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 521 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 522 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 523 | "proc-macro2", |
| 524 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 525 | "syn 2.0.75", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 526 | ] |
| 527 | |
| 528 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 529 | name = "clap_lex" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 530 | version = "0.7.2" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 532 | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 533 | |
| 534 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 535 | name = "clippy" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 536 | version = "0.1.82" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 537 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 538 | "anstream", |
Jason Newcomb | 6c3f43d | 2024-08-24 21:34:45 | [diff] [blame] | 539 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 540 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 541 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 542 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 543 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 544 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 545 | "futures", |
| 546 | "if_chain", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 547 | "itertools", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 548 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 549 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 550 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 551 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 552 | "serde", |
Jason Newcomb | 6c3f43d | 2024-08-24 21:34:45 | [diff] [blame] | 553 | "serde_json", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 554 | "syn 2.0.75", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 555 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 556 | "termize", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 557 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 558 | "toml 0.7.8", |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 559 | "ui_test 0.25.0", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 560 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 561 | ] |
| 562 | |
| 563 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 564 | name = "clippy_config" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 565 | version = "0.1.82" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 566 | dependencies = [ |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 567 | "itertools", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 568 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 569 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 570 | "walkdir", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 574 | name = "clippy_dev" |
| 575 | version = "0.0.1" |
| 576 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 577 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 578 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 579 | "indoc", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 580 | "itertools", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 581 | "opener 0.6.1", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 582 | "shell-escape", |
| 583 | "walkdir", |
| 584 | ] |
| 585 | |
| 586 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 587 | name = "clippy_lints" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 588 | version = "0.1.82" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 589 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 590 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 591 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 592 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 593 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 594 | "declare_clippy_lint", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 595 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 596 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 597 | "regex", |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 598 | "regex-syntax 0.8.4", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 599 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 600 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 601 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 602 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 603 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 604 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 605 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 606 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 607 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 608 | ] |
| 609 | |
| 610 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 611 | name = "clippy_utils" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 612 | version = "0.1.82" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 613 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 614 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 615 | "clippy_config", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 616 | "itertools", |
Trevor Gross | ff9efea | 2024-06-18 16:46:26 | [diff] [blame] | 617 | "rustc_apfloat", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 618 | ] |
| 619 | |
| 620 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 621 | name = "collect-license-metadata" |
| 622 | version = "0.1.0" |
| 623 | dependencies = [ |
| 624 | "anyhow", |
| 625 | "serde", |
| 626 | "serde_json", |
| 627 | "spdx-rs", |
| 628 | ] |
| 629 | |
| 630 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 631 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 632 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 634 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 635 | dependencies = [ |
| 636 | "backtrace", |
| 637 | "color-spantrace", |
| 638 | "eyre", |
| 639 | "indenter", |
| 640 | "once_cell", |
| 641 | "owo-colors", |
| 642 | "tracing-error", |
| 643 | ] |
| 644 | |
| 645 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 646 | name = "color-print" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 647 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 649 | checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 650 | dependencies = [ |
| 651 | "color-print-proc-macro", |
| 652 | ] |
| 653 | |
| 654 | [[package]] |
| 655 | name = "color-print-proc-macro" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 656 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 658 | checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 659 | dependencies = [ |
| 660 | "nom", |
| 661 | "proc-macro2", |
| 662 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 663 | "syn 2.0.75", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 664 | ] |
| 665 | |
| 666 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 667 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 668 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 670 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 671 | dependencies = [ |
| 672 | "once_cell", |
| 673 | "owo-colors", |
| 674 | "tracing-core", |
| 675 | "tracing-error", |
| 676 | ] |
| 677 | |
| 678 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 679 | name = "colorchoice" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 680 | version = "1.0.2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 682 | checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 683 | |
| 684 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 685 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 686 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 688 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 689 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 690 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 691 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 692 | ] |
| 693 | |
| 694 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 695 | name = "comma" |
| 696 | version = "1.0.0" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 699 | |
| 700 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 701 | name = "compiletest" |
| 702 | version = "0.0.0" |
| 703 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 704 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 705 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 706 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 707 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 708 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 709 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 710 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 711 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 712 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 713 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 714 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 715 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 716 | "regex", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 717 | "rustfix 0.8.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 718 | "serde", |
| 719 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 720 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 721 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 722 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 723 | "walkdir", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 724 | "windows 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 725 | ] |
| 726 | |
| 727 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 728 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 729 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 731 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 732 | dependencies = [ |
| 733 | "encode_unicode", |
| 734 | "lazy_static", |
| 735 | "libc", |
| 736 | "unicode-width", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 737 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 738 | ] |
| 739 | |
| 740 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 741 | name = "core-foundation-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 742 | version = "0.8.7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 744 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 745 | |
| 746 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 747 | name = "coverage-dump" |
| 748 | version = "0.1.0" |
| 749 | dependencies = [ |
| 750 | "anyhow", |
| 751 | "leb128", |
| 752 | "md-5", |
| 753 | "miniz_oxide", |
| 754 | "regex", |
| 755 | "rustc-demangle", |
| 756 | ] |
| 757 | |
| 758 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 759 | name = "cpufeatures" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 760 | version = "0.2.13" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 762 | checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 763 | dependencies = [ |
| 764 | "libc", |
| 765 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 766 | |
| 767 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 768 | name = "crc32fast" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 769 | version = "1.4.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 771 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 772 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 773 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 774 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 775 | |
| 776 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 777 | name = "crossbeam-channel" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 778 | version = "0.5.13" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 780 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 781 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 782 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 783 | ] |
| 784 | |
| 785 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 786 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 787 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 789 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 790 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 791 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 792 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 793 | ] |
| 794 | |
| 795 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 796 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 797 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 799 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 800 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 801 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 802 | ] |
| 803 | |
| 804 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 805 | name = "crossbeam-utils" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 806 | version = "0.8.20" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 808 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 809 | |
| 810 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 811 | name = "crypto-common" |
| 812 | version = "0.1.6" |
| 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 815 | dependencies = [ |
| 816 | "generic-array", |
| 817 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 818 | ] |
| 819 | |
| 820 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 821 | name = "ctrlc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 822 | version = "3.4.5" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 824 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 825 | dependencies = [ |
| 826 | "nix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 827 | "windows-sys 0.59.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 828 | ] |
| 829 | |
| 830 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 831 | name = "curl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 832 | version = "0.4.46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 834 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 835 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 836 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 837 | "libc", |
| 838 | "openssl-probe", |
| 839 | "openssl-sys", |
| 840 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 841 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 842 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 843 | ] |
| 844 | |
| 845 | [[package]] |
| 846 | name = "curl-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 847 | version = "0.4.74+curl-8.9.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 849 | checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 850 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 851 | "cc", |
| 852 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 853 | "libz-sys", |
| 854 | "openssl-sys", |
| 855 | "pkg-config", |
| 856 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 857 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 858 | ] |
| 859 | |
| 860 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 861 | name = "darling" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 862 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 864 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 865 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 866 | "darling_core", |
| 867 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 868 | ] |
| 869 | |
| 870 | [[package]] |
| 871 | name = "darling_core" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 872 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 874 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 875 | dependencies = [ |
| 876 | "fnv", |
| 877 | "ident_case", |
| 878 | "proc-macro2", |
| 879 | "quote", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 880 | "strsim", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 881 | "syn 2.0.75", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 882 | ] |
| 883 | |
| 884 | [[package]] |
| 885 | name = "darling_macro" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 886 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 888 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 889 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 890 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 891 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 892 | "syn 2.0.75", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 893 | ] |
| 894 | |
| 895 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 896 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 897 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 899 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 900 | |
| 901 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 902 | name = "dbus" |
| 903 | version = "0.9.7" |
| 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 905 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| 906 | dependencies = [ |
| 907 | "libc", |
| 908 | "libdbus-sys", |
| 909 | "winapi", |
| 910 | ] |
| 911 | |
| 912 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 913 | name = "declare_clippy_lint" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 914 | version = "0.1.82" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 915 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 916 | "itertools", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 917 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 918 | "syn 2.0.75", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 919 | ] |
| 920 | |
| 921 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 922 | name = "deranged" |
| 923 | version = "0.3.11" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 926 | dependencies = [ |
| 927 | "powerfmt", |
| 928 | ] |
| 929 | |
| 930 | [[package]] |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 931 | name = "derive-where" |
| 932 | version = "1.2.7" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 934 | checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 935 | dependencies = [ |
| 936 | "proc-macro2", |
| 937 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 938 | "syn 2.0.75", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 939 | ] |
| 940 | |
| 941 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 942 | name = "derive_builder" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 943 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 945 | checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 946 | dependencies = [ |
| 947 | "derive_builder_macro", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "derive_builder_core" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 952 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 954 | checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 955 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 956 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 957 | "proc-macro2", |
| 958 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 959 | "syn 2.0.75", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 960 | ] |
| 961 | |
| 962 | [[package]] |
| 963 | name = "derive_builder_macro" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 964 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 966 | checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 967 | dependencies = [ |
| 968 | "derive_builder_core", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 969 | "syn 2.0.75", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 970 | ] |
| 971 | |
| 972 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 973 | name = "derive_more" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 974 | version = "0.99.18" |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 976 | checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 977 | dependencies = [ |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 978 | "proc-macro2", |
| 979 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 980 | "syn 2.0.75", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 981 | ] |
| 982 | |
| 983 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 984 | name = "derive_setters" |
| 985 | version = "0.1.6" |
| 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 988 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 989 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 990 | "proc-macro2", |
| 991 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 992 | "syn 2.0.75", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 993 | ] |
| 994 | |
| 995 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 996 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 997 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 999 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1000 | |
| 1001 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1002 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1003 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1005 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1006 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1007 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1008 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1009 | ] |
| 1010 | |
| 1011 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1012 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1013 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1015 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1016 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1017 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1021 | name = "dirs" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1022 | version = "5.0.1" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1024 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1025 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1026 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1027 | ] |
| 1028 | |
| 1029 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1030 | name = "dirs-next" |
| 1031 | version = "2.0.0" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1034 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1035 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1036 | "dirs-sys-next", |
| 1037 | ] |
| 1038 | |
| 1039 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1040 | name = "dirs-sys" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1041 | version = "0.4.1" |
| 1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1044 | dependencies = [ |
| 1045 | "libc", |
| 1046 | "option-ext", |
| 1047 | "redox_users", |
| 1048 | "windows-sys 0.48.0", |
| 1049 | ] |
| 1050 | |
| 1051 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1052 | name = "dirs-sys-next" |
| 1053 | version = "0.1.2" |
| 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1056 | dependencies = [ |
| 1057 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1058 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1059 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1060 | ] |
| 1061 | |
| 1062 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1063 | name = "displaydoc" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1064 | version = "0.2.5" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1066 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1067 | dependencies = [ |
| 1068 | "proc-macro2", |
| 1069 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1070 | "syn 2.0.75", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1071 | ] |
| 1072 | |
| 1073 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1074 | name = "dissimilar" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1075 | version = "1.0.9" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1077 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1078 | |
| 1079 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1080 | name = "either" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1081 | version = "1.13.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1083 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1084 | |
| 1085 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1086 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1087 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1089 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1090 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1091 | "regex", |
| 1092 | "serde", |
| 1093 | "serde_derive", |
| 1094 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1095 | ] |
| 1096 | |
| 1097 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1098 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1099 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1101 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1102 | dependencies = [ |
| 1103 | "stable_deref_trait", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1107 | name = "ena" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1108 | version = "0.14.3" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1110 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1111 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1112 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1113 | ] |
| 1114 | |
| 1115 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1116 | name = "encode_unicode" |
| 1117 | version = "0.3.6" |
| 1118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1119 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1120 | |
| 1121 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1122 | name = "env_filter" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1123 | version = "0.1.2" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1125 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1126 | dependencies = [ |
| 1127 | "log", |
| 1128 | "regex", |
| 1129 | ] |
| 1130 | |
| 1131 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1132 | name = "env_logger" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1133 | version = "0.11.5" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1135 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1136 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1137 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1138 | "anstyle", |
| 1139 | "env_filter", |
| 1140 | "humantime", |
| 1141 | "log", |
| 1142 | ] |
| 1143 | |
| 1144 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1145 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1146 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1148 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1149 | |
| 1150 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1151 | name = "errno" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1152 | version = "0.3.9" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1154 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1155 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1156 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1157 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1158 | ] |
| 1159 | |
| 1160 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1161 | name = "error_index_generator" |
| 1162 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1163 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1164 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1165 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1166 | |
| 1167 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1168 | name = "expect-test" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1169 | version = "1.5.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1171 | checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1172 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1173 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1174 | "once_cell", |
| 1175 | ] |
| 1176 | |
| 1177 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1178 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1179 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1181 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1182 | dependencies = [ |
| 1183 | "indenter", |
| 1184 | "once_cell", |
| 1185 | ] |
| 1186 | |
| 1187 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1188 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1189 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1191 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1192 | |
| 1193 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1194 | name = "fastrand" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1195 | version = "2.1.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1197 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1198 | |
| 1199 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1200 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1201 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1203 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1204 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1205 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1206 | "rustc_version", |
| 1207 | ] |
| 1208 | |
| 1209 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1210 | name = "filetime" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1211 | version = "0.2.24" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1213 | checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1214 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1215 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1216 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1217 | "libredox", |
| 1218 | "windows-sys 0.59.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1219 | ] |
| 1220 | |
| 1221 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1222 | name = "flate2" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1223 | version = "1.0.31" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1225 | checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1226 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1227 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1228 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1229 | ] |
| 1230 | |
| 1231 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1232 | name = "fluent-bundle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1233 | version = "0.15.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1235 | checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1236 | dependencies = [ |
| 1237 | "fluent-langneg", |
| 1238 | "fluent-syntax", |
| 1239 | "intl-memoizer", |
| 1240 | "intl_pluralrules", |
| 1241 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1242 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1243 | "smallvec", |
| 1244 | "unic-langid", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "fluent-langneg" |
| 1249 | version = "0.13.0" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1252 | dependencies = [ |
| 1253 | "unic-langid", |
| 1254 | ] |
| 1255 | |
| 1256 | [[package]] |
| 1257 | name = "fluent-syntax" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1258 | version = "0.11.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1260 | checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1261 | dependencies = [ |
| 1262 | "thiserror", |
| 1263 | ] |
| 1264 | |
| 1265 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1266 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1267 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1269 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1270 | |
| 1271 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1272 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1273 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1275 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1276 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1277 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1278 | ] |
| 1279 | |
| 1280 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1281 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1282 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1284 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1285 | dependencies = [ |
| 1286 | "autocfg", |
| 1287 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1288 | |
| 1289 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1290 | name = "fs_extra" |
| 1291 | version = "1.3.0" |
| 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1293 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1294 | |
| 1295 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1296 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1297 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1299 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1300 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1301 | "mac", |
| 1302 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1303 | ] |
| 1304 | |
| 1305 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1306 | name = "futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1307 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1309 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1310 | dependencies = [ |
| 1311 | "futures-channel", |
| 1312 | "futures-core", |
| 1313 | "futures-executor", |
| 1314 | "futures-io", |
| 1315 | "futures-sink", |
| 1316 | "futures-task", |
| 1317 | "futures-util", |
| 1318 | ] |
| 1319 | |
| 1320 | [[package]] |
| 1321 | name = "futures-channel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1322 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1324 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1325 | dependencies = [ |
| 1326 | "futures-core", |
| 1327 | "futures-sink", |
| 1328 | ] |
| 1329 | |
| 1330 | [[package]] |
| 1331 | name = "futures-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1332 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1334 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1335 | |
| 1336 | [[package]] |
| 1337 | name = "futures-executor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1338 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1340 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1341 | dependencies = [ |
| 1342 | "futures-core", |
| 1343 | "futures-task", |
| 1344 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
| 1348 | name = "futures-io" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1349 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1351 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1352 | |
| 1353 | [[package]] |
| 1354 | name = "futures-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1355 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1357 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1358 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1359 | "proc-macro2", |
| 1360 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1361 | "syn 2.0.75", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1362 | ] |
| 1363 | |
| 1364 | [[package]] |
| 1365 | name = "futures-sink" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1366 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1368 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1369 | |
| 1370 | [[package]] |
| 1371 | name = "futures-task" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1372 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1374 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1375 | |
| 1376 | [[package]] |
| 1377 | name = "futures-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1378 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1380 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1381 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1382 | "futures-channel", |
| 1383 | "futures-core", |
| 1384 | "futures-io", |
| 1385 | "futures-macro", |
| 1386 | "futures-sink", |
| 1387 | "futures-task", |
| 1388 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1389 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1390 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1391 | "slab", |
| 1392 | ] |
| 1393 | |
| 1394 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1395 | name = "generate-copyright" |
| 1396 | version = "0.1.0" |
| 1397 | dependencies = [ |
| 1398 | "anyhow", |
Jonathan Pallant | dbab595 | 2024-07-30 12:56:17 | [diff] [blame] | 1399 | "cargo_metadata 0.18.1", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 1400 | "rinja", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1401 | "serde", |
| 1402 | "serde_json", |
Jonathan Pallant | ba0d6c9 | 2024-07-04 17:34:35 | [diff] [blame] | 1403 | "thiserror", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1404 | ] |
| 1405 | |
| 1406 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1407 | name = "generate-windows-sys" |
| 1408 | version = "0.1.0" |
| 1409 | dependencies = [ |
| 1410 | "windows-bindgen", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1414 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1415 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1417 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1418 | dependencies = [ |
| 1419 | "typenum", |
| 1420 | "version_check", |
| 1421 | ] |
| 1422 | |
| 1423 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1424 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1425 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1427 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1428 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1429 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1430 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1431 | |
| 1432 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1433 | name = "getrandom" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1434 | version = "0.2.15" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1436 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1437 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1438 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1439 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1440 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1441 | ] |
| 1442 | |
| 1443 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1444 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1445 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1447 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1448 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1449 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1450 | "indexmap", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1451 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1452 | ] |
| 1453 | |
| 1454 | [[package]] |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 1455 | name = "gimli" |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1456 | version = "0.31.0" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" |
| 1459 | dependencies = [ |
| 1460 | "fallible-iterator", |
| 1461 | "indexmap", |
| 1462 | "stable_deref_trait", |
| 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1466 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1467 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1469 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1470 | |
| 1471 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1472 | name = "globset" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1473 | version = "0.4.13" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1475 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1476 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1477 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1478 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1479 | "fnv", |
| 1480 | "log", |
| 1481 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1482 | ] |
| 1483 | |
| 1484 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1485 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1486 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1488 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1489 | dependencies = [ |
| 1490 | "serde", |
| 1491 | ] |
| 1492 | |
| 1493 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1494 | name = "handlebars" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1495 | version = "5.1.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1497 | checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1498 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1499 | "log", |
| 1500 | "pest", |
| 1501 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1502 | "serde", |
| 1503 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1504 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1508 | name = "hashbrown" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1509 | version = "0.14.5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1511 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1512 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1513 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1514 | "allocator-api2", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1515 | "serde", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1516 | ] |
| 1517 | |
| 1518 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1519 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1520 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1522 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1523 | |
| 1524 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1525 | name = "heck" |
| 1526 | version = "0.5.0" |
| 1527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1528 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1529 | |
| 1530 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1531 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1532 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1534 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 1535 | |
| 1536 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1537 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1538 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1540 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1541 | |
| 1542 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1543 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1544 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1546 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1547 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1548 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1549 | ] |
| 1550 | |
| 1551 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1552 | name = "html-checker" |
| 1553 | version = "0.1.0" |
| 1554 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1555 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1556 | "walkdir", |
| 1557 | ] |
| 1558 | |
| 1559 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1560 | name = "html-escape" |
| 1561 | version = "0.2.13" |
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1563 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1564 | dependencies = [ |
| 1565 | "utf8-width", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1569 | name = "html5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1570 | version = "0.27.0" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| 1573 | dependencies = [ |
| 1574 | "log", |
| 1575 | "mac", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 1576 | "markup5ever", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1577 | "proc-macro2", |
| 1578 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1579 | "syn 2.0.75", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1580 | ] |
| 1581 | |
| 1582 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1583 | name = "humansize" |
| 1584 | version = "2.1.3" |
| 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1586 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1587 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1588 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1589 | ] |
| 1590 | |
| 1591 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1592 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1593 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1595 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1596 | |
| 1597 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1598 | name = "iana-time-zone" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1599 | version = "0.1.60" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1601 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1602 | dependencies = [ |
| 1603 | "android_system_properties", |
| 1604 | "core-foundation-sys", |
| 1605 | "iana-time-zone-haiku", |
| 1606 | "js-sys", |
| 1607 | "wasm-bindgen", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 1608 | "windows-core 0.52.0", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1609 | ] |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1613 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1615 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1616 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1617 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1618 | ] |
| 1619 | |
| 1620 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1621 | name = "icu_list" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1622 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1624 | checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1625 | dependencies = [ |
| 1626 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1627 | "icu_list_data", |
| 1628 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1629 | "icu_provider", |
| 1630 | "regex-automata 0.2.0", |
| 1631 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1632 | ] |
| 1633 | |
| 1634 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1635 | name = "icu_list_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1636 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1638 | checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1639 | |
| 1640 | [[package]] |
| 1641 | name = "icu_locid" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1642 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1644 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1645 | dependencies = [ |
| 1646 | "displaydoc", |
| 1647 | "litemap", |
| 1648 | "tinystr", |
| 1649 | "writeable", |
| 1650 | "zerovec", |
| 1651 | ] |
| 1652 | |
| 1653 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1654 | name = "icu_locid_transform" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1655 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1657 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1658 | dependencies = [ |
| 1659 | "displaydoc", |
| 1660 | "icu_locid", |
| 1661 | "icu_locid_transform_data", |
| 1662 | "icu_provider", |
| 1663 | "tinystr", |
| 1664 | "zerovec", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
| 1668 | name = "icu_locid_transform_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1669 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1671 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1672 | |
| 1673 | [[package]] |
| 1674 | name = "icu_provider" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1675 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1677 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1678 | dependencies = [ |
| 1679 | "displaydoc", |
| 1680 | "icu_locid", |
| 1681 | "icu_provider_macros", |
| 1682 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1683 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1684 | "writeable", |
| 1685 | "yoke", |
| 1686 | "zerofrom", |
| 1687 | "zerovec", |
| 1688 | ] |
| 1689 | |
| 1690 | [[package]] |
| 1691 | name = "icu_provider_adapters" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1692 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1694 | checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1695 | dependencies = [ |
| 1696 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1697 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1698 | "icu_provider", |
| 1699 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1700 | "zerovec", |
| 1701 | ] |
| 1702 | |
| 1703 | [[package]] |
| 1704 | name = "icu_provider_macros" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1705 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1707 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1708 | dependencies = [ |
| 1709 | "proc-macro2", |
| 1710 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1711 | "syn 2.0.75", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1712 | ] |
| 1713 | |
| 1714 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1715 | name = "id-arena" |
| 1716 | version = "2.2.1" |
| 1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1718 | checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" |
| 1719 | |
| 1720 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1721 | name = "ident_case" |
| 1722 | version = "1.0.1" |
| 1723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1724 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1725 | |
| 1726 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1727 | name = "idna" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1728 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1730 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1731 | dependencies = [ |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1732 | "unicode-bidi", |
| 1733 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1734 | ] |
| 1735 | |
| 1736 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1737 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1738 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1740 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1741 | |
| 1742 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1743 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1744 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1746 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1747 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1748 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1749 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1750 | "log", |
| 1751 | "memchr", |
| 1752 | "regex", |
| 1753 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1754 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1755 | "walkdir", |
| 1756 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1757 | ] |
| 1758 | |
| 1759 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1760 | name = "indenter" |
| 1761 | version = "0.3.3" |
| 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1763 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1764 | |
| 1765 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1766 | name = "indexmap" |
Josh Stone | ce67e68 | 2024-08-13 23:16:57 | [diff] [blame] | 1767 | version = "2.4.0" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ce67e68 | 2024-08-13 23:16:57 | [diff] [blame] | 1769 | checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1770 | dependencies = [ |
| 1771 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1772 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1773 | "rustc-rayon", |
| 1774 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1775 | ] |
| 1776 | |
| 1777 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1778 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1779 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1781 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1782 | dependencies = [ |
| 1783 | "console", |
| 1784 | "instant", |
| 1785 | "number_prefix", |
| 1786 | "portable-atomic", |
| 1787 | "unicode-width", |
| 1788 | ] |
| 1789 | |
| 1790 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1791 | name = "indoc" |
| 1792 | version = "1.0.9" |
| 1793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1794 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1795 | |
| 1796 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1797 | name = "inout" |
| 1798 | version = "0.1.3" |
| 1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1801 | dependencies = [ |
| 1802 | "generic-array", |
| 1803 | ] |
| 1804 | |
| 1805 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1806 | name = "installer" |
| 1807 | version = "0.0.0" |
| 1808 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1809 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1810 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1811 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1812 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1813 | "tar", |
| 1814 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1815 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1816 | ] |
| 1817 | |
| 1818 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1819 | name = "instant" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1820 | version = "0.1.13" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1822 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1823 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1824 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1825 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1826 | |
| 1827 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1828 | name = "intl-memoizer" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1829 | version = "0.5.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1831 | checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1832 | dependencies = [ |
| 1833 | "type-map", |
| 1834 | "unic-langid", |
| 1835 | ] |
| 1836 | |
| 1837 | [[package]] |
| 1838 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1839 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1841 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1842 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1843 | "unic-langid", |
| 1844 | ] |
| 1845 | |
| 1846 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1847 | name = "is_terminal_polyfill" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1848 | version = "1.70.1" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1850 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1851 | |
| 1852 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1853 | name = "itertools" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1854 | version = "0.12.1" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1857 | dependencies = [ |
| 1858 | "either", |
| 1859 | ] |
| 1860 | |
| 1861 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1862 | name = "itoa" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1863 | version = "1.0.11" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1865 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1866 | |
| 1867 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1868 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 1869 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 1871 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1872 | dependencies = [ |
| 1873 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1874 | "libc", |
| 1875 | ] |
| 1876 | |
| 1877 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1878 | name = "jobserver" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1879 | version = "0.1.32" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1881 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1882 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1883 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1884 | ] |
| 1885 | |
| 1886 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1887 | name = "js-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1888 | version = "0.3.70" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1890 | checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1891 | dependencies = [ |
| 1892 | "wasm-bindgen", |
| 1893 | ] |
| 1894 | |
| 1895 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1896 | name = "jsondocck" |
| 1897 | version = "0.1.0" |
| 1898 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1899 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1900 | "getopts", |
| 1901 | "jsonpath_lib", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1902 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1903 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 1904 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1905 | ] |
| 1906 | |
| 1907 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1908 | name = "jsondoclint" |
| 1909 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1910 | dependencies = [ |
| 1911 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1912 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1913 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 1914 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1915 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 1916 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1917 | "serde_json", |
| 1918 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1919 | |
| 1920 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1921 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1922 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1924 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1925 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1926 | "log", |
| 1927 | "serde", |
| 1928 | "serde_json", |
| 1929 | ] |
| 1930 | |
| 1931 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1932 | name = "lazy_static" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1933 | version = "1.5.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1935 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1936 | |
| 1937 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 1938 | name = "leb128" |
| 1939 | version = "0.2.5" |
| 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1941 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 1942 | |
| 1943 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 1944 | name = "levenshtein" |
| 1945 | version = "1.0.5" |
| 1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 1948 | |
| 1949 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1950 | name = "lexopt" |
| 1951 | version = "0.3.0" |
| 1952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 | checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" |
| 1954 | |
| 1955 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1956 | name = "libc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1957 | version = "0.2.157" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1959 | checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1960 | |
| 1961 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1962 | name = "libdbus-sys" |
| 1963 | version = "0.2.5" |
| 1964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1965 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| 1966 | dependencies = [ |
| 1967 | "cc", |
| 1968 | "pkg-config", |
| 1969 | ] |
| 1970 | |
| 1971 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1972 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1973 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1975 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1976 | dependencies = [ |
| 1977 | "libc", |
| 1978 | "libffi-sys", |
| 1979 | ] |
| 1980 | |
| 1981 | [[package]] |
| 1982 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1983 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1985 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1986 | dependencies = [ |
| 1987 | "cc", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1991 | name = "libloading" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1992 | version = "0.8.5" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1994 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 1995 | dependencies = [ |
| 1996 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1997 | "windows-targets 0.52.6", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 1998 | ] |
| 1999 | |
| 2000 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2001 | name = "libm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2002 | version = "0.2.8" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2004 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 2005 | |
| 2006 | [[package]] |
| 2007 | name = "libredox" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2008 | version = "0.1.3" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2010 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2011 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2012 | "bitflags 2.6.0", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2013 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2014 | "redox_syscall", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2015 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2016 | |
| 2017 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2018 | name = "libz-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2019 | version = "1.1.19" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2021 | checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2022 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2023 | "cc", |
| 2024 | "libc", |
| 2025 | "pkg-config", |
| 2026 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2027 | ] |
| 2028 | |
| 2029 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2030 | name = "linkchecker" |
| 2031 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2032 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2033 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2034 | "regex", |
| 2035 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2036 | |
| 2037 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2038 | name = "lint-docs" |
| 2039 | version = "0.1.0" |
| 2040 | dependencies = [ |
| 2041 | "serde_json", |
| 2042 | "tempfile", |
| 2043 | "walkdir", |
| 2044 | ] |
| 2045 | |
| 2046 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2047 | name = "linux-raw-sys" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2048 | version = "0.4.14" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2050 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2051 | |
| 2052 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2053 | name = "litemap" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2054 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2056 | checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2057 | |
| 2058 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2059 | name = "lld-wrapper" |
| 2060 | version = "0.1.0" |
| 2061 | |
| 2062 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2063 | name = "llvm-bitcode-linker" |
| 2064 | version = "0.0.1" |
| 2065 | dependencies = [ |
| 2066 | "anyhow", |
| 2067 | "clap", |
| 2068 | "thiserror", |
| 2069 | "tracing", |
| 2070 | "tracing-subscriber", |
| 2071 | ] |
| 2072 | |
| 2073 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2074 | name = "lock_api" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2075 | version = "0.4.12" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2077 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2078 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2079 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2080 | "scopeguard", |
| 2081 | ] |
| 2082 | |
| 2083 | [[package]] |
| 2084 | name = "log" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2085 | version = "0.4.22" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2087 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2088 | |
| 2089 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2090 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2091 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2093 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2094 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2095 | "cc", |
| 2096 | "libc", |
| 2097 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2098 | ] |
| 2099 | |
| 2100 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2101 | name = "mac" |
| 2102 | version = "0.1.1" |
| 2103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2104 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2105 | |
| 2106 | [[package]] |
| 2107 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2108 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2110 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2111 | |
| 2112 | [[package]] |
| 2113 | name = "markup5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2114 | version = "0.12.1" |
| 2115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2116 | checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| 2117 | dependencies = [ |
| 2118 | "log", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2119 | "phf", |
| 2120 | "phf_codegen", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2121 | "string_cache", |
| 2122 | "string_cache_codegen", |
| 2123 | "tendril", |
| 2124 | ] |
| 2125 | |
| 2126 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2127 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2128 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2130 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2131 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2132 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2133 | ] |
| 2134 | |
| 2135 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2136 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2137 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2139 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2140 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2141 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2142 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2143 | ] |
| 2144 | |
| 2145 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2146 | name = "mdbook" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2147 | version = "0.4.40" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2149 | checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2150 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2151 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2152 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2153 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2154 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2155 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2156 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2157 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2158 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2159 | "log", |
| 2160 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2161 | "once_cell", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2162 | "opener 0.7.2", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2163 | "pulldown-cmark 0.10.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2164 | "regex", |
| 2165 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2166 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2167 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2168 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2169 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2170 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2171 | ] |
| 2172 | |
| 2173 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2174 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2175 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2177 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2178 | dependencies = [ |
| 2179 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2180 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2181 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2182 | "perf-event-open-sys", |
| 2183 | "rustc-hash", |
| 2184 | "smallvec", |
| 2185 | ] |
| 2186 | |
| 2187 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2188 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2189 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2191 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2192 | |
| 2193 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2194 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2195 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2197 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2198 | dependencies = [ |
| 2199 | "libc", |
| 2200 | ] |
| 2201 | |
| 2202 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2203 | name = "memoffset" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2204 | version = "0.9.1" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2206 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2207 | dependencies = [ |
| 2208 | "autocfg", |
| 2209 | ] |
| 2210 | |
| 2211 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2212 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2213 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2215 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2216 | |
| 2217 | [[package]] |
| 2218 | name = "mime_guess" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2219 | version = "2.0.5" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2221 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2222 | dependencies = [ |
| 2223 | "mime", |
| 2224 | "unicase", |
| 2225 | ] |
| 2226 | |
| 2227 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2228 | name = "minifier" |
Guillaume Gomez | c36b563 | 2024-08-24 16:34:28 | [diff] [blame] | 2229 | version = "0.3.1" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | c36b563 | 2024-08-24 16:34:28 | [diff] [blame] | 2231 | checksum = "9aa3f302fe0f8de065d4a2d1ed64f60204623cac58b80cd3c2a83a25d5a7d437" |
| 2232 | dependencies = [ |
| 2233 | "clap", |
| 2234 | ] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2235 | |
| 2236 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2237 | name = "minimal-lexical" |
| 2238 | version = "0.2.1" |
| 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2240 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2241 | |
| 2242 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2243 | name = "miniz_oxide" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2244 | version = "0.7.4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2246 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2247 | dependencies = [ |
| 2248 | "adler", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2252 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2253 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2255 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2256 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2257 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2258 | ] |
| 2259 | |
| 2260 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2261 | name = "miri" |
| 2262 | version = "0.1.0" |
| 2263 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2264 | "aes", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2265 | "chrono", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2266 | "chrono-tz", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2267 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2268 | "ctrlc", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2269 | "directories", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2270 | "getrandom", |
Ralf Jung | 0ddccf9 | 2024-01-08 10:21:18 | [diff] [blame] | 2271 | "jemalloc-sys", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2272 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2273 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2274 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2275 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2276 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2277 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2278 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2279 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2280 | "tempfile", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2281 | "ui_test 0.21.2", |
Ralf Jung | f6edc8a | 2024-08-05 18:39:56 | [diff] [blame] | 2282 | "windows-sys 0.52.0", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2283 | ] |
| 2284 | |
| 2285 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2286 | name = "miropt-test-tools" |
| 2287 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2288 | |
| 2289 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2290 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2291 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2293 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2294 | |
| 2295 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2296 | name = "nix" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2297 | version = "0.29.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2299 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2300 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2301 | "bitflags 2.6.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2302 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2303 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2304 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2305 | ] |
| 2306 | |
| 2307 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2308 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2309 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2311 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2312 | dependencies = [ |
| 2313 | "memchr", |
| 2314 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2315 | ] |
| 2316 | |
| 2317 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2318 | name = "normpath" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2319 | version = "1.3.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2321 | checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2322 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2323 | "windows-sys 0.59.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2324 | ] |
| 2325 | |
| 2326 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2327 | name = "nu-ansi-term" |
| 2328 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2330 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2331 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2332 | "overload", |
| 2333 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2334 | ] |
| 2335 | |
| 2336 | [[package]] |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2337 | name = "nu-ansi-term" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2338 | version = "0.50.1" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2340 | checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2341 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2342 | "windows-sys 0.52.0", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2343 | ] |
| 2344 | |
| 2345 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2346 | name = "num" |
| 2347 | version = "0.4.3" |
| 2348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2349 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 2350 | dependencies = [ |
| 2351 | "num-bigint", |
| 2352 | "num-complex", |
| 2353 | "num-integer", |
| 2354 | "num-iter", |
| 2355 | "num-rational", |
| 2356 | "num-traits", |
| 2357 | ] |
| 2358 | |
| 2359 | [[package]] |
| 2360 | name = "num-bigint" |
| 2361 | version = "0.4.6" |
| 2362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2363 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2364 | dependencies = [ |
| 2365 | "num-integer", |
| 2366 | "num-traits", |
| 2367 | ] |
| 2368 | |
| 2369 | [[package]] |
| 2370 | name = "num-complex" |
| 2371 | version = "0.4.6" |
| 2372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2373 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 2374 | dependencies = [ |
| 2375 | "num-traits", |
| 2376 | ] |
| 2377 | |
| 2378 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2379 | name = "num-conv" |
| 2380 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2382 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2383 | |
| 2384 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2385 | name = "num-integer" |
| 2386 | version = "0.1.46" |
| 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2389 | dependencies = [ |
| 2390 | "num-traits", |
| 2391 | ] |
| 2392 | |
| 2393 | [[package]] |
| 2394 | name = "num-iter" |
| 2395 | version = "0.1.45" |
| 2396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2397 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2398 | dependencies = [ |
| 2399 | "autocfg", |
| 2400 | "num-integer", |
| 2401 | "num-traits", |
| 2402 | ] |
| 2403 | |
| 2404 | [[package]] |
| 2405 | name = "num-rational" |
| 2406 | version = "0.4.2" |
| 2407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2408 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 2409 | dependencies = [ |
| 2410 | "num-bigint", |
| 2411 | "num-integer", |
| 2412 | "num-traits", |
| 2413 | ] |
| 2414 | |
| 2415 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2416 | name = "num-traits" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2417 | version = "0.2.19" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2419 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2420 | dependencies = [ |
| 2421 | "autocfg", |
| 2422 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2423 | |
| 2424 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2425 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2426 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2428 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2429 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 2430 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2431 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2432 | ] |
| 2433 | |
| 2434 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2435 | name = "number_prefix" |
| 2436 | version = "0.4.0" |
| 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2438 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2439 | |
| 2440 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2441 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2442 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2444 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2445 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2446 | "crc32fast", |
| 2447 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2448 | "hashbrown", |
| 2449 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2450 | "memchr", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2451 | "ruzstd 0.5.0", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2452 | ] |
| 2453 | |
| 2454 | [[package]] |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2455 | name = "object" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2456 | version = "0.36.3" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2458 | checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2459 | dependencies = [ |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2460 | "crc32fast", |
| 2461 | "flate2", |
| 2462 | "hashbrown", |
| 2463 | "indexmap", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2464 | "memchr", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2465 | "ruzstd 0.7.0", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2466 | "wasmparser", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2467 | ] |
| 2468 | |
| 2469 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2470 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2471 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2473 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2474 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2475 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2476 | ] |
| 2477 | |
| 2478 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2479 | name = "once_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2480 | version = "1.19.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2482 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2483 | |
| 2484 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 2485 | name = "once_map" |
| 2486 | version = "0.4.18" |
| 2487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2488 | checksum = "aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6" |
| 2489 | dependencies = [ |
| 2490 | "ahash", |
| 2491 | "hashbrown", |
| 2492 | "parking_lot", |
| 2493 | "stable_deref_trait", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2497 | name = "opener" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2498 | version = "0.6.1" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2501 | dependencies = [ |
| 2502 | "bstr", |
| 2503 | "normpath", |
| 2504 | "winapi", |
| 2505 | ] |
| 2506 | |
| 2507 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2508 | name = "opener" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2509 | version = "0.7.2" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2511 | checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2512 | dependencies = [ |
| 2513 | "bstr", |
| 2514 | "dbus", |
| 2515 | "normpath", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2516 | "windows-sys 0.59.0", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2517 | ] |
| 2518 | |
| 2519 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2520 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2521 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2523 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2524 | |
| 2525 | [[package]] |
| 2526 | name = "openssl-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2527 | version = "0.9.103" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2529 | checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2530 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2531 | "cc", |
| 2532 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2533 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2534 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2535 | ] |
| 2536 | |
| 2537 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2538 | name = "opt-dist" |
| 2539 | version = "0.1.0" |
| 2540 | dependencies = [ |
| 2541 | "anyhow", |
| 2542 | "build_helper", |
| 2543 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2544 | "clap", |
| 2545 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2546 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2547 | "fs_extra", |
| 2548 | "glob", |
| 2549 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2550 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2551 | "log", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2552 | "serde", |
| 2553 | "serde_json", |
| 2554 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2555 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2556 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2557 | "tempfile", |
klensy | 39159a3 | 2024-05-09 13:43:14 | [diff] [blame] | 2558 | "xz2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2559 | ] |
| 2560 | |
| 2561 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2562 | name = "option-ext" |
| 2563 | version = "0.2.0" |
| 2564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2565 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2566 | |
| 2567 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2568 | name = "overload" |
| 2569 | version = "0.1.1" |
| 2570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2571 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2572 | |
| 2573 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2574 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2575 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2577 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2578 | |
| 2579 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2580 | name = "pad" |
| 2581 | version = "0.1.6" |
| 2582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2583 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2584 | dependencies = [ |
| 2585 | "unicode-width", |
| 2586 | ] |
| 2587 | |
| 2588 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2589 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2590 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2592 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2593 | dependencies = [ |
| 2594 | "bytecount", |
| 2595 | "fnv", |
| 2596 | "unicode-width", |
| 2597 | ] |
| 2598 | |
| 2599 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2600 | name = "parking_lot" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2601 | version = "0.12.3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2603 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2604 | dependencies = [ |
| 2605 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2606 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2607 | ] |
| 2608 | |
| 2609 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2610 | name = "parking_lot_core" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2611 | version = "0.9.10" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2613 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2614 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2615 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2616 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2617 | "redox_syscall", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2618 | "smallvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2619 | "windows-targets 0.52.6", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2620 | ] |
| 2621 | |
| 2622 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2623 | name = "parse-zoneinfo" |
| 2624 | version = "0.3.1" |
| 2625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2626 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 2627 | dependencies = [ |
| 2628 | "regex", |
| 2629 | ] |
| 2630 | |
| 2631 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2632 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2633 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2635 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2636 | |
| 2637 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2638 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2639 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2641 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2642 | |
| 2643 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2644 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2645 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2647 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2648 | dependencies = [ |
| 2649 | "libc", |
| 2650 | ] |
| 2651 | |
| 2652 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2653 | name = "pest" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2654 | version = "2.7.11" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2656 | checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2657 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2658 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2659 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2660 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2661 | ] |
| 2662 | |
| 2663 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2664 | name = "pest_derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2665 | version = "2.7.11" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2667 | checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2668 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2669 | "pest", |
| 2670 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2671 | ] |
| 2672 | |
| 2673 | [[package]] |
| 2674 | name = "pest_generator" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2675 | version = "2.7.11" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2677 | checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2678 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2679 | "pest", |
| 2680 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2681 | "proc-macro2", |
| 2682 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2683 | "syn 2.0.75", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2684 | ] |
| 2685 | |
| 2686 | [[package]] |
| 2687 | name = "pest_meta" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2688 | version = "2.7.11" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2690 | checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2691 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2692 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2693 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2694 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2695 | ] |
| 2696 | |
| 2697 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2698 | name = "phf" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2699 | version = "0.11.2" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| 2702 | dependencies = [ |
| 2703 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2704 | ] |
| 2705 | |
| 2706 | [[package]] |
| 2707 | name = "phf_codegen" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2708 | version = "0.11.2" |
| 2709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| 2711 | dependencies = [ |
| 2712 | "phf_generator 0.11.2", |
| 2713 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2714 | ] |
| 2715 | |
| 2716 | [[package]] |
| 2717 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2718 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2720 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2721 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2722 | "phf_shared 0.10.0", |
| 2723 | "rand", |
| 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
| 2727 | name = "phf_generator" |
| 2728 | version = "0.11.2" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| 2731 | dependencies = [ |
| 2732 | "phf_shared 0.11.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2733 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2734 | ] |
| 2735 | |
| 2736 | [[package]] |
| 2737 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2738 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2740 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2741 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2742 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2743 | ] |
| 2744 | |
| 2745 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2746 | name = "phf_shared" |
| 2747 | version = "0.11.2" |
| 2748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2749 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| 2750 | dependencies = [ |
| 2751 | "siphasher", |
| 2752 | ] |
| 2753 | |
| 2754 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2755 | name = "pin-project-lite" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2756 | version = "0.2.14" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2758 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2759 | |
| 2760 | [[package]] |
| 2761 | name = "pin-utils" |
| 2762 | version = "0.1.0" |
| 2763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2764 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2765 | |
| 2766 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2767 | name = "pkg-config" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2768 | version = "0.3.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2770 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2771 | |
| 2772 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2773 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2774 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2776 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2777 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2778 | "datafrog", |
| 2779 | "log", |
| 2780 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2781 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2782 | |
| 2783 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2784 | name = "portable-atomic" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2785 | version = "1.7.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2787 | checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2788 | |
| 2789 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2790 | name = "powerfmt" |
| 2791 | version = "0.2.0" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2794 | |
| 2795 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2796 | name = "ppv-lite86" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2797 | version = "0.2.20" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2799 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| 2800 | dependencies = [ |
| 2801 | "zerocopy", |
| 2802 | ] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2803 | |
| 2804 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2805 | name = "precomputed-hash" |
| 2806 | version = "0.1.1" |
| 2807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2808 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2809 | |
| 2810 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2811 | name = "prettydiff" |
| 2812 | version = "0.6.4" |
| 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2814 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 2815 | dependencies = [ |
| 2816 | "ansi_term", |
| 2817 | "pad", |
| 2818 | ] |
| 2819 | |
| 2820 | [[package]] |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 2821 | name = "prettydiff" |
| 2822 | version = "0.7.0" |
| 2823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2824 | checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" |
| 2825 | dependencies = [ |
| 2826 | "owo-colors", |
| 2827 | "pad", |
| 2828 | ] |
| 2829 | |
| 2830 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2831 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2832 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2834 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2835 | |
| 2836 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2837 | name = "proc-macro2" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2838 | version = "1.0.86" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2840 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2841 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2842 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2843 | ] |
| 2844 | |
| 2845 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2846 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2847 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2849 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2850 | dependencies = [ |
| 2851 | "cc", |
| 2852 | ] |
| 2853 | |
| 2854 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2855 | name = "pulldown-cmark" |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2856 | version = "0.9.6" |
| 2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| 2859 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2860 | "bitflags 2.6.0", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2861 | "memchr", |
| 2862 | "unicase", |
| 2863 | ] |
| 2864 | |
| 2865 | [[package]] |
| 2866 | name = "pulldown-cmark" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2867 | version = "0.10.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2869 | checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2870 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2871 | "bitflags 2.6.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2872 | "memchr", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2873 | "pulldown-cmark-escape 0.10.1", |
| 2874 | "unicase", |
| 2875 | ] |
| 2876 | |
| 2877 | [[package]] |
| 2878 | name = "pulldown-cmark" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2879 | version = "0.11.2" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2881 | checksum = "cb4e75767fbc9d92b90e4d0c011f61358cde9513b31ef07ea3631b15ffc3b4fd" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2882 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2883 | "bitflags 2.6.0", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2884 | "memchr", |
| 2885 | "pulldown-cmark-escape 0.11.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2886 | "unicase", |
| 2887 | ] |
| 2888 | |
| 2889 | [[package]] |
| 2890 | name = "pulldown-cmark-escape" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2891 | version = "0.10.1" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2893 | checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2894 | |
| 2895 | [[package]] |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2896 | name = "pulldown-cmark-escape" |
| 2897 | version = "0.11.0" |
| 2898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2899 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 2900 | |
| 2901 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2902 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2903 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2905 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2906 | |
| 2907 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2908 | name = "quine-mc_cluskey" |
| 2909 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2911 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2912 | |
| 2913 | [[package]] |
| 2914 | name = "quote" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2915 | version = "1.0.36" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2917 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2918 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2919 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2920 | ] |
| 2921 | |
| 2922 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2923 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2924 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2926 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2927 | dependencies = [ |
| 2928 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2929 | "rand_chacha", |
| 2930 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2931 | ] |
| 2932 | |
| 2933 | [[package]] |
| 2934 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2935 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2937 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2938 | dependencies = [ |
| 2939 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2940 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2941 | ] |
| 2942 | |
| 2943 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2944 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2945 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2947 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2948 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2949 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2950 | ] |
| 2951 | |
| 2952 | [[package]] |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 2953 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2954 | version = "0.6.0" |
| 2955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2956 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 2957 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2958 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2959 | ] |
| 2960 | |
| 2961 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2962 | name = "rayon" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2963 | version = "1.10.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2965 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2966 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2967 | "either", |
| 2968 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2969 | ] |
| 2970 | |
| 2971 | [[package]] |
| 2972 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2973 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2975 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2976 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2977 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2978 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 2979 | ] |
| 2980 | |
| 2981 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2982 | name = "redox_syscall" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2983 | version = "0.5.3" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2985 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2986 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2987 | "bitflags 2.6.0", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2988 | ] |
| 2989 | |
| 2990 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2991 | name = "redox_users" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2992 | version = "0.4.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2994 | checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2995 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2996 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2997 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2998 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2999 | ] |
| 3000 | |
| 3001 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3002 | name = "regex" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3003 | version = "1.8.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3005 | checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3006 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3007 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3008 | "memchr", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3009 | "regex-syntax 0.7.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3010 | ] |
| 3011 | |
| 3012 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3013 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3014 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3016 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3017 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3018 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3019 | ] |
| 3020 | |
| 3021 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3022 | name = "regex-automata" |
| 3023 | version = "0.2.0" |
| 3024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3025 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3026 | dependencies = [ |
| 3027 | "memchr", |
| 3028 | ] |
| 3029 | |
| 3030 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3031 | name = "regex-automata" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3032 | version = "0.3.9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3034 | checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3035 | |
| 3036 | [[package]] |
| 3037 | name = "regex-lite" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3038 | version = "0.1.6" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3040 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3041 | |
| 3042 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3043 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3044 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3046 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3047 | |
| 3048 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3049 | name = "regex-syntax" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3050 | version = "0.7.5" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3052 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3053 | |
| 3054 | [[package]] |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3055 | name = "regex-syntax" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3056 | version = "0.8.4" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3058 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3059 | |
| 3060 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3061 | name = "remote-test-client" |
| 3062 | version = "0.1.0" |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "remote-test-server" |
| 3066 | version = "0.1.0" |
| 3067 | |
| 3068 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3069 | name = "replace-version-placeholder" |
| 3070 | version = "0.1.0" |
| 3071 | dependencies = [ |
| 3072 | "tidy", |
| 3073 | "walkdir", |
| 3074 | ] |
| 3075 | |
| 3076 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3077 | name = "rinja" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3078 | version = "0.3.0" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3080 | checksum = "6d3762e3740cdbf2fd2be465cc2c26d643ad17353cc2e0223d211c1b096118bd" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3081 | dependencies = [ |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3082 | "humansize", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3083 | "itoa", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3084 | "num-traits", |
| 3085 | "percent-encoding", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3086 | "rinja_derive", |
| 3087 | ] |
| 3088 | |
| 3089 | [[package]] |
| 3090 | name = "rinja_derive" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3091 | version = "0.3.0" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3093 | checksum = "fd01fd8e15e7d19c8b8052c1d428325131e02ff1633cdcf695190c2e56ab682c" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3094 | dependencies = [ |
| 3095 | "basic-toml", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3096 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3097 | "mime", |
| 3098 | "mime_guess", |
| 3099 | "once_map", |
| 3100 | "proc-macro2", |
| 3101 | "quote", |
| 3102 | "rinja_parser", |
| 3103 | "serde", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3104 | "syn 2.0.75", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3105 | ] |
| 3106 | |
| 3107 | [[package]] |
| 3108 | name = "rinja_parser" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3109 | version = "0.3.0" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3111 | checksum = "a2f6bf7cef118c6de21206edf0b3f19f5ede60006be674a58ca21b6e003a1b57" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3112 | dependencies = [ |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3113 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3114 | "nom", |
| 3115 | ] |
| 3116 | |
| 3117 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3118 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3119 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3120 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3121 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3122 | ] |
| 3123 | |
| 3124 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3125 | name = "run_make_support" |
许杰友 Jieyou Xu (Joe) | f6ab5e9 | 2024-06-09 16:29:14 | [diff] [blame] | 3126 | version = "0.2.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3127 | dependencies = [ |
Oneirical | 1795082 | 2024-06-27 18:38:30 | [diff] [blame] | 3128 | "bstr", |
Jakub Beránek | 97990a4 | 2024-07-04 13:47:30 | [diff] [blame] | 3129 | "build_helper", |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 3130 | "gimli 0.31.0", |
Oneirical | 318dfb4 | 2024-08-01 17:17:34 | [diff] [blame] | 3131 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3132 | "object 0.36.3", |
Rémy Rakic | 682535e | 2024-04-14 16:36:09 | [diff] [blame] | 3133 | "regex", |
Guillaume Gomez | 6b1637c | 2024-08-16 13:09:04 | [diff] [blame] | 3134 | "serde_json", |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 3135 | "similar", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3136 | "wasmparser", |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3137 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3138 | |
| 3139 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3140 | name = "rustc-build-sysroot" |
Ralf Jung | f6edc8a | 2024-08-05 18:39:56 | [diff] [blame] | 3141 | version = "0.5.3" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | f6edc8a | 2024-08-05 18:39:56 | [diff] [blame] | 3143 | checksum = "2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3144 | dependencies = [ |
| 3145 | "anyhow", |
| 3146 | "rustc_version", |
| 3147 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3148 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3149 | ] |
| 3150 | |
| 3151 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3152 | name = "rustc-demangle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3153 | version = "0.1.24" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3155 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3156 | |
| 3157 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3158 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3159 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3161 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3162 | |
| 3163 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3164 | name = "rustc-main" |
| 3165 | version = "0.0.0" |
| 3166 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3167 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3168 | "rustc_codegen_ssa", |
| 3169 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3170 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3171 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3172 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3173 | ] |
| 3174 | |
| 3175 | [[package]] |
Jakub Beránek | 151986f | 2024-06-27 08:22:03 | [diff] [blame] | 3176 | name = "rustc-perf-wrapper" |
| 3177 | version = "0.1.0" |
| 3178 | dependencies = [ |
| 3179 | "clap", |
| 3180 | ] |
| 3181 | |
| 3182 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3183 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3184 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3186 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3187 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3188 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3189 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3190 | ] |
| 3191 | |
| 3192 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3193 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3194 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3196 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3197 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3198 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3199 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3200 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3201 | "num_cpus", |
| 3202 | ] |
| 3203 | |
| 3204 | [[package]] |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3205 | name = "rustc-stable-hash" |
| 3206 | version = "0.1.0" |
| 3207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3208 | checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2" |
| 3209 | |
| 3210 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3211 | name = "rustc_abi" |
| 3212 | version = "0.0.0" |
| 3213 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3214 | "bitflags 2.6.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3215 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3216 | "rand_xoshiro", |
| 3217 | "rustc_data_structures", |
| 3218 | "rustc_index", |
| 3219 | "rustc_macros", |
| 3220 | "rustc_serialize", |
| 3221 | "tracing", |
| 3222 | ] |
| 3223 | |
| 3224 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3225 | name = "rustc_apfloat" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3226 | version = "0.2.1+llvm-462a31f5a5ab" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3228 | checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3229 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3230 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3231 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3232 | ] |
| 3233 | |
| 3234 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3235 | name = "rustc_arena" |
| 3236 | version = "0.0.0" |
| 3237 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3238 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3239 | ] |
| 3240 | |
| 3241 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3242 | name = "rustc_ast" |
| 3243 | version = "0.0.0" |
| 3244 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3245 | "bitflags 2.6.0", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3246 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3247 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3248 | "rustc_data_structures", |
| 3249 | "rustc_index", |
| 3250 | "rustc_lexer", |
| 3251 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3252 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3253 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3254 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3255 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3256 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3257 | ] |
| 3258 | |
| 3259 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3260 | name = "rustc_ast_ir" |
| 3261 | version = "0.0.0" |
| 3262 | dependencies = [ |
| 3263 | "rustc_data_structures", |
| 3264 | "rustc_macros", |
| 3265 | "rustc_serialize", |
| 3266 | "rustc_span", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3267 | ] |
| 3268 | |
| 3269 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3270 | name = "rustc_ast_lowering" |
| 3271 | version = "0.0.0" |
| 3272 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3273 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3274 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3275 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3276 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3277 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3278 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3279 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3280 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3281 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3282 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3283 | "rustc_span", |
| 3284 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3285 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3286 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3287 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3288 | ] |
| 3289 | |
| 3290 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3291 | name = "rustc_ast_passes" |
| 3292 | version = "0.0.0" |
| 3293 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3294 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3295 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3296 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3297 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3298 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3299 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3300 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3301 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3302 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3303 | "rustc_parse", |
| 3304 | "rustc_session", |
| 3305 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3306 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3307 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3308 | ] |
| 3309 | |
| 3310 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3311 | name = "rustc_ast_pretty" |
| 3312 | version = "0.0.0" |
| 3313 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3314 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3315 | "rustc_ast", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3316 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3317 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3318 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3319 | ] |
| 3320 | |
| 3321 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3322 | name = "rustc_attr" |
| 3323 | version = "0.0.0" |
| 3324 | dependencies = [ |
beetrees | 6e5f1dac | 2024-03-24 01:03:39 | [diff] [blame] | 3325 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3326 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3327 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3328 | "rustc_data_structures", |
| 3329 | "rustc_errors", |
| 3330 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3331 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3332 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3333 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3334 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3335 | "rustc_session", |
| 3336 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3337 | ] |
| 3338 | |
| 3339 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3340 | name = "rustc_baked_icu_data" |
| 3341 | version = "0.0.0" |
| 3342 | dependencies = [ |
| 3343 | "icu_list", |
| 3344 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3345 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3346 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3347 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3348 | ] |
| 3349 | |
| 3350 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3351 | name = "rustc_borrowck" |
| 3352 | version = "0.0.0" |
| 3353 | dependencies = [ |
| 3354 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3355 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3356 | "polonius-engine", |
| 3357 | "rustc_data_structures", |
| 3358 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3359 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3360 | "rustc_graphviz", |
| 3361 | "rustc_hir", |
| 3362 | "rustc_index", |
| 3363 | "rustc_infer", |
| 3364 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3365 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3366 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3367 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3368 | "rustc_session", |
| 3369 | "rustc_span", |
| 3370 | "rustc_target", |
| 3371 | "rustc_trait_selection", |
| 3372 | "rustc_traits", |
| 3373 | "smallvec", |
| 3374 | "tracing", |
| 3375 | ] |
| 3376 | |
| 3377 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3378 | name = "rustc_builtin_macros" |
| 3379 | version = "0.0.0" |
| 3380 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3381 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3382 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3383 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3384 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3385 | "rustc_errors", |
| 3386 | "rustc_expand", |
| 3387 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3388 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3389 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3390 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3391 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3392 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3393 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3394 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3395 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3396 | "rustc_span", |
| 3397 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3398 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3399 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3400 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3401 | ] |
| 3402 | |
| 3403 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3404 | name = "rustc_codegen_llvm" |
| 3405 | version = "0.0.0" |
| 3406 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3407 | "bitflags 2.6.0", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3408 | "itertools", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3409 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3410 | "measureme", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3411 | "object 0.36.3", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3412 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3413 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3414 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3415 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3416 | "rustc_data_structures", |
| 3417 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3418 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3419 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3420 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3421 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3422 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3423 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3424 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3425 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3426 | "rustc_query_system", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 3427 | "rustc_sanitizers", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3428 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3429 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3430 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3431 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3432 | "serde", |
| 3433 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3434 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3435 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3436 | ] |
| 3437 | |
| 3438 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3439 | name = "rustc_codegen_ssa" |
| 3440 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3441 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3442 | "ar_archive_writer", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3443 | "arrayvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3444 | "bitflags 2.6.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3445 | "cc", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3446 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3447 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3448 | "jobserver", |
| 3449 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3450 | "object 0.36.3", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3451 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3452 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3453 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3454 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3455 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3456 | "rustc_data_structures", |
| 3457 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3458 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3459 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3460 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3461 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3462 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3463 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3464 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3465 | "rustc_middle", |
Ben Kimock | 5f4f252 | 2024-03-15 18:13:11 | [diff] [blame] | 3466 | "rustc_monomorphize", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3467 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3468 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3469 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3470 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3471 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3472 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3473 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3474 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3475 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3476 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3477 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3478 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3479 | "tracing", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3480 | "wasm-encoder", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 3481 | "windows 0.52.0", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3482 | ] |
| 3483 | |
| 3484 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3485 | name = "rustc_const_eval" |
| 3486 | version = "0.0.0" |
| 3487 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3488 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3489 | "rustc_apfloat", |
| 3490 | "rustc_ast", |
| 3491 | "rustc_attr", |
| 3492 | "rustc_data_structures", |
| 3493 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3494 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3495 | "rustc_hir", |
| 3496 | "rustc_index", |
| 3497 | "rustc_infer", |
| 3498 | "rustc_macros", |
| 3499 | "rustc_middle", |
| 3500 | "rustc_mir_dataflow", |
| 3501 | "rustc_session", |
| 3502 | "rustc_span", |
| 3503 | "rustc_target", |
| 3504 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3505 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3506 | "tracing", |
| 3507 | ] |
| 3508 | |
| 3509 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3510 | name = "rustc_data_structures" |
| 3511 | version = "0.0.0" |
| 3512 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3513 | "arrayvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3514 | "bitflags 2.6.0", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3515 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3516 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3517 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3518 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3519 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3520 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3521 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3522 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3523 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3524 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3525 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3526 | "rustc-rayon", |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3527 | "rustc-stable-hash", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3528 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3529 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3530 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3531 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3532 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3533 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3534 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3535 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3536 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3537 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 3538 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3539 | ] |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "rustc_driver" |
| 3543 | version = "0.0.0" |
| 3544 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3545 | "rustc_driver_impl", |
| 3546 | ] |
| 3547 | |
| 3548 | [[package]] |
| 3549 | name = "rustc_driver_impl" |
| 3550 | version = "0.0.0" |
| 3551 | dependencies = [ |
Ben Kimock | 9e0d1a3 | 2023-05-19 20:03:35 | [diff] [blame] | 3552 | "ctrlc", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3553 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3554 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3555 | "rustc_ast_lowering", |
| 3556 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3557 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3558 | "rustc_attr", |
| 3559 | "rustc_borrowck", |
| 3560 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3561 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3562 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3563 | "rustc_data_structures", |
| 3564 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3565 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3566 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3567 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3568 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3569 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3570 | "rustc_hir_typeck", |
| 3571 | "rustc_incremental", |
| 3572 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3573 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3574 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3575 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3576 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3577 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3578 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3579 | "rustc_mir_build", |
| 3580 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3581 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3582 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3583 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3584 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3585 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3586 | "rustc_privacy", |
| 3587 | "rustc_query_system", |
| 3588 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3589 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3590 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3591 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3592 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3593 | "rustc_trait_selection", |
| 3594 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3595 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3596 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3597 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3598 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 3599 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3600 | ] |
| 3601 | |
| 3602 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3603 | name = "rustc_error_codes" |
| 3604 | version = "0.0.0" |
| 3605 | |
| 3606 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3607 | name = "rustc_error_messages" |
| 3608 | version = "0.0.0" |
| 3609 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3610 | "fluent-bundle", |
| 3611 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3612 | "icu_list", |
| 3613 | "icu_locid", |
| 3614 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3615 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3616 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3617 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3618 | "rustc_macros", |
| 3619 | "rustc_serialize", |
| 3620 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3621 | "tracing", |
| 3622 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3623 | ] |
| 3624 | |
| 3625 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3626 | name = "rustc_errors" |
| 3627 | version = "0.0.0" |
| 3628 | dependencies = [ |
Xiretza | c864238 | 2024-08-19 20:20:48 | [diff] [blame] | 3629 | "annotate-snippets 0.11.4", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3630 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3631 | "rustc_ast", |
| 3632 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3633 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3634 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3635 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3636 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3637 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3638 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3639 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3640 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3641 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3642 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3643 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3644 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3645 | "serde", |
| 3646 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3647 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3648 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3649 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 3650 | "windows 0.52.0", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3651 | ] |
| 3652 | |
| 3653 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3654 | name = "rustc_expand" |
| 3655 | version = "0.0.0" |
| 3656 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3657 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3658 | "rustc_ast_passes", |
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", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3661 | "rustc_data_structures", |
| 3662 | "rustc_errors", |
| 3663 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3664 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3665 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3666 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3667 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3668 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3669 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3670 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3671 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3672 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3673 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3674 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3675 | ] |
| 3676 | |
| 3677 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3678 | name = "rustc_feature" |
| 3679 | version = "0.0.0" |
| 3680 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3681 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3682 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3683 | ] |
| 3684 | |
| 3685 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3686 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3687 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3688 | dependencies = [ |
Xiretza | c864238 | 2024-08-19 20:20:48 | [diff] [blame] | 3689 | "annotate-snippets 0.11.4", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3690 | "fluent-bundle", |
| 3691 | "fluent-syntax", |
| 3692 | "proc-macro2", |
| 3693 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3694 | "syn 2.0.75", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3695 | "unic-langid", |
| 3696 | ] |
| 3697 | |
| 3698 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3699 | name = "rustc_fs_util" |
| 3700 | version = "0.0.0" |
| 3701 | |
| 3702 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3703 | name = "rustc_graphviz" |
| 3704 | version = "0.0.0" |
| 3705 | |
| 3706 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3707 | name = "rustc_hir" |
| 3708 | version = "0.0.0" |
| 3709 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3710 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3711 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3712 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3713 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3714 | "rustc_index", |
| 3715 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3716 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3717 | "rustc_span", |
| 3718 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3719 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3720 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3721 | ] |
| 3722 | |
| 3723 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3724 | name = "rustc_hir_analysis" |
| 3725 | version = "0.0.0" |
| 3726 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3727 | "itertools", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3728 | "rustc_arena", |
| 3729 | "rustc_ast", |
| 3730 | "rustc_attr", |
| 3731 | "rustc_data_structures", |
| 3732 | "rustc_errors", |
| 3733 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3734 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3735 | "rustc_hir", |
Obei Sideg | 2c088f9 | 2023-12-22 11:56:20 | [diff] [blame] | 3736 | "rustc_hir_pretty", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3737 | "rustc_index", |
| 3738 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3739 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3740 | "rustc_macros", |
| 3741 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3742 | "rustc_session", |
| 3743 | "rustc_span", |
| 3744 | "rustc_target", |
| 3745 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3746 | "rustc_type_ir", |
| 3747 | "smallvec", |
| 3748 | "tracing", |
| 3749 | ] |
| 3750 | |
| 3751 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3752 | name = "rustc_hir_pretty" |
| 3753 | version = "0.0.0" |
| 3754 | dependencies = [ |
| 3755 | "rustc_ast", |
| 3756 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3757 | "rustc_hir", |
| 3758 | "rustc_span", |
| 3759 | "rustc_target", |
| 3760 | ] |
| 3761 | |
| 3762 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3763 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3764 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3765 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3766 | "itertools", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3767 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3768 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3769 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3770 | "rustc_data_structures", |
| 3771 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3772 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3773 | "rustc_hir", |
| 3774 | "rustc_hir_analysis", |
| 3775 | "rustc_hir_pretty", |
| 3776 | "rustc_index", |
| 3777 | "rustc_infer", |
| 3778 | "rustc_lint", |
| 3779 | "rustc_macros", |
| 3780 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3781 | "rustc_session", |
| 3782 | "rustc_span", |
| 3783 | "rustc_target", |
| 3784 | "rustc_trait_selection", |
| 3785 | "rustc_type_ir", |
| 3786 | "smallvec", |
| 3787 | "tracing", |
| 3788 | ] |
| 3789 | |
| 3790 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3791 | name = "rustc_incremental" |
| 3792 | version = "0.0.0" |
| 3793 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3794 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3795 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3796 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3797 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3798 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3799 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3800 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3801 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3802 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3803 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3804 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3805 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3806 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3807 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3808 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3809 | ] |
| 3810 | |
| 3811 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3812 | name = "rustc_index" |
| 3813 | version = "0.0.0" |
| 3814 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3815 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3816 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3817 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3818 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3819 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3820 | ] |
| 3821 | |
| 3822 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3823 | name = "rustc_index_macros" |
| 3824 | version = "0.0.0" |
| 3825 | dependencies = [ |
| 3826 | "proc-macro2", |
| 3827 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3828 | "syn 2.0.75", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3829 | ] |
| 3830 | |
| 3831 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3832 | name = "rustc_infer" |
| 3833 | version = "0.0.0" |
| 3834 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3835 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3836 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3837 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3838 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3839 | "rustc_hir", |
| 3840 | "rustc_index", |
| 3841 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3842 | "rustc_middle", |
Michael Goulet | e5d6a41 | 2024-06-12 18:58:10 | [diff] [blame] | 3843 | "rustc_next_trait_solver", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3844 | "rustc_span", |
| 3845 | "rustc_target", |
Michael Goulet | 27588d1 | 2024-07-05 20:39:24 | [diff] [blame] | 3846 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3847 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3848 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3849 | ] |
| 3850 | |
| 3851 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3852 | name = "rustc_interface" |
| 3853 | version = "0.0.0" |
| 3854 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3855 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3856 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3857 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3858 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3859 | "rustc_ast_passes", |
Urgau | 228496e | 2024-05-03 19:14:42 | [diff] [blame] | 3860 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3861 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3862 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3863 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3864 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3865 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3866 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3867 | "rustc_data_structures", |
| 3868 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3869 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 3870 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3871 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3872 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3873 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3874 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3875 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3876 | "rustc_incremental", |
| 3877 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 3878 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3879 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3880 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3881 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3882 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3883 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3884 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3885 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3886 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3887 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3888 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3889 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 3890 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 3891 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3892 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3893 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 3894 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3895 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3896 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 3897 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3898 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3899 | ] |
| 3900 | |
| 3901 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3902 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3903 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3904 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 3905 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 3906 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3907 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3908 | ] |
| 3909 | |
| 3910 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3911 | name = "rustc_lint" |
| 3912 | version = "0.0.0" |
| 3913 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3914 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3915 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3916 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3917 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 3918 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3919 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3920 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3921 | "rustc_hir", |
Urgau | 98273ec | 2024-05-15 17:13:02 | [diff] [blame] | 3922 | "rustc_hir_pretty", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 3923 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 3924 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 3925 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3926 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 3927 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 3928 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3929 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3930 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3931 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3932 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3933 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 3934 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3935 | ] |
| 3936 | |
| 3937 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3938 | name = "rustc_lint_defs" |
| 3939 | version = "0.0.0" |
| 3940 | dependencies = [ |
| 3941 | "rustc_ast", |
| 3942 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3943 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 3944 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3945 | "rustc_macros", |
| 3946 | "rustc_serialize", |
| 3947 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 3948 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3949 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3950 | ] |
| 3951 | |
| 3952 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3953 | name = "rustc_llvm" |
| 3954 | version = "0.0.0" |
| 3955 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3956 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 3957 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3958 | ] |
| 3959 | |
| 3960 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3961 | name = "rustc_log" |
| 3962 | version = "0.0.0" |
| 3963 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 3964 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3965 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 3966 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3967 | "tracing-subscriber", |
| 3968 | "tracing-tree", |
| 3969 | ] |
| 3970 | |
| 3971 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3972 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3973 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3974 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3975 | "proc-macro2", |
| 3976 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3977 | "syn 2.0.75", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 3978 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3979 | ] |
| 3980 | |
| 3981 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3982 | name = "rustc_metadata" |
| 3983 | version = "0.0.0" |
| 3984 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3985 | "bitflags 2.6.0", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 3986 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3987 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3988 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3989 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3990 | "rustc_data_structures", |
| 3991 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3992 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 3993 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3994 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3995 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3996 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3997 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3998 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3999 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4000 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4001 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4002 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4003 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4004 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4005 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4006 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4007 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4008 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4009 | ] |
| 4010 | |
| 4011 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4012 | name = "rustc_middle" |
| 4013 | version = "0.0.0" |
| 4014 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4015 | "bitflags 2.6.0", |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 4016 | "derive-where", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4017 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4018 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4019 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4020 | "polonius-engine", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4021 | "rustc-rayon-core", |
| 4022 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4023 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4024 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4025 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4026 | "rustc_attr", |
| 4027 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4028 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4029 | "rustc_errors", |
| 4030 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4031 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4032 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4033 | "rustc_hir", |
Michael Goulet | 619e044 | 2024-04-14 14:26:59 | [diff] [blame] | 4034 | "rustc_hir_pretty", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4035 | "rustc_index", |
| 4036 | "rustc_macros", |
| 4037 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4038 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4039 | "rustc_session", |
| 4040 | "rustc_span", |
| 4041 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4042 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4043 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4044 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4045 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4046 | ] |
| 4047 | |
| 4048 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4049 | name = "rustc_mir_build" |
| 4050 | version = "0.0.0" |
| 4051 | dependencies = [ |
Ralf Jung | e613bc9 | 2024-07-13 15:24:50 | [diff] [blame] | 4052 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4053 | "itertools", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4054 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4055 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4056 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4057 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4058 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4059 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4060 | "rustc_hir", |
| 4061 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4062 | "rustc_infer", |
Jules Bertholet | 9d92a7f | 2024-05-02 23:55:03 | [diff] [blame] | 4063 | "rustc_lint", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4064 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4065 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4066 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4067 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4068 | "rustc_span", |
| 4069 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4070 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4071 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4072 | ] |
| 4073 | |
| 4074 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4075 | name = "rustc_mir_dataflow" |
| 4076 | version = "0.0.0" |
| 4077 | dependencies = [ |
| 4078 | "polonius-engine", |
| 4079 | "regex", |
| 4080 | "rustc_ast", |
| 4081 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4082 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4083 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4084 | "rustc_graphviz", |
| 4085 | "rustc_hir", |
| 4086 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4087 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4088 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4089 | "rustc_span", |
| 4090 | "rustc_target", |
| 4091 | "smallvec", |
| 4092 | "tracing", |
| 4093 | ] |
| 4094 | |
| 4095 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4096 | name = "rustc_mir_transform" |
| 4097 | version = "0.0.0" |
| 4098 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4099 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4100 | "itertools", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4101 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4102 | "rustc_ast", |
| 4103 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4104 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4105 | "rustc_data_structures", |
| 4106 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4107 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4108 | "rustc_hir", |
| 4109 | "rustc_index", |
Jubilee Young | db6ec26 | 2024-05-24 08:14:31 | [diff] [blame] | 4110 | "rustc_infer", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4111 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4112 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4113 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4114 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4115 | "rustc_session", |
| 4116 | "rustc_span", |
| 4117 | "rustc_target", |
| 4118 | "rustc_trait_selection", |
DianQK | 8b9d7b1 | 2024-07-04 04:43:37 | [diff] [blame] | 4119 | "rustc_type_ir", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4120 | "smallvec", |
| 4121 | "tracing", |
| 4122 | ] |
| 4123 | |
| 4124 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4125 | name = "rustc_monomorphize" |
| 4126 | version = "0.0.0" |
| 4127 | dependencies = [ |
| 4128 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4129 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4130 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4131 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4132 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4133 | "rustc_middle", |
| 4134 | "rustc_session", |
| 4135 | "rustc_span", |
| 4136 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4137 | "serde", |
| 4138 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4139 | "tracing", |
| 4140 | ] |
| 4141 | |
| 4142 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4143 | name = "rustc_next_trait_solver" |
| 4144 | version = "0.0.0" |
| 4145 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4146 | "bitflags 2.6.0", |
Pavel Grigorenko | 70a11c7 | 2024-06-26 22:59:30 | [diff] [blame] | 4147 | "derive-where", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4148 | "rustc_ast_ir", |
| 4149 | "rustc_data_structures", |
| 4150 | "rustc_index", |
| 4151 | "rustc_macros", |
| 4152 | "rustc_serialize", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4153 | "rustc_type_ir", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4154 | "rustc_type_ir_macros", |
| 4155 | "tracing", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4156 | ] |
| 4157 | |
| 4158 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4159 | name = "rustc_parse" |
| 4160 | version = "0.0.0" |
| 4161 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4162 | "bitflags 2.6.0", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4163 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4164 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4165 | "rustc_data_structures", |
| 4166 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4167 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4168 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4169 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4170 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4171 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4172 | "rustc_span", |
Nicholas Nethercote | 2acbe9c | 2024-05-02 23:26:34 | [diff] [blame] | 4173 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4174 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4175 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4176 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4177 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4178 | ] |
| 4179 | |
| 4180 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4181 | name = "rustc_parse_format" |
| 4182 | version = "0.0.0" |
| 4183 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4184 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4185 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4186 | ] |
| 4187 | |
| 4188 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4189 | name = "rustc_passes" |
| 4190 | version = "0.0.0" |
| 4191 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4192 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4193 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4194 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4195 | "rustc_data_structures", |
| 4196 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4197 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4198 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4199 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4200 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4201 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4202 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4203 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4204 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4205 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4206 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4207 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4208 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4209 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4210 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4211 | ] |
| 4212 | |
| 4213 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4214 | name = "rustc_pattern_analysis" |
| 4215 | version = "0.0.0" |
| 4216 | dependencies = [ |
Nadrieril | 19d6f06 | 2024-01-17 01:59:47 | [diff] [blame] | 4217 | "rustc-hash", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4218 | "rustc_apfloat", |
| 4219 | "rustc_arena", |
| 4220 | "rustc_data_structures", |
| 4221 | "rustc_errors", |
| 4222 | "rustc_fluent_macro", |
| 4223 | "rustc_hir", |
| 4224 | "rustc_index", |
| 4225 | "rustc_macros", |
| 4226 | "rustc_middle", |
| 4227 | "rustc_session", |
| 4228 | "rustc_span", |
| 4229 | "rustc_target", |
| 4230 | "smallvec", |
| 4231 | "tracing", |
Nadrieril | d697dd4 | 2024-03-04 15:57:32 | [diff] [blame] | 4232 | "tracing-subscriber", |
| 4233 | "tracing-tree", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4234 | ] |
| 4235 | |
| 4236 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4237 | name = "rustc_privacy" |
| 4238 | version = "0.0.0" |
| 4239 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4240 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4241 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4242 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4243 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4244 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4245 | "rustc_hir", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4246 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4247 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4248 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4249 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4250 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4251 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4252 | ] |
| 4253 | |
| 4254 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4255 | name = "rustc_query_impl" |
| 4256 | version = "0.0.0" |
| 4257 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4258 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4259 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4260 | "rustc_data_structures", |
| 4261 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4262 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4263 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4264 | "rustc_middle", |
| 4265 | "rustc_query_system", |
| 4266 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4267 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4268 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4269 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4270 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4271 | ] |
| 4272 | |
| 4273 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4274 | name = "rustc_query_system" |
| 4275 | version = "0.0.0" |
| 4276 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4277 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4278 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4279 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4280 | "rustc_data_structures", |
| 4281 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4282 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4283 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4284 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4285 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4286 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4287 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4288 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4289 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4290 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4291 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4292 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4293 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4294 | ] |
| 4295 | |
| 4296 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4297 | name = "rustc_resolve" |
| 4298 | version = "0.0.0" |
| 4299 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4300 | "bitflags 2.6.0", |
| 4301 | "pulldown-cmark 0.11.2", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4302 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4303 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4304 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4305 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4306 | "rustc_data_structures", |
| 4307 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4308 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4309 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4310 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4311 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4312 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4313 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4314 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4315 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4316 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4317 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4318 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4319 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4320 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4321 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4322 | ] |
| 4323 | |
| 4324 | [[package]] |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4325 | name = "rustc_sanitizers" |
| 4326 | version = "0.0.0" |
| 4327 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4328 | "bitflags 2.6.0", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4329 | "rustc_data_structures", |
| 4330 | "rustc_hir", |
| 4331 | "rustc_middle", |
| 4332 | "rustc_span", |
| 4333 | "rustc_target", |
| 4334 | "rustc_trait_selection", |
| 4335 | "tracing", |
| 4336 | "twox-hash", |
| 4337 | ] |
| 4338 | |
| 4339 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4340 | name = "rustc_serialize" |
| 4341 | version = "0.0.0" |
| 4342 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4343 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4344 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4345 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4346 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4347 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4348 | ] |
| 4349 | |
| 4350 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4351 | name = "rustc_session" |
| 4352 | version = "0.0.0" |
| 4353 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4354 | "bitflags 2.6.0", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4355 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4356 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4357 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4358 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4359 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4360 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4361 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4362 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4363 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4364 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4365 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4366 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4367 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4368 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4369 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4370 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4371 | "tracing", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 4372 | "windows 0.52.0", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4373 | ] |
| 4374 | |
| 4375 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4376 | name = "rustc_smir" |
| 4377 | version = "0.0.0" |
| 4378 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4379 | "rustc_abi", |
Adwin White | 84071e2 | 2024-06-26 04:09:55 | [diff] [blame] | 4380 | "rustc_ast", |
| 4381 | "rustc_ast_pretty", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4382 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4383 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4384 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4385 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4386 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4387 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4388 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4389 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4390 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4391 | ] |
| 4392 | |
| 4393 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4394 | name = "rustc_span" |
| 4395 | version = "0.0.0" |
| 4396 | dependencies = [ |
Pavel Grigorenko | 35ba700 | 2024-06-26 22:39:48 | [diff] [blame] | 4397 | "derive-where", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4398 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4399 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4400 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4401 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4402 | "rustc_data_structures", |
| 4403 | "rustc_index", |
| 4404 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4405 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4406 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4407 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4408 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4409 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4410 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4411 | ] |
| 4412 | |
| 4413 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4414 | name = "rustc_symbol_mangling" |
| 4415 | version = "0.0.0" |
| 4416 | dependencies = [ |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4417 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4418 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4419 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4420 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4421 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4422 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4423 | "rustc_session", |
| 4424 | "rustc_span", |
| 4425 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4426 | "tracing", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4427 | ] |
| 4428 | |
| 4429 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4430 | name = "rustc_target" |
| 4431 | version = "0.0.0" |
| 4432 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4433 | "bitflags 2.6.0", |
| 4434 | "object 0.36.3", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4435 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4436 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4437 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4438 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4439 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4440 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4441 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4442 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4443 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4444 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4445 | ] |
| 4446 | |
| 4447 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4448 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4449 | version = "0.3.0" |
| 4450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4451 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4452 | |
| 4453 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4454 | name = "rustc_trait_selection" |
| 4455 | version = "0.0.0" |
| 4456 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4457 | "itertools", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4458 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4459 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4460 | "rustc_attr", |
| 4461 | "rustc_data_structures", |
| 4462 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4463 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4464 | "rustc_hir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4465 | "rustc_infer", |
| 4466 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4467 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4468 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4469 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4470 | "rustc_query_system", |
Michael Goulet | 8e1dba4 | 2024-05-18 20:05:16 | [diff] [blame] | 4471 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4472 | "rustc_session", |
| 4473 | "rustc_span", |
| 4474 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4475 | "rustc_transmute", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4476 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4477 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4478 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4479 | ] |
| 4480 | |
| 4481 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4482 | name = "rustc_traits" |
| 4483 | version = "0.0.0" |
| 4484 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4485 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4486 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4487 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4488 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4489 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4490 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4491 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4492 | ] |
| 4493 | |
| 4494 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4495 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4496 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4497 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4498 | "itertools", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4499 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4500 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4501 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4502 | "rustc_infer", |
| 4503 | "rustc_macros", |
| 4504 | "rustc_middle", |
| 4505 | "rustc_span", |
| 4506 | "rustc_target", |
| 4507 | "tracing", |
| 4508 | ] |
| 4509 | |
| 4510 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4511 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4512 | version = "0.0.0" |
| 4513 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4514 | "itertools", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4515 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4516 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4517 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4518 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4519 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4520 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4521 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4522 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4523 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4524 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4525 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4526 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4527 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4528 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4529 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4530 | ] |
| 4531 | |
| 4532 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4533 | name = "rustc_type_ir" |
| 4534 | version = "0.0.0" |
| 4535 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4536 | "bitflags 2.6.0", |
Pavel Grigorenko | 168096f | 2024-06-27 11:55:44 | [diff] [blame] | 4537 | "derive-where", |
Michael Goulet | 9b0f9ef | 2024-06-18 17:21:48 | [diff] [blame] | 4538 | "indexmap", |
Michael Goulet | 1c58522 | 2024-08-24 20:57:47 | [diff] [blame] | 4539 | "rustc-hash", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4540 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4541 | "rustc_data_structures", |
| 4542 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4543 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4544 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4545 | "rustc_span", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4546 | "rustc_type_ir_macros", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4547 | "smallvec", |
Michael Goulet | 993553c | 2024-05-27 00:45:37 | [diff] [blame] | 4548 | "tracing", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4549 | ] |
| 4550 | |
| 4551 | [[package]] |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4552 | name = "rustc_type_ir_macros" |
| 4553 | version = "0.0.0" |
| 4554 | dependencies = [ |
| 4555 | "proc-macro2", |
| 4556 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4557 | "syn 2.0.75", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4558 | "synstructure", |
| 4559 | ] |
| 4560 | |
| 4561 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4562 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4563 | version = "0.4.0" |
| 4564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4565 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4566 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4567 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4568 | ] |
| 4569 | |
| 4570 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4571 | name = "rustdoc" |
| 4572 | version = "0.0.0" |
| 4573 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4574 | "arrayvec", |
Michael Howell | 28db4cc | 2024-03-22 00:19:39 | [diff] [blame] | 4575 | "base64", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4576 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4577 | "indexmap", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4578 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4579 | "minifier", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 4580 | "pulldown-cmark 0.9.6", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4581 | "regex", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 4582 | "rinja", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4583 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4584 | "serde", |
| 4585 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4586 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4587 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4588 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4589 | "tracing", |
| 4590 | "tracing-subscriber", |
| 4591 | "tracing-tree", |
Michael Howell | f3661dc | 2024-06-10 22:01:31 | [diff] [blame] | 4592 | "unicode-segmentation", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4593 | ] |
| 4594 | |
| 4595 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4596 | name = "rustdoc-gui-test" |
| 4597 | version = "0.1.0" |
| 4598 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4599 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4600 | "compiletest", |
| 4601 | "getopts", |
| 4602 | "walkdir", |
| 4603 | ] |
| 4604 | |
| 4605 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4606 | name = "rustdoc-json-types" |
| 4607 | version = "0.1.0" |
| 4608 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4609 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4610 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4611 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4612 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4613 | ] |
| 4614 | |
| 4615 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4616 | name = "rustdoc-themes" |
| 4617 | version = "0.1.0" |
| 4618 | |
| 4619 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4620 | name = "rustdoc-tool" |
| 4621 | version = "0.0.0" |
| 4622 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4623 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4624 | ] |
| 4625 | |
| 4626 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4627 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4628 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4630 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4631 | dependencies = [ |
| 4632 | "anyhow", |
| 4633 | "log", |
| 4634 | "serde", |
| 4635 | "serde_json", |
| 4636 | ] |
| 4637 | |
| 4638 | [[package]] |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4639 | name = "rustfix" |
| 4640 | version = "0.8.1" |
| 4641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4642 | checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| 4643 | dependencies = [ |
| 4644 | "serde", |
| 4645 | "serde_json", |
| 4646 | "thiserror", |
| 4647 | "tracing", |
| 4648 | ] |
| 4649 | |
| 4650 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4651 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4652 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4653 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4654 | "proc-macro2", |
| 4655 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4656 | "serde", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4657 | "syn 2.0.75", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4658 | ] |
| 4659 | |
| 4660 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4661 | name = "rustfmt-nightly" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4662 | version = "1.7.1" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4663 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4664 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4665 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4666 | "bytecount", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4667 | "cargo_metadata 0.18.1", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4668 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4669 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4670 | "diff", |
| 4671 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4672 | "getopts", |
| 4673 | "ignore", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4674 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4675 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4676 | "rustfmt-config_proc_macro", |
| 4677 | "serde", |
| 4678 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4679 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4680 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4681 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4682 | "tracing", |
| 4683 | "tracing-subscriber", |
| 4684 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4685 | "unicode-segmentation", |
| 4686 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4687 | ] |
| 4688 | |
| 4689 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4690 | name = "rustix" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4691 | version = "0.38.34" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4693 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4694 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4695 | "bitflags 2.6.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4696 | "errno", |
| 4697 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4698 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4699 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4700 | ] |
| 4701 | |
| 4702 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4703 | name = "rustversion" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 4704 | version = "1.0.17" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 4706 | checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4707 | |
| 4708 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4709 | name = "ruzstd" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4710 | version = "0.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4712 | checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4713 | dependencies = [ |
| 4714 | "byteorder", |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4715 | "derive_more", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4716 | "twox-hash", |
| 4717 | ] |
| 4718 | |
| 4719 | [[package]] |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4720 | name = "ruzstd" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 4721 | version = "0.7.0" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 4723 | checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4724 | dependencies = [ |
| 4725 | "byteorder", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4726 | "twox-hash", |
| 4727 | ] |
| 4728 | |
| 4729 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4730 | name = "ryu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4731 | version = "1.0.18" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4733 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4734 | |
| 4735 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4736 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4737 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4739 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4740 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4741 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4742 | ] |
| 4743 | |
| 4744 | [[package]] |
| 4745 | name = "schannel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4746 | version = "0.1.23" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4748 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4749 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4750 | "windows-sys 0.52.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4751 | ] |
| 4752 | |
| 4753 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4754 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4755 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4757 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4758 | |
| 4759 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4760 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4761 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4763 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4764 | |
| 4765 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4766 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4767 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4769 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4770 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4771 | "self_cell 1.0.4", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4772 | ] |
| 4773 | |
| 4774 | [[package]] |
| 4775 | name = "self_cell" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4776 | version = "1.0.4" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4778 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4779 | |
| 4780 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4781 | name = "semver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4782 | version = "1.0.23" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4784 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4785 | dependencies = [ |
| 4786 | "serde", |
| 4787 | ] |
| 4788 | |
| 4789 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4790 | name = "serde" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4791 | version = "1.0.208" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4793 | checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4794 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4795 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4796 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4797 | |
| 4798 | [[package]] |
| 4799 | name = "serde_derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4800 | version = "1.0.208" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4802 | checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4803 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4804 | "proc-macro2", |
| 4805 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4806 | "syn 2.0.75", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4807 | ] |
| 4808 | |
| 4809 | [[package]] |
| 4810 | name = "serde_json" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4811 | version = "1.0.125" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4813 | checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4814 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4815 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4816 | "itoa", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4817 | "memchr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4818 | "ryu", |
| 4819 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4820 | ] |
| 4821 | |
| 4822 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4823 | name = "serde_spanned" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4824 | version = "0.6.7" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4826 | checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4827 | dependencies = [ |
| 4828 | "serde", |
| 4829 | ] |
| 4830 | |
| 4831 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4832 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4833 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4835 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4836 | dependencies = [ |
| 4837 | "cfg-if", |
| 4838 | "cpufeatures", |
| 4839 | "digest", |
| 4840 | ] |
| 4841 | |
| 4842 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4843 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4844 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4846 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4847 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4848 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4849 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4850 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4851 | ] |
| 4852 | |
| 4853 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4854 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4855 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4857 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4858 | dependencies = [ |
| 4859 | "lazy_static", |
| 4860 | ] |
| 4861 | |
| 4862 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4863 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4864 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4866 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4867 | |
| 4868 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4869 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4870 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4872 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4873 | |
| 4874 | [[package]] |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4875 | name = "similar" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4876 | version = "2.6.0" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4878 | checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4879 | |
| 4880 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4881 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4882 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4884 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4885 | |
| 4886 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4887 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4888 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4890 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 4891 | dependencies = [ |
| 4892 | "autocfg", |
| 4893 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4894 | |
| 4895 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4896 | name = "smallvec" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4897 | version = "1.13.2" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4899 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4900 | |
| 4901 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4902 | name = "snap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4903 | version = "1.1.1" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4905 | checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4906 | |
| 4907 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4908 | name = "socket2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4909 | version = "0.5.7" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4911 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4912 | dependencies = [ |
| 4913 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4914 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4915 | ] |
| 4916 | |
| 4917 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4918 | name = "spanned" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 4919 | version = "0.3.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 4921 | checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4922 | dependencies = [ |
| 4923 | "bstr", |
| 4924 | "color-eyre", |
| 4925 | ] |
| 4926 | |
| 4927 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 4928 | name = "spdx" |
| 4929 | version = "0.10.6" |
| 4930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4931 | checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" |
| 4932 | dependencies = [ |
| 4933 | "smallvec", |
| 4934 | ] |
| 4935 | |
| 4936 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4937 | name = "spdx-expression" |
| 4938 | version = "0.5.2" |
| 4939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4940 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 4941 | dependencies = [ |
| 4942 | "nom", |
| 4943 | "serde", |
| 4944 | "thiserror", |
| 4945 | "tracing", |
| 4946 | ] |
| 4947 | |
| 4948 | [[package]] |
| 4949 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4950 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4952 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4953 | dependencies = [ |
| 4954 | "chrono", |
| 4955 | "log", |
| 4956 | "nom", |
| 4957 | "serde", |
| 4958 | "spdx-expression", |
| 4959 | "strum", |
| 4960 | "strum_macros", |
| 4961 | "thiserror", |
| 4962 | "uuid", |
| 4963 | ] |
| 4964 | |
| 4965 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4966 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4967 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4969 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4970 | |
| 4971 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4972 | name = "stable_mir" |
| 4973 | version = "0.1.0-preview" |
| 4974 | dependencies = [ |
| 4975 | "scoped-tls", |
Stephen Skeirik | 414ebea | 2024-06-17 21:01:38 | [diff] [blame] | 4976 | "serde", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4977 | ] |
| 4978 | |
| 4979 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4980 | name = "stacker" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame^] | 4981 | version = "0.1.17" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame^] | 4983 | checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4984 | dependencies = [ |
| 4985 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4986 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4987 | "libc", |
| 4988 | "psm", |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame^] | 4989 | "windows-sys 0.59.0", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4990 | ] |
| 4991 | |
| 4992 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 4993 | name = "static_assertions" |
| 4994 | version = "1.1.0" |
| 4995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4996 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4997 | |
| 4998 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4999 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5000 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5002 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5003 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5004 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5005 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5006 | "parking_lot", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5007 | "phf_shared 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5008 | "precomputed-hash", |
| 5009 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5010 | ] |
| 5011 | |
| 5012 | [[package]] |
| 5013 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5014 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5016 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5017 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 5018 | "phf_generator 0.10.0", |
| 5019 | "phf_shared 0.10.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5020 | "proc-macro2", |
| 5021 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5022 | ] |
| 5023 | |
| 5024 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5025 | name = "strsim" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5026 | version = "0.11.1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5028 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5029 | |
| 5030 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5031 | name = "strum" |
| 5032 | version = "0.24.1" |
| 5033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5034 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5035 | |
| 5036 | [[package]] |
| 5037 | name = "strum_macros" |
| 5038 | version = "0.24.3" |
| 5039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5040 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5041 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 5042 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5043 | "proc-macro2", |
| 5044 | "quote", |
| 5045 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5046 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5047 | ] |
| 5048 | |
| 5049 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5050 | name = "suggest-tests" |
| 5051 | version = "0.1.0" |
| 5052 | dependencies = [ |
| 5053 | "build_helper", |
| 5054 | "glob", |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5055 | ] |
| 5056 | |
| 5057 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5058 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5059 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5061 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5062 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5063 | "proc-macro2", |
| 5064 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5065 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5066 | ] |
| 5067 | |
| 5068 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5069 | name = "syn" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5070 | version = "2.0.75" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5072 | checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5073 | dependencies = [ |
| 5074 | "proc-macro2", |
| 5075 | "quote", |
| 5076 | "unicode-ident", |
| 5077 | ] |
| 5078 | |
| 5079 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5080 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5081 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5083 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5084 | dependencies = [ |
| 5085 | "proc-macro2", |
| 5086 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5087 | "syn 2.0.75", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5088 | ] |
| 5089 | |
| 5090 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5091 | name = "sysinfo" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5092 | version = "0.31.2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5094 | checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5095 | dependencies = [ |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5096 | "core-foundation-sys", |
| 5097 | "libc", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5098 | "windows 0.57.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5099 | ] |
| 5100 | |
| 5101 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5102 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5103 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5105 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5106 | dependencies = [ |
| 5107 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5108 | "unicode-width", |
| 5109 | ] |
| 5110 | |
| 5111 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5112 | name = "tar" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5113 | version = "0.4.41" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5115 | checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5116 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5117 | "filetime", |
| 5118 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5119 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5120 | ] |
| 5121 | |
| 5122 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5123 | name = "tempfile" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5124 | version = "3.12.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5126 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5127 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5128 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5129 | "fastrand", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5130 | "once_cell", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5131 | "rustix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5132 | "windows-sys 0.59.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5133 | ] |
| 5134 | |
| 5135 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5136 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5137 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5139 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5140 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5141 | "futf", |
| 5142 | "mac", |
| 5143 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5144 | ] |
| 5145 | |
| 5146 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5147 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5148 | version = "0.7.0" |
| 5149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5150 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5151 | dependencies = [ |
| 5152 | "dirs-next", |
| 5153 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5154 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5155 | ] |
| 5156 | |
| 5157 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5158 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5159 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5161 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5162 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5163 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5164 | ] |
| 5165 | |
| 5166 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5167 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5168 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5170 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5171 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5172 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5173 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5174 | ] |
| 5175 | |
| 5176 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5177 | name = "termize" |
| 5178 | version = "0.1.1" |
| 5179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5180 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5181 | dependencies = [ |
| 5182 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5183 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5184 | ] |
| 5185 | |
| 5186 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 5187 | name = "test-float-parse" |
| 5188 | version = "0.1.0" |
| 5189 | dependencies = [ |
| 5190 | "indicatif", |
| 5191 | "num", |
| 5192 | "rand", |
| 5193 | "rand_chacha", |
| 5194 | "rayon", |
| 5195 | ] |
| 5196 | |
| 5197 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5198 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5199 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5201 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5202 | |
| 5203 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5204 | name = "thiserror" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5205 | version = "1.0.63" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5207 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5208 | dependencies = [ |
| 5209 | "thiserror-impl", |
| 5210 | ] |
| 5211 | |
| 5212 | [[package]] |
| 5213 | name = "thiserror-impl" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5214 | version = "1.0.63" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5216 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5217 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5218 | "proc-macro2", |
| 5219 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5220 | "syn 2.0.75", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5221 | ] |
| 5222 | |
| 5223 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5224 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5225 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5227 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5228 | dependencies = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 5229 | "gimli 0.28.1", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5230 | "hashbrown", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 5231 | "object 0.32.2", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5232 | "tracing", |
| 5233 | ] |
| 5234 | |
| 5235 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5236 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5237 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5239 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5240 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5241 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5242 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5243 | ] |
| 5244 | |
| 5245 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5246 | name = "threadpool" |
| 5247 | version = "1.8.1" |
| 5248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5249 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5250 | dependencies = [ |
| 5251 | "num_cpus", |
| 5252 | ] |
| 5253 | |
| 5254 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5255 | name = "tidy" |
| 5256 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5257 | dependencies = [ |
onur-ozkan | e9e3c38 | 2024-06-10 14:07:19 | [diff] [blame] | 5258 | "build_helper", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5259 | "cargo_metadata 0.15.4", |
Michael Goulet | ffd72b1 | 2024-06-21 22:20:45 | [diff] [blame] | 5260 | "fluent-syntax", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5261 | "ignore", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5262 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5263 | "regex", |
donno2048 | e2ab540 | 2024-04-18 06:57:43 | [diff] [blame] | 5264 | "rustc-hash", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5265 | "semver", |
DianQK | de0ece2 | 2024-06-23 14:06:23 | [diff] [blame] | 5266 | "similar", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5267 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5268 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5269 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5270 | |
| 5271 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5272 | name = "tier-check" |
| 5273 | version = "0.1.0" |
| 5274 | |
| 5275 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5276 | name = "time" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5277 | version = "0.3.36" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5279 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5280 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5281 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5282 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5283 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5284 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5285 | "serde", |
| 5286 | "time-core", |
| 5287 | "time-macros", |
| 5288 | ] |
| 5289 | |
| 5290 | [[package]] |
| 5291 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5292 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5294 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5295 | |
| 5296 | [[package]] |
| 5297 | name = "time-macros" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5298 | version = "0.2.18" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5300 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5301 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5302 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5303 | "time-core", |
| 5304 | ] |
| 5305 | |
| 5306 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5307 | name = "tinystr" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5308 | version = "0.7.6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5310 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5311 | dependencies = [ |
| 5312 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5313 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5314 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5315 | |
| 5316 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5317 | name = "tinyvec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5318 | version = "1.8.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5320 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5321 | dependencies = [ |
| 5322 | "tinyvec_macros", |
| 5323 | ] |
| 5324 | |
| 5325 | [[package]] |
| 5326 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5327 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5329 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5330 | |
| 5331 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5332 | name = "tokio" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5333 | version = "1.39.3" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5335 | checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5336 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5337 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5338 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5339 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5340 | ] |
| 5341 | |
| 5342 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5343 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5344 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5346 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5347 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5348 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5349 | ] |
| 5350 | |
| 5351 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5352 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5353 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5355 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5356 | dependencies = [ |
| 5357 | "serde", |
| 5358 | "serde_spanned", |
| 5359 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5360 | "toml_edit", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5361 | ] |
| 5362 | |
| 5363 | [[package]] |
| 5364 | name = "toml_datetime" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5365 | version = "0.6.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5367 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5368 | dependencies = [ |
| 5369 | "serde", |
| 5370 | ] |
| 5371 | |
| 5372 | [[package]] |
| 5373 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5374 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5376 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5377 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5378 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5379 | "serde", |
| 5380 | "serde_spanned", |
| 5381 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5382 | "winnow", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5383 | ] |
| 5384 | |
| 5385 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5386 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5387 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5389 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5390 | |
| 5391 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5392 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5393 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5395 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5396 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5397 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5398 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5399 | "tracing-attributes", |
| 5400 | "tracing-core", |
| 5401 | ] |
| 5402 | |
| 5403 | [[package]] |
| 5404 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5405 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5407 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5408 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5409 | "proc-macro2", |
| 5410 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5411 | "syn 2.0.75", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5412 | ] |
| 5413 | |
| 5414 | [[package]] |
| 5415 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5416 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5418 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5419 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5420 | "once_cell", |
| 5421 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5422 | ] |
| 5423 | |
| 5424 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5425 | name = "tracing-error" |
| 5426 | version = "0.2.0" |
| 5427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5428 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5429 | dependencies = [ |
| 5430 | "tracing", |
| 5431 | "tracing-subscriber", |
| 5432 | ] |
| 5433 | |
| 5434 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5435 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5436 | version = "0.2.0" |
| 5437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5438 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5439 | dependencies = [ |
| 5440 | "log", |
| 5441 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5442 | "tracing-core", |
| 5443 | ] |
| 5444 | |
| 5445 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5446 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5447 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5449 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5450 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5451 | "matchers", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5452 | "nu-ansi-term 0.46.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5453 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5454 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5455 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5456 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5457 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5458 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5459 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5460 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5461 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5462 | ] |
| 5463 | |
| 5464 | [[package]] |
| 5465 | name = "tracing-tree" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5466 | version = "0.3.1" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5468 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5469 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5470 | "nu-ansi-term 0.50.1", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5471 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5472 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5473 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5474 | ] |
| 5475 | |
| 5476 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5477 | name = "twox-hash" |
| 5478 | version = "1.6.3" |
| 5479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5480 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5481 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5482 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5483 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5484 | "static_assertions", |
| 5485 | ] |
| 5486 | |
| 5487 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5488 | name = "type-map" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5489 | version = "0.5.0" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5491 | checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5492 | dependencies = [ |
| 5493 | "rustc-hash", |
| 5494 | ] |
| 5495 | |
| 5496 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5497 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5498 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5500 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5501 | |
| 5502 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5503 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5504 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5506 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5507 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5508 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5509 | ] |
| 5510 | |
| 5511 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5512 | name = "ucd-trie" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5513 | version = "0.1.6" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5515 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5516 | |
| 5517 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5518 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5519 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5521 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5522 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5523 | "annotate-snippets 0.9.2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5524 | "anyhow", |
| 5525 | "bstr", |
| 5526 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5527 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5528 | "color-eyre", |
| 5529 | "colored", |
| 5530 | "comma", |
| 5531 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5532 | "indicatif", |
| 5533 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5534 | "levenshtein", |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5535 | "prettydiff 0.6.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5536 | "regex", |
| 5537 | "rustc_version", |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 5538 | "rustfix 0.6.1", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5539 | "serde", |
| 5540 | "serde_json", |
| 5541 | "tempfile", |
| 5542 | ] |
| 5543 | |
| 5544 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5545 | name = "ui_test" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 5546 | version = "0.25.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 5548 | checksum = "f7e4f339f62edc873975c47115f9e71c5454ddaa37c1142b42fc0b2672c8dacb" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5549 | dependencies = [ |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 5550 | "annotate-snippets 0.11.4", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5551 | "anyhow", |
| 5552 | "bstr", |
| 5553 | "cargo-platform", |
| 5554 | "cargo_metadata 0.18.1", |
| 5555 | "color-eyre", |
| 5556 | "colored", |
| 5557 | "comma", |
| 5558 | "crossbeam-channel", |
| 5559 | "indicatif", |
| 5560 | "lazy_static", |
| 5561 | "levenshtein", |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 5562 | "prettydiff 0.7.0", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5563 | "regex", |
| 5564 | "rustc_version", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 5565 | "rustfix 0.8.1", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5566 | "serde", |
| 5567 | "serde_json", |
| 5568 | "spanned", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5569 | ] |
| 5570 | |
| 5571 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5572 | name = "unic-langid" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5573 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5575 | checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5576 | dependencies = [ |
| 5577 | "unic-langid-impl", |
| 5578 | "unic-langid-macros", |
| 5579 | ] |
| 5580 | |
| 5581 | [[package]] |
| 5582 | name = "unic-langid-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5583 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5585 | checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5586 | dependencies = [ |
| 5587 | "tinystr", |
| 5588 | ] |
| 5589 | |
| 5590 | [[package]] |
| 5591 | name = "unic-langid-macros" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5592 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5594 | checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5595 | dependencies = [ |
| 5596 | "proc-macro-hack", |
| 5597 | "tinystr", |
| 5598 | "unic-langid-impl", |
| 5599 | "unic-langid-macros-impl", |
| 5600 | ] |
| 5601 | |
| 5602 | [[package]] |
| 5603 | name = "unic-langid-macros-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5604 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5606 | checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5607 | dependencies = [ |
| 5608 | "proc-macro-hack", |
| 5609 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5610 | "syn 2.0.75", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5611 | "unic-langid-impl", |
| 5612 | ] |
| 5613 | |
| 5614 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5615 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5616 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5618 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5619 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5620 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5621 | ] |
| 5622 | |
| 5623 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5624 | name = "unicode-bdd" |
| 5625 | version = "0.1.0" |
| 5626 | dependencies = [ |
| 5627 | "ucd-parse", |
| 5628 | ] |
| 5629 | |
| 5630 | [[package]] |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5631 | name = "unicode-bidi" |
| 5632 | version = "0.3.15" |
| 5633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5634 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| 5635 | |
| 5636 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5637 | name = "unicode-ident" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5638 | version = "1.0.12" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5640 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5641 | |
| 5642 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5643 | name = "unicode-normalization" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5644 | version = "0.1.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5646 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5647 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5648 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5649 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5650 | |
| 5651 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5652 | name = "unicode-properties" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5653 | version = "0.1.1" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5655 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5656 | |
| 5657 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5658 | name = "unicode-script" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5659 | version = "0.5.6" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5661 | checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5662 | |
| 5663 | [[package]] |
| 5664 | name = "unicode-security" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5665 | version = "0.1.1" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5667 | checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5668 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5669 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5670 | "unicode-script", |
| 5671 | ] |
| 5672 | |
| 5673 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5674 | name = "unicode-segmentation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5675 | version = "1.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5677 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5678 | |
| 5679 | [[package]] |
| 5680 | name = "unicode-width" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5681 | version = "0.1.13" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5683 | checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5684 | |
| 5685 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5686 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5687 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5689 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5690 | |
| 5691 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5692 | name = "unified-diff" |
| 5693 | version = "0.2.1" |
| 5694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5695 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5696 | dependencies = [ |
| 5697 | "diff", |
| 5698 | ] |
| 5699 | |
| 5700 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5701 | name = "unstable-book-gen" |
| 5702 | version = "0.1.0" |
| 5703 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5704 | "num-traits", |
| 5705 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5706 | ] |
| 5707 | |
| 5708 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5709 | name = "url" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5710 | version = "2.5.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5712 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5713 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5714 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5715 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5716 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5717 | ] |
| 5718 | |
| 5719 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5720 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5721 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5723 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5724 | |
| 5725 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 5726 | name = "utf8-width" |
| 5727 | version = "0.1.7" |
| 5728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5729 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 5730 | |
| 5731 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5732 | name = "utf8parse" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5733 | version = "0.2.2" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5735 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5736 | |
| 5737 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5738 | name = "uuid" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5739 | version = "1.10.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5741 | checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5742 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5743 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5744 | ] |
| 5745 | |
| 5746 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5747 | name = "valuable" |
| 5748 | version = "0.1.0" |
| 5749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5750 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 5751 | |
| 5752 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5753 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5754 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5756 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5757 | |
| 5758 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5759 | name = "version_check" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5760 | version = "0.9.5" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5762 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5763 | |
| 5764 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5765 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5766 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5768 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5769 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5770 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5771 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5772 | ] |
| 5773 | |
| 5774 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5775 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5776 | version = "0.11.0+wasi-snapshot-preview1" |
| 5777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5778 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5779 | |
| 5780 | [[package]] |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5781 | name = "wasi-preview1-component-adapter-provider" |
| 5782 | version = "23.0.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5784 | checksum = "f91d3d13afef569b9fc80cfbb807c87c16ef49bd3ac1a93285ea6a264b600d2d" |
| 5785 | |
| 5786 | [[package]] |
| 5787 | name = "wasm-bindgen" |
| 5788 | version = "0.2.93" |
| 5789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5790 | checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5791 | dependencies = [ |
| 5792 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5793 | "once_cell", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5794 | "wasm-bindgen-macro", |
| 5795 | ] |
| 5796 | |
| 5797 | [[package]] |
| 5798 | name = "wasm-bindgen-backend" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5799 | version = "0.2.93" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5801 | checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5802 | dependencies = [ |
| 5803 | "bumpalo", |
| 5804 | "log", |
| 5805 | "once_cell", |
| 5806 | "proc-macro2", |
| 5807 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5808 | "syn 2.0.75", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5809 | "wasm-bindgen-shared", |
| 5810 | ] |
| 5811 | |
| 5812 | [[package]] |
| 5813 | name = "wasm-bindgen-macro" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5814 | version = "0.2.93" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5816 | checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5817 | dependencies = [ |
| 5818 | "quote", |
| 5819 | "wasm-bindgen-macro-support", |
| 5820 | ] |
| 5821 | |
| 5822 | [[package]] |
| 5823 | name = "wasm-bindgen-macro-support" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5824 | version = "0.2.93" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5826 | checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5827 | dependencies = [ |
| 5828 | "proc-macro2", |
| 5829 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5830 | "syn 2.0.75", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5831 | "wasm-bindgen-backend", |
| 5832 | "wasm-bindgen-shared", |
| 5833 | ] |
| 5834 | |
| 5835 | [[package]] |
| 5836 | name = "wasm-bindgen-shared" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5837 | version = "0.2.93" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5839 | checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5840 | |
| 5841 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5842 | name = "wasm-component-ld" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5843 | version = "0.5.6" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5845 | checksum = "51449c63d1ce69f92b8465a084ed5b91f1a7eb583fa95796650a6bfcffc4f9cb" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5846 | dependencies = [ |
| 5847 | "anyhow", |
| 5848 | "clap", |
| 5849 | "lexopt", |
| 5850 | "tempfile", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5851 | "wasi-preview1-component-adapter-provider", |
| 5852 | "wasmparser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5853 | "wat", |
| 5854 | "wit-component", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5855 | "wit-parser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5856 | ] |
| 5857 | |
| 5858 | [[package]] |
| 5859 | name = "wasm-component-ld-wrapper" |
| 5860 | version = "0.1.0" |
| 5861 | dependencies = [ |
| 5862 | "wasm-component-ld", |
| 5863 | ] |
| 5864 | |
| 5865 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 5866 | name = "wasm-encoder" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5867 | version = "0.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5869 | checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5870 | dependencies = [ |
| 5871 | "leb128", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5872 | "wasmparser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5873 | ] |
| 5874 | |
| 5875 | [[package]] |
| 5876 | name = "wasm-metadata" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5877 | version = "0.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5879 | checksum = "0c6bb07c5576b608f7a2a9baa2294c1a3584a249965d695a9814a496cb6d232f" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5880 | dependencies = [ |
| 5881 | "anyhow", |
| 5882 | "indexmap", |
| 5883 | "serde", |
| 5884 | "serde_derive", |
| 5885 | "serde_json", |
| 5886 | "spdx", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5887 | "wasm-encoder", |
| 5888 | "wasmparser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5889 | ] |
| 5890 | |
| 5891 | [[package]] |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 5892 | name = "wasmparser" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5893 | version = "0.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5895 | checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5896 | dependencies = [ |
| 5897 | "ahash", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5898 | "bitflags 2.6.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5899 | "hashbrown", |
| 5900 | "indexmap", |
| 5901 | "semver", |
| 5902 | "serde", |
| 5903 | ] |
| 5904 | |
| 5905 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5906 | name = "wast" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5907 | version = "215.0.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5909 | checksum = "1ff1d00d893593249e60720be04a7c1f42f1c4dc3806a2869f4e66ab61eb54cb" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5910 | dependencies = [ |
| 5911 | "bumpalo", |
| 5912 | "leb128", |
| 5913 | "memchr", |
| 5914 | "unicode-width", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5915 | "wasm-encoder", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5916 | ] |
| 5917 | |
| 5918 | [[package]] |
| 5919 | name = "wat" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5920 | version = "1.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5922 | checksum = "670bf4d9c8cf76ae242d70ded47c546525b6dafaa6871f9bcb065344bf2b4e3d" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5923 | dependencies = [ |
| 5924 | "wast", |
| 5925 | ] |
| 5926 | |
| 5927 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5928 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5929 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5931 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5932 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5933 | "winapi-i686-pc-windows-gnu", |
| 5934 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5935 | ] |
| 5936 | |
| 5937 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5938 | name = "winapi-i686-pc-windows-gnu" |
| 5939 | version = "0.4.0" |
| 5940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5941 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5942 | |
| 5943 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5944 | name = "winapi-util" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5945 | version = "0.1.9" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5947 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5948 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5949 | "windows-sys 0.59.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5950 | ] |
| 5951 | |
| 5952 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5953 | name = "winapi-x86_64-pc-windows-gnu" |
| 5954 | version = "0.4.0" |
| 5955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5956 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5957 | |
| 5958 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5959 | name = "windows" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 5960 | version = "0.52.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 5962 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5963 | dependencies = [ |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5964 | "windows-core 0.52.0", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5965 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5966 | ] |
| 5967 | |
| 5968 | [[package]] |
| 5969 | name = "windows" |
| 5970 | version = "0.57.0" |
| 5971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5972 | checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| 5973 | dependencies = [ |
| 5974 | "windows-core 0.57.0", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5975 | "windows-targets 0.52.6", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5976 | ] |
| 5977 | |
| 5978 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5979 | name = "windows-bindgen" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 5980 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 5982 | checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5983 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 5984 | "proc-macro2", |
| 5985 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 5986 | "serde", |
| 5987 | "serde_json", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5988 | "syn 2.0.75", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5989 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5990 | ] |
| 5991 | |
| 5992 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5993 | name = "windows-core" |
| 5994 | version = "0.52.0" |
| 5995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5996 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 5997 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5998 | "windows-targets 0.52.6", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5999 | ] |
| 6000 | |
| 6001 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6002 | name = "windows-core" |
| 6003 | version = "0.57.0" |
| 6004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6005 | checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| 6006 | dependencies = [ |
| 6007 | "windows-implement", |
| 6008 | "windows-interface", |
| 6009 | "windows-result", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6010 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6011 | ] |
| 6012 | |
| 6013 | [[package]] |
| 6014 | name = "windows-implement" |
| 6015 | version = "0.57.0" |
| 6016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6017 | checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| 6018 | dependencies = [ |
| 6019 | "proc-macro2", |
| 6020 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6021 | "syn 2.0.75", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6022 | ] |
| 6023 | |
| 6024 | [[package]] |
| 6025 | name = "windows-interface" |
| 6026 | version = "0.57.0" |
| 6027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6028 | checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| 6029 | dependencies = [ |
| 6030 | "proc-macro2", |
| 6031 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6032 | "syn 2.0.75", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6033 | ] |
| 6034 | |
| 6035 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6036 | name = "windows-metadata" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6037 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6039 | checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6040 | |
| 6041 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6042 | name = "windows-result" |
| 6043 | version = "0.1.2" |
| 6044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6045 | checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| 6046 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6047 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6048 | ] |
| 6049 | |
| 6050 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6051 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6052 | version = "0.48.0" |
| 6053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6054 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6055 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6056 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6057 | ] |
| 6058 | |
| 6059 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6060 | name = "windows-sys" |
| 6061 | version = "0.52.0" |
| 6062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6063 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6064 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6065 | "windows-targets 0.52.6", |
| 6066 | ] |
| 6067 | |
| 6068 | [[package]] |
| 6069 | name = "windows-sys" |
| 6070 | version = "0.59.0" |
| 6071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6072 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6073 | dependencies = [ |
| 6074 | "windows-targets 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6075 | ] |
| 6076 | |
| 6077 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6078 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6079 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6081 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6082 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6083 | "windows_aarch64_gnullvm 0.48.5", |
| 6084 | "windows_aarch64_msvc 0.48.5", |
| 6085 | "windows_i686_gnu 0.48.5", |
| 6086 | "windows_i686_msvc 0.48.5", |
| 6087 | "windows_x86_64_gnu 0.48.5", |
| 6088 | "windows_x86_64_gnullvm 0.48.5", |
| 6089 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6090 | ] |
| 6091 | |
| 6092 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6093 | name = "windows-targets" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6094 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6096 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6097 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6098 | "windows_aarch64_gnullvm 0.52.6", |
| 6099 | "windows_aarch64_msvc 0.52.6", |
| 6100 | "windows_i686_gnu 0.52.6", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6101 | "windows_i686_gnullvm", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6102 | "windows_i686_msvc 0.52.6", |
| 6103 | "windows_x86_64_gnu 0.52.6", |
| 6104 | "windows_x86_64_gnullvm 0.52.6", |
| 6105 | "windows_x86_64_msvc 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6106 | ] |
| 6107 | |
| 6108 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6109 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6110 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6112 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6113 | |
| 6114 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6115 | name = "windows_aarch64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6116 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6118 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6119 | |
| 6120 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6121 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6122 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6124 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6125 | |
| 6126 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6127 | name = "windows_aarch64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6128 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6130 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6131 | |
| 6132 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6133 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6134 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6136 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6137 | |
| 6138 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6139 | name = "windows_i686_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6140 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6142 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6143 | |
| 6144 | [[package]] |
| 6145 | name = "windows_i686_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6146 | version = "0.52.6" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6148 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6149 | |
| 6150 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6151 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6152 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6154 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6155 | |
| 6156 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6157 | name = "windows_i686_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6158 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6160 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6161 | |
| 6162 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6163 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6164 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6166 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6167 | |
| 6168 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6169 | name = "windows_x86_64_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6170 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6172 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6173 | |
| 6174 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6175 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6176 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6178 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6179 | |
| 6180 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6181 | name = "windows_x86_64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6182 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6184 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6185 | |
| 6186 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6187 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6188 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6190 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6191 | |
| 6192 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6193 | name = "windows_x86_64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6194 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6196 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6197 | |
| 6198 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6199 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6200 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6202 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6203 | dependencies = [ |
| 6204 | "memchr", |
| 6205 | ] |
| 6206 | |
| 6207 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6208 | name = "wit-component" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6209 | version = "0.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6211 | checksum = "f725e3885fc5890648be5c5cbc1353b755dc932aa5f1aa7de968b912a3280743" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6212 | dependencies = [ |
| 6213 | "anyhow", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6214 | "bitflags 2.6.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6215 | "indexmap", |
| 6216 | "log", |
| 6217 | "serde", |
| 6218 | "serde_derive", |
| 6219 | "serde_json", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6220 | "wasm-encoder", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6221 | "wasm-metadata", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6222 | "wasmparser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6223 | "wit-parser", |
| 6224 | ] |
| 6225 | |
| 6226 | [[package]] |
| 6227 | name = "wit-parser" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6228 | version = "0.215.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6230 | checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6231 | dependencies = [ |
| 6232 | "anyhow", |
| 6233 | "id-arena", |
| 6234 | "indexmap", |
| 6235 | "log", |
| 6236 | "semver", |
| 6237 | "serde", |
| 6238 | "serde_derive", |
| 6239 | "serde_json", |
| 6240 | "unicode-xid", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6241 | "wasmparser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6242 | ] |
| 6243 | |
| 6244 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6245 | name = "writeable" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6246 | version = "0.5.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6248 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6249 | |
| 6250 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6251 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6252 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6254 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6255 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6256 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6257 | "linux-raw-sys", |
| 6258 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6259 | ] |
| 6260 | |
| 6261 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6262 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6263 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6265 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6266 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6267 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6268 | ] |
| 6269 | |
| 6270 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6271 | name = "yansi-term" |
| 6272 | version = "0.1.2" |
| 6273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6274 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6275 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6276 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6277 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6278 | |
| 6279 | [[package]] |
| 6280 | name = "yoke" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6281 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6283 | checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6284 | dependencies = [ |
| 6285 | "serde", |
| 6286 | "stable_deref_trait", |
| 6287 | "yoke-derive", |
| 6288 | "zerofrom", |
| 6289 | ] |
| 6290 | |
| 6291 | [[package]] |
| 6292 | name = "yoke-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6293 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6295 | checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6296 | dependencies = [ |
| 6297 | "proc-macro2", |
| 6298 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6299 | "syn 2.0.75", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6300 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6301 | ] |
| 6302 | |
| 6303 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6304 | name = "zerocopy" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6305 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6307 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6308 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6309 | "byteorder", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6310 | "zerocopy-derive", |
| 6311 | ] |
| 6312 | |
| 6313 | [[package]] |
| 6314 | name = "zerocopy-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6315 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6317 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6318 | dependencies = [ |
| 6319 | "proc-macro2", |
| 6320 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6321 | "syn 2.0.75", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6322 | ] |
| 6323 | |
| 6324 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6325 | name = "zerofrom" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6326 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6328 | checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6329 | dependencies = [ |
| 6330 | "zerofrom-derive", |
| 6331 | ] |
| 6332 | |
| 6333 | [[package]] |
| 6334 | name = "zerofrom-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6335 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6337 | checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6338 | dependencies = [ |
| 6339 | "proc-macro2", |
| 6340 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6341 | "syn 2.0.75", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6342 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6343 | ] |
| 6344 | |
| 6345 | [[package]] |
| 6346 | name = "zerovec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6347 | version = "0.10.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6349 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6350 | dependencies = [ |
| 6351 | "yoke", |
| 6352 | "zerofrom", |
| 6353 | "zerovec-derive", |
| 6354 | ] |
| 6355 | |
| 6356 | [[package]] |
| 6357 | name = "zerovec-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6358 | version = "0.10.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6360 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6361 | dependencies = [ |
| 6362 | "proc-macro2", |
| 6363 | "quote", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6364 | "syn 2.0.75", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6365 | ] |