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" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 7 | version = "0.19.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 9 | checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 10 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 11 | "compiler_builtins", |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 12 | "gimli 0.27.2", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 13 | "rustc-std-workspace-alloc", |
| 14 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 18 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | version = "1.0.2" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 22 | dependencies = [ |
| 23 | "compiler_builtins", |
| 24 | "rustc-std-workspace-core", |
| 25 | ] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 26 | |
| 27 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 28 | name = "ahash" |
| 29 | version = "0.7.4" |
| 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 31 | checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" |
| 32 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 33 | "getrandom", |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 34 | "once_cell", |
| 35 | "version_check", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 39 | name = "ahash" |
| 40 | version = "0.8.2" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" |
| 43 | dependencies = [ |
| 44 | "cfg-if", |
| 45 | "once_cell", |
| 46 | "version_check", |
| 47 | ] |
| 48 | |
| 49 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 50 | name = "aho-corasick" |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 51 | version = "0.7.18" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 53 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 54 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 55 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 56 | ] |
| 57 | |
| 58 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 59 | name = "alloc" |
| 60 | version = "0.0.0" |
| 61 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 62 | "compiler_builtins", |
| 63 | "core", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 64 | "rand", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 65 | "rand_xorshift", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 66 | ] |
| 67 | |
| 68 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 69 | name = "allocator-api2" |
| 70 | version = "0.2.14" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e" |
| 73 | |
| 74 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 75 | name = "ammonia" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 76 | version = "3.2.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 78 | checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 79 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 80 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 81 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 82 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 83 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 84 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 85 | ] |
| 86 | |
| 87 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 88 | name = "android_system_properties" |
| 89 | version = "0.1.5" |
| 90 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 91 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 92 | dependencies = [ |
| 93 | "libc", |
| 94 | ] |
| 95 | |
| 96 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 97 | name = "annotate-snippets" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 98 | version = "0.9.1" |
| 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 | checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 101 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 102 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 103 | "yansi-term", |
| 104 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 105 | |
| 106 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 107 | name = "ansi_term" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 108 | version = "0.12.1" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 111 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 112 | "winapi", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 113 | ] |
| 114 | |
| 115 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 116 | name = "anstream" |
| 117 | version = "0.2.6" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" |
| 120 | dependencies = [ |
| 121 | "anstyle", |
| 122 | "anstyle-parse", |
| 123 | "anstyle-wincon", |
| 124 | "concolor-override", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 125 | "concolor-query", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 126 | "is-terminal", |
| 127 | "utf8parse", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "anstyle" |
| 132 | version = "0.3.5" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" |
| 135 | |
| 136 | [[package]] |
| 137 | name = "anstyle-parse" |
| 138 | version = "0.1.1" |
| 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" |
| 141 | dependencies = [ |
| 142 | "utf8parse", |
| 143 | ] |
| 144 | |
| 145 | [[package]] |
| 146 | name = "anstyle-wincon" |
| 147 | version = "0.2.0" |
| 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" |
| 150 | dependencies = [ |
| 151 | "anstyle", |
| 152 | "windows-sys 0.45.0", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 156 | name = "anyhow" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 157 | version = "1.0.65" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 159 | checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 160 | |
| 161 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 162 | name = "ar_archive_writer" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 163 | version = "0.1.4" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 165 | checksum = "74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 166 | dependencies = [ |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 167 | "object 0.31.1", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 168 | ] |
| 169 | |
| 170 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 171 | name = "array_tool" |
| 172 | version = "1.0.3" |
| 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 | checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271" |
| 175 | |
| 176 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 177 | name = "arrayvec" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 178 | version = "0.7.0" |
| 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 | checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 181 | |
| 182 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 183 | name = "askama" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 184 | version = "0.12.0" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 186 | checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 187 | dependencies = [ |
| 188 | "askama_derive", |
| 189 | "askama_escape", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 190 | ] |
| 191 | |
| 192 | [[package]] |
| 193 | name = "askama_derive" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 194 | version = "0.12.1" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 196 | checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 197 | dependencies = [ |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 198 | "basic-toml", |
| 199 | "mime", |
| 200 | "mime_guess", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 201 | "nom", |
| 202 | "proc-macro2", |
| 203 | "quote", |
Guillaume Gomez | 48f5dca | 2022-01-17 16:36:39 | [diff] [blame] | 204 | "serde", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 205 | "syn 2.0.8", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 206 | ] |
| 207 | |
| 208 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 209 | name = "askama_escape" |
| 210 | version = "0.10.3" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| 213 | |
| 214 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 215 | name = "atty" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 216 | version = "0.2.14" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 218 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 219 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 220 | "hermit-abi 0.1.19", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 221 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 222 | "winapi", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 223 | ] |
| 224 | |
| 225 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 226 | name = "autocfg" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 227 | version = "1.1.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 229 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 230 | |
| 231 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 232 | name = "backtrace" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 233 | version = "0.3.67" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 235 | checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 236 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 237 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 238 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 239 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 240 | "libc", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 241 | "miniz_oxide", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 242 | "object 0.30.1", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 243 | "rustc-demangle", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 247 | name = "basic-toml" |
| 248 | version = "0.1.2" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" |
| 251 | dependencies = [ |
| 252 | "serde", |
| 253 | ] |
| 254 | |
| 255 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 256 | name = "bincode" |
| 257 | version = "1.3.3" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 260 | dependencies = [ |
| 261 | "serde", |
| 262 | ] |
| 263 | |
| 264 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 265 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 266 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 268 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 269 | |
| 270 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 271 | name = "block-buffer" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 272 | version = "0.10.2" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 274 | checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 275 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 276 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 277 | ] |
| 278 | |
| 279 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 280 | name = "bstr" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 281 | version = "1.3.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 283 | checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 284 | dependencies = [ |
| 285 | "memchr", |
| 286 | "once_cell", |
Manish Goregaokar | 2721e40 | 2022-11-18 22:46:52 | [diff] [blame] | 287 | "regex-automata 0.1.10", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 288 | "serde", |
| 289 | ] |
| 290 | |
| 291 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 292 | name = "build-manifest" |
| 293 | version = "0.1.0" |
| 294 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 295 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 296 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 297 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 298 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 299 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 300 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 301 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 302 | "tar", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 303 | "toml 0.5.7", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 304 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 305 | ] |
| 306 | |
| 307 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 308 | name = "build_helper" |
| 309 | version = "0.1.0" |
| 310 | |
| 311 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 312 | name = "bump-stage0" |
| 313 | version = "0.1.0" |
| 314 | dependencies = [ |
| 315 | "anyhow", |
| 316 | "curl", |
Pietro Albini | ea8b1ff | 2021-08-26 10:35:32 | [diff] [blame] | 317 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 318 | "serde", |
| 319 | "serde_json", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 320 | "toml 0.5.7", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 321 | ] |
| 322 | |
| 323 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 324 | name = "bumpalo" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 325 | version = "3.13.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 327 | checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 328 | |
| 329 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 330 | name = "bytecount" |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 331 | version = "0.6.2" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 333 | checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 334 | dependencies = [ |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 335 | "packed_simd_2", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 336 | ] |
| 337 | |
| 338 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 339 | name = "byteorder" |
| 340 | version = "1.4.3" |
| 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 342 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| 343 | |
| 344 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 345 | name = "bytes" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 346 | version = "1.4.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 348 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 349 | |
| 350 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 351 | name = "camino" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 352 | version = "1.0.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 354 | checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 355 | dependencies = [ |
| 356 | "serde", |
| 357 | ] |
| 358 | |
| 359 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 360 | name = "cargo-miri" |
| 361 | version = "0.1.0" |
| 362 | dependencies = [ |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 363 | "cargo_metadata", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 364 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 365 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 366 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 367 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 368 | "serde", |
| 369 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 370 | ] |
| 371 | |
| 372 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 373 | name = "cargo-platform" |
Eric Huss | e62cd40 | 2021-08-10 20:40:56 | [diff] [blame] | 374 | version = "0.1.2" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 | checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| 377 | dependencies = [ |
| 378 | "serde", |
| 379 | ] |
| 380 | |
| 381 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 382 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 383 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 385 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 386 | dependencies = [ |
| 387 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 388 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 389 | "semver", |
| 390 | "serde", |
| 391 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 392 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 393 | ] |
| 394 | |
| 395 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 396 | name = "cargotest2" |
| 397 | version = "0.1.0" |
| 398 | |
| 399 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 400 | name = "cc" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 401 | version = "1.0.79" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 403 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 404 | |
| 405 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 406 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 407 | version = "1.0.0" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 410 | dependencies = [ |
| 411 | "compiler_builtins", |
| 412 | "rustc-std-workspace-core", |
| 413 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 414 | |
| 415 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 416 | name = "chalk-derive" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 417 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 419 | checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 420 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 421 | "proc-macro2", |
| 422 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 423 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 424 | "synstructure 0.12.6", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 425 | ] |
| 426 | |
| 427 | [[package]] |
| 428 | name = "chalk-engine" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 429 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 431 | checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 432 | dependencies = [ |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 433 | "chalk-derive", |
| 434 | "chalk-ir", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 435 | "chalk-solve", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 436 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 437 | "tracing", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 438 | ] |
| 439 | |
| 440 | [[package]] |
| 441 | name = "chalk-ir" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 442 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 444 | checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 445 | dependencies = [ |
Jack Huey | 4b64bc1 | 2021-01-01 18:44:31 | [diff] [blame] | 446 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 447 | "chalk-derive", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 448 | "lazy_static", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 449 | ] |
| 450 | |
| 451 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 452 | name = "chalk-solve" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 453 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 455 | checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 456 | dependencies = [ |
| 457 | "chalk-derive", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 458 | "chalk-ir", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 459 | "ena", |
pierwill | 8d27c28 | 2022-01-19 19:44:43 | [diff] [blame] | 460 | "indexmap", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 461 | "itertools", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 462 | "petgraph", |
| 463 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 464 | "tracing", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 465 | "tracing-subscriber", |
| 466 | "tracing-tree", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 467 | ] |
| 468 | |
| 469 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 470 | name = "chrono" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 471 | version = "0.4.24" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 473 | checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 474 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 475 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 476 | "num-integer", |
| 477 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 478 | "serde", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 479 | "winapi", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 480 | ] |
| 481 | |
| 482 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 483 | name = "clap" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 484 | version = "4.2.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 486 | checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 487 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 488 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 489 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 490 | "once_cell", |
| 491 | ] |
| 492 | |
| 493 | [[package]] |
| 494 | name = "clap_builder" |
| 495 | version = "4.2.1" |
| 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 497 | checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" |
| 498 | dependencies = [ |
| 499 | "anstream", |
| 500 | "anstyle", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 501 | "bitflags", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 502 | "clap_lex", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 503 | "once_cell", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 504 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 505 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 506 | ] |
| 507 | |
| 508 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 509 | name = "clap_complete" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 510 | version = "4.0.7" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 512 | checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 513 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 514 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 515 | ] |
| 516 | |
| 517 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 518 | name = "clap_derive" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 519 | version = "4.2.0" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 521 | checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 522 | dependencies = [ |
| 523 | "heck", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 524 | "proc-macro2", |
| 525 | "quote", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 526 | "syn 2.0.8", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 527 | ] |
| 528 | |
| 529 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 530 | name = "clap_lex" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 531 | version = "0.4.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 533 | checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 534 | |
| 535 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 536 | name = "clippy" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 537 | version = "0.1.72" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 538 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 539 | "clippy_lints", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 540 | "filetime", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 541 | "itertools", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 542 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 543 | "rustc_tools_util", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 544 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 545 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 546 | "tester", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 547 | "toml 0.7.4", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 548 | "ui_test", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 549 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 550 | ] |
| 551 | |
| 552 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 553 | name = "clippy_dev" |
| 554 | version = "0.0.1" |
| 555 | dependencies = [ |
flip1995 | 463c760 | 2022-05-05 14:13:10 | [diff] [blame] | 556 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 557 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 558 | "indoc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 559 | "itertools", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 560 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 561 | "shell-escape", |
| 562 | "walkdir", |
| 563 | ] |
| 564 | |
| 565 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 566 | name = "clippy_lints" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 567 | version = "0.1.72" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 568 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 569 | "arrayvec", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 570 | "cargo_metadata", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 571 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 572 | "declare_clippy_lint", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 573 | "if_chain", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 574 | "itertools", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 575 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 576 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 577 | "regex", |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 578 | "regex-syntax 0.7.1", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 579 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 580 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 581 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 582 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 583 | "tempfile", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 584 | "toml 0.7.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 585 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 586 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 587 | "url", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 588 | ] |
| 589 | |
| 590 | [[package]] |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 591 | name = "clippy_test_deps" |
| 592 | version = "0.1.0" |
| 593 | dependencies = [ |
| 594 | "clippy_lints", |
| 595 | "clippy_utils", |
| 596 | "derive-new", |
| 597 | "futures", |
| 598 | "if_chain", |
| 599 | "itertools", |
| 600 | "parking_lot 0.12.1", |
| 601 | "quote", |
| 602 | "regex", |
| 603 | "serde", |
| 604 | "syn 2.0.8", |
| 605 | "tokio", |
| 606 | ] |
| 607 | |
| 608 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 609 | name = "clippy_utils" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 610 | version = "0.1.72" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 611 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 612 | "arrayvec", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 613 | "if_chain", |
Jason Newcomb | 9a67767 | 2022-08-31 13:24:45 | [diff] [blame] | 614 | "itertools", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 615 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 616 | ] |
| 617 | |
| 618 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 619 | name = "collect-license-metadata" |
| 620 | version = "0.1.0" |
| 621 | dependencies = [ |
| 622 | "anyhow", |
| 623 | "serde", |
| 624 | "serde_json", |
| 625 | "spdx-rs", |
| 626 | ] |
| 627 | |
| 628 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 629 | name = "color-eyre" |
| 630 | version = "0.6.2" |
| 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 632 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| 633 | dependencies = [ |
| 634 | "backtrace", |
| 635 | "color-spantrace", |
| 636 | "eyre", |
| 637 | "indenter", |
| 638 | "once_cell", |
| 639 | "owo-colors", |
| 640 | "tracing-error", |
| 641 | ] |
| 642 | |
| 643 | [[package]] |
| 644 | name = "color-spantrace" |
| 645 | version = "0.2.0" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
| 648 | dependencies = [ |
| 649 | "once_cell", |
| 650 | "owo-colors", |
| 651 | "tracing-core", |
| 652 | "tracing-error", |
| 653 | ] |
| 654 | |
| 655 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 656 | name = "colored" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 657 | version = "2.0.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 659 | checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 660 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 661 | "atty", |
| 662 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 663 | "winapi", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 664 | ] |
| 665 | |
| 666 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 667 | name = "compiler_builtins" |
Patryk Wychowaniec | 70ce213 | 2023-06-18 11:29:36 | [diff] [blame] | 668 | version = "0.1.93" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Patryk Wychowaniec | 70ce213 | 2023-06-18 11:29:36 | [diff] [blame] | 670 | checksum = "76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 671 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 672 | "cc", |
| 673 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 674 | ] |
| 675 | |
| 676 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 677 | name = "compiletest" |
| 678 | version = "0.0.0" |
| 679 | dependencies = [ |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 680 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 681 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 682 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 683 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 684 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 685 | "glob", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 686 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 687 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 688 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 689 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 690 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 691 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 692 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 693 | "serde", |
| 694 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 695 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 696 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 697 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 698 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 699 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 700 | ] |
| 701 | |
| 702 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 703 | name = "concolor-override" |
| 704 | version = "1.0.0" |
| 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" |
| 707 | |
| 708 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 709 | name = "concolor-query" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 710 | version = "0.3.3" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" |
| 713 | dependencies = [ |
| 714 | "windows-sys 0.45.0", |
| 715 | ] |
| 716 | |
| 717 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 718 | name = "convert_case" |
| 719 | version = "0.4.0" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 722 | |
| 723 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 724 | name = "core" |
| 725 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 726 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 727 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 728 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 729 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 730 | |
| 731 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 732 | name = "core-foundation-sys" |
| 733 | version = "0.8.4" |
| 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
| 736 | |
| 737 | [[package]] |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 738 | name = "coverage_test_macros" |
| 739 | version = "0.0.0" |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 740 | |
| 741 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 742 | name = "cpufeatures" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 743 | version = "0.2.5" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 745 | checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 746 | dependencies = [ |
| 747 | "libc", |
| 748 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 749 | |
| 750 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 751 | name = "crc32fast" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 752 | version = "1.3.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 754 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 755 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 756 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 757 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 758 | |
| 759 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 760 | name = "crossbeam-channel" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 761 | version = "0.5.8" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 763 | checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 764 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 765 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 766 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 767 | ] |
| 768 | |
| 769 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 770 | name = "crossbeam-deque" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 771 | version = "0.8.2" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 773 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 774 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 775 | "cfg-if", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 776 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 777 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 778 | ] |
| 779 | |
| 780 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 781 | name = "crossbeam-epoch" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 782 | version = "0.9.14" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 784 | checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 785 | dependencies = [ |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 786 | "autocfg", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 787 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 788 | "crossbeam-utils", |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 789 | "memoffset 0.8.0", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 790 | "scopeguard", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 791 | ] |
| 792 | |
| 793 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 794 | name = "crossbeam-utils" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 795 | version = "0.8.14" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 797 | checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 798 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 799 | "cfg-if", |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 800 | ] |
| 801 | |
| 802 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 803 | name = "crypto-common" |
| 804 | version = "0.1.6" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 807 | dependencies = [ |
| 808 | "generic-array", |
| 809 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 810 | ] |
| 811 | |
| 812 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 813 | name = "ctrlc" |
| 814 | version = "3.3.1" |
| 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 816 | checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" |
| 817 | dependencies = [ |
| 818 | "nix", |
| 819 | "windows-sys 0.48.0", |
| 820 | ] |
| 821 | |
| 822 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 823 | name = "curl" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 824 | version = "0.4.44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 826 | checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 827 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 828 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 829 | "libc", |
| 830 | "openssl-probe", |
| 831 | "openssl-sys", |
| 832 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 833 | "socket2", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 834 | "winapi", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 835 | ] |
| 836 | |
| 837 | [[package]] |
| 838 | name = "curl-sys" |
Weihang Lo | 30cef3a | 2023-03-21 15:49:04 | [diff] [blame] | 839 | version = "0.4.61+curl-8.0.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 30cef3a | 2023-03-21 15:49:04 | [diff] [blame] | 841 | checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 842 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 843 | "cc", |
| 844 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 845 | "libz-sys", |
| 846 | "openssl-sys", |
| 847 | "pkg-config", |
| 848 | "vcpkg", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 849 | "winapi", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 850 | ] |
| 851 | |
| 852 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 853 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 854 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 856 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 857 | |
| 858 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 859 | name = "declare_clippy_lint" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 860 | version = "0.1.72" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 861 | dependencies = [ |
| 862 | "itertools", |
| 863 | "quote", |
Philipp Krones | fffef0f | 2023-04-23 11:29:28 | [diff] [blame] | 864 | "syn 2.0.8", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 865 | ] |
| 866 | |
| 867 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 868 | name = "derive-new" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 869 | version = "0.5.9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 871 | checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 872 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 873 | "proc-macro2", |
| 874 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 875 | "syn 1.0.102", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 876 | ] |
| 877 | |
| 878 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 879 | name = "derive_more" |
| 880 | version = "0.99.17" |
| 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 883 | dependencies = [ |
| 884 | "convert_case", |
| 885 | "proc-macro2", |
| 886 | "quote", |
| 887 | "rustc_version", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 888 | "syn 1.0.102", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 889 | ] |
| 890 | |
| 891 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 892 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 893 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 895 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 896 | |
| 897 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 898 | name = "digest" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 899 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 901 | checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 902 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 903 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 904 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 905 | ] |
| 906 | |
| 907 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 908 | name = "directories" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 909 | version = "4.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 911 | checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 912 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 913 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 914 | ] |
| 915 | |
| 916 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 917 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 918 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 920 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 921 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 922 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 923 | ] |
| 924 | |
| 925 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 926 | name = "dirs-next" |
| 927 | version = "2.0.0" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 930 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 931 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 932 | "dirs-sys-next", |
| 933 | ] |
| 934 | |
| 935 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 936 | name = "dirs-sys" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 937 | version = "0.3.6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 939 | checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 940 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 941 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 942 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 943 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 944 | ] |
| 945 | |
| 946 | [[package]] |
| 947 | name = "dirs-sys-next" |
| 948 | version = "0.1.2" |
| 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 951 | dependencies = [ |
| 952 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 953 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 954 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 955 | ] |
| 956 | |
| 957 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 958 | name = "displaydoc" |
| 959 | version = "0.2.3" |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
| 962 | dependencies = [ |
| 963 | "proc-macro2", |
| 964 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 965 | "syn 1.0.102", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 966 | ] |
| 967 | |
| 968 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 969 | name = "dissimilar" |
| 970 | version = "1.0.4" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" |
| 973 | |
| 974 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 975 | name = "dlmalloc" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 976 | version = "0.2.3" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 978 | checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 979 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 980 | "compiler_builtins", |
| 981 | "libc", |
| 982 | "rustc-std-workspace-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 983 | ] |
| 984 | |
| 985 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 986 | name = "either" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 987 | version = "1.6.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 989 | checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 990 | |
| 991 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 992 | name = "elasticlunr-rs" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 993 | version = "3.0.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 995 | checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 996 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 997 | "regex", |
| 998 | "serde", |
| 999 | "serde_derive", |
| 1000 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1001 | ] |
| 1002 | |
| 1003 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1004 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1005 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1007 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1008 | dependencies = [ |
| 1009 | "stable_deref_trait", |
| 1010 | ] |
| 1011 | |
| 1012 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1013 | name = "ena" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1014 | version = "0.14.2" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1016 | checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1017 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1018 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1019 | ] |
| 1020 | |
| 1021 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1022 | name = "env_logger" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1023 | version = "0.7.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 1024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1025 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1026 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1027 | "atty", |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1028 | "humantime 1.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1029 | "log", |
| 1030 | "regex", |
| 1031 | "termcolor", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1032 | ] |
| 1033 | |
| 1034 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1035 | name = "env_logger" |
Eric Huss | 7ca38ee | 2021-07-16 02:27:11 | [diff] [blame] | 1036 | version = "0.9.0" |
| 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| 1039 | dependencies = [ |
| 1040 | "atty", |
| 1041 | "humantime 2.0.1", |
| 1042 | "log", |
| 1043 | "regex", |
| 1044 | "termcolor", |
| 1045 | ] |
| 1046 | |
| 1047 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1048 | name = "env_logger" |
| 1049 | version = "0.10.0" |
| 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| 1052 | dependencies = [ |
| 1053 | "humantime 2.0.1", |
| 1054 | "is-terminal", |
| 1055 | "log", |
| 1056 | "regex", |
| 1057 | "termcolor", |
| 1058 | ] |
| 1059 | |
| 1060 | [[package]] |
| 1061 | name = "errno" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1062 | version = "0.3.1" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1064 | checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1065 | dependencies = [ |
| 1066 | "errno-dragonfly", |
| 1067 | "libc", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1068 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1069 | ] |
| 1070 | |
| 1071 | [[package]] |
| 1072 | name = "errno-dragonfly" |
| 1073 | version = "0.1.2" |
| 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1075 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 1076 | dependencies = [ |
| 1077 | "cc", |
| 1078 | "libc", |
| 1079 | ] |
| 1080 | |
| 1081 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1082 | name = "error_index_generator" |
| 1083 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1084 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1085 | "mdbook", |
Ezra Shaw | 5304415 | 2023-02-25 09:59:20 | [diff] [blame] | 1086 | "rustc_error_codes", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1087 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1088 | |
| 1089 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1090 | name = "expand-yaml-anchors" |
| 1091 | version = "0.1.0" |
| 1092 | dependencies = [ |
| 1093 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1094 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1095 | ] |
| 1096 | |
| 1097 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1098 | name = "expect-test" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1099 | version = "1.4.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1101 | checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1102 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1103 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1104 | "once_cell", |
| 1105 | ] |
| 1106 | |
| 1107 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1108 | name = "eyre" |
| 1109 | version = "0.6.8" |
| 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1111 | checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
| 1112 | dependencies = [ |
| 1113 | "indenter", |
| 1114 | "once_cell", |
| 1115 | ] |
| 1116 | |
| 1117 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1118 | name = "fallible-iterator" |
| 1119 | version = "0.2.0" |
| 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1121 | checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| 1122 | |
| 1123 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1124 | name = "fastrand" |
| 1125 | version = "1.8.0" |
| 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1127 | checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
| 1128 | dependencies = [ |
| 1129 | "instant", |
| 1130 | ] |
| 1131 | |
| 1132 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1133 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1134 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1136 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1137 | dependencies = [ |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1138 | "memoffset 0.9.0", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1139 | "rustc_version", |
| 1140 | ] |
| 1141 | |
| 1142 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1143 | name = "filetime" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1144 | version = "0.2.20" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1146 | checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1147 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1148 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1149 | "libc", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 1150 | "redox_syscall 0.2.10", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1151 | "windows-sys 0.45.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1152 | ] |
| 1153 | |
| 1154 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1155 | name = "fixedbitset" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1156 | version = "0.2.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1158 | checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1159 | |
| 1160 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1161 | name = "flate2" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1162 | version = "1.0.25" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1164 | checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1165 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1166 | "crc32fast", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 1167 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1171 | name = "fluent-bundle" |
| 1172 | version = "0.15.2" |
| 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1175 | dependencies = [ |
| 1176 | "fluent-langneg", |
| 1177 | "fluent-syntax", |
| 1178 | "intl-memoizer", |
| 1179 | "intl_pluralrules", |
| 1180 | "rustc-hash", |
| 1181 | "self_cell", |
| 1182 | "smallvec", |
| 1183 | "unic-langid", |
| 1184 | ] |
| 1185 | |
| 1186 | [[package]] |
| 1187 | name = "fluent-langneg" |
| 1188 | version = "0.13.0" |
| 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1191 | dependencies = [ |
| 1192 | "unic-langid", |
| 1193 | ] |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "fluent-syntax" |
| 1197 | version = "0.11.0" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1200 | dependencies = [ |
| 1201 | "thiserror", |
| 1202 | ] |
| 1203 | |
| 1204 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1205 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1206 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1208 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1209 | |
| 1210 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1211 | name = "form_urlencoded" |
| 1212 | version = "1.0.1" |
| 1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1214 | checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
| 1215 | dependencies = [ |
| 1216 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1217 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1218 | ] |
| 1219 | |
| 1220 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1221 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1222 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1224 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1225 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1226 | "compiler_builtins", |
| 1227 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1231 | name = "fs-err" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1232 | version = "2.8.1" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1234 | checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1235 | |
| 1236 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1237 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1238 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1240 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1241 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1242 | "mac", |
| 1243 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1244 | ] |
| 1245 | |
| 1246 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1247 | name = "futures" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1248 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1250 | checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1251 | dependencies = [ |
| 1252 | "futures-channel", |
| 1253 | "futures-core", |
| 1254 | "futures-executor", |
| 1255 | "futures-io", |
| 1256 | "futures-sink", |
| 1257 | "futures-task", |
| 1258 | "futures-util", |
| 1259 | ] |
| 1260 | |
| 1261 | [[package]] |
| 1262 | name = "futures-channel" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1263 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1265 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1266 | dependencies = [ |
| 1267 | "futures-core", |
| 1268 | "futures-sink", |
| 1269 | ] |
| 1270 | |
| 1271 | [[package]] |
| 1272 | name = "futures-core" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1273 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1275 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1276 | |
| 1277 | [[package]] |
| 1278 | name = "futures-executor" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1279 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1281 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1282 | dependencies = [ |
| 1283 | "futures-core", |
| 1284 | "futures-task", |
| 1285 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1286 | ] |
| 1287 | |
| 1288 | [[package]] |
| 1289 | name = "futures-io" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1290 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1292 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1293 | |
| 1294 | [[package]] |
| 1295 | name = "futures-macro" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1296 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1298 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1299 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1300 | "proc-macro2", |
| 1301 | "quote", |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1302 | "syn 2.0.8", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1303 | ] |
| 1304 | |
| 1305 | [[package]] |
| 1306 | name = "futures-sink" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1307 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1309 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1310 | |
| 1311 | [[package]] |
| 1312 | name = "futures-task" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1313 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1315 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1316 | |
| 1317 | [[package]] |
| 1318 | name = "futures-util" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1319 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1321 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1322 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1323 | "futures-channel", |
| 1324 | "futures-core", |
| 1325 | "futures-io", |
| 1326 | "futures-macro", |
| 1327 | "futures-sink", |
| 1328 | "futures-task", |
| 1329 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1330 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1331 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1332 | "slab", |
| 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1336 | name = "generate-copyright" |
| 1337 | version = "0.1.0" |
| 1338 | dependencies = [ |
| 1339 | "anyhow", |
| 1340 | "serde", |
| 1341 | "serde_json", |
| 1342 | ] |
| 1343 | |
| 1344 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1345 | name = "generate-windows-sys" |
| 1346 | version = "0.1.0" |
| 1347 | dependencies = [ |
| 1348 | "windows-bindgen", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1352 | name = "generic-array" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1353 | version = "0.14.4" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
| 1356 | dependencies = [ |
| 1357 | "typenum", |
| 1358 | "version_check", |
| 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1362 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1363 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1365 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1366 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1367 | "rustc-std-workspace-core", |
| 1368 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1369 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1370 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1371 | |
| 1372 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1373 | name = "getrandom" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1374 | version = "0.2.8" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1376 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1377 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1378 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1379 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1380 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1381 | ] |
| 1382 | |
| 1383 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1384 | name = "gimli" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1385 | version = "0.26.2" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1387 | checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1388 | dependencies = [ |
| 1389 | "fallible-iterator", |
| 1390 | "indexmap", |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1391 | "stable_deref_trait", |
| 1392 | ] |
| 1393 | |
| 1394 | [[package]] |
| 1395 | name = "gimli" |
| 1396 | version = "0.27.2" |
| 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1398 | checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" |
| 1399 | dependencies = [ |
| 1400 | "compiler_builtins", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1401 | "rustc-std-workspace-alloc", |
| 1402 | "rustc-std-workspace-core", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1403 | ] |
| 1404 | |
| 1405 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1406 | name = "glob" |
Eric Huss | 4543245 | 2019-03-12 20:34:47 | [diff] [blame] | 1407 | version = "0.3.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1409 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1410 | |
| 1411 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1412 | name = "globset" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1413 | version = "0.4.10" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1415 | checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1416 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1417 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1418 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1419 | "fnv", |
| 1420 | "log", |
| 1421 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1422 | ] |
| 1423 | |
| 1424 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1425 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1426 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1428 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1429 | dependencies = [ |
| 1430 | "serde", |
| 1431 | ] |
| 1432 | |
| 1433 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1434 | name = "handlebars" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1435 | version = "4.3.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1437 | checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1438 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1439 | "log", |
| 1440 | "pest", |
| 1441 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1442 | "serde", |
| 1443 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1444 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1445 | ] |
| 1446 | |
| 1447 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1448 | name = "hashbrown" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 1449 | version = "0.12.3" |
Markus Westerlind | 7cf8d3a | 2020-10-05 08:50:51 | [diff] [blame] | 1450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 1451 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
Amanieu d'Antras | 88149d1 | 2022-01-17 07:46:11 | [diff] [blame] | 1452 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1453 | "ahash 0.7.4", |
Eric Huss | 04538c6 | 2019-07-08 21:52:07 | [diff] [blame] | 1454 | ] |
| 1455 | |
| 1456 | [[package]] |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1457 | name = "hashbrown" |
| 1458 | version = "0.13.1" |
| 1459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1460 | checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" |
| 1461 | dependencies = [ |
| 1462 | "ahash 0.8.2", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
| 1466 | name = "hashbrown" |
| 1467 | version = "0.14.0" |
| 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1469 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
| 1470 | dependencies = [ |
| 1471 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1472 | "compiler_builtins", |
| 1473 | "rustc-std-workspace-alloc", |
| 1474 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1475 | ] |
| 1476 | |
| 1477 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1478 | name = "heck" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1479 | version = "0.4.0" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
| 1482 | |
| 1483 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1484 | name = "hermit-abi" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 1485 | version = "0.1.19" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 1487 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1488 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 1489 | "libc", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "hermit-abi" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1494 | version = "0.3.0" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01" |
| 1497 | dependencies = [ |
| 1498 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1499 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1500 | "rustc-std-workspace-core", |
| 1501 | ] |
| 1502 | |
| 1503 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1504 | name = "hex" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1505 | version = "0.4.2" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1507 | checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1508 | |
| 1509 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1510 | name = "html-checker" |
| 1511 | version = "0.1.0" |
| 1512 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1513 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1514 | "walkdir", |
| 1515 | ] |
| 1516 | |
| 1517 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1518 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1519 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1521 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1522 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1523 | "log", |
| 1524 | "mac", |
| 1525 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1526 | "proc-macro2", |
| 1527 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 1528 | "syn 1.0.102", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1529 | ] |
| 1530 | |
| 1531 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1532 | name = "humantime" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1533 | version = "1.3.0" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1535 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1536 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 1537 | "quick-error", |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1541 | name = "humantime" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1542 | version = "2.0.1" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1544 | checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1545 | |
| 1546 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1547 | name = "iana-time-zone" |
| 1548 | version = "0.1.56" |
| 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1550 | checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
| 1551 | dependencies = [ |
| 1552 | "android_system_properties", |
| 1553 | "core-foundation-sys", |
| 1554 | "iana-time-zone-haiku", |
| 1555 | "js-sys", |
| 1556 | "wasm-bindgen", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 1557 | "windows", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1558 | ] |
| 1559 | |
| 1560 | [[package]] |
| 1561 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1562 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1564 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1565 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1566 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1567 | ] |
| 1568 | |
| 1569 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1570 | name = "icu_list" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1571 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1573 | checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1574 | dependencies = [ |
| 1575 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1576 | "icu_provider", |
| 1577 | "regex-automata 0.2.0", |
| 1578 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "icu_locid" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1583 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1585 | checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1586 | dependencies = [ |
| 1587 | "displaydoc", |
| 1588 | "litemap", |
| 1589 | "tinystr", |
| 1590 | "writeable", |
| 1591 | "zerovec", |
| 1592 | ] |
| 1593 | |
| 1594 | [[package]] |
| 1595 | name = "icu_provider" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1596 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1598 | checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1599 | dependencies = [ |
| 1600 | "displaydoc", |
| 1601 | "icu_locid", |
| 1602 | "icu_provider_macros", |
| 1603 | "stable_deref_trait", |
| 1604 | "writeable", |
| 1605 | "yoke", |
| 1606 | "zerofrom", |
| 1607 | "zerovec", |
| 1608 | ] |
| 1609 | |
| 1610 | [[package]] |
| 1611 | name = "icu_provider_adapters" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1612 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1614 | checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1615 | dependencies = [ |
| 1616 | "icu_locid", |
| 1617 | "icu_provider", |
| 1618 | "tinystr", |
| 1619 | "yoke", |
| 1620 | "zerovec", |
| 1621 | ] |
| 1622 | |
| 1623 | [[package]] |
| 1624 | name = "icu_provider_macros" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1625 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1627 | checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1628 | dependencies = [ |
| 1629 | "proc-macro2", |
| 1630 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 1631 | "syn 1.0.102", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1632 | ] |
| 1633 | |
| 1634 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1635 | name = "idna" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1636 | version = "0.2.0" |
| 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1638 | checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1639 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1640 | "matches", |
| 1641 | "unicode-bidi", |
| 1642 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1643 | ] |
| 1644 | |
| 1645 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1646 | name = "if_chain" |
Oliver Scherer | 2a78951 | 2019-05-26 17:21:54 | [diff] [blame] | 1647 | version = "1.0.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1649 | checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1650 | |
| 1651 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1652 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1653 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1655 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1656 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1657 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1658 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1659 | "log", |
| 1660 | "memchr", |
| 1661 | "regex", |
| 1662 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1663 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1664 | "walkdir", |
| 1665 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1666 | ] |
| 1667 | |
| 1668 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1669 | name = "indenter" |
| 1670 | version = "0.3.3" |
| 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1672 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1673 | |
| 1674 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1675 | name = "indexmap" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 1676 | version = "1.9.3" |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 1678 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 1679 | dependencies = [ |
| 1680 | "autocfg", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1681 | "hashbrown 0.12.3", |
pierwill | 4f89224 | 2022-01-06 19:27:59 | [diff] [blame] | 1682 | "rustc-rayon", |
Pietro Albini | ea8b1ff | 2021-08-26 10:35:32 | [diff] [blame] | 1683 | "serde", |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 1684 | ] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1685 | |
| 1686 | [[package]] |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1687 | name = "indoc" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1688 | version = "1.0.6" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1690 | checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1691 | |
| 1692 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1693 | name = "installer" |
| 1694 | version = "0.0.0" |
| 1695 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1696 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1697 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1698 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1699 | "num_cpus", |
| 1700 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1701 | "tar", |
| 1702 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1703 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1704 | ] |
| 1705 | |
| 1706 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1707 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1708 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1710 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 1711 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1712 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1713 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1714 | |
| 1715 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1716 | name = "intl-memoizer" |
| 1717 | version = "0.5.1" |
| 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 1720 | dependencies = [ |
| 1721 | "type-map", |
| 1722 | "unic-langid", |
| 1723 | ] |
| 1724 | |
| 1725 | [[package]] |
| 1726 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1727 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1729 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1730 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1731 | "unic-langid", |
| 1732 | ] |
| 1733 | |
| 1734 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1735 | name = "io-lifetimes" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 1736 | version = "1.0.3" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 1738 | checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1739 | dependencies = [ |
| 1740 | "libc", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 1741 | "windows-sys 0.42.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1742 | ] |
| 1743 | |
| 1744 | [[package]] |
| 1745 | name = "is-terminal" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1746 | version = "0.4.7" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1748 | checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1749 | dependencies = [ |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1750 | "hermit-abi 0.3.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1751 | "io-lifetimes", |
| 1752 | "rustix", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1753 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1754 | ] |
| 1755 | |
| 1756 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1757 | name = "itertools" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 1758 | version = "0.10.5" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 1760 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 1761 | dependencies = [ |
| 1762 | "either", |
| 1763 | ] |
| 1764 | |
| 1765 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1766 | name = "itoa" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1767 | version = "1.0.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1769 | checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1770 | |
| 1771 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1772 | name = "jemalloc-sys" |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 1773 | version = "0.5.3+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 1775 | checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1776 | dependencies = [ |
| 1777 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1778 | "libc", |
| 1779 | ] |
| 1780 | |
| 1781 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1782 | name = "jobserver" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1783 | version = "0.1.26" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1785 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1786 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1787 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1788 | ] |
| 1789 | |
| 1790 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1791 | name = "js-sys" |
| 1792 | version = "0.3.61" |
| 1793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1794 | checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
| 1795 | dependencies = [ |
| 1796 | "wasm-bindgen", |
| 1797 | ] |
| 1798 | |
| 1799 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1800 | name = "jsondocck" |
| 1801 | version = "0.1.0" |
| 1802 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1803 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1804 | "getopts", |
| 1805 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 1806 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1807 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1808 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 1809 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1810 | ] |
| 1811 | |
| 1812 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1813 | name = "jsondoclint" |
| 1814 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1815 | dependencies = [ |
| 1816 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1817 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1818 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 1819 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1820 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 1821 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1822 | "serde_json", |
| 1823 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1824 | |
| 1825 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1826 | name = "jsonpath_lib" |
| 1827 | version = "0.2.6" |
| 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1829 | checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a" |
| 1830 | dependencies = [ |
| 1831 | "array_tool", |
| 1832 | "env_logger 0.7.1", |
| 1833 | "log", |
| 1834 | "serde", |
| 1835 | "serde_json", |
| 1836 | ] |
| 1837 | |
| 1838 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1839 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 1840 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 1842 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1843 | |
| 1844 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1845 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1846 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1848 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1849 | |
| 1850 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1851 | name = "libc" |
Nikolay Arhipov | 032857e | 2023-06-06 13:09:05 | [diff] [blame] | 1852 | version = "0.2.146" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nikolay Arhipov | 032857e | 2023-06-06 13:09:05 | [diff] [blame] | 1854 | checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1855 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1856 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1857 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1858 | |
| 1859 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1860 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1861 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1863 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1864 | dependencies = [ |
| 1865 | "libc", |
| 1866 | "libffi-sys", |
| 1867 | ] |
| 1868 | |
| 1869 | [[package]] |
| 1870 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1871 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1873 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1874 | dependencies = [ |
| 1875 | "cc", |
| 1876 | ] |
| 1877 | |
| 1878 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1879 | name = "libloading" |
| 1880 | version = "0.7.1" |
| 1881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 | checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0" |
| 1883 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1884 | "cfg-if", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1885 | "winapi", |
| 1886 | ] |
| 1887 | |
| 1888 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 1889 | name = "libm" |
| 1890 | version = "0.1.4" |
| 1891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1892 | checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
| 1893 | |
| 1894 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1895 | name = "libz-sys" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1896 | version = "1.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1898 | checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1899 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1900 | "cc", |
| 1901 | "libc", |
| 1902 | "pkg-config", |
| 1903 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1904 | ] |
| 1905 | |
| 1906 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1907 | name = "linkchecker" |
| 1908 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 1909 | dependencies = [ |
| 1910 | "once_cell", |
| 1911 | "regex", |
| 1912 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1913 | |
| 1914 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1915 | name = "linked-hash-map" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1916 | version = "0.5.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1918 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1919 | |
| 1920 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 1921 | name = "lint-docs" |
| 1922 | version = "0.1.0" |
| 1923 | dependencies = [ |
| 1924 | "serde_json", |
| 1925 | "tempfile", |
| 1926 | "walkdir", |
| 1927 | ] |
| 1928 | |
| 1929 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1930 | name = "linux-raw-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1931 | version = "0.3.4" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1933 | checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1934 | |
| 1935 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1936 | name = "litemap" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1937 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1939 | checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1940 | |
| 1941 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 1942 | name = "lld-wrapper" |
| 1943 | version = "0.1.0" |
| 1944 | |
| 1945 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1946 | name = "lock_api" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1947 | version = "0.4.7" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1949 | checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1950 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1951 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1952 | "scopeguard", |
| 1953 | ] |
| 1954 | |
| 1955 | [[package]] |
| 1956 | name = "log" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 1957 | version = "0.4.14" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 1959 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1960 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1961 | "cfg-if", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1962 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1963 | |
| 1964 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1965 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 1966 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 1968 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1969 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1970 | "cc", |
| 1971 | "libc", |
| 1972 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1973 | ] |
| 1974 | |
| 1975 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1976 | name = "mac" |
| 1977 | version = "0.1.1" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1979 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1980 | |
| 1981 | [[package]] |
| 1982 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1983 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1985 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1986 | |
| 1987 | [[package]] |
| 1988 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1989 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1991 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1992 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1993 | "log", |
| 1994 | "phf", |
| 1995 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1996 | "string_cache", |
| 1997 | "string_cache_codegen", |
| 1998 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1999 | ] |
| 2000 | |
| 2001 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2002 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2003 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2005 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2006 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2007 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2008 | ] |
| 2009 | |
| 2010 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2011 | name = "matches" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2012 | version = "0.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2014 | checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2015 | |
| 2016 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2017 | name = "md-5" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 2018 | version = "0.10.0" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 2020 | checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2021 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2022 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2023 | ] |
| 2024 | |
| 2025 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2026 | name = "mdbook" |
Eric Huss | 18ea16c | 2023-03-19 21:49:42 | [diff] [blame] | 2027 | version = "0.4.28" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 18ea16c | 2023-03-19 21:49:42 | [diff] [blame] | 2029 | checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2030 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2031 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2032 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2033 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2034 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2035 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2036 | "elasticlunr-rs", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2037 | "env_logger 0.10.0", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2038 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2039 | "log", |
| 2040 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2041 | "once_cell", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2042 | "opener", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 2043 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2044 | "regex", |
| 2045 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2046 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2047 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2048 | "tempfile", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 2049 | "toml 0.5.7", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2050 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2051 | ] |
| 2052 | |
| 2053 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2054 | name = "measureme" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 2055 | version = "10.1.0" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 2057 | checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2058 | dependencies = [ |
| 2059 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2060 | "memmap2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2061 | "parking_lot 0.11.2", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2062 | "perf-event-open-sys", |
| 2063 | "rustc-hash", |
| 2064 | "smallvec", |
| 2065 | ] |
| 2066 | |
| 2067 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2068 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2069 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2071 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2072 | dependencies = [ |
| 2073 | "compiler_builtins", |
| 2074 | "rustc-std-workspace-core", |
| 2075 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2076 | |
| 2077 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2078 | name = "memmap2" |
| 2079 | version = "0.2.1" |
| 2080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2081 | checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" |
| 2082 | dependencies = [ |
| 2083 | "libc", |
| 2084 | ] |
| 2085 | |
| 2086 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2087 | name = "memoffset" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 2088 | version = "0.8.0" |
| 2089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2090 | checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
| 2091 | dependencies = [ |
| 2092 | "autocfg", |
| 2093 | ] |
| 2094 | |
| 2095 | [[package]] |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2096 | name = "memoffset" |
| 2097 | version = "0.9.0" |
| 2098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2099 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2100 | dependencies = [ |
| 2101 | "autocfg", |
| 2102 | ] |
| 2103 | |
| 2104 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2105 | name = "mime" |
| 2106 | version = "0.3.16" |
| 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
| 2109 | |
| 2110 | [[package]] |
| 2111 | name = "mime_guess" |
| 2112 | version = "2.0.4" |
| 2113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2114 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2115 | dependencies = [ |
| 2116 | "mime", |
| 2117 | "unicase", |
| 2118 | ] |
| 2119 | |
| 2120 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2121 | name = "minifier" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 2122 | version = "0.2.2" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 2124 | checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2125 | |
| 2126 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2127 | name = "minimal-lexical" |
| 2128 | version = "0.2.1" |
| 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2131 | |
| 2132 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2133 | name = "miniz_oxide" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2134 | version = "0.6.2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2136 | checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2137 | dependencies = [ |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 2138 | "adler", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 2139 | "compiler_builtins", |
| 2140 | "rustc-std-workspace-alloc", |
| 2141 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2142 | ] |
| 2143 | |
| 2144 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2145 | name = "miow" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 2146 | version = "0.5.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 2148 | checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2149 | dependencies = [ |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 2150 | "windows-sys 0.42.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2151 | ] |
| 2152 | |
| 2153 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2154 | name = "miri" |
| 2155 | version = "0.1.0" |
| 2156 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2157 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2158 | "ctrlc", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 2159 | "env_logger 0.9.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2160 | "getrandom", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2161 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2162 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2163 | "libffi", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 2164 | "libloading", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2165 | "log", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2166 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2167 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2168 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2169 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2170 | "smallvec", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2171 | "ui_test", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2172 | ] |
| 2173 | |
| 2174 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2175 | name = "miropt-test-tools" |
| 2176 | version = "0.1.0" |
| 2177 | dependencies = [ |
| 2178 | "regex", |
| 2179 | ] |
| 2180 | |
| 2181 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2182 | name = "new_debug_unreachable" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2183 | version = "1.0.4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2185 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2186 | |
| 2187 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2188 | name = "nix" |
| 2189 | version = "0.26.2" |
| 2190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2191 | checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| 2192 | dependencies = [ |
| 2193 | "bitflags", |
| 2194 | "cfg-if", |
| 2195 | "libc", |
| 2196 | "static_assertions", |
| 2197 | ] |
| 2198 | |
| 2199 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2200 | name = "nom" |
| 2201 | version = "7.1.0" |
| 2202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2203 | checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" |
| 2204 | dependencies = [ |
| 2205 | "memchr", |
| 2206 | "minimal-lexical", |
| 2207 | "version_check", |
| 2208 | ] |
| 2209 | |
| 2210 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 2211 | name = "num-integer" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2212 | version = "0.1.43" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2214 | checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2215 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2216 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2217 | "num-traits", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2218 | ] |
| 2219 | |
| 2220 | [[package]] |
| 2221 | name = "num-traits" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2222 | version = "0.2.12" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2224 | checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| 2225 | dependencies = [ |
| 2226 | "autocfg", |
| 2227 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2228 | |
| 2229 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2230 | name = "num_cpus" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2231 | version = "1.13.1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2233 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2234 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 2235 | "hermit-abi 0.1.19", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2236 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2237 | ] |
| 2238 | |
| 2239 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2240 | name = "object" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2241 | version = "0.30.1" |
| 2242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2243 | checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" |
| 2244 | dependencies = [ |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2245 | "compiler_builtins", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2246 | "memchr", |
| 2247 | "rustc-std-workspace-alloc", |
| 2248 | "rustc-std-workspace-core", |
| 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
| 2252 | name = "object" |
| 2253 | version = "0.31.1" |
| 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
| 2256 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2257 | "crc32fast", |
| 2258 | "flate2", |
| 2259 | "hashbrown 0.13.1", |
| 2260 | "indexmap", |
| 2261 | "memchr", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2262 | "ruzstd", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2263 | ] |
| 2264 | |
| 2265 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2266 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2267 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2269 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2270 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2271 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2272 | ] |
| 2273 | |
| 2274 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2275 | name = "once_cell" |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 2276 | version = "1.17.1" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 2278 | checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2279 | |
| 2280 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2281 | name = "opener" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2282 | version = "0.5.2" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2284 | checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2285 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2286 | "bstr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2287 | "winapi", |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2288 | ] |
| 2289 | |
| 2290 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2291 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2292 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2294 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2295 | |
| 2296 | [[package]] |
| 2297 | name = "openssl-sys" |
Johannes Nixdorf | 21ae5bd | 2023-04-28 14:26:21 | [diff] [blame] | 2298 | version = "0.9.87" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Johannes Nixdorf | 21ae5bd | 2023-04-28 14:26:21 | [diff] [blame] | 2300 | checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2301 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2302 | "cc", |
| 2303 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2304 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2305 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2306 | ] |
| 2307 | |
| 2308 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2309 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2310 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2312 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2313 | |
| 2314 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2315 | name = "packed_simd_2" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2316 | version = "0.3.8" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2318 | checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2319 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2320 | "cfg-if", |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2321 | "libm", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2322 | ] |
| 2323 | |
| 2324 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2325 | name = "panic_abort" |
| 2326 | version = "0.0.0" |
| 2327 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2328 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2329 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2330 | "compiler_builtins", |
| 2331 | "core", |
| 2332 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2333 | ] |
| 2334 | |
| 2335 | [[package]] |
| 2336 | name = "panic_unwind" |
| 2337 | version = "0.0.0" |
| 2338 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2339 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2340 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2341 | "compiler_builtins", |
| 2342 | "core", |
| 2343 | "libc", |
| 2344 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2345 | ] |
| 2346 | |
| 2347 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2348 | name = "parking_lot" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2349 | version = "0.11.2" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2351 | checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2352 | dependencies = [ |
| 2353 | "instant", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2354 | "lock_api", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2355 | "parking_lot_core 0.8.5", |
| 2356 | ] |
| 2357 | |
| 2358 | [[package]] |
| 2359 | name = "parking_lot" |
| 2360 | version = "0.12.1" |
| 2361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2362 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2363 | dependencies = [ |
| 2364 | "lock_api", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 2365 | "parking_lot_core 0.9.8", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2366 | ] |
| 2367 | |
| 2368 | [[package]] |
| 2369 | name = "parking_lot_core" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2370 | version = "0.8.5" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2372 | checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2373 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2374 | "cfg-if", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2375 | "instant", |
| 2376 | "libc", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2377 | "redox_syscall 0.2.10", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2378 | "smallvec", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2379 | "winapi", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2380 | ] |
| 2381 | |
| 2382 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2383 | name = "parking_lot_core" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 2384 | version = "0.9.8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 2386 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2387 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2388 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2389 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 2390 | "redox_syscall 0.3.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2391 | "smallvec", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 2392 | "windows-targets 0.48.0", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2393 | ] |
| 2394 | |
| 2395 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2396 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2397 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2399 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2400 | |
| 2401 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2402 | name = "percent-encoding" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 2403 | version = "2.1.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 2405 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2406 | |
| 2407 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2408 | name = "perf-event-open-sys" |
| 2409 | version = "1.0.1" |
| 2410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2411 | checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| 2412 | dependencies = [ |
| 2413 | "libc", |
| 2414 | ] |
| 2415 | |
| 2416 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2417 | name = "pest" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2418 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2420 | checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2421 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2422 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2423 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2424 | ] |
| 2425 | |
| 2426 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2427 | name = "pest_derive" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2428 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2430 | checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2431 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2432 | "pest", |
| 2433 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2434 | ] |
| 2435 | |
| 2436 | [[package]] |
| 2437 | name = "pest_generator" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2438 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2440 | checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2441 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2442 | "pest", |
| 2443 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2444 | "proc-macro2", |
| 2445 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2446 | "syn 1.0.102", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2447 | ] |
| 2448 | |
| 2449 | [[package]] |
| 2450 | name = "pest_meta" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2451 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2453 | checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2454 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2455 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2456 | "pest", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2457 | "sha1", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2458 | ] |
| 2459 | |
| 2460 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2461 | name = "petgraph" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2462 | version = "0.5.1" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2464 | checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2465 | dependencies = [ |
| 2466 | "fixedbitset", |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2467 | "indexmap", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2468 | ] |
| 2469 | |
| 2470 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2471 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2472 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2474 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2475 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2476 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2477 | ] |
| 2478 | |
| 2479 | [[package]] |
| 2480 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2481 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2483 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2484 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2485 | "phf_generator", |
| 2486 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2487 | ] |
| 2488 | |
| 2489 | [[package]] |
| 2490 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2491 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2493 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2494 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2495 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2496 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2497 | ] |
| 2498 | |
| 2499 | [[package]] |
| 2500 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2501 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2503 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2504 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2505 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2506 | ] |
| 2507 | |
| 2508 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2509 | name = "pin-project-lite" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 2510 | version = "0.2.8" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 2512 | checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2513 | |
| 2514 | [[package]] |
| 2515 | name = "pin-utils" |
| 2516 | version = "0.1.0" |
| 2517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2518 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2519 | |
| 2520 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2521 | name = "pkg-config" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 2522 | version = "0.3.25" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 2524 | checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2525 | |
| 2526 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2527 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2528 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2530 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2531 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2532 | "datafrog", |
| 2533 | "log", |
| 2534 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2535 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2536 | |
| 2537 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2538 | name = "ppv-lite86" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 2539 | version = "0.2.8" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 2541 | checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2542 | |
| 2543 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2544 | name = "precomputed-hash" |
| 2545 | version = "0.1.1" |
| 2546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2547 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2548 | |
| 2549 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2550 | name = "proc-macro-hack" |
| 2551 | version = "0.5.19" |
| 2552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2553 | checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
| 2554 | |
| 2555 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2556 | name = "proc-macro2" |
David Tolnay | 21d9fd7 | 2023-06-08 05:36:35 | [diff] [blame] | 2557 | version = "1.0.60" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Tolnay | 21d9fd7 | 2023-06-08 05:36:35 | [diff] [blame] | 2559 | checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2560 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2561 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2562 | ] |
| 2563 | |
| 2564 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2565 | name = "proc_macro" |
| 2566 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2567 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 2568 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2569 | "std", |
| 2570 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2571 | |
| 2572 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 2573 | name = "profiler_builtins" |
| 2574 | version = "0.0.0" |
| 2575 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2576 | "cc", |
| 2577 | "compiler_builtins", |
| 2578 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 2579 | ] |
| 2580 | |
| 2581 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2582 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2583 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2585 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2586 | dependencies = [ |
| 2587 | "cc", |
| 2588 | ] |
| 2589 | |
| 2590 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2591 | name = "pulldown-cmark" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 2592 | version = "0.9.3" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 2594 | checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 2595 | dependencies = [ |
| 2596 | "bitflags", |
| 2597 | "memchr", |
| 2598 | "unicase", |
| 2599 | ] |
| 2600 | |
| 2601 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2602 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2603 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2605 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2606 | |
| 2607 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2608 | name = "quick-error" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 2609 | version = "1.2.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 2611 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2612 | |
| 2613 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2614 | name = "quine-mc_cluskey" |
| 2615 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2617 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2618 | |
| 2619 | [[package]] |
| 2620 | name = "quote" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2621 | version = "1.0.26" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2623 | checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2624 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2625 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2626 | ] |
| 2627 | |
| 2628 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2629 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2630 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2632 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2633 | dependencies = [ |
| 2634 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2635 | "rand_chacha", |
| 2636 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2637 | ] |
| 2638 | |
| 2639 | [[package]] |
| 2640 | name = "rand_chacha" |
| 2641 | version = "0.3.0" |
| 2642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2643 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
| 2644 | dependencies = [ |
| 2645 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2646 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2647 | ] |
| 2648 | |
| 2649 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2650 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2651 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2653 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2654 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2655 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2656 | ] |
| 2657 | |
| 2658 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2659 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2660 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2662 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2663 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2664 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 2665 | ] |
| 2666 | |
| 2667 | [[package]] |
| 2668 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2669 | version = "0.6.0" |
| 2670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2671 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 2672 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2673 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2674 | ] |
| 2675 | |
| 2676 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2677 | name = "rayon" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2678 | version = "1.5.3" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2680 | checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2681 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2682 | "autocfg", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2683 | "crossbeam-deque", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2684 | "either", |
| 2685 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2686 | ] |
| 2687 | |
| 2688 | [[package]] |
| 2689 | name = "rayon-core" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2690 | version = "1.9.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2692 | checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2693 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2694 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2695 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2696 | "crossbeam-utils", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2697 | "num_cpus", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 2698 | ] |
| 2699 | |
| 2700 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2701 | name = "redox_syscall" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 2702 | version = "0.2.10" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 2704 | checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2705 | dependencies = [ |
| 2706 | "bitflags", |
| 2707 | ] |
| 2708 | |
| 2709 | [[package]] |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2710 | name = "redox_syscall" |
| 2711 | version = "0.3.5" |
| 2712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2713 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 2714 | dependencies = [ |
| 2715 | "bitflags", |
| 2716 | ] |
| 2717 | |
| 2718 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2719 | name = "redox_users" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2720 | version = "0.4.0" |
| 2721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2722 | checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
| 2723 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2724 | "getrandom", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2725 | "redox_syscall 0.2.10", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2726 | ] |
| 2727 | |
| 2728 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2729 | name = "regex" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2730 | version = "1.5.6" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2732 | checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2733 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2734 | "aho-corasick", |
| 2735 | "memchr", |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2736 | "regex-syntax 0.6.26", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2737 | ] |
| 2738 | |
| 2739 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2740 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2741 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2743 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2744 | dependencies = [ |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2745 | "regex-syntax 0.6.26", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2746 | ] |
| 2747 | |
| 2748 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2749 | name = "regex-automata" |
| 2750 | version = "0.2.0" |
| 2751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2752 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 2753 | dependencies = [ |
| 2754 | "memchr", |
| 2755 | ] |
| 2756 | |
| 2757 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2758 | name = "regex-syntax" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2759 | version = "0.6.26" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2761 | checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2762 | |
| 2763 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2764 | name = "regex-syntax" |
| 2765 | version = "0.7.1" |
| 2766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2767 | checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" |
| 2768 | |
| 2769 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 2770 | name = "remote-test-client" |
| 2771 | version = "0.1.0" |
| 2772 | |
| 2773 | [[package]] |
| 2774 | name = "remote-test-server" |
| 2775 | version = "0.1.0" |
| 2776 | |
| 2777 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 2778 | name = "replace-version-placeholder" |
| 2779 | version = "0.1.0" |
| 2780 | dependencies = [ |
| 2781 | "tidy", |
| 2782 | "walkdir", |
| 2783 | ] |
| 2784 | |
| 2785 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2786 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 2787 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2788 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2789 | "serde", |
| 2790 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2791 | ] |
| 2792 | |
| 2793 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2794 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 2795 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2796 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 2797 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2798 | "rustc-demangle", |
| 2799 | ] |
| 2800 | |
| 2801 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2802 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2803 | version = "0.1.0" |
| 2804 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2805 | "clap", |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 2806 | "env_logger 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2807 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2808 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2809 | |
| 2810 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2811 | name = "rustc-build-sysroot" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 2812 | version = "0.4.2" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 2814 | checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2815 | dependencies = [ |
| 2816 | "anyhow", |
| 2817 | "rustc_version", |
| 2818 | "tempfile", |
| 2819 | ] |
| 2820 | |
| 2821 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2822 | name = "rustc-demangle" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 2823 | version = "0.1.21" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 2825 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2826 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2827 | "compiler_builtins", |
| 2828 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2829 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2830 | |
| 2831 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2832 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2833 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2835 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2836 | |
| 2837 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2838 | name = "rustc-main" |
| 2839 | version = "0.0.0" |
| 2840 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2841 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2842 | "rustc_codegen_ssa", |
| 2843 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 2844 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 2845 | "rustc_smir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2846 | ] |
| 2847 | |
| 2848 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2849 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2850 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2852 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2853 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2854 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 2855 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 2856 | ] |
| 2857 | |
| 2858 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2859 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2860 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2862 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2863 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2864 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2865 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2866 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2867 | "num_cpus", |
| 2868 | ] |
| 2869 | |
| 2870 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 2871 | name = "rustc-semver" |
| 2872 | version = "1.1.0" |
| 2873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2874 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 2875 | |
| 2876 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2877 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2878 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2879 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2880 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2881 | ] |
| 2882 | |
| 2883 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2884 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2885 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2886 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2887 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2888 | ] |
| 2889 | |
| 2890 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2891 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2892 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2893 | dependencies = [ |
| 2894 | "std", |
| 2895 | ] |
| 2896 | |
| 2897 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 2898 | name = "rustc_abi" |
| 2899 | version = "0.0.0" |
| 2900 | dependencies = [ |
| 2901 | "bitflags", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2902 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 2903 | "rand_xoshiro", |
| 2904 | "rustc_data_structures", |
| 2905 | "rustc_index", |
| 2906 | "rustc_macros", |
| 2907 | "rustc_serialize", |
| 2908 | "tracing", |
| 2909 | ] |
| 2910 | |
| 2911 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2912 | name = "rustc_apfloat" |
| 2913 | version = "0.0.0" |
| 2914 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2915 | "bitflags", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2916 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2917 | ] |
| 2918 | |
| 2919 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2920 | name = "rustc_arena" |
| 2921 | version = "0.0.0" |
| 2922 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2923 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2924 | ] |
| 2925 | |
| 2926 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2927 | name = "rustc_ast" |
| 2928 | version = "0.0.0" |
| 2929 | dependencies = [ |
Amanieu d'Antras | a656349 | 2020-05-06 13:46:01 | [diff] [blame] | 2930 | "bitflags", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 2931 | "memchr", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2932 | "rustc_data_structures", |
| 2933 | "rustc_index", |
| 2934 | "rustc_lexer", |
| 2935 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2936 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2937 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2938 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 2939 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2940 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2941 | ] |
| 2942 | |
| 2943 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2944 | name = "rustc_ast_lowering" |
| 2945 | version = "0.0.0" |
| 2946 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2947 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2948 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2949 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2950 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 2951 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 2952 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2953 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 2954 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 2955 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 2956 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2957 | "rustc_span", |
| 2958 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2959 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 2960 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2961 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2962 | ] |
| 2963 | |
| 2964 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2965 | name = "rustc_ast_passes" |
| 2966 | version = "0.0.0" |
| 2967 | dependencies = [ |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 2968 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2969 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2970 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 2971 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2972 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2973 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 2974 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 2975 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 2976 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2977 | "rustc_parse", |
| 2978 | "rustc_session", |
| 2979 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 2980 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 2981 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2982 | "tracing", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2983 | ] |
| 2984 | |
| 2985 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2986 | name = "rustc_ast_pretty" |
| 2987 | version = "0.0.0" |
| 2988 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2989 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2990 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 2991 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2992 | ] |
| 2993 | |
| 2994 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 2995 | name = "rustc_attr" |
| 2996 | version = "0.0.0" |
| 2997 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2998 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2999 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3000 | "rustc_data_structures", |
| 3001 | "rustc_errors", |
| 3002 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3003 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3004 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3005 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3006 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3007 | "rustc_session", |
| 3008 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3009 | ] |
| 3010 | |
| 3011 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3012 | name = "rustc_baked_icu_data" |
| 3013 | version = "0.0.0" |
| 3014 | dependencies = [ |
| 3015 | "icu_list", |
| 3016 | "icu_locid", |
| 3017 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3018 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3019 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3020 | ] |
| 3021 | |
| 3022 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3023 | name = "rustc_borrowck" |
| 3024 | version = "0.0.0" |
| 3025 | dependencies = [ |
| 3026 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3027 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3028 | "polonius-engine", |
| 3029 | "rustc_data_structures", |
| 3030 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3031 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3032 | "rustc_graphviz", |
| 3033 | "rustc_hir", |
| 3034 | "rustc_index", |
| 3035 | "rustc_infer", |
| 3036 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3037 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3038 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3039 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3040 | "rustc_serialize", |
| 3041 | "rustc_session", |
| 3042 | "rustc_span", |
| 3043 | "rustc_target", |
| 3044 | "rustc_trait_selection", |
| 3045 | "rustc_traits", |
| 3046 | "smallvec", |
| 3047 | "tracing", |
| 3048 | ] |
| 3049 | |
| 3050 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3051 | name = "rustc_builtin_macros" |
| 3052 | version = "0.0.0" |
| 3053 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3054 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3055 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3056 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3057 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3058 | "rustc_errors", |
| 3059 | "rustc_expand", |
| 3060 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3061 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3062 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3063 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3064 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3065 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3066 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3067 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3068 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3069 | "rustc_span", |
| 3070 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3071 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3072 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3073 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3074 | ] |
| 3075 | |
| 3076 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3077 | name = "rustc_codegen_llvm" |
| 3078 | version = "0.0.0" |
| 3079 | dependencies = [ |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3080 | "bitflags", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3081 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3082 | "measureme", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 3083 | "object 0.31.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3084 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3085 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3086 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3087 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3088 | "rustc_data_structures", |
| 3089 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3090 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3091 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3092 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3093 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3094 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3095 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3096 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3097 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3098 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3099 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3100 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3101 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3102 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3103 | "serde", |
| 3104 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3105 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3106 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3107 | ] |
| 3108 | |
| 3109 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3110 | name = "rustc_codegen_ssa" |
| 3111 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3112 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3113 | "ar_archive_writer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3114 | "bitflags", |
| 3115 | "cc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3116 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3117 | "jobserver", |
| 3118 | "libc", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 3119 | "object 0.31.1", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3120 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3121 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3122 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3123 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3124 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3125 | "rustc_data_structures", |
| 3126 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3127 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3128 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3129 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3130 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3131 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3132 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3133 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3134 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3135 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3136 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3137 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3138 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3139 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3140 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3141 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3142 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3143 | "smallvec", |
Nikita Popov | 9488cac | 2021-12-02 11:24:25 | [diff] [blame] | 3144 | "snap", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3145 | "tempfile", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3146 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3147 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3148 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3149 | ] |
| 3150 | |
| 3151 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3152 | name = "rustc_const_eval" |
| 3153 | version = "0.0.0" |
| 3154 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3155 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3156 | "rustc_apfloat", |
| 3157 | "rustc_ast", |
| 3158 | "rustc_attr", |
| 3159 | "rustc_data_structures", |
| 3160 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3161 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3162 | "rustc_hir", |
| 3163 | "rustc_index", |
| 3164 | "rustc_infer", |
| 3165 | "rustc_macros", |
| 3166 | "rustc_middle", |
| 3167 | "rustc_mir_dataflow", |
| 3168 | "rustc_session", |
| 3169 | "rustc_span", |
| 3170 | "rustc_target", |
| 3171 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3172 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3173 | "tracing", |
| 3174 | ] |
| 3175 | |
| 3176 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3177 | name = "rustc_data_structures" |
| 3178 | version = "0.0.0" |
| 3179 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3180 | "arrayvec", |
Mark Rousskov | f696b21 | 2019-11-11 22:15:36 | [diff] [blame] | 3181 | "bitflags", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3182 | "cfg-if", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3183 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3184 | "ena", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3185 | "indexmap", |
Maybe Waffle | 0465201 | 2023-04-11 10:54:56 | [diff] [blame] | 3186 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3187 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3188 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3189 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3190 | "memmap2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3191 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3192 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3193 | "rustc-rayon", |
| 3194 | "rustc-rayon-core", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3195 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3196 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3197 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3198 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3199 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3200 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3201 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3202 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3203 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3204 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3205 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3206 | ] |
| 3207 | |
| 3208 | [[package]] |
| 3209 | name = "rustc_driver" |
| 3210 | version = "0.0.0" |
| 3211 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3212 | "rustc_driver_impl", |
| 3213 | ] |
| 3214 | |
| 3215 | [[package]] |
| 3216 | name = "rustc_driver_impl" |
| 3217 | version = "0.0.0" |
| 3218 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3219 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3220 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3221 | "rustc_ast_lowering", |
| 3222 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3223 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3224 | "rustc_attr", |
| 3225 | "rustc_borrowck", |
| 3226 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3227 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3228 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3229 | "rustc_data_structures", |
Mazdak Farrokhzad | 8444e16 | 2019-11-15 18:41:50 | [diff] [blame] | 3230 | "rustc_error_codes", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3231 | "rustc_error_messages", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3232 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3233 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3234 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3235 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3236 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3237 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3238 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3239 | "rustc_hir_typeck", |
| 3240 | "rustc_incremental", |
| 3241 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3242 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3243 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3244 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3245 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3246 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3247 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3248 | "rustc_mir_build", |
| 3249 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3250 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3251 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3252 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3253 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3254 | "rustc_plugin_impl", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3255 | "rustc_privacy", |
| 3256 | "rustc_query_system", |
| 3257 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3258 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3259 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3260 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3261 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3262 | "rustc_trait_selection", |
| 3263 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3264 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3265 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3266 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3267 | ] |
| 3268 | |
| 3269 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3270 | name = "rustc_error_codes" |
| 3271 | version = "0.0.0" |
| 3272 | |
| 3273 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3274 | name = "rustc_error_messages" |
| 3275 | version = "0.0.0" |
| 3276 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3277 | "fluent-bundle", |
| 3278 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3279 | "icu_list", |
| 3280 | "icu_locid", |
| 3281 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3282 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3283 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3284 | "rustc_data_structures", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3285 | "rustc_fluent_macro", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3286 | "rustc_macros", |
| 3287 | "rustc_serialize", |
| 3288 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3289 | "tracing", |
| 3290 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3291 | ] |
| 3292 | |
| 3293 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3294 | name = "rustc_errors" |
| 3295 | version = "0.0.0" |
| 3296 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 3297 | "annotate-snippets", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3298 | "rustc_ast", |
| 3299 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3300 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3301 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3302 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3303 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3304 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3305 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3306 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3307 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3308 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3309 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3310 | "serde", |
| 3311 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3312 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3313 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3314 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3315 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3316 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3317 | ] |
| 3318 | |
| 3319 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3320 | name = "rustc_expand" |
| 3321 | version = "0.0.0" |
| 3322 | dependencies = [ |
Nika Layzell | 6d1650f | 2022-06-18 18:15:03 | [diff] [blame] | 3323 | "crossbeam-channel", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3324 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3325 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3326 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3327 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [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 | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3332 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3333 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3334 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3335 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3336 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3337 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3338 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3339 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3340 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3341 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3342 | ] |
| 3343 | |
| 3344 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3345 | name = "rustc_feature" |
| 3346 | version = "0.0.0" |
| 3347 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3348 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3349 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3350 | ] |
| 3351 | |
| 3352 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3353 | name = "rustc_fluent_macro" |
| 3354 | version = "0.1.0" |
| 3355 | dependencies = [ |
| 3356 | "annotate-snippets", |
| 3357 | "fluent-bundle", |
| 3358 | "fluent-syntax", |
| 3359 | "proc-macro2", |
| 3360 | "quote", |
| 3361 | "syn 2.0.8", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3362 | "unic-langid", |
| 3363 | ] |
| 3364 | |
| 3365 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3366 | name = "rustc_fs_util" |
| 3367 | version = "0.0.0" |
| 3368 | |
| 3369 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3370 | name = "rustc_graphviz" |
| 3371 | version = "0.0.0" |
| 3372 | |
| 3373 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3374 | name = "rustc_hir" |
| 3375 | version = "0.0.0" |
| 3376 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3377 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3378 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3379 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3380 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3381 | "rustc_error_messages", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3382 | "rustc_index", |
| 3383 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3384 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3385 | "rustc_span", |
| 3386 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3387 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3388 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3389 | ] |
| 3390 | |
| 3391 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3392 | name = "rustc_hir_analysis" |
| 3393 | version = "0.0.0" |
| 3394 | dependencies = [ |
| 3395 | "rustc_arena", |
| 3396 | "rustc_ast", |
| 3397 | "rustc_attr", |
| 3398 | "rustc_data_structures", |
| 3399 | "rustc_errors", |
| 3400 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3401 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3402 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3403 | "rustc_index", |
| 3404 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3405 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3406 | "rustc_macros", |
| 3407 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3408 | "rustc_session", |
| 3409 | "rustc_span", |
| 3410 | "rustc_target", |
| 3411 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3412 | "rustc_type_ir", |
| 3413 | "smallvec", |
| 3414 | "tracing", |
| 3415 | ] |
| 3416 | |
| 3417 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3418 | name = "rustc_hir_pretty" |
| 3419 | version = "0.0.0" |
| 3420 | dependencies = [ |
| 3421 | "rustc_ast", |
| 3422 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3423 | "rustc_hir", |
| 3424 | "rustc_span", |
| 3425 | "rustc_target", |
| 3426 | ] |
| 3427 | |
| 3428 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3429 | name = "rustc_hir_typeck" |
| 3430 | version = "0.1.0" |
| 3431 | dependencies = [ |
| 3432 | "rustc_ast", |
| 3433 | "rustc_data_structures", |
| 3434 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3435 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3436 | "rustc_graphviz", |
| 3437 | "rustc_hir", |
| 3438 | "rustc_hir_analysis", |
| 3439 | "rustc_hir_pretty", |
| 3440 | "rustc_index", |
| 3441 | "rustc_infer", |
| 3442 | "rustc_lint", |
| 3443 | "rustc_macros", |
| 3444 | "rustc_middle", |
| 3445 | "rustc_serialize", |
| 3446 | "rustc_session", |
| 3447 | "rustc_span", |
| 3448 | "rustc_target", |
| 3449 | "rustc_trait_selection", |
| 3450 | "rustc_type_ir", |
| 3451 | "smallvec", |
| 3452 | "tracing", |
| 3453 | ] |
| 3454 | |
| 3455 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3456 | name = "rustc_incremental" |
| 3457 | version = "0.0.0" |
| 3458 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3459 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3460 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3461 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3462 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3463 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3464 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3465 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3466 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3467 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3468 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3469 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3470 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3471 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3472 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3473 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3474 | ] |
| 3475 | |
| 3476 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3477 | name = "rustc_index" |
| 3478 | version = "0.0.0" |
| 3479 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3480 | "arrayvec", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3481 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3482 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3483 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3484 | ] |
| 3485 | |
| 3486 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3487 | name = "rustc_infer" |
| 3488 | version = "0.0.0" |
| 3489 | dependencies = [ |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3490 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3491 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3492 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3493 | "rustc_hir", |
| 3494 | "rustc_index", |
| 3495 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3496 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3497 | "rustc_serialize", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3498 | "rustc_span", |
| 3499 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3500 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3501 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3502 | ] |
| 3503 | |
| 3504 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3505 | name = "rustc_interface" |
| 3506 | version = "0.0.0" |
| 3507 | dependencies = [ |
Jing Peng | 9b1a1e1 | 2023-02-26 20:27:27 | [diff] [blame] | 3508 | "atty", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3509 | "libloading", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3510 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3511 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3512 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3513 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3514 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3515 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3516 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3517 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3518 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3519 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3520 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3521 | "rustc_data_structures", |
| 3522 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3523 | "rustc_expand", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3524 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3525 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3526 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3527 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3528 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3529 | "rustc_incremental", |
Oli Scherer | 8f132d8 | 2023-02-15 17:19:38 | [diff] [blame] | 3530 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3531 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 3532 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3533 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3534 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3535 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3536 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3537 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3538 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3539 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3540 | "rustc_plugin_impl", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3541 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3542 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3543 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3544 | "rustc_resolve", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 3545 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3546 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3547 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 3548 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3549 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3550 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 3551 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3552 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3553 | ] |
| 3554 | |
| 3555 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3556 | name = "rustc_lexer" |
| 3557 | version = "0.1.0" |
| 3558 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 3559 | "expect-test", |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 3560 | "unic-emoji-char", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3561 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3562 | ] |
| 3563 | |
| 3564 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3565 | name = "rustc_lint" |
| 3566 | version = "0.0.0" |
| 3567 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3568 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3569 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3570 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3571 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 3572 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3573 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3574 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3575 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 3576 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 3577 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 3578 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3579 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 3580 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 3581 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3582 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3583 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3584 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3585 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3586 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 3587 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3588 | ] |
| 3589 | |
| 3590 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3591 | name = "rustc_lint_defs" |
| 3592 | version = "0.0.0" |
| 3593 | dependencies = [ |
| 3594 | "rustc_ast", |
| 3595 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3596 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 3597 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3598 | "rustc_macros", |
| 3599 | "rustc_serialize", |
| 3600 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 3601 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3602 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3603 | ] |
| 3604 | |
| 3605 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3606 | name = "rustc_llvm" |
| 3607 | version = "0.0.0" |
| 3608 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3609 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 3610 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3611 | ] |
| 3612 | |
| 3613 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3614 | name = "rustc_log" |
| 3615 | version = "0.0.0" |
| 3616 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 3617 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3618 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 3619 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3620 | "tracing-subscriber", |
| 3621 | "tracing-tree", |
| 3622 | ] |
| 3623 | |
| 3624 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3625 | name = "rustc_macros" |
| 3626 | version = "0.1.0" |
| 3627 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3628 | "proc-macro2", |
| 3629 | "quote", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 3630 | "syn 2.0.8", |
| 3631 | "synstructure 0.13.0", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3632 | ] |
| 3633 | |
| 3634 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3635 | name = "rustc_metadata" |
| 3636 | version = "0.0.0" |
| 3637 | dependencies = [ |
Vadim Petrochenkov | 415c141 | 2023-01-20 20:59:19 | [diff] [blame] | 3638 | "bitflags", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3639 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3640 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3641 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3642 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3643 | "rustc_data_structures", |
| 3644 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3645 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 3646 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3647 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3648 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3649 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3650 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3651 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3652 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3653 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3654 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3655 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3656 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3657 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3658 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 3659 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 3660 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3661 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3662 | ] |
| 3663 | |
| 3664 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3665 | name = "rustc_middle" |
| 3666 | version = "0.0.0" |
| 3667 | dependencies = [ |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3668 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3669 | "chalk-ir", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 3670 | "derive_more", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3671 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 3672 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3673 | "gsgdt", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3674 | "measureme", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3675 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 3676 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3677 | "rustc-rayon-core", |
| 3678 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3679 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3680 | "rustc_ast", |
| 3681 | "rustc_attr", |
| 3682 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 3683 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3684 | "rustc_errors", |
| 3685 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3686 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3687 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3688 | "rustc_hir", |
| 3689 | "rustc_index", |
| 3690 | "rustc_macros", |
| 3691 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3692 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3693 | "rustc_session", |
| 3694 | "rustc_span", |
| 3695 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 3696 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3697 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3698 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3699 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3700 | ] |
| 3701 | |
| 3702 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3703 | name = "rustc_mir_build" |
| 3704 | version = "0.0.0" |
| 3705 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3706 | "either", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3707 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3708 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3709 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3710 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3711 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3712 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3713 | "rustc_hir", |
| 3714 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3715 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 3716 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3717 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3718 | "rustc_serialize", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 3719 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3720 | "rustc_span", |
| 3721 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3722 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3723 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3724 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3725 | ] |
| 3726 | |
| 3727 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3728 | name = "rustc_mir_dataflow" |
| 3729 | version = "0.0.0" |
| 3730 | dependencies = [ |
| 3731 | "polonius-engine", |
| 3732 | "regex", |
| 3733 | "rustc_ast", |
| 3734 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 3735 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3736 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3737 | "rustc_graphviz", |
| 3738 | "rustc_hir", |
| 3739 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 3740 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3741 | "rustc_middle", |
| 3742 | "rustc_serialize", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3743 | "rustc_span", |
| 3744 | "rustc_target", |
| 3745 | "smallvec", |
| 3746 | "tracing", |
| 3747 | ] |
| 3748 | |
| 3749 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3750 | name = "rustc_mir_transform" |
| 3751 | version = "0.0.0" |
| 3752 | dependencies = [ |
| 3753 | "coverage_test_macros", |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3754 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3755 | "itertools", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3756 | "rustc_ast", |
| 3757 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3758 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3759 | "rustc_data_structures", |
| 3760 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3761 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3762 | "rustc_hir", |
| 3763 | "rustc_index", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3764 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3765 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3766 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3767 | "rustc_serialize", |
| 3768 | "rustc_session", |
| 3769 | "rustc_span", |
| 3770 | "rustc_target", |
| 3771 | "rustc_trait_selection", |
| 3772 | "smallvec", |
| 3773 | "tracing", |
| 3774 | ] |
| 3775 | |
| 3776 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3777 | name = "rustc_monomorphize" |
| 3778 | version = "0.0.0" |
| 3779 | dependencies = [ |
| 3780 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 3781 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3782 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3783 | "rustc_hir", |
| 3784 | "rustc_index", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 3785 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3786 | "rustc_middle", |
| 3787 | "rustc_session", |
| 3788 | "rustc_span", |
| 3789 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 3790 | "serde", |
| 3791 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3792 | "tracing", |
| 3793 | ] |
| 3794 | |
| 3795 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3796 | name = "rustc_parse" |
| 3797 | version = "0.0.0" |
| 3798 | dependencies = [ |
| 3799 | "bitflags", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3800 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3801 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3802 | "rustc_data_structures", |
| 3803 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3804 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3805 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3806 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 3807 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3808 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3809 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3810 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3811 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 3812 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 3813 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3814 | ] |
| 3815 | |
| 3816 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3817 | name = "rustc_parse_format" |
| 3818 | version = "0.0.0" |
| 3819 | dependencies = [ |
Maybe Waffle | c44c82d | 2022-12-08 11:20:01 | [diff] [blame] | 3820 | "rustc_data_structures", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3821 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3822 | ] |
| 3823 | |
| 3824 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3825 | name = "rustc_passes" |
| 3826 | version = "0.0.0" |
| 3827 | dependencies = [ |
Takayuki Maeda | 3a023e7 | 2022-06-10 03:14:24 | [diff] [blame] | 3828 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3829 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 3830 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3831 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3832 | "rustc_data_structures", |
| 3833 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 3834 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 3835 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3836 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3837 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 3838 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 3839 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 3840 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3841 | "rustc_middle", |
Tomasz Miąsko | 57d3897 | 2020-09-26 00:00:00 | [diff] [blame] | 3842 | "rustc_serialize", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 3843 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3844 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 3845 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 3846 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3847 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3848 | ] |
| 3849 | |
| 3850 | [[package]] |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3851 | name = "rustc_plugin_impl" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3852 | version = "0.0.0" |
| 3853 | dependencies = [ |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3854 | "libloading", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3855 | "rustc_ast", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 3856 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3857 | "rustc_fluent_macro", |
Mazdak Farrokhzad | f58db20 | 2020-01-09 06:52:01 | [diff] [blame] | 3858 | "rustc_lint", |
Peter Medus | 8c2413c | 2022-08-19 17:29:33 | [diff] [blame] | 3859 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3860 | "rustc_metadata", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3861 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3862 | "rustc_span", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3863 | ] |
| 3864 | |
| 3865 | [[package]] |
| 3866 | name = "rustc_privacy" |
| 3867 | version = "0.0.0" |
| 3868 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 3869 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3870 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3871 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 3872 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3873 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3874 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3875 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 3876 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3877 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3878 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3879 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3880 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3881 | ] |
| 3882 | |
| 3883 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3884 | name = "rustc_query_impl" |
| 3885 | version = "0.0.0" |
| 3886 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 3887 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3888 | "measureme", |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 3889 | "memoffset 0.9.0", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3890 | "rustc-rayon-core", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3891 | "rustc_ast", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3892 | "rustc_data_structures", |
| 3893 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3894 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3895 | "rustc_index", |
| 3896 | "rustc_macros", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3897 | "rustc_middle", |
| 3898 | "rustc_query_system", |
| 3899 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3900 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3901 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3902 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 3903 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3904 | ] |
| 3905 | |
| 3906 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3907 | name = "rustc_query_system" |
| 3908 | version = "0.0.0" |
| 3909 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3910 | "parking_lot 0.11.2", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 3911 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3912 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3913 | "rustc_data_structures", |
| 3914 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3915 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3916 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3917 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3918 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3919 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3920 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 3921 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 3922 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3923 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 3924 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3925 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3926 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3927 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3928 | ] |
| 3929 | |
| 3930 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3931 | name = "rustc_resolve" |
| 3932 | version = "0.0.0" |
| 3933 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3934 | "bitflags", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 3935 | "pulldown-cmark", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3936 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3937 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3938 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3939 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3940 | "rustc_data_structures", |
| 3941 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3942 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3943 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3944 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3945 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 3946 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 3947 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3948 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3949 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 3950 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3951 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3952 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3953 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3954 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3955 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3956 | ] |
| 3957 | |
| 3958 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3959 | name = "rustc_serialize" |
| 3960 | version = "0.0.0" |
| 3961 | dependencies = [ |
| 3962 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 3963 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3964 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 3965 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3966 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3967 | ] |
| 3968 | |
| 3969 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 3970 | name = "rustc_session" |
| 3971 | version = "0.0.0" |
| 3972 | dependencies = [ |
Jing Peng | 9b1a1e1 | 2023-02-26 20:27:27 | [diff] [blame] | 3973 | "atty", |
Rémy Rakic | 5d91c1c | 2023-06-21 21:45:13 | [diff] [blame] | 3974 | "bitflags", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 3975 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 3976 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3977 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 3978 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 3979 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 3980 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3981 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 3982 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 3983 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3984 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3985 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3986 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3987 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 3988 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 3989 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 3990 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3991 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3992 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3993 | ] |
| 3994 | |
| 3995 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3996 | name = "rustc_smir" |
| 3997 | version = "0.0.0" |
| 3998 | dependencies = [ |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 3999 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4000 | "rustc_middle", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4001 | "rustc_span", |
| 4002 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4003 | ] |
| 4004 | |
| 4005 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4006 | name = "rustc_span" |
| 4007 | version = "0.0.0" |
| 4008 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4009 | "cfg-if", |
Oli Scherer | 460ecd2 | 2023-03-16 10:05:09 | [diff] [blame] | 4010 | "indexmap", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4011 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4012 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4013 | "rustc_data_structures", |
| 4014 | "rustc_index", |
| 4015 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4016 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4017 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4018 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4019 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4020 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4021 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4022 | ] |
| 4023 | |
| 4024 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4025 | name = "rustc_symbol_mangling" |
| 4026 | version = "0.0.0" |
| 4027 | dependencies = [ |
Ramon de C Valle | 5ad7a64 | 2022-04-01 05:50:41 | [diff] [blame] | 4028 | "bitflags", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4029 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4030 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4031 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4032 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4033 | "rustc_fluent_macro", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4034 | "rustc_hir", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4035 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4036 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4037 | "rustc_session", |
| 4038 | "rustc_span", |
| 4039 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4040 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 4041 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4042 | ] |
| 4043 | |
| 4044 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4045 | name = "rustc_target" |
| 4046 | version = "0.0.0" |
| 4047 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4048 | "bitflags", |
Adam Gausmann | a7158ec | 2023-01-09 04:59:41 | [diff] [blame] | 4049 | "object 0.31.1", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4050 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4051 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4052 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4053 | "rustc_fs_util", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4054 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4055 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4056 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4057 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4058 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4059 | ] |
| 4060 | |
| 4061 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4062 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4063 | version = "0.3.0" |
| 4064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4065 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4066 | |
| 4067 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4068 | name = "rustc_trait_selection" |
| 4069 | version = "0.0.0" |
| 4070 | dependencies = [ |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4071 | "rustc_ast", |
| 4072 | "rustc_attr", |
| 4073 | "rustc_data_structures", |
| 4074 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4075 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4076 | "rustc_hir", |
| 4077 | "rustc_index", |
| 4078 | "rustc_infer", |
| 4079 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4080 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4081 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4082 | "rustc_query_system", |
lcnr | b738b06 | 2023-01-11 12:39:02 | [diff] [blame] | 4083 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4084 | "rustc_session", |
| 4085 | "rustc_span", |
| 4086 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4087 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4088 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4089 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4090 | ] |
| 4091 | |
| 4092 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4093 | name = "rustc_traits" |
| 4094 | version = "0.0.0" |
| 4095 | dependencies = [ |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 4096 | "chalk-engine", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 4097 | "chalk-ir", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 4098 | "chalk-solve", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4099 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4100 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4101 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4102 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4103 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4104 | "rustc_span", |
hkalbasi | 27fb904 | 2022-11-01 16:20:30 | [diff] [blame] | 4105 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4106 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4107 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4108 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4109 | ] |
| 4110 | |
| 4111 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4112 | name = "rustc_transmute" |
| 4113 | version = "0.1.0" |
| 4114 | dependencies = [ |
| 4115 | "itertools", |
| 4116 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4117 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4118 | "rustc_infer", |
| 4119 | "rustc_macros", |
| 4120 | "rustc_middle", |
| 4121 | "rustc_span", |
| 4122 | "rustc_target", |
| 4123 | "tracing", |
| 4124 | ] |
| 4125 | |
| 4126 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4127 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4128 | version = "0.0.0" |
| 4129 | dependencies = [ |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4130 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4131 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4132 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4133 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4134 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4135 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4136 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4137 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4138 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4139 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4140 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4141 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4142 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4143 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4144 | ] |
| 4145 | |
| 4146 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4147 | name = "rustc_type_ir" |
| 4148 | version = "0.0.0" |
| 4149 | dependencies = [ |
| 4150 | "bitflags", |
| 4151 | "rustc_data_structures", |
| 4152 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4153 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4154 | "rustc_serialize", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4155 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4156 | ] |
| 4157 | |
| 4158 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4159 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4160 | version = "0.4.0" |
| 4161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4162 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4163 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4164 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4165 | ] |
| 4166 | |
| 4167 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4168 | name = "rustdoc" |
| 4169 | version = "0.0.0" |
| 4170 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4171 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4172 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4173 | "expect-test", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4174 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4175 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 4176 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4177 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4178 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4179 | "serde", |
| 4180 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4181 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4182 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4183 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4184 | "tracing", |
| 4185 | "tracing-subscriber", |
| 4186 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4187 | ] |
| 4188 | |
| 4189 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4190 | name = "rustdoc-gui-test" |
| 4191 | version = "0.1.0" |
| 4192 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4193 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4194 | "compiletest", |
| 4195 | "getopts", |
| 4196 | "walkdir", |
| 4197 | ] |
| 4198 | |
| 4199 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4200 | name = "rustdoc-json-types" |
| 4201 | version = "0.1.0" |
| 4202 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4203 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4204 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4205 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4206 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4207 | ] |
| 4208 | |
| 4209 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4210 | name = "rustdoc-themes" |
| 4211 | version = "0.1.0" |
| 4212 | |
| 4213 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4214 | name = "rustdoc-tool" |
| 4215 | version = "0.0.0" |
| 4216 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4217 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4218 | ] |
| 4219 | |
| 4220 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4221 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4222 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4224 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4225 | dependencies = [ |
| 4226 | "anyhow", |
| 4227 | "log", |
| 4228 | "serde", |
| 4229 | "serde_json", |
| 4230 | ] |
| 4231 | |
| 4232 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4233 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4234 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4235 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4236 | "proc-macro2", |
| 4237 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4238 | "serde", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4239 | "syn 2.0.8", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4240 | ] |
| 4241 | |
| 4242 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4243 | name = "rustfmt-nightly" |
Caleb Cartwright | 75a6675 | 2023-07-01 07:50:52 | [diff] [blame] | 4244 | version = "1.6.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4245 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 4246 | "annotate-snippets", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4247 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4248 | "bytecount", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4249 | "cargo_metadata", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4250 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4251 | "diff", |
| 4252 | "dirs", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4253 | "env_logger 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4254 | "getopts", |
| 4255 | "ignore", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4256 | "itertools", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4257 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4258 | "log", |
| 4259 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4260 | "rustfmt-config_proc_macro", |
| 4261 | "serde", |
| 4262 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4263 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4264 | "thiserror", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4265 | "toml 0.7.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4266 | "unicode-segmentation", |
| 4267 | "unicode-width", |
| 4268 | "unicode_categories", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4269 | ] |
| 4270 | |
| 4271 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4272 | name = "rustix" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4273 | version = "0.37.7" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4275 | checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4276 | dependencies = [ |
| 4277 | "bitflags", |
| 4278 | "errno", |
| 4279 | "io-lifetimes", |
| 4280 | "libc", |
| 4281 | "linux-raw-sys", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4282 | "windows-sys 0.45.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4283 | ] |
| 4284 | |
| 4285 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4286 | name = "rustversion" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 4287 | version = "1.0.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 4289 | checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4290 | |
| 4291 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4292 | name = "ruzstd" |
| 4293 | version = "0.3.1" |
| 4294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4295 | checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe" |
| 4296 | dependencies = [ |
| 4297 | "byteorder", |
| 4298 | "thiserror", |
| 4299 | "twox-hash", |
| 4300 | ] |
| 4301 | |
| 4302 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4303 | name = "ryu" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4304 | version = "1.0.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4306 | checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4307 | |
| 4308 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4309 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4310 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4312 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4313 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4314 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4315 | ] |
| 4316 | |
| 4317 | [[package]] |
| 4318 | name = "schannel" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4319 | version = "0.1.19" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4321 | checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4322 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4323 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4324 | "winapi", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4325 | ] |
| 4326 | |
| 4327 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4328 | name = "scoped-tls" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4329 | version = "1.0.0" |
| 4330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4331 | checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4332 | |
| 4333 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4334 | name = "scopeguard" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4335 | version = "1.1.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4337 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4338 | |
| 4339 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4340 | name = "self_cell" |
| 4341 | version = "0.10.2" |
| 4342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4343 | checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" |
| 4344 | |
| 4345 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4346 | name = "semver" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4347 | version = "1.0.12" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4349 | checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4350 | dependencies = [ |
| 4351 | "serde", |
| 4352 | ] |
| 4353 | |
| 4354 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4355 | name = "serde" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4356 | version = "1.0.160" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4358 | checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4359 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4360 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4361 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4362 | |
| 4363 | [[package]] |
| 4364 | name = "serde_derive" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4365 | version = "1.0.160" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4367 | checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4368 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4369 | "proc-macro2", |
| 4370 | "quote", |
Deadbeef | 3b187c3 | 2023-04-08 09:31:55 | [diff] [blame] | 4371 | "syn 2.0.8", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4372 | ] |
| 4373 | |
| 4374 | [[package]] |
| 4375 | name = "serde_json" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4376 | version = "1.0.85" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4378 | checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4379 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 4380 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4381 | "itoa", |
| 4382 | "ryu", |
| 4383 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4384 | ] |
| 4385 | |
| 4386 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4387 | name = "serde_spanned" |
| 4388 | version = "0.6.2" |
| 4389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4390 | checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" |
| 4391 | dependencies = [ |
| 4392 | "serde", |
| 4393 | ] |
| 4394 | |
| 4395 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4396 | name = "sha1" |
| 4397 | version = "0.10.5" |
| 4398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4399 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| 4400 | dependencies = [ |
| 4401 | "cfg-if", |
| 4402 | "cpufeatures", |
| 4403 | "digest", |
| 4404 | ] |
| 4405 | |
| 4406 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4407 | name = "sha2" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 4408 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 4410 | checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4411 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4412 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4413 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4414 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4415 | ] |
| 4416 | |
| 4417 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4418 | name = "sharded-slab" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4419 | version = "0.1.1" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4421 | checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4422 | dependencies = [ |
| 4423 | "lazy_static", |
| 4424 | ] |
| 4425 | |
| 4426 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4427 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4428 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4430 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4431 | |
| 4432 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4433 | name = "shlex" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4434 | version = "1.0.0" |
| 4435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4436 | checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" |
| 4437 | |
| 4438 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4439 | name = "siphasher" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4440 | version = "0.3.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4442 | checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4443 | |
| 4444 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4445 | name = "slab" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 4446 | version = "0.4.8" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 4448 | checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| 4449 | dependencies = [ |
| 4450 | "autocfg", |
| 4451 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4452 | |
| 4453 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4454 | name = "smallvec" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4455 | version = "1.10.0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4457 | checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4458 | |
| 4459 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4460 | name = "snap" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4461 | version = "1.1.0" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4463 | checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4464 | |
| 4465 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4466 | name = "socket2" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 4467 | version = "0.4.1" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 4469 | checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4470 | dependencies = [ |
| 4471 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4472 | "winapi", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4473 | ] |
| 4474 | |
| 4475 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4476 | name = "spdx-expression" |
| 4477 | version = "0.5.2" |
| 4478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4479 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 4480 | dependencies = [ |
| 4481 | "nom", |
| 4482 | "serde", |
| 4483 | "thiserror", |
| 4484 | "tracing", |
| 4485 | ] |
| 4486 | |
| 4487 | [[package]] |
| 4488 | name = "spdx-rs" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 4489 | version = "0.5.2" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 4491 | checksum = "6b1ec09829bf2d82c175c121b20de11ffab2def83bd55979002099b1f9956c9b" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4492 | dependencies = [ |
| 4493 | "chrono", |
| 4494 | "log", |
| 4495 | "nom", |
| 4496 | "serde", |
| 4497 | "spdx-expression", |
| 4498 | "strum", |
| 4499 | "strum_macros", |
| 4500 | "thiserror", |
| 4501 | "uuid", |
| 4502 | ] |
| 4503 | |
| 4504 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4505 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4506 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4508 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4509 | |
| 4510 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4511 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 4512 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 4514 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4515 | dependencies = [ |
| 4516 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4517 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4518 | "libc", |
| 4519 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4520 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4521 | ] |
| 4522 | |
| 4523 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 4524 | name = "static_assertions" |
| 4525 | version = "1.1.0" |
| 4526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4527 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4528 | |
| 4529 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4530 | name = "std" |
| 4531 | version = "0.0.0" |
| 4532 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 4533 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4534 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4535 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4536 | "compiler_builtins", |
| 4537 | "core", |
| 4538 | "dlmalloc", |
| 4539 | "fortanix-sgx-abi", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 4540 | "hashbrown 0.14.0", |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 4541 | "hermit-abi 0.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4542 | "libc", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 4543 | "miniz_oxide", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4544 | "object 0.30.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4545 | "panic_abort", |
| 4546 | "panic_unwind", |
| 4547 | "profiler_builtins", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4548 | "rand", |
| 4549 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 4550 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4551 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4552 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4553 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4554 | ] |
| 4555 | |
| 4556 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4557 | name = "std_detect" |
| 4558 | version = "0.1.5" |
| 4559 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4560 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4561 | "compiler_builtins", |
| 4562 | "libc", |
| 4563 | "rustc-std-workspace-alloc", |
| 4564 | "rustc-std-workspace-core", |
| 4565 | ] |
| 4566 | |
| 4567 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4568 | name = "string_cache" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4569 | version = "0.8.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4571 | checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4572 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4573 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4574 | "new_debug_unreachable", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4575 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4576 | "phf_shared", |
| 4577 | "precomputed-hash", |
| 4578 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4579 | ] |
| 4580 | |
| 4581 | [[package]] |
| 4582 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4583 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4585 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4586 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4587 | "phf_generator", |
| 4588 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4589 | "proc-macro2", |
| 4590 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4591 | ] |
| 4592 | |
| 4593 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4594 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 4595 | version = "0.10.0" |
| 4596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4597 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 4598 | |
| 4599 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4600 | name = "strum" |
| 4601 | version = "0.24.1" |
| 4602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4603 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 4604 | |
| 4605 | [[package]] |
| 4606 | name = "strum_macros" |
| 4607 | version = "0.24.3" |
| 4608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4609 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 4610 | dependencies = [ |
| 4611 | "heck", |
| 4612 | "proc-macro2", |
| 4613 | "quote", |
| 4614 | "rustversion", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4615 | "syn 1.0.102", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4616 | ] |
| 4617 | |
| 4618 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 4619 | name = "suggest-tests" |
| 4620 | version = "0.1.0" |
| 4621 | dependencies = [ |
| 4622 | "build_helper", |
| 4623 | "glob", |
| 4624 | "once_cell", |
| 4625 | ] |
| 4626 | |
| 4627 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4628 | name = "syn" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4629 | version = "1.0.102" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4631 | checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4632 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4633 | "proc-macro2", |
| 4634 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 4635 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4636 | ] |
| 4637 | |
| 4638 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4639 | name = "syn" |
| 4640 | version = "2.0.8" |
| 4641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4642 | checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" |
| 4643 | dependencies = [ |
| 4644 | "proc-macro2", |
| 4645 | "quote", |
| 4646 | "unicode-ident", |
| 4647 | ] |
| 4648 | |
| 4649 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 4650 | name = "synstructure" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 4651 | version = "0.12.6" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 4653 | checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4654 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4655 | "proc-macro2", |
| 4656 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4657 | "syn 1.0.102", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4658 | "unicode-xid", |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4659 | ] |
| 4660 | |
| 4661 | [[package]] |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 4662 | name = "synstructure" |
| 4663 | version = "0.13.0" |
| 4664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4665 | checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
| 4666 | dependencies = [ |
| 4667 | "proc-macro2", |
| 4668 | "quote", |
| 4669 | "syn 2.0.8", |
| 4670 | "unicode-xid", |
| 4671 | ] |
| 4672 | |
| 4673 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 4674 | name = "sysroot" |
| 4675 | version = "0.0.0" |
| 4676 | dependencies = [ |
| 4677 | "proc_macro", |
| 4678 | "std", |
| 4679 | "test", |
| 4680 | ] |
| 4681 | |
| 4682 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4683 | name = "tar" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 4684 | version = "0.4.38" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 4686 | checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4687 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4688 | "filetime", |
| 4689 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4690 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4691 | ] |
| 4692 | |
| 4693 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4694 | name = "tempfile" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4695 | version = "3.5.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4697 | checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4698 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4699 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 4700 | "fastrand", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4701 | "redox_syscall 0.3.5", |
| 4702 | "rustix", |
| 4703 | "windows-sys 0.45.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4704 | ] |
| 4705 | |
| 4706 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4707 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 4708 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 4710 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4711 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4712 | "futf", |
| 4713 | "mac", |
| 4714 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4715 | ] |
| 4716 | |
| 4717 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4718 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4719 | version = "0.7.0" |
| 4720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4721 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 4722 | dependencies = [ |
| 4723 | "dirs-next", |
| 4724 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4725 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4726 | ] |
| 4727 | |
| 4728 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4729 | name = "termcolor" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4730 | version = "1.1.3" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4732 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4733 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 4734 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4735 | ] |
| 4736 | |
| 4737 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4738 | name = "terminal_size" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4739 | version = "0.2.6" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4741 | checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4742 | dependencies = [ |
| 4743 | "rustix", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4744 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4745 | ] |
| 4746 | |
| 4747 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4748 | name = "termize" |
| 4749 | version = "0.1.1" |
| 4750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4751 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 4752 | dependencies = [ |
| 4753 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4754 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4755 | ] |
| 4756 | |
| 4757 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4758 | name = "test" |
| 4759 | version = "0.0.0" |
| 4760 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4761 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4762 | "getopts", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4763 | "panic_abort", |
| 4764 | "panic_unwind", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4765 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4766 | ] |
| 4767 | |
| 4768 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 4769 | name = "tester" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4770 | version = "0.9.0" |
| 4771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4772 | checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb" |
| 4773 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4774 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4775 | "getopts", |
| 4776 | "libc", |
| 4777 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4778 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4779 | ] |
| 4780 | |
| 4781 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4782 | name = "thin-vec" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 4783 | version = "0.2.12" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 4785 | checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4786 | |
| 4787 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4788 | name = "thiserror" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4789 | version = "1.0.40" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4791 | checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4792 | dependencies = [ |
| 4793 | "thiserror-impl", |
| 4794 | ] |
| 4795 | |
| 4796 | [[package]] |
| 4797 | name = "thiserror-impl" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4798 | version = "1.0.40" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4800 | checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4801 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4802 | "proc-macro2", |
| 4803 | "quote", |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4804 | "syn 2.0.8", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4805 | ] |
| 4806 | |
| 4807 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4808 | name = "thorin-dwp" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4809 | version = "0.6.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4811 | checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4812 | dependencies = [ |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 4813 | "gimli 0.26.2", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 4814 | "hashbrown 0.12.3", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4815 | "object 0.31.1", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4816 | "tracing", |
| 4817 | ] |
| 4818 | |
| 4819 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4820 | name = "thread_local" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4821 | version = "1.1.4" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4823 | checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4824 | dependencies = [ |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4825 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4826 | ] |
| 4827 | |
| 4828 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4829 | name = "threadpool" |
| 4830 | version = "1.8.1" |
| 4831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4832 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 4833 | dependencies = [ |
| 4834 | "num_cpus", |
| 4835 | ] |
| 4836 | |
| 4837 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4838 | name = "tidy" |
| 4839 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 4840 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4841 | "cargo-platform", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4842 | "cargo_metadata", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 4843 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4844 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 4845 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4846 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 4847 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4848 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4849 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 4850 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4851 | |
| 4852 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 4853 | name = "tier-check" |
| 4854 | version = "0.1.0" |
| 4855 | |
| 4856 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4857 | name = "tinystr" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 4858 | version = "0.7.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 4860 | checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 4861 | dependencies = [ |
| 4862 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4863 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 4864 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4865 | |
| 4866 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4867 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 4868 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 4870 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 4871 | dependencies = [ |
| 4872 | "tinyvec_macros", |
| 4873 | ] |
| 4874 | |
| 4875 | [[package]] |
| 4876 | name = "tinyvec_macros" |
| 4877 | version = "0.1.0" |
| 4878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4879 | checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4880 | |
| 4881 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4882 | name = "tokio" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 4883 | version = "1.29.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 4885 | checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4886 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4887 | "autocfg", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame^] | 4888 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4889 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4890 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4891 | ] |
| 4892 | |
| 4893 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4894 | name = "toml" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 4895 | version = "0.5.7" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 4897 | checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4898 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4899 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4900 | ] |
| 4901 | |
| 4902 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4903 | name = "toml" |
| 4904 | version = "0.7.4" |
| 4905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4906 | checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" |
| 4907 | dependencies = [ |
| 4908 | "serde", |
| 4909 | "serde_spanned", |
| 4910 | "toml_datetime", |
| 4911 | "toml_edit", |
| 4912 | ] |
| 4913 | |
| 4914 | [[package]] |
| 4915 | name = "toml_datetime" |
| 4916 | version = "0.6.2" |
| 4917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4918 | checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" |
| 4919 | dependencies = [ |
| 4920 | "serde", |
| 4921 | ] |
| 4922 | |
| 4923 | [[package]] |
| 4924 | name = "toml_edit" |
| 4925 | version = "0.19.10" |
| 4926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4927 | checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" |
| 4928 | dependencies = [ |
| 4929 | "indexmap", |
| 4930 | "serde", |
| 4931 | "serde_spanned", |
| 4932 | "toml_datetime", |
| 4933 | "winnow", |
| 4934 | ] |
| 4935 | |
| 4936 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4937 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4938 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4940 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4941 | |
| 4942 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4943 | name = "tracing" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 4944 | version = "0.1.35" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 4946 | checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4947 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4948 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4949 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4950 | "tracing-attributes", |
| 4951 | "tracing-core", |
| 4952 | ] |
| 4953 | |
| 4954 | [[package]] |
| 4955 | name = "tracing-attributes" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4956 | version = "0.1.22" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4958 | checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4959 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4960 | "proc-macro2", |
| 4961 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4962 | "syn 1.0.102", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4963 | ] |
| 4964 | |
| 4965 | [[package]] |
| 4966 | name = "tracing-core" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4967 | version = "0.1.28" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4969 | checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4970 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4971 | "once_cell", |
| 4972 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4973 | ] |
| 4974 | |
| 4975 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 4976 | name = "tracing-error" |
| 4977 | version = "0.2.0" |
| 4978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4979 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 4980 | dependencies = [ |
| 4981 | "tracing", |
| 4982 | "tracing-subscriber", |
| 4983 | ] |
| 4984 | |
| 4985 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 4986 | name = "tracing-log" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4987 | version = "0.1.2" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 4988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4989 | checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 4990 | dependencies = [ |
| 4991 | "lazy_static", |
| 4992 | "log", |
| 4993 | "tracing-core", |
| 4994 | ] |
| 4995 | |
| 4996 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4997 | name = "tracing-subscriber" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 4998 | version = "0.3.3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5000 | checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5001 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 5002 | "ansi_term", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5003 | "lazy_static", |
| 5004 | "matchers", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5005 | "parking_lot 0.11.2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5006 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5007 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5008 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5009 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5010 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5011 | "tracing-core", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5012 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5013 | ] |
| 5014 | |
| 5015 | [[package]] |
| 5016 | name = "tracing-tree" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5017 | version = "0.2.0" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5019 | checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5020 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 5021 | "ansi_term", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5022 | "atty", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5023 | "tracing-core", |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5024 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5025 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5026 | ] |
| 5027 | |
| 5028 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5029 | name = "twox-hash" |
| 5030 | version = "1.6.3" |
| 5031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5032 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5033 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5034 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5035 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5036 | "static_assertions", |
| 5037 | ] |
| 5038 | |
| 5039 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5040 | name = "type-map" |
| 5041 | version = "0.4.0" |
| 5042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5043 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 5044 | dependencies = [ |
| 5045 | "rustc-hash", |
| 5046 | ] |
| 5047 | |
| 5048 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5049 | name = "typenum" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5050 | version = "1.16.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5052 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5053 | |
| 5054 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5055 | name = "ucd-parse" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5056 | version = "0.1.8" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5058 | checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5059 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5060 | "lazy_static", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5061 | "regex", |
| 5062 | ] |
| 5063 | |
| 5064 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5065 | name = "ucd-trie" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5066 | version = "0.1.5" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5068 | checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5069 | |
| 5070 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5071 | name = "ui_test" |
Ralf Jung | a3cea7f | 2023-06-29 07:31:47 | [diff] [blame] | 5072 | version = "0.11.6" |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 5073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | a3cea7f | 2023-06-29 07:31:47 | [diff] [blame] | 5074 | checksum = "24a2e70adc9d18b9b4dd80ea57aeec447103c6fbb354a07c080adad451c645e1" |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5075 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 5076 | "bstr", |
Ralf Jung | f4acc67 | 2023-04-28 16:15:04 | [diff] [blame] | 5077 | "cargo-platform", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 5078 | "cargo_metadata", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5079 | "color-eyre", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5080 | "colored", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5081 | "crossbeam-channel", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 5082 | "diff", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5083 | "lazy_static", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5084 | "regex", |
| 5085 | "rustc_version", |
Ralf Jung | f4acc67 | 2023-04-28 16:15:04 | [diff] [blame] | 5086 | "rustfix", |
Ralf Jung | 9f2b69d | 2022-06-01 13:26:26 | [diff] [blame] | 5087 | "serde", |
| 5088 | "serde_json", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5089 | "tempfile", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5090 | ] |
| 5091 | |
| 5092 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 5093 | name = "unic-char-property" |
| 5094 | version = "0.9.0" |
| 5095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5096 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 5097 | dependencies = [ |
| 5098 | "unic-char-range", |
| 5099 | ] |
| 5100 | |
| 5101 | [[package]] |
| 5102 | name = "unic-char-range" |
| 5103 | version = "0.9.0" |
| 5104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5105 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 5106 | |
| 5107 | [[package]] |
| 5108 | name = "unic-common" |
| 5109 | version = "0.9.0" |
| 5110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5111 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 5112 | |
| 5113 | [[package]] |
| 5114 | name = "unic-emoji-char" |
| 5115 | version = "0.9.0" |
| 5116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5117 | checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" |
| 5118 | dependencies = [ |
| 5119 | "unic-char-property", |
| 5120 | "unic-char-range", |
| 5121 | "unic-ucd-version", |
| 5122 | ] |
| 5123 | |
| 5124 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5125 | name = "unic-langid" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5126 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5128 | checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5129 | dependencies = [ |
| 5130 | "unic-langid-impl", |
| 5131 | "unic-langid-macros", |
| 5132 | ] |
| 5133 | |
| 5134 | [[package]] |
| 5135 | name = "unic-langid-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5136 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5138 | checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5139 | dependencies = [ |
| 5140 | "tinystr", |
| 5141 | ] |
| 5142 | |
| 5143 | [[package]] |
| 5144 | name = "unic-langid-macros" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5145 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5147 | checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5148 | dependencies = [ |
| 5149 | "proc-macro-hack", |
| 5150 | "tinystr", |
| 5151 | "unic-langid-impl", |
| 5152 | "unic-langid-macros-impl", |
| 5153 | ] |
| 5154 | |
| 5155 | [[package]] |
| 5156 | name = "unic-langid-macros-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5157 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5159 | checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5160 | dependencies = [ |
| 5161 | "proc-macro-hack", |
| 5162 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5163 | "syn 1.0.102", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5164 | "unic-langid-impl", |
| 5165 | ] |
| 5166 | |
| 5167 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 5168 | name = "unic-ucd-version" |
| 5169 | version = "0.9.0" |
| 5170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5171 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 5172 | dependencies = [ |
| 5173 | "unic-common", |
| 5174 | ] |
| 5175 | |
| 5176 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5177 | name = "unicase" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5178 | version = "2.6.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5180 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5181 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5182 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5183 | ] |
| 5184 | |
| 5185 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5186 | name = "unicode-bdd" |
| 5187 | version = "0.1.0" |
| 5188 | dependencies = [ |
| 5189 | "ucd-parse", |
| 5190 | ] |
| 5191 | |
| 5192 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5193 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 5194 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5196 | checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5197 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5198 | "matches", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5199 | ] |
| 5200 | |
| 5201 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5202 | name = "unicode-ident" |
| 5203 | version = "1.0.5" |
| 5204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5205 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" |
| 5206 | |
| 5207 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5208 | name = "unicode-normalization" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5209 | version = "0.1.22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5211 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5212 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5213 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5214 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5215 | |
| 5216 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5217 | name = "unicode-script" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5218 | version = "0.5.5" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5220 | checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5221 | |
| 5222 | [[package]] |
| 5223 | name = "unicode-security" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5224 | version = "0.1.0" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5226 | checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5227 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5228 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5229 | "unicode-script", |
| 5230 | ] |
| 5231 | |
| 5232 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5233 | name = "unicode-segmentation" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5234 | version = "1.10.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5236 | checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5237 | |
| 5238 | [[package]] |
| 5239 | name = "unicode-width" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5240 | version = "0.1.10" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5242 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5243 | dependencies = [ |
| 5244 | "compiler_builtins", |
| 5245 | "rustc-std-workspace-core", |
| 5246 | "rustc-std-workspace-std", |
| 5247 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5248 | |
| 5249 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5250 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5251 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5253 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5254 | |
| 5255 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 5256 | name = "unicode_categories" |
| 5257 | version = "0.1.1" |
| 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5259 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 5260 | |
| 5261 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5262 | name = "unified-diff" |
| 5263 | version = "0.2.1" |
| 5264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5265 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5266 | dependencies = [ |
| 5267 | "diff", |
| 5268 | ] |
| 5269 | |
| 5270 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5271 | name = "unstable-book-gen" |
| 5272 | version = "0.1.0" |
| 5273 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5274 | "num-traits", |
| 5275 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5276 | ] |
| 5277 | |
| 5278 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5279 | name = "unwind" |
| 5280 | version = "0.0.0" |
| 5281 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5282 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5283 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5284 | "compiler_builtins", |
| 5285 | "core", |
| 5286 | "libc", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5287 | ] |
| 5288 | |
| 5289 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5290 | name = "url" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5291 | version = "2.2.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5293 | checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5294 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5295 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5296 | "idna", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5297 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5298 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5299 | ] |
| 5300 | |
| 5301 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5302 | name = "utf-8" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5303 | version = "0.7.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5305 | checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5306 | |
| 5307 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5308 | name = "utf8parse" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5309 | version = "0.2.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5311 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5312 | |
| 5313 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5314 | name = "uuid" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5315 | version = "1.3.1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5317 | checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5318 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5319 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5320 | ] |
| 5321 | |
| 5322 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5323 | name = "valuable" |
| 5324 | version = "0.1.0" |
| 5325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5326 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 5327 | |
| 5328 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5329 | name = "vcpkg" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5330 | version = "0.2.10" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5332 | checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5333 | |
| 5334 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5335 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5336 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5338 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5339 | |
| 5340 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5341 | name = "walkdir" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5342 | version = "2.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5344 | checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5345 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5346 | "same-file", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5347 | "winapi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5348 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5349 | ] |
| 5350 | |
| 5351 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5352 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5353 | version = "0.11.0+wasi-snapshot-preview1" |
| 5354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5355 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5356 | dependencies = [ |
| 5357 | "compiler_builtins", |
| 5358 | "rustc-std-workspace-alloc", |
| 5359 | "rustc-std-workspace-core", |
| 5360 | ] |
| 5361 | |
| 5362 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5363 | name = "wasm-bindgen" |
| 5364 | version = "0.2.84" |
| 5365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5366 | checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
| 5367 | dependencies = [ |
| 5368 | "cfg-if", |
| 5369 | "wasm-bindgen-macro", |
| 5370 | ] |
| 5371 | |
| 5372 | [[package]] |
| 5373 | name = "wasm-bindgen-backend" |
| 5374 | version = "0.2.84" |
| 5375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5376 | checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
| 5377 | dependencies = [ |
| 5378 | "bumpalo", |
| 5379 | "log", |
| 5380 | "once_cell", |
| 5381 | "proc-macro2", |
| 5382 | "quote", |
| 5383 | "syn 1.0.102", |
| 5384 | "wasm-bindgen-shared", |
| 5385 | ] |
| 5386 | |
| 5387 | [[package]] |
| 5388 | name = "wasm-bindgen-macro" |
| 5389 | version = "0.2.84" |
| 5390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5391 | checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
| 5392 | dependencies = [ |
| 5393 | "quote", |
| 5394 | "wasm-bindgen-macro-support", |
| 5395 | ] |
| 5396 | |
| 5397 | [[package]] |
| 5398 | name = "wasm-bindgen-macro-support" |
| 5399 | version = "0.2.84" |
| 5400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5401 | checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
| 5402 | dependencies = [ |
| 5403 | "proc-macro2", |
| 5404 | "quote", |
| 5405 | "syn 1.0.102", |
| 5406 | "wasm-bindgen-backend", |
| 5407 | "wasm-bindgen-shared", |
| 5408 | ] |
| 5409 | |
| 5410 | [[package]] |
| 5411 | name = "wasm-bindgen-shared" |
| 5412 | version = "0.2.84" |
| 5413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5414 | checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
| 5415 | |
| 5416 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5417 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5418 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5420 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5421 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5422 | "winapi-i686-pc-windows-gnu", |
| 5423 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5424 | ] |
| 5425 | |
| 5426 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5427 | name = "winapi-i686-pc-windows-gnu" |
| 5428 | version = "0.4.0" |
| 5429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5430 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5431 | |
| 5432 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5433 | name = "winapi-util" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5434 | version = "0.1.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5436 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5437 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5438 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5439 | ] |
| 5440 | |
| 5441 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5442 | name = "winapi-x86_64-pc-windows-gnu" |
| 5443 | version = "0.4.0" |
| 5444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5445 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5446 | |
| 5447 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5448 | name = "windows" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5449 | version = "0.48.0" |
| 5450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5451 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| 5452 | dependencies = [ |
| 5453 | "windows-targets 0.48.0", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5454 | ] |
| 5455 | |
| 5456 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5457 | name = "windows-bindgen" |
| 5458 | version = "0.49.0" |
| 5459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5460 | checksum = "b6935fb09b84ee57929ae92518b475f5dfdfbeb87c5334756acc28ee8e202b60" |
| 5461 | dependencies = [ |
| 5462 | "windows-metadata", |
| 5463 | "windows-tokens", |
| 5464 | ] |
| 5465 | |
| 5466 | [[package]] |
| 5467 | name = "windows-metadata" |
| 5468 | version = "0.49.0" |
| 5469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5470 | checksum = "2f5bca94a32bf1e6a376522b6601275a3b611ee885ec0f1b6a05f17e8cfd3385" |
| 5471 | |
| 5472 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5473 | name = "windows-sys" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5474 | version = "0.42.0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5476 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5477 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5478 | "windows_aarch64_gnullvm 0.42.2", |
| 5479 | "windows_aarch64_msvc 0.42.2", |
| 5480 | "windows_i686_gnu 0.42.2", |
| 5481 | "windows_i686_msvc 0.42.2", |
| 5482 | "windows_x86_64_gnu 0.42.2", |
| 5483 | "windows_x86_64_gnullvm 0.42.2", |
| 5484 | "windows_x86_64_msvc 0.42.2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5485 | ] |
| 5486 | |
| 5487 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5488 | name = "windows-sys" |
| 5489 | version = "0.45.0" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5491 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 5492 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5493 | "windows-targets 0.42.2", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5494 | ] |
| 5495 | |
| 5496 | [[package]] |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 5497 | name = "windows-sys" |
| 5498 | version = "0.48.0" |
| 5499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5500 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 5501 | dependencies = [ |
| 5502 | "windows-targets 0.48.0", |
| 5503 | ] |
| 5504 | |
| 5505 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5506 | name = "windows-targets" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5507 | version = "0.42.2" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5509 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5510 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5511 | "windows_aarch64_gnullvm 0.42.2", |
| 5512 | "windows_aarch64_msvc 0.42.2", |
| 5513 | "windows_i686_gnu 0.42.2", |
| 5514 | "windows_i686_msvc 0.42.2", |
| 5515 | "windows_x86_64_gnu 0.42.2", |
| 5516 | "windows_x86_64_gnullvm 0.42.2", |
| 5517 | "windows_x86_64_msvc 0.42.2", |
| 5518 | ] |
| 5519 | |
| 5520 | [[package]] |
| 5521 | name = "windows-targets" |
| 5522 | version = "0.48.0" |
| 5523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5524 | checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
| 5525 | dependencies = [ |
| 5526 | "windows_aarch64_gnullvm 0.48.0", |
| 5527 | "windows_aarch64_msvc 0.48.0", |
| 5528 | "windows_i686_gnu 0.48.0", |
| 5529 | "windows_i686_msvc 0.48.0", |
| 5530 | "windows_x86_64_gnu 0.48.0", |
| 5531 | "windows_x86_64_gnullvm 0.48.0", |
| 5532 | "windows_x86_64_msvc 0.48.0", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5533 | ] |
| 5534 | |
| 5535 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5536 | name = "windows-tokens" |
| 5537 | version = "0.48.0" |
| 5538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5539 | checksum = "b34c9a3b28cb41db7385546f7f9a8179348dffc89923dde66857b1ba5312f6b4" |
| 5540 | |
| 5541 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5542 | name = "windows_aarch64_gnullvm" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5543 | version = "0.42.2" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5545 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5546 | |
| 5547 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5548 | name = "windows_aarch64_gnullvm" |
| 5549 | version = "0.48.0" |
| 5550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5551 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 5552 | |
| 5553 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5554 | name = "windows_aarch64_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5555 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5557 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5558 | |
| 5559 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5560 | name = "windows_aarch64_msvc" |
| 5561 | version = "0.48.0" |
| 5562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5563 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 5564 | |
| 5565 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5566 | name = "windows_i686_gnu" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5567 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5569 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5570 | |
| 5571 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5572 | name = "windows_i686_gnu" |
| 5573 | version = "0.48.0" |
| 5574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5575 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 5576 | |
| 5577 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5578 | name = "windows_i686_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5579 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5581 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5582 | |
| 5583 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5584 | name = "windows_i686_msvc" |
| 5585 | version = "0.48.0" |
| 5586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5587 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 5588 | |
| 5589 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5590 | name = "windows_x86_64_gnu" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5591 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5593 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5594 | |
| 5595 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5596 | name = "windows_x86_64_gnu" |
| 5597 | version = "0.48.0" |
| 5598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5599 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 5600 | |
| 5601 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5602 | name = "windows_x86_64_gnullvm" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5603 | version = "0.42.2" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5605 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5606 | |
| 5607 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5608 | name = "windows_x86_64_gnullvm" |
| 5609 | version = "0.48.0" |
| 5610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5611 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 5612 | |
| 5613 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5614 | name = "windows_x86_64_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5615 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5617 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5618 | |
| 5619 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5620 | name = "windows_x86_64_msvc" |
| 5621 | version = "0.48.0" |
| 5622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5623 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| 5624 | |
| 5625 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5626 | name = "winnow" |
| 5627 | version = "0.4.6" |
| 5628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5629 | checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" |
| 5630 | dependencies = [ |
| 5631 | "memchr", |
| 5632 | ] |
| 5633 | |
| 5634 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5635 | name = "writeable" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5636 | version = "0.5.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5638 | checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5639 | |
| 5640 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5641 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 5642 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5644 | checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5645 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5646 | "libc", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5647 | ] |
| 5648 | |
| 5649 | [[package]] |
| 5650 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 5651 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 5653 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5654 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5655 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5656 | ] |
| 5657 | |
| 5658 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5659 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5660 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5662 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5663 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5664 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5665 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 5666 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5667 | ] |
| 5668 | |
| 5669 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5670 | name = "yaml-rust" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5671 | version = "0.4.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5673 | checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5674 | dependencies = [ |
| 5675 | "linked-hash-map", |
| 5676 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 5677 | |
| 5678 | [[package]] |
| 5679 | name = "yansi-term" |
| 5680 | version = "0.1.2" |
| 5681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5682 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 5683 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5684 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 5685 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5686 | |
| 5687 | [[package]] |
| 5688 | name = "yoke" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5689 | version = "0.7.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5691 | checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5692 | dependencies = [ |
| 5693 | "serde", |
| 5694 | "stable_deref_trait", |
| 5695 | "yoke-derive", |
| 5696 | "zerofrom", |
| 5697 | ] |
| 5698 | |
| 5699 | [[package]] |
| 5700 | name = "yoke-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5701 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5703 | checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5704 | dependencies = [ |
| 5705 | "proc-macro2", |
| 5706 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5707 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5708 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5709 | ] |
| 5710 | |
| 5711 | [[package]] |
| 5712 | name = "zerofrom" |
| 5713 | version = "0.1.1" |
| 5714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5715 | checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54" |
| 5716 | dependencies = [ |
| 5717 | "zerofrom-derive", |
| 5718 | ] |
| 5719 | |
| 5720 | [[package]] |
| 5721 | name = "zerofrom-derive" |
| 5722 | version = "0.1.1" |
| 5723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5724 | checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829" |
| 5725 | dependencies = [ |
| 5726 | "proc-macro2", |
| 5727 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5728 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5729 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5730 | ] |
| 5731 | |
| 5732 | [[package]] |
| 5733 | name = "zerovec" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5734 | version = "0.9.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5736 | checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5737 | dependencies = [ |
| 5738 | "yoke", |
| 5739 | "zerofrom", |
| 5740 | "zerovec-derive", |
| 5741 | ] |
| 5742 | |
| 5743 | [[package]] |
| 5744 | name = "zerovec-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5745 | version = "0.9.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5747 | checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5748 | dependencies = [ |
| 5749 | "proc-macro2", |
| 5750 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5751 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5752 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5753 | ] |