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" |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 346 | version = "1.0.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 348 | checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" |
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 | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 366 | "rustc-workspace-hack", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 367 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 368 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 369 | "serde", |
| 370 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 371 | ] |
| 372 | |
| 373 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 374 | name = "cargo-platform" |
Eric Huss | e62cd40 | 2021-08-10 20:40:56 | [diff] [blame] | 375 | version = "0.1.2" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 377 | checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| 378 | dependencies = [ |
| 379 | "serde", |
| 380 | ] |
| 381 | |
| 382 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 383 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 384 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 386 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 387 | dependencies = [ |
| 388 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 389 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 390 | "semver", |
| 391 | "serde", |
| 392 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 393 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 394 | ] |
| 395 | |
| 396 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 397 | name = "cargotest2" |
| 398 | version = "0.1.0" |
| 399 | |
| 400 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 401 | name = "cc" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 402 | version = "1.0.79" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 404 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 405 | |
| 406 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 407 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 408 | version = "1.0.0" |
| 409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 410 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 411 | dependencies = [ |
| 412 | "compiler_builtins", |
| 413 | "rustc-std-workspace-core", |
| 414 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 415 | |
| 416 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 417 | name = "chalk-derive" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 418 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 420 | checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 421 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 422 | "proc-macro2", |
| 423 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 424 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 425 | "synstructure 0.12.6", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 426 | ] |
| 427 | |
| 428 | [[package]] |
| 429 | name = "chalk-engine" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 430 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 432 | checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 433 | dependencies = [ |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 434 | "chalk-derive", |
| 435 | "chalk-ir", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 436 | "chalk-solve", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 437 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 438 | "tracing", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 439 | ] |
| 440 | |
| 441 | [[package]] |
| 442 | name = "chalk-ir" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 443 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 445 | checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 446 | dependencies = [ |
Jack Huey | 4b64bc1 | 2021-01-01 18:44:31 | [diff] [blame] | 447 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 448 | "chalk-derive", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 449 | "lazy_static", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 450 | ] |
| 451 | |
| 452 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 453 | name = "chalk-solve" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 454 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 456 | checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 457 | dependencies = [ |
| 458 | "chalk-derive", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 459 | "chalk-ir", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 460 | "ena", |
pierwill | 8d27c28 | 2022-01-19 19:44:43 | [diff] [blame] | 461 | "indexmap", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 462 | "itertools", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 463 | "petgraph", |
| 464 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 465 | "tracing", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 466 | "tracing-subscriber", |
| 467 | "tracing-tree", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 468 | ] |
| 469 | |
| 470 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 471 | name = "chrono" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 472 | version = "0.4.24" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 474 | checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 475 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 476 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 477 | "num-integer", |
| 478 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 479 | "serde", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 480 | "winapi", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 481 | ] |
| 482 | |
| 483 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 484 | name = "clap" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 485 | version = "4.2.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 487 | checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 488 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 489 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 490 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 491 | "once_cell", |
| 492 | ] |
| 493 | |
| 494 | [[package]] |
| 495 | name = "clap_builder" |
| 496 | version = "4.2.1" |
| 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" |
| 499 | dependencies = [ |
| 500 | "anstream", |
| 501 | "anstyle", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 502 | "bitflags", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 503 | "clap_lex", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 504 | "once_cell", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 505 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 506 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 507 | ] |
| 508 | |
| 509 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 510 | name = "clap_complete" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 511 | version = "4.0.7" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 513 | checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 514 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 515 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 516 | ] |
| 517 | |
| 518 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 519 | name = "clap_derive" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 520 | version = "4.2.0" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 522 | checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 523 | dependencies = [ |
| 524 | "heck", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 525 | "proc-macro2", |
| 526 | "quote", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 527 | "syn 2.0.8", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 528 | ] |
| 529 | |
| 530 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 531 | name = "clap_lex" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 532 | version = "0.4.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 534 | checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 535 | |
| 536 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 537 | name = "clippy" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 538 | version = "0.1.72" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 539 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 540 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 541 | "clippy_lints", |
flip1995 | fe247b4 | 2021-09-08 14:32:16 | [diff] [blame] | 542 | "clippy_utils", |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 543 | "compiletest_rs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 544 | "derive-new", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 545 | "filetime", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 546 | "futures", |
flip1995 | fe247b4 | 2021-09-08 14:32:16 | [diff] [blame] | 547 | "if_chain", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 548 | "itertools", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 549 | "parking_lot 0.12.1", |
flip1995 | 0f1ff45 | 2021-03-25 18:29:39 | [diff] [blame] | 550 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 551 | "regex", |
flip1995 | 706fa54 | 2022-03-14 11:03:16 | [diff] [blame] | 552 | "rustc-semver", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 553 | "rustc_tools_util", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 554 | "serde", |
Philipp Krones | fffef0f | 2023-04-23 11:29:28 | [diff] [blame] | 555 | "syn 2.0.8", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 556 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 557 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 558 | "tester", |
flip1995 | 159d6c3 | 2022-01-13 12:18:51 | [diff] [blame] | 559 | "tokio", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 560 | "toml 0.7.4", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 561 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 562 | ] |
| 563 | |
| 564 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 565 | name = "clippy_dev" |
| 566 | version = "0.0.1" |
| 567 | dependencies = [ |
flip1995 | 463c760 | 2022-05-05 14:13:10 | [diff] [blame] | 568 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 569 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 570 | "indoc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 571 | "itertools", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 572 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 573 | "shell-escape", |
| 574 | "walkdir", |
| 575 | ] |
| 576 | |
| 577 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 578 | name = "clippy_lints" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 579 | version = "0.1.72" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 580 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 581 | "arrayvec", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 582 | "cargo_metadata", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 583 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 584 | "declare_clippy_lint", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 585 | "if_chain", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 586 | "itertools", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 587 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 588 | "quine-mc_cluskey", |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 589 | "regex-syntax 0.7.1", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 590 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 591 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 592 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 593 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 594 | "tempfile", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 595 | "toml 0.7.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 596 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 597 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 598 | "url", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 599 | ] |
| 600 | |
| 601 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 602 | name = "clippy_utils" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 603 | version = "0.1.72" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 604 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 605 | "arrayvec", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 606 | "if_chain", |
Jason Newcomb | 9a67767 | 2022-08-31 13:24:45 | [diff] [blame] | 607 | "itertools", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 608 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 609 | ] |
| 610 | |
| 611 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 612 | name = "collect-license-metadata" |
| 613 | version = "0.1.0" |
| 614 | dependencies = [ |
| 615 | "anyhow", |
| 616 | "serde", |
| 617 | "serde_json", |
| 618 | "spdx-rs", |
| 619 | ] |
| 620 | |
| 621 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 622 | name = "color-eyre" |
| 623 | version = "0.6.2" |
| 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| 626 | dependencies = [ |
| 627 | "backtrace", |
| 628 | "color-spantrace", |
| 629 | "eyre", |
| 630 | "indenter", |
| 631 | "once_cell", |
| 632 | "owo-colors", |
| 633 | "tracing-error", |
| 634 | ] |
| 635 | |
| 636 | [[package]] |
| 637 | name = "color-spantrace" |
| 638 | version = "0.2.0" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
| 641 | dependencies = [ |
| 642 | "once_cell", |
| 643 | "owo-colors", |
| 644 | "tracing-core", |
| 645 | "tracing-error", |
| 646 | ] |
| 647 | |
| 648 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 649 | name = "colored" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 650 | version = "2.0.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 652 | checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 653 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 654 | "atty", |
| 655 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 656 | "winapi", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 657 | ] |
| 658 | |
| 659 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 660 | name = "compiler_builtins" |
danakj | 0e89b1b | 2023-05-23 15:14:50 | [diff] [blame] | 661 | version = "0.1.92" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
danakj | 0e89b1b | 2023-05-23 15:14:50 | [diff] [blame] | 663 | checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 664 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 665 | "cc", |
| 666 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 667 | ] |
| 668 | |
| 669 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 670 | name = "compiletest" |
| 671 | version = "0.0.0" |
| 672 | dependencies = [ |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 673 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 674 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 675 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 676 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 677 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 678 | "glob", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 679 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 680 | "libc", |
klensy | 1397a5e | 2023-02-21 12:13:03 | [diff] [blame] | 681 | "miow 0.5.0", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 682 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 683 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 684 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 685 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 686 | "serde", |
| 687 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 688 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 689 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 690 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 691 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 692 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 693 | ] |
| 694 | |
| 695 | [[package]] |
| 696 | name = "compiletest_rs" |
Philipp Krones | fffef0f | 2023-04-23 11:29:28 | [diff] [blame] | 697 | version = "0.10.0" |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | fffef0f | 2023-04-23 11:29:28 | [diff] [blame] | 699 | checksum = "e2731272cf25196735df1b52ab5bcba22cf9f99455626c4c8dc092bd5f7f66d0" |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 700 | dependencies = [ |
| 701 | "diff", |
| 702 | "filetime", |
| 703 | "getopts", |
| 704 | "lazy_static", |
| 705 | "libc", |
| 706 | "log", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 707 | "miow 0.3.7", |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 708 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 709 | "rustfix", |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 710 | "serde", |
| 711 | "serde_derive", |
| 712 | "serde_json", |
| 713 | "tempfile", |
| 714 | "tester", |
| 715 | "winapi", |
| 716 | ] |
| 717 | |
| 718 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 719 | name = "concolor-override" |
| 720 | version = "1.0.0" |
| 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 | checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" |
| 723 | |
| 724 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 725 | name = "concolor-query" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 726 | version = "0.3.3" |
| 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 728 | checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" |
| 729 | dependencies = [ |
| 730 | "windows-sys 0.45.0", |
| 731 | ] |
| 732 | |
| 733 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 734 | name = "convert_case" |
| 735 | version = "0.4.0" |
| 736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 737 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 738 | |
| 739 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 740 | name = "core" |
| 741 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 742 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 743 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 744 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 745 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 746 | |
| 747 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 748 | name = "core-foundation-sys" |
| 749 | version = "0.8.4" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
| 752 | |
| 753 | [[package]] |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 754 | name = "coverage_test_macros" |
| 755 | version = "0.0.0" |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 756 | |
| 757 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 758 | name = "cpufeatures" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 759 | version = "0.2.5" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 761 | checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 762 | dependencies = [ |
| 763 | "libc", |
| 764 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 765 | |
| 766 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 767 | name = "crc32fast" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 768 | version = "1.3.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 770 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 771 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 772 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 773 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 774 | |
| 775 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 776 | name = "crossbeam-channel" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 777 | version = "0.5.8" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 779 | checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 780 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 781 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 782 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 783 | ] |
| 784 | |
| 785 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 786 | name = "crossbeam-deque" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 787 | version = "0.8.2" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 789 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 790 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 791 | "cfg-if", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 792 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 793 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 794 | ] |
| 795 | |
| 796 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 797 | name = "crossbeam-epoch" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 798 | version = "0.9.14" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 800 | checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 801 | dependencies = [ |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 802 | "autocfg", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 803 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 804 | "crossbeam-utils", |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 805 | "memoffset 0.8.0", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 806 | "scopeguard", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 807 | ] |
| 808 | |
| 809 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 810 | name = "crossbeam-utils" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 811 | version = "0.8.14" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 813 | checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 814 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 815 | "cfg-if", |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 816 | ] |
| 817 | |
| 818 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 819 | name = "crypto-common" |
| 820 | version = "0.1.6" |
| 821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 823 | dependencies = [ |
| 824 | "generic-array", |
| 825 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 826 | ] |
| 827 | |
| 828 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 829 | name = "ctrlc" |
| 830 | version = "3.3.1" |
| 831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 | checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" |
| 833 | dependencies = [ |
| 834 | "nix", |
| 835 | "windows-sys 0.48.0", |
| 836 | ] |
| 837 | |
| 838 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 839 | name = "curl" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 840 | version = "0.4.44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 842 | checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 843 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 844 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 845 | "libc", |
| 846 | "openssl-probe", |
| 847 | "openssl-sys", |
| 848 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 849 | "socket2", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 850 | "winapi", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 851 | ] |
| 852 | |
| 853 | [[package]] |
| 854 | name = "curl-sys" |
Weihang Lo | 30cef3a | 2023-03-21 15:49:04 | [diff] [blame] | 855 | version = "0.4.61+curl-8.0.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 30cef3a | 2023-03-21 15:49:04 | [diff] [blame] | 857 | checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 858 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 859 | "cc", |
| 860 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 861 | "libz-sys", |
| 862 | "openssl-sys", |
| 863 | "pkg-config", |
| 864 | "vcpkg", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 865 | "winapi", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 866 | ] |
| 867 | |
| 868 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 869 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 870 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 872 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 873 | |
| 874 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 875 | name = "declare_clippy_lint" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 876 | version = "0.1.72" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 877 | dependencies = [ |
| 878 | "itertools", |
| 879 | "quote", |
Philipp Krones | fffef0f | 2023-04-23 11:29:28 | [diff] [blame] | 880 | "syn 2.0.8", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 881 | ] |
| 882 | |
| 883 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 884 | name = "derive-new" |
Igor Matuszewski | 3bdaced | 2020-05-05 11:30:49 | [diff] [blame] | 885 | version = "0.5.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | 3bdaced | 2020-05-05 11:30:49 | [diff] [blame] | 887 | checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 888 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 889 | "proc-macro2", |
| 890 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 891 | "syn 1.0.102", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 892 | ] |
| 893 | |
| 894 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 895 | name = "derive_more" |
| 896 | version = "0.99.17" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 899 | dependencies = [ |
| 900 | "convert_case", |
| 901 | "proc-macro2", |
| 902 | "quote", |
| 903 | "rustc_version", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 904 | "syn 1.0.102", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 905 | ] |
| 906 | |
| 907 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 908 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 909 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 911 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 912 | |
| 913 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 914 | name = "digest" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 915 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 917 | checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 918 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 919 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 920 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 921 | ] |
| 922 | |
| 923 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 924 | name = "directories" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 925 | version = "4.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 927 | checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 928 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 929 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 930 | ] |
| 931 | |
| 932 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 933 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 934 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 936 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 937 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 938 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 939 | ] |
| 940 | |
| 941 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 942 | name = "dirs-next" |
| 943 | version = "2.0.0" |
| 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 946 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 947 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 948 | "dirs-sys-next", |
| 949 | ] |
| 950 | |
| 951 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 952 | name = "dirs-sys" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 953 | version = "0.3.6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 955 | checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 956 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 957 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 958 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 959 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 960 | ] |
| 961 | |
| 962 | [[package]] |
| 963 | name = "dirs-sys-next" |
| 964 | version = "0.1.2" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 967 | dependencies = [ |
| 968 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 969 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 970 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 971 | ] |
| 972 | |
| 973 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 974 | name = "displaydoc" |
| 975 | version = "0.2.3" |
| 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 977 | checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
| 978 | dependencies = [ |
| 979 | "proc-macro2", |
| 980 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 981 | "syn 1.0.102", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 982 | ] |
| 983 | |
| 984 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 985 | name = "dissimilar" |
| 986 | version = "1.0.4" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" |
| 989 | |
| 990 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 991 | name = "dlmalloc" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 992 | version = "0.2.3" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 994 | checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 995 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 996 | "compiler_builtins", |
| 997 | "libc", |
| 998 | "rustc-std-workspace-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 999 | ] |
| 1000 | |
| 1001 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1002 | name = "either" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1003 | version = "1.6.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1005 | checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1006 | |
| 1007 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1008 | name = "elasticlunr-rs" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 1009 | version = "3.0.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 1011 | checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1012 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1013 | "regex", |
| 1014 | "serde", |
| 1015 | "serde_derive", |
| 1016 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1017 | ] |
| 1018 | |
| 1019 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1020 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1021 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1023 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1024 | dependencies = [ |
| 1025 | "stable_deref_trait", |
| 1026 | ] |
| 1027 | |
| 1028 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1029 | name = "ena" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1030 | version = "0.14.2" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1032 | checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1033 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1034 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1038 | name = "env_logger" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1039 | version = "0.7.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1041 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1042 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1043 | "atty", |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1044 | "humantime 1.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1045 | "log", |
| 1046 | "regex", |
| 1047 | "termcolor", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1048 | ] |
| 1049 | |
| 1050 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1051 | name = "env_logger" |
Eric Huss | 7ca38ee | 2021-07-16 02:27:11 | [diff] [blame] | 1052 | version = "0.9.0" |
| 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1054 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| 1055 | dependencies = [ |
| 1056 | "atty", |
| 1057 | "humantime 2.0.1", |
| 1058 | "log", |
| 1059 | "regex", |
| 1060 | "termcolor", |
| 1061 | ] |
| 1062 | |
| 1063 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1064 | name = "env_logger" |
| 1065 | version = "0.10.0" |
| 1066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1067 | checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| 1068 | dependencies = [ |
| 1069 | "humantime 2.0.1", |
| 1070 | "is-terminal", |
| 1071 | "log", |
| 1072 | "regex", |
| 1073 | "termcolor", |
| 1074 | ] |
| 1075 | |
| 1076 | [[package]] |
| 1077 | name = "errno" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1078 | version = "0.3.1" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1080 | checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1081 | dependencies = [ |
| 1082 | "errno-dragonfly", |
| 1083 | "libc", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1084 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1085 | ] |
| 1086 | |
| 1087 | [[package]] |
| 1088 | name = "errno-dragonfly" |
| 1089 | version = "0.1.2" |
| 1090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1091 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 1092 | dependencies = [ |
| 1093 | "cc", |
| 1094 | "libc", |
| 1095 | ] |
| 1096 | |
| 1097 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1098 | name = "error_index_generator" |
| 1099 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1100 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1101 | "mdbook", |
Ezra Shaw | 5304415 | 2023-02-25 09:59:20 | [diff] [blame] | 1102 | "rustc_error_codes", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1103 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1104 | |
| 1105 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1106 | name = "expand-yaml-anchors" |
| 1107 | version = "0.1.0" |
| 1108 | dependencies = [ |
| 1109 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1110 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1111 | ] |
| 1112 | |
| 1113 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1114 | name = "expect-test" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1115 | version = "1.4.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1117 | checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1118 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1119 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1120 | "once_cell", |
| 1121 | ] |
| 1122 | |
| 1123 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1124 | name = "eyre" |
| 1125 | version = "0.6.8" |
| 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1127 | checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
| 1128 | dependencies = [ |
| 1129 | "indenter", |
| 1130 | "once_cell", |
| 1131 | ] |
| 1132 | |
| 1133 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1134 | name = "fallible-iterator" |
| 1135 | version = "0.2.0" |
| 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 | checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| 1138 | |
| 1139 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1140 | name = "fastrand" |
| 1141 | version = "1.8.0" |
| 1142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1143 | checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
| 1144 | dependencies = [ |
| 1145 | "instant", |
| 1146 | ] |
| 1147 | |
| 1148 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1149 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1150 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1152 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1153 | dependencies = [ |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1154 | "memoffset 0.9.0", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1155 | "rustc_version", |
| 1156 | ] |
| 1157 | |
| 1158 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1159 | name = "filetime" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1160 | version = "0.2.20" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1162 | checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1163 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1164 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1165 | "libc", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 1166 | "redox_syscall 0.2.10", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1167 | "windows-sys 0.45.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1171 | name = "fixedbitset" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1172 | version = "0.2.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1174 | checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1175 | |
| 1176 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1177 | name = "flate2" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1178 | version = "1.0.25" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1180 | checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1181 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1182 | "crc32fast", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 1183 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1184 | ] |
| 1185 | |
| 1186 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1187 | name = "fluent-bundle" |
| 1188 | version = "0.15.2" |
| 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1191 | dependencies = [ |
| 1192 | "fluent-langneg", |
| 1193 | "fluent-syntax", |
| 1194 | "intl-memoizer", |
| 1195 | "intl_pluralrules", |
| 1196 | "rustc-hash", |
| 1197 | "self_cell", |
| 1198 | "smallvec", |
| 1199 | "unic-langid", |
| 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
| 1203 | name = "fluent-langneg" |
| 1204 | version = "0.13.0" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1207 | dependencies = [ |
| 1208 | "unic-langid", |
| 1209 | ] |
| 1210 | |
| 1211 | [[package]] |
| 1212 | name = "fluent-syntax" |
| 1213 | version = "0.11.0" |
| 1214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1215 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1216 | dependencies = [ |
| 1217 | "thiserror", |
| 1218 | ] |
| 1219 | |
| 1220 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1221 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1222 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1224 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1225 | |
| 1226 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1227 | name = "form_urlencoded" |
| 1228 | version = "1.0.1" |
| 1229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1230 | checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
| 1231 | dependencies = [ |
| 1232 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1233 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1234 | ] |
| 1235 | |
| 1236 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1237 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1238 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1240 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1241 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1242 | "compiler_builtins", |
| 1243 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1244 | ] |
| 1245 | |
| 1246 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1247 | name = "fs-err" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1248 | version = "2.8.1" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1250 | checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1251 | |
| 1252 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1253 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1254 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1256 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1257 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1258 | "mac", |
| 1259 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1263 | name = "futures" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1264 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1266 | checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1267 | dependencies = [ |
| 1268 | "futures-channel", |
| 1269 | "futures-core", |
| 1270 | "futures-executor", |
| 1271 | "futures-io", |
| 1272 | "futures-sink", |
| 1273 | "futures-task", |
| 1274 | "futures-util", |
| 1275 | ] |
| 1276 | |
| 1277 | [[package]] |
| 1278 | name = "futures-channel" |
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 = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1282 | dependencies = [ |
| 1283 | "futures-core", |
| 1284 | "futures-sink", |
| 1285 | ] |
| 1286 | |
| 1287 | [[package]] |
| 1288 | name = "futures-core" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1289 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1291 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1292 | |
| 1293 | [[package]] |
| 1294 | name = "futures-executor" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1295 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1297 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1298 | dependencies = [ |
| 1299 | "futures-core", |
| 1300 | "futures-task", |
| 1301 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1302 | ] |
| 1303 | |
| 1304 | [[package]] |
| 1305 | name = "futures-io" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1306 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1308 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1309 | |
| 1310 | [[package]] |
| 1311 | name = "futures-macro" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1312 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1314 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1315 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1316 | "proc-macro2", |
| 1317 | "quote", |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1318 | "syn 2.0.8", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1319 | ] |
| 1320 | |
| 1321 | [[package]] |
| 1322 | name = "futures-sink" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1323 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1325 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1326 | |
| 1327 | [[package]] |
| 1328 | name = "futures-task" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1329 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1331 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1332 | |
| 1333 | [[package]] |
| 1334 | name = "futures-util" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1335 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1337 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1338 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1339 | "futures-channel", |
| 1340 | "futures-core", |
| 1341 | "futures-io", |
| 1342 | "futures-macro", |
| 1343 | "futures-sink", |
| 1344 | "futures-task", |
| 1345 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1346 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1347 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1348 | "slab", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1352 | name = "generate-copyright" |
| 1353 | version = "0.1.0" |
| 1354 | dependencies = [ |
| 1355 | "anyhow", |
| 1356 | "serde", |
| 1357 | "serde_json", |
| 1358 | ] |
| 1359 | |
| 1360 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1361 | name = "generate-windows-sys" |
| 1362 | version = "0.1.0" |
| 1363 | dependencies = [ |
| 1364 | "windows-bindgen", |
| 1365 | ] |
| 1366 | |
| 1367 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1368 | name = "generic-array" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1369 | version = "0.14.4" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
| 1372 | dependencies = [ |
| 1373 | "typenum", |
| 1374 | "version_check", |
| 1375 | ] |
| 1376 | |
| 1377 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1378 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1379 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1381 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1382 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1383 | "rustc-std-workspace-core", |
| 1384 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1385 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1386 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1387 | |
| 1388 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1389 | name = "getrandom" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1390 | version = "0.2.8" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1392 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1393 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1394 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1395 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1396 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1397 | ] |
| 1398 | |
| 1399 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1400 | name = "gimli" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1401 | version = "0.26.2" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1403 | checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1404 | dependencies = [ |
| 1405 | "fallible-iterator", |
| 1406 | "indexmap", |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1407 | "stable_deref_trait", |
| 1408 | ] |
| 1409 | |
| 1410 | [[package]] |
| 1411 | name = "gimli" |
| 1412 | version = "0.27.2" |
| 1413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1414 | checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" |
| 1415 | dependencies = [ |
| 1416 | "compiler_builtins", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1417 | "rustc-std-workspace-alloc", |
| 1418 | "rustc-std-workspace-core", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1419 | ] |
| 1420 | |
| 1421 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1422 | name = "glob" |
Eric Huss | 4543245 | 2019-03-12 20:34:47 | [diff] [blame] | 1423 | version = "0.3.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1425 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1426 | |
| 1427 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1428 | name = "globset" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1429 | version = "0.4.10" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1431 | checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1432 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1433 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1434 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1435 | "fnv", |
| 1436 | "log", |
| 1437 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1438 | ] |
| 1439 | |
| 1440 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1441 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1442 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1444 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1445 | dependencies = [ |
| 1446 | "serde", |
| 1447 | ] |
| 1448 | |
| 1449 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1450 | name = "handlebars" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1451 | version = "4.3.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1453 | checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1454 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1455 | "log", |
| 1456 | "pest", |
| 1457 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1458 | "serde", |
| 1459 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1460 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1464 | name = "hashbrown" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 1465 | version = "0.12.3" |
Markus Westerlind | 7cf8d3a | 2020-10-05 08:50:51 | [diff] [blame] | 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 1467 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
Amanieu d'Antras | 88149d1 | 2022-01-17 07:46:11 | [diff] [blame] | 1468 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1469 | "ahash 0.7.4", |
Eric Huss | 04538c6 | 2019-07-08 21:52:07 | [diff] [blame] | 1470 | ] |
| 1471 | |
| 1472 | [[package]] |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1473 | name = "hashbrown" |
| 1474 | version = "0.13.1" |
| 1475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1476 | checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" |
| 1477 | dependencies = [ |
| 1478 | "ahash 0.8.2", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1479 | ] |
| 1480 | |
| 1481 | [[package]] |
| 1482 | name = "hashbrown" |
| 1483 | version = "0.14.0" |
| 1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1485 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
| 1486 | dependencies = [ |
| 1487 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1488 | "compiler_builtins", |
| 1489 | "rustc-std-workspace-alloc", |
| 1490 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1491 | ] |
| 1492 | |
| 1493 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1494 | name = "heck" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1495 | version = "0.4.0" |
| 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1497 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
| 1498 | |
| 1499 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1500 | name = "hermit-abi" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 1501 | version = "0.1.19" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 1503 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1504 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 1505 | "libc", |
| 1506 | ] |
| 1507 | |
| 1508 | [[package]] |
| 1509 | name = "hermit-abi" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1510 | version = "0.3.0" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01" |
| 1513 | dependencies = [ |
| 1514 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1515 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1516 | "rustc-std-workspace-core", |
| 1517 | ] |
| 1518 | |
| 1519 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1520 | name = "hex" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1521 | version = "0.4.2" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1523 | checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1524 | |
| 1525 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1526 | name = "html-checker" |
| 1527 | version = "0.1.0" |
| 1528 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1529 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1530 | "walkdir", |
| 1531 | ] |
| 1532 | |
| 1533 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1534 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1535 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1537 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1538 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1539 | "log", |
| 1540 | "mac", |
| 1541 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1542 | "proc-macro2", |
| 1543 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 1544 | "syn 1.0.102", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1545 | ] |
| 1546 | |
| 1547 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1548 | name = "humantime" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1549 | version = "1.3.0" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1551 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1552 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 1553 | "quick-error", |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1554 | ] |
| 1555 | |
| 1556 | [[package]] |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1557 | name = "humantime" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1558 | version = "2.0.1" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1560 | checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1561 | |
| 1562 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1563 | name = "iana-time-zone" |
| 1564 | version = "0.1.56" |
| 1565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 | checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
| 1567 | dependencies = [ |
| 1568 | "android_system_properties", |
| 1569 | "core-foundation-sys", |
| 1570 | "iana-time-zone-haiku", |
| 1571 | "js-sys", |
| 1572 | "wasm-bindgen", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 1573 | "windows", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1574 | ] |
| 1575 | |
| 1576 | [[package]] |
| 1577 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1578 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1580 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1581 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1582 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1583 | ] |
| 1584 | |
| 1585 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1586 | name = "icu_list" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1587 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1589 | checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1590 | dependencies = [ |
| 1591 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1592 | "icu_provider", |
| 1593 | "regex-automata 0.2.0", |
| 1594 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1595 | ] |
| 1596 | |
| 1597 | [[package]] |
| 1598 | name = "icu_locid" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1599 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1601 | checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1602 | dependencies = [ |
| 1603 | "displaydoc", |
| 1604 | "litemap", |
| 1605 | "tinystr", |
| 1606 | "writeable", |
| 1607 | "zerovec", |
| 1608 | ] |
| 1609 | |
| 1610 | [[package]] |
| 1611 | name = "icu_provider" |
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 = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1615 | dependencies = [ |
| 1616 | "displaydoc", |
| 1617 | "icu_locid", |
| 1618 | "icu_provider_macros", |
| 1619 | "stable_deref_trait", |
| 1620 | "writeable", |
| 1621 | "yoke", |
| 1622 | "zerofrom", |
| 1623 | "zerovec", |
| 1624 | ] |
| 1625 | |
| 1626 | [[package]] |
| 1627 | name = "icu_provider_adapters" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1628 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1630 | checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1631 | dependencies = [ |
| 1632 | "icu_locid", |
| 1633 | "icu_provider", |
| 1634 | "tinystr", |
| 1635 | "yoke", |
| 1636 | "zerovec", |
| 1637 | ] |
| 1638 | |
| 1639 | [[package]] |
| 1640 | name = "icu_provider_macros" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1641 | version = "1.2.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1643 | checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1644 | dependencies = [ |
| 1645 | "proc-macro2", |
| 1646 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 1647 | "syn 1.0.102", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1651 | name = "idna" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1652 | version = "0.2.0" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1654 | checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1655 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1656 | "matches", |
| 1657 | "unicode-bidi", |
| 1658 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1659 | ] |
| 1660 | |
| 1661 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1662 | name = "if_chain" |
Oliver Scherer | 2a78951 | 2019-05-26 17:21:54 | [diff] [blame] | 1663 | version = "1.0.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1665 | checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1666 | |
| 1667 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1668 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1669 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1671 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1672 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1673 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1674 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1675 | "log", |
| 1676 | "memchr", |
| 1677 | "regex", |
| 1678 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1679 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1680 | "walkdir", |
| 1681 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1682 | ] |
| 1683 | |
| 1684 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1685 | name = "indenter" |
| 1686 | version = "0.3.3" |
| 1687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1688 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1689 | |
| 1690 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1691 | name = "indexmap" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 1692 | version = "1.9.3" |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 1694 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 1695 | dependencies = [ |
| 1696 | "autocfg", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1697 | "hashbrown 0.12.3", |
pierwill | 4f89224 | 2022-01-06 19:27:59 | [diff] [blame] | 1698 | "rustc-rayon", |
Pietro Albini | ea8b1ff | 2021-08-26 10:35:32 | [diff] [blame] | 1699 | "serde", |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 1700 | ] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1701 | |
| 1702 | [[package]] |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1703 | name = "indoc" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1704 | version = "1.0.6" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1706 | checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1707 | |
| 1708 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1709 | name = "installer" |
| 1710 | version = "0.0.0" |
| 1711 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1712 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 1713 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1714 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1715 | "num_cpus", |
| 1716 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1717 | "tar", |
| 1718 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1719 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1720 | ] |
| 1721 | |
| 1722 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1723 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1724 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1726 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 1727 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1728 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1729 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1730 | |
| 1731 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1732 | name = "intl-memoizer" |
| 1733 | version = "0.5.1" |
| 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1735 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 1736 | dependencies = [ |
| 1737 | "type-map", |
| 1738 | "unic-langid", |
| 1739 | ] |
| 1740 | |
| 1741 | [[package]] |
| 1742 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1743 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1745 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1746 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1747 | "unic-langid", |
| 1748 | ] |
| 1749 | |
| 1750 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1751 | name = "io-lifetimes" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 1752 | version = "1.0.3" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 1754 | checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1755 | dependencies = [ |
| 1756 | "libc", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 1757 | "windows-sys 0.42.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1758 | ] |
| 1759 | |
| 1760 | [[package]] |
| 1761 | name = "is-terminal" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1762 | version = "0.4.7" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1764 | checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1765 | dependencies = [ |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1766 | "hermit-abi 0.3.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1767 | "io-lifetimes", |
| 1768 | "rustix", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1769 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1773 | name = "itertools" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 1774 | version = "0.10.5" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 1776 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 1777 | dependencies = [ |
| 1778 | "either", |
| 1779 | ] |
| 1780 | |
| 1781 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1782 | name = "itoa" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1783 | version = "1.0.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1785 | checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1786 | |
| 1787 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1788 | name = "jemalloc-sys" |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 1789 | version = "0.5.3+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 1791 | checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1792 | dependencies = [ |
| 1793 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 1794 | "libc", |
| 1795 | ] |
| 1796 | |
| 1797 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1798 | name = "jobserver" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1799 | version = "0.1.26" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 1801 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1802 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1803 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1804 | ] |
| 1805 | |
| 1806 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1807 | name = "js-sys" |
| 1808 | version = "0.3.61" |
| 1809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1810 | checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
| 1811 | dependencies = [ |
| 1812 | "wasm-bindgen", |
| 1813 | ] |
| 1814 | |
| 1815 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1816 | name = "jsondocck" |
| 1817 | version = "0.1.0" |
| 1818 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1819 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1820 | "getopts", |
| 1821 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 1822 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1823 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1824 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 1825 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1826 | ] |
| 1827 | |
| 1828 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1829 | name = "jsondoclint" |
| 1830 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1831 | dependencies = [ |
| 1832 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 1833 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1834 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 1835 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1836 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 1837 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1838 | "serde_json", |
| 1839 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1840 | |
| 1841 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1842 | name = "jsonpath_lib" |
| 1843 | version = "0.2.6" |
| 1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 | checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a" |
| 1846 | dependencies = [ |
| 1847 | "array_tool", |
| 1848 | "env_logger 0.7.1", |
| 1849 | "log", |
| 1850 | "serde", |
| 1851 | "serde_json", |
| 1852 | ] |
| 1853 | |
| 1854 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1855 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 1856 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 1858 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1859 | |
| 1860 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1861 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1862 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1864 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 1865 | |
| 1866 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1867 | name = "libc" |
Nikolay Arhipov | 032857e | 2023-06-06 13:09:05 | [diff] [blame] | 1868 | version = "0.2.146" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nikolay Arhipov | 032857e | 2023-06-06 13:09:05 | [diff] [blame] | 1870 | checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1871 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1872 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1873 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1874 | |
| 1875 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1876 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1877 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1879 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1880 | dependencies = [ |
| 1881 | "libc", |
| 1882 | "libffi-sys", |
| 1883 | ] |
| 1884 | |
| 1885 | [[package]] |
| 1886 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1887 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1889 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1890 | dependencies = [ |
| 1891 | "cc", |
| 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1895 | name = "libloading" |
| 1896 | version = "0.7.1" |
| 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0" |
| 1899 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1900 | "cfg-if", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1901 | "winapi", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 1905 | name = "libm" |
| 1906 | version = "0.1.4" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
| 1909 | |
| 1910 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1911 | name = "libz-sys" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1912 | version = "1.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1914 | checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1915 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1916 | "cc", |
| 1917 | "libc", |
| 1918 | "pkg-config", |
| 1919 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1920 | ] |
| 1921 | |
| 1922 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1923 | name = "linkchecker" |
| 1924 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 1925 | dependencies = [ |
| 1926 | "once_cell", |
| 1927 | "regex", |
| 1928 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1929 | |
| 1930 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1931 | name = "linked-hash-map" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1932 | version = "0.5.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1934 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1935 | |
| 1936 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 1937 | name = "lint-docs" |
| 1938 | version = "0.1.0" |
| 1939 | dependencies = [ |
| 1940 | "serde_json", |
| 1941 | "tempfile", |
| 1942 | "walkdir", |
| 1943 | ] |
| 1944 | |
| 1945 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1946 | name = "linux-raw-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1947 | version = "0.3.4" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 1949 | checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1950 | |
| 1951 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1952 | name = "litemap" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1953 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 1955 | checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1956 | |
| 1957 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 1958 | name = "lld-wrapper" |
| 1959 | version = "0.1.0" |
| 1960 | |
| 1961 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 1962 | name = "lock_api" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1963 | version = "0.4.7" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1965 | checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1966 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 1967 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1968 | "scopeguard", |
| 1969 | ] |
| 1970 | |
| 1971 | [[package]] |
| 1972 | name = "log" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 1973 | version = "0.4.14" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 1975 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1976 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1977 | "cfg-if", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 1978 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1979 | |
| 1980 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1981 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 1982 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 1984 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1985 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1986 | "cc", |
| 1987 | "libc", |
| 1988 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1989 | ] |
| 1990 | |
| 1991 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1992 | name = "mac" |
| 1993 | version = "0.1.1" |
| 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1995 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1996 | |
| 1997 | [[package]] |
| 1998 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1999 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2001 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2002 | |
| 2003 | [[package]] |
| 2004 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2005 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2007 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2008 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2009 | "log", |
| 2010 | "phf", |
| 2011 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2012 | "string_cache", |
| 2013 | "string_cache_codegen", |
| 2014 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2015 | ] |
| 2016 | |
| 2017 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2018 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2019 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2021 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2022 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2023 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2024 | ] |
| 2025 | |
| 2026 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2027 | name = "matches" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2028 | version = "0.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2030 | checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2031 | |
| 2032 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2033 | name = "md-5" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 2034 | version = "0.10.0" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 2036 | checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2037 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2038 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2039 | ] |
| 2040 | |
| 2041 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2042 | name = "mdbook" |
Eric Huss | 18ea16c | 2023-03-19 21:49:42 | [diff] [blame] | 2043 | version = "0.4.28" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 18ea16c | 2023-03-19 21:49:42 | [diff] [blame] | 2045 | checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2046 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2047 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2048 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2049 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 2050 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2051 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2052 | "elasticlunr-rs", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2053 | "env_logger 0.10.0", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2054 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2055 | "log", |
| 2056 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2057 | "once_cell", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2058 | "opener", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 2059 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2060 | "regex", |
| 2061 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2062 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2063 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2064 | "tempfile", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 2065 | "toml 0.5.7", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2066 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2067 | ] |
| 2068 | |
| 2069 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2070 | name = "measureme" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 2071 | version = "10.1.0" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 2073 | checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2074 | dependencies = [ |
| 2075 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2076 | "memmap2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2077 | "parking_lot 0.11.2", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2078 | "perf-event-open-sys", |
| 2079 | "rustc-hash", |
| 2080 | "smallvec", |
| 2081 | ] |
| 2082 | |
| 2083 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2084 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2085 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2087 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2088 | dependencies = [ |
| 2089 | "compiler_builtins", |
| 2090 | "rustc-std-workspace-core", |
| 2091 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2092 | |
| 2093 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2094 | name = "memmap2" |
| 2095 | version = "0.2.1" |
| 2096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2097 | checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" |
| 2098 | dependencies = [ |
| 2099 | "libc", |
| 2100 | ] |
| 2101 | |
| 2102 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2103 | name = "memoffset" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 2104 | version = "0.8.0" |
| 2105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2106 | checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
| 2107 | dependencies = [ |
| 2108 | "autocfg", |
| 2109 | ] |
| 2110 | |
| 2111 | [[package]] |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2112 | name = "memoffset" |
| 2113 | version = "0.9.0" |
| 2114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2115 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2116 | dependencies = [ |
| 2117 | "autocfg", |
| 2118 | ] |
| 2119 | |
| 2120 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2121 | name = "mime" |
| 2122 | version = "0.3.16" |
| 2123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2124 | checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
| 2125 | |
| 2126 | [[package]] |
| 2127 | name = "mime_guess" |
| 2128 | version = "2.0.4" |
| 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2131 | dependencies = [ |
| 2132 | "mime", |
| 2133 | "unicase", |
| 2134 | ] |
| 2135 | |
| 2136 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2137 | name = "minifier" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 2138 | version = "0.2.2" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 2140 | checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2141 | |
| 2142 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2143 | name = "minimal-lexical" |
| 2144 | version = "0.2.1" |
| 2145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2147 | |
| 2148 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2149 | name = "miniz_oxide" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2150 | version = "0.6.2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2152 | checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2153 | dependencies = [ |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 2154 | "adler", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 2155 | "compiler_builtins", |
| 2156 | "rustc-std-workspace-alloc", |
| 2157 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2158 | ] |
| 2159 | |
| 2160 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2161 | name = "miow" |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 2162 | version = "0.3.7" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 2163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 2164 | checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 2165 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2166 | "winapi", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 2167 | ] |
| 2168 | |
| 2169 | [[package]] |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2170 | name = "miow" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 2171 | version = "0.5.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 2173 | checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2174 | dependencies = [ |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 2175 | "windows-sys 0.42.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2176 | ] |
| 2177 | |
| 2178 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2179 | name = "miri" |
| 2180 | version = "0.1.0" |
| 2181 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2182 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2183 | "ctrlc", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 2184 | "env_logger 0.9.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2185 | "getrandom", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2186 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2187 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2188 | "libffi", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 2189 | "libloading", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2190 | "log", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2191 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2192 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2193 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2194 | "rustc-workspace-hack", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2195 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2196 | "smallvec", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2197 | "ui_test", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2198 | ] |
| 2199 | |
| 2200 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2201 | name = "miropt-test-tools" |
| 2202 | version = "0.1.0" |
| 2203 | dependencies = [ |
| 2204 | "regex", |
| 2205 | ] |
| 2206 | |
| 2207 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2208 | name = "new_debug_unreachable" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2209 | version = "1.0.4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2211 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2212 | |
| 2213 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2214 | name = "nix" |
| 2215 | version = "0.26.2" |
| 2216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2217 | checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| 2218 | dependencies = [ |
| 2219 | "bitflags", |
| 2220 | "cfg-if", |
| 2221 | "libc", |
| 2222 | "static_assertions", |
| 2223 | ] |
| 2224 | |
| 2225 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2226 | name = "nom" |
| 2227 | version = "7.1.0" |
| 2228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2229 | checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" |
| 2230 | dependencies = [ |
| 2231 | "memchr", |
| 2232 | "minimal-lexical", |
| 2233 | "version_check", |
| 2234 | ] |
| 2235 | |
| 2236 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 2237 | name = "num-integer" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2238 | version = "0.1.43" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2240 | checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2241 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2242 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2243 | "num-traits", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2244 | ] |
| 2245 | |
| 2246 | [[package]] |
| 2247 | name = "num-traits" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2248 | version = "0.2.12" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2250 | checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| 2251 | dependencies = [ |
| 2252 | "autocfg", |
| 2253 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2254 | |
| 2255 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2256 | name = "num_cpus" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2257 | version = "1.13.1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2259 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2260 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 2261 | "hermit-abi 0.1.19", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2262 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2263 | ] |
| 2264 | |
| 2265 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2266 | name = "object" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2267 | version = "0.30.1" |
| 2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2269 | checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" |
| 2270 | dependencies = [ |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 2271 | "compiler_builtins", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2272 | "memchr", |
| 2273 | "rustc-std-workspace-alloc", |
| 2274 | "rustc-std-workspace-core", |
| 2275 | ] |
| 2276 | |
| 2277 | [[package]] |
| 2278 | name = "object" |
| 2279 | version = "0.31.1" |
| 2280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 | checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
| 2282 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2283 | "crc32fast", |
| 2284 | "flate2", |
| 2285 | "hashbrown 0.13.1", |
| 2286 | "indexmap", |
| 2287 | "memchr", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2288 | "ruzstd", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2289 | ] |
| 2290 | |
| 2291 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2292 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2293 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2295 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2296 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2297 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2298 | ] |
| 2299 | |
| 2300 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2301 | name = "once_cell" |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 2302 | version = "1.17.1" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 2304 | checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2305 | |
| 2306 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2307 | name = "opener" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2308 | version = "0.5.2" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2310 | checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2311 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2312 | "bstr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2313 | "winapi", |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2317 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2318 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2320 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2321 | |
| 2322 | [[package]] |
| 2323 | name = "openssl-sys" |
Johannes Nixdorf | 21ae5bd | 2023-04-28 14:26:21 | [diff] [blame] | 2324 | version = "0.9.87" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Johannes Nixdorf | 21ae5bd | 2023-04-28 14:26:21 | [diff] [blame] | 2326 | checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2327 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2328 | "cc", |
| 2329 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2330 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2331 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2332 | ] |
| 2333 | |
| 2334 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2335 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2336 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2338 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2339 | |
| 2340 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2341 | name = "packed_simd_2" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2342 | version = "0.3.8" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2344 | checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2345 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2346 | "cfg-if", |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2347 | "libm", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2348 | ] |
| 2349 | |
| 2350 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2351 | name = "panic_abort" |
| 2352 | version = "0.0.0" |
| 2353 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2354 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2355 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2356 | "compiler_builtins", |
| 2357 | "core", |
| 2358 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2359 | ] |
| 2360 | |
| 2361 | [[package]] |
| 2362 | name = "panic_unwind" |
| 2363 | version = "0.0.0" |
| 2364 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2365 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2366 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2367 | "compiler_builtins", |
| 2368 | "core", |
| 2369 | "libc", |
| 2370 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2371 | ] |
| 2372 | |
| 2373 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2374 | name = "parking_lot" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2375 | version = "0.11.2" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2377 | checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2378 | dependencies = [ |
| 2379 | "instant", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2380 | "lock_api", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2381 | "parking_lot_core 0.8.5", |
| 2382 | ] |
| 2383 | |
| 2384 | [[package]] |
| 2385 | name = "parking_lot" |
| 2386 | version = "0.12.1" |
| 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2389 | dependencies = [ |
| 2390 | "lock_api", |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2391 | "parking_lot_core 0.9.4", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2392 | ] |
| 2393 | |
| 2394 | [[package]] |
| 2395 | name = "parking_lot_core" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2396 | version = "0.8.5" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2398 | checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2399 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2400 | "cfg-if", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2401 | "instant", |
| 2402 | "libc", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2403 | "redox_syscall 0.2.10", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2404 | "smallvec", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2405 | "winapi", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2406 | ] |
| 2407 | |
| 2408 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2409 | name = "parking_lot_core" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2410 | version = "0.9.4" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2412 | checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2413 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2414 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2415 | "libc", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2416 | "redox_syscall 0.2.10", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2417 | "smallvec", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 2418 | "windows-sys 0.42.0", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2419 | ] |
| 2420 | |
| 2421 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2422 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2423 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2425 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2426 | |
| 2427 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2428 | name = "percent-encoding" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 2429 | version = "2.1.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 2431 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2432 | |
| 2433 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2434 | name = "perf-event-open-sys" |
| 2435 | version = "1.0.1" |
| 2436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2437 | checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| 2438 | dependencies = [ |
| 2439 | "libc", |
| 2440 | ] |
| 2441 | |
| 2442 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2443 | name = "pest" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2444 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2446 | checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2447 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2448 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2449 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2450 | ] |
| 2451 | |
| 2452 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2453 | name = "pest_derive" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2454 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2456 | checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2457 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2458 | "pest", |
| 2459 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2460 | ] |
| 2461 | |
| 2462 | [[package]] |
| 2463 | name = "pest_generator" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2464 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2466 | checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2467 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2468 | "pest", |
| 2469 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2470 | "proc-macro2", |
| 2471 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2472 | "syn 1.0.102", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2473 | ] |
| 2474 | |
| 2475 | [[package]] |
| 2476 | name = "pest_meta" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2477 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2479 | checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2480 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2481 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2482 | "pest", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 2483 | "sha1", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2484 | ] |
| 2485 | |
| 2486 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2487 | name = "petgraph" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2488 | version = "0.5.1" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2490 | checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2491 | dependencies = [ |
| 2492 | "fixedbitset", |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2493 | "indexmap", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2497 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2498 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2500 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2501 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2502 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2503 | ] |
| 2504 | |
| 2505 | [[package]] |
| 2506 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2507 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2509 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2510 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2511 | "phf_generator", |
| 2512 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2513 | ] |
| 2514 | |
| 2515 | [[package]] |
| 2516 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2517 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2519 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2520 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2521 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2522 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
| 2526 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2527 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2529 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2530 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2531 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2532 | ] |
| 2533 | |
| 2534 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2535 | name = "pin-project-lite" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 2536 | version = "0.2.8" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 2538 | checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2539 | |
| 2540 | [[package]] |
| 2541 | name = "pin-utils" |
| 2542 | version = "0.1.0" |
| 2543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2544 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2545 | |
| 2546 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2547 | name = "pkg-config" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 2548 | version = "0.3.25" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 2550 | checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2551 | |
| 2552 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2553 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2554 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2556 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2557 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2558 | "datafrog", |
| 2559 | "log", |
| 2560 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2561 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2562 | |
| 2563 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2564 | name = "ppv-lite86" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 2565 | version = "0.2.8" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 2567 | checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2568 | |
| 2569 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2570 | name = "precomputed-hash" |
| 2571 | version = "0.1.1" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2573 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2574 | |
| 2575 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2576 | name = "proc-macro-hack" |
| 2577 | version = "0.5.19" |
| 2578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2579 | checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
| 2580 | |
| 2581 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2582 | name = "proc-macro2" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 2583 | version = "1.0.56" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 2585 | checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2586 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2587 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2588 | ] |
| 2589 | |
| 2590 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2591 | name = "proc_macro" |
| 2592 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2593 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 2594 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2595 | "std", |
| 2596 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2597 | |
| 2598 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 2599 | name = "profiler_builtins" |
| 2600 | version = "0.0.0" |
| 2601 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2602 | "cc", |
| 2603 | "compiler_builtins", |
| 2604 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 2605 | ] |
| 2606 | |
| 2607 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2608 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2609 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 2611 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2612 | dependencies = [ |
| 2613 | "cc", |
| 2614 | ] |
| 2615 | |
| 2616 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2617 | name = "pulldown-cmark" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 2618 | version = "0.9.3" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 2619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 2620 | checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 2621 | dependencies = [ |
| 2622 | "bitflags", |
| 2623 | "memchr", |
| 2624 | "unicase", |
| 2625 | ] |
| 2626 | |
| 2627 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2628 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2629 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2631 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2632 | |
| 2633 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2634 | name = "quick-error" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 2635 | version = "1.2.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 2637 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2638 | |
| 2639 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2640 | name = "quine-mc_cluskey" |
| 2641 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2643 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2644 | |
| 2645 | [[package]] |
| 2646 | name = "quote" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2647 | version = "1.0.26" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 2649 | checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2650 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2651 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2652 | ] |
| 2653 | |
| 2654 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2655 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2656 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2658 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2659 | dependencies = [ |
| 2660 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2661 | "rand_chacha", |
| 2662 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2663 | ] |
| 2664 | |
| 2665 | [[package]] |
| 2666 | name = "rand_chacha" |
| 2667 | version = "0.3.0" |
| 2668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2669 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
| 2670 | dependencies = [ |
| 2671 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2672 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2673 | ] |
| 2674 | |
| 2675 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2676 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2677 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2679 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2680 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2681 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2682 | ] |
| 2683 | |
| 2684 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2685 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2686 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2688 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 2689 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2690 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 2691 | ] |
| 2692 | |
| 2693 | [[package]] |
| 2694 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2695 | version = "0.6.0" |
| 2696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2697 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 2698 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2699 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2700 | ] |
| 2701 | |
| 2702 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2703 | name = "rayon" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2704 | version = "1.5.3" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2706 | checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2707 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2708 | "autocfg", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2709 | "crossbeam-deque", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2710 | "either", |
| 2711 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "rayon-core" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2716 | version = "1.9.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2718 | checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2719 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2720 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2721 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2722 | "crossbeam-utils", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2723 | "num_cpus", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2727 | name = "redox_syscall" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 2728 | version = "0.2.10" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 2730 | checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2731 | dependencies = [ |
| 2732 | "bitflags", |
| 2733 | ] |
| 2734 | |
| 2735 | [[package]] |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2736 | name = "redox_syscall" |
| 2737 | version = "0.3.5" |
| 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2739 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 2740 | dependencies = [ |
| 2741 | "bitflags", |
| 2742 | ] |
| 2743 | |
| 2744 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2745 | name = "redox_users" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2746 | version = "0.4.0" |
| 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 | checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
| 2749 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2750 | "getrandom", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2751 | "redox_syscall 0.2.10", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2752 | ] |
| 2753 | |
| 2754 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2755 | name = "regex" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2756 | version = "1.5.6" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2758 | checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2759 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2760 | "aho-corasick", |
| 2761 | "memchr", |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2762 | "regex-syntax 0.6.26", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2763 | ] |
| 2764 | |
| 2765 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2766 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2767 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2769 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2770 | dependencies = [ |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2771 | "regex-syntax 0.6.26", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2772 | ] |
| 2773 | |
| 2774 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2775 | name = "regex-automata" |
| 2776 | version = "0.2.0" |
| 2777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2778 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 2779 | dependencies = [ |
| 2780 | "memchr", |
| 2781 | ] |
| 2782 | |
| 2783 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2784 | name = "regex-syntax" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2785 | version = "0.6.26" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2787 | checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2788 | |
| 2789 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 2790 | name = "regex-syntax" |
| 2791 | version = "0.7.1" |
| 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2793 | checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" |
| 2794 | |
| 2795 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 2796 | name = "remote-test-client" |
| 2797 | version = "0.1.0" |
| 2798 | |
| 2799 | [[package]] |
| 2800 | name = "remote-test-server" |
| 2801 | version = "0.1.0" |
| 2802 | |
| 2803 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 2804 | name = "replace-version-placeholder" |
| 2805 | version = "0.1.0" |
| 2806 | dependencies = [ |
| 2807 | "tidy", |
| 2808 | "walkdir", |
| 2809 | ] |
| 2810 | |
| 2811 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2812 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 2813 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2814 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2815 | "serde", |
| 2816 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2817 | ] |
| 2818 | |
| 2819 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2820 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 2821 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2822 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 2823 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 2824 | "rustc-demangle", |
| 2825 | ] |
| 2826 | |
| 2827 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2828 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2829 | version = "0.1.0" |
| 2830 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 2831 | "clap", |
klensy | 40b6095 | 2023-04-06 15:21:37 | [diff] [blame] | 2832 | "env_logger 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2833 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2834 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2835 | |
| 2836 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2837 | name = "rustc-build-sysroot" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 2838 | version = "0.4.2" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 2840 | checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 2841 | dependencies = [ |
| 2842 | "anyhow", |
| 2843 | "rustc_version", |
| 2844 | "tempfile", |
| 2845 | ] |
| 2846 | |
| 2847 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2848 | name = "rustc-demangle" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 2849 | version = "0.1.21" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 2851 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2852 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2853 | "compiler_builtins", |
| 2854 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 2855 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2856 | |
| 2857 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2858 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2859 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 2861 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 2862 | |
| 2863 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2864 | name = "rustc-main" |
| 2865 | version = "0.0.0" |
| 2866 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2867 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2868 | "rustc_codegen_ssa", |
| 2869 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 2870 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 2871 | "rustc_smir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2872 | ] |
| 2873 | |
| 2874 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 2875 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2876 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2878 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2879 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2880 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 2881 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 2882 | ] |
| 2883 | |
| 2884 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2885 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2886 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 2888 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2889 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 2890 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2891 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2892 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 2893 | "num_cpus", |
| 2894 | ] |
| 2895 | |
| 2896 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 2897 | name = "rustc-semver" |
| 2898 | version = "1.1.0" |
| 2899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2900 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 2901 | |
| 2902 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2903 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2904 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2905 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2906 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2907 | ] |
| 2908 | |
| 2909 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2910 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2911 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2912 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2913 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2914 | ] |
| 2915 | |
| 2916 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2917 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 2918 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2919 | dependencies = [ |
| 2920 | "std", |
| 2921 | ] |
| 2922 | |
| 2923 | [[package]] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2924 | name = "rustc-workspace-hack" |
| 2925 | version = "1.0.0" |
Weihang Lo | befa5c9 | 2023-03-13 17:46:38 | [diff] [blame] | 2926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2927 | checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb" |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 2928 | |
| 2929 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 2930 | name = "rustc_abi" |
| 2931 | version = "0.0.0" |
| 2932 | dependencies = [ |
| 2933 | "bitflags", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2934 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 2935 | "rand_xoshiro", |
| 2936 | "rustc_data_structures", |
| 2937 | "rustc_index", |
| 2938 | "rustc_macros", |
| 2939 | "rustc_serialize", |
| 2940 | "tracing", |
| 2941 | ] |
| 2942 | |
| 2943 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2944 | name = "rustc_apfloat" |
| 2945 | version = "0.0.0" |
| 2946 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2947 | "bitflags", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2948 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 2949 | ] |
| 2950 | |
| 2951 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2952 | name = "rustc_arena" |
| 2953 | version = "0.0.0" |
| 2954 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2955 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2956 | ] |
| 2957 | |
| 2958 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2959 | name = "rustc_ast" |
| 2960 | version = "0.0.0" |
| 2961 | dependencies = [ |
Amanieu d'Antras | a656349 | 2020-05-06 13:46:01 | [diff] [blame] | 2962 | "bitflags", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 2963 | "memchr", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2964 | "rustc_data_structures", |
| 2965 | "rustc_index", |
| 2966 | "rustc_lexer", |
| 2967 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 2968 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2969 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2970 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 2971 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2972 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2973 | ] |
| 2974 | |
| 2975 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2976 | name = "rustc_ast_lowering" |
| 2977 | version = "0.0.0" |
| 2978 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 2979 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 2980 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2981 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2982 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 2983 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 2984 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2985 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 2986 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 2987 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 2988 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2989 | "rustc_span", |
| 2990 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2991 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 2992 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2993 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 2994 | ] |
| 2995 | |
| 2996 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 2997 | name = "rustc_ast_passes" |
| 2998 | version = "0.0.0" |
| 2999 | dependencies = [ |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3000 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3001 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3002 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3003 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3004 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3005 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3006 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3007 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3008 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3009 | "rustc_parse", |
| 3010 | "rustc_session", |
| 3011 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3012 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3013 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3014 | "tracing", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3015 | ] |
| 3016 | |
| 3017 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3018 | name = "rustc_ast_pretty" |
| 3019 | version = "0.0.0" |
| 3020 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3021 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3022 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3023 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3024 | ] |
| 3025 | |
| 3026 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3027 | name = "rustc_attr" |
| 3028 | version = "0.0.0" |
| 3029 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3030 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3031 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3032 | "rustc_data_structures", |
| 3033 | "rustc_errors", |
| 3034 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3035 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3036 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3037 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3038 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3039 | "rustc_session", |
| 3040 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3041 | ] |
| 3042 | |
| 3043 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3044 | name = "rustc_baked_icu_data" |
| 3045 | version = "0.0.0" |
| 3046 | dependencies = [ |
| 3047 | "icu_list", |
| 3048 | "icu_locid", |
| 3049 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3050 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3051 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3052 | ] |
| 3053 | |
| 3054 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3055 | name = "rustc_borrowck" |
| 3056 | version = "0.0.0" |
| 3057 | dependencies = [ |
| 3058 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3059 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3060 | "polonius-engine", |
| 3061 | "rustc_data_structures", |
| 3062 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3063 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3064 | "rustc_graphviz", |
| 3065 | "rustc_hir", |
| 3066 | "rustc_index", |
| 3067 | "rustc_infer", |
| 3068 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3069 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3070 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3071 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3072 | "rustc_serialize", |
| 3073 | "rustc_session", |
| 3074 | "rustc_span", |
| 3075 | "rustc_target", |
| 3076 | "rustc_trait_selection", |
| 3077 | "rustc_traits", |
| 3078 | "smallvec", |
| 3079 | "tracing", |
| 3080 | ] |
| 3081 | |
| 3082 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3083 | name = "rustc_builtin_macros" |
| 3084 | version = "0.0.0" |
| 3085 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3086 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3087 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3088 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3089 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3090 | "rustc_errors", |
| 3091 | "rustc_expand", |
| 3092 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3093 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3094 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3095 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3096 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3097 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3098 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3099 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3100 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3101 | "rustc_span", |
| 3102 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3103 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3104 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3105 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3106 | ] |
| 3107 | |
| 3108 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3109 | name = "rustc_codegen_llvm" |
| 3110 | version = "0.0.0" |
| 3111 | dependencies = [ |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3112 | "bitflags", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3113 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3114 | "measureme", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 3115 | "object 0.31.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3116 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3117 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3118 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3119 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3120 | "rustc_data_structures", |
| 3121 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3122 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3123 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3124 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3125 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3126 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3127 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3128 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3129 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3130 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3131 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3132 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3133 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3134 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3135 | "serde", |
| 3136 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3137 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3138 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3139 | ] |
| 3140 | |
| 3141 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3142 | name = "rustc_codegen_ssa" |
| 3143 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3144 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3145 | "ar_archive_writer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3146 | "bitflags", |
| 3147 | "cc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3148 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3149 | "jobserver", |
| 3150 | "libc", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 3151 | "object 0.31.1", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3152 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3153 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3154 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3155 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3156 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3157 | "rustc_data_structures", |
| 3158 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3159 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3160 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3161 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3162 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3163 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3164 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3165 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3166 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3167 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3168 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3169 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3170 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3171 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3172 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3173 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3174 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3175 | "smallvec", |
Nikita Popov | 9488cac | 2021-12-02 11:24:25 | [diff] [blame] | 3176 | "snap", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3177 | "tempfile", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3178 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3179 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3180 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3181 | ] |
| 3182 | |
| 3183 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3184 | name = "rustc_const_eval" |
| 3185 | version = "0.0.0" |
| 3186 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3187 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3188 | "rustc_apfloat", |
| 3189 | "rustc_ast", |
| 3190 | "rustc_attr", |
| 3191 | "rustc_data_structures", |
| 3192 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3193 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3194 | "rustc_hir", |
| 3195 | "rustc_index", |
| 3196 | "rustc_infer", |
| 3197 | "rustc_macros", |
| 3198 | "rustc_middle", |
| 3199 | "rustc_mir_dataflow", |
| 3200 | "rustc_session", |
| 3201 | "rustc_span", |
| 3202 | "rustc_target", |
| 3203 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3204 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3205 | "tracing", |
| 3206 | ] |
| 3207 | |
| 3208 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3209 | name = "rustc_data_structures" |
| 3210 | version = "0.0.0" |
| 3211 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3212 | "arrayvec", |
Mark Rousskov | f696b21 | 2019-11-11 22:15:36 | [diff] [blame] | 3213 | "bitflags", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3214 | "cfg-if", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3215 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3216 | "ena", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3217 | "indexmap", |
Maybe Waffle | 0465201 | 2023-04-11 10:54:56 | [diff] [blame] | 3218 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3219 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3220 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3221 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3222 | "memmap2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3223 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3224 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3225 | "rustc-rayon", |
| 3226 | "rustc-rayon-core", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3227 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3228 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3229 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3230 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3231 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3232 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3233 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3234 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3235 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3236 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3237 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3238 | ] |
| 3239 | |
| 3240 | [[package]] |
| 3241 | name = "rustc_driver" |
| 3242 | version = "0.0.0" |
| 3243 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3244 | "rustc_driver_impl", |
| 3245 | ] |
| 3246 | |
| 3247 | [[package]] |
| 3248 | name = "rustc_driver_impl" |
| 3249 | version = "0.0.0" |
| 3250 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3251 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3252 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3253 | "rustc_ast_lowering", |
| 3254 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3255 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3256 | "rustc_attr", |
| 3257 | "rustc_borrowck", |
| 3258 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3259 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3260 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3261 | "rustc_data_structures", |
Mazdak Farrokhzad | 8444e16 | 2019-11-15 18:41:50 | [diff] [blame] | 3262 | "rustc_error_codes", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3263 | "rustc_error_messages", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3264 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3265 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3266 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3267 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3268 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3269 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3270 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3271 | "rustc_hir_typeck", |
| 3272 | "rustc_incremental", |
| 3273 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3274 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3275 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3276 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3277 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3278 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3279 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3280 | "rustc_mir_build", |
| 3281 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3282 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3283 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3284 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3285 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3286 | "rustc_plugin_impl", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3287 | "rustc_privacy", |
| 3288 | "rustc_query_system", |
| 3289 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3290 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3291 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3292 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3293 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3294 | "rustc_trait_selection", |
| 3295 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3296 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3297 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3298 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3299 | ] |
| 3300 | |
| 3301 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3302 | name = "rustc_error_codes" |
| 3303 | version = "0.0.0" |
| 3304 | |
| 3305 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3306 | name = "rustc_error_messages" |
| 3307 | version = "0.0.0" |
| 3308 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3309 | "fluent-bundle", |
| 3310 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3311 | "icu_list", |
| 3312 | "icu_locid", |
| 3313 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3314 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3315 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3316 | "rustc_data_structures", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3317 | "rustc_fluent_macro", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3318 | "rustc_macros", |
| 3319 | "rustc_serialize", |
| 3320 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3321 | "tracing", |
| 3322 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3323 | ] |
| 3324 | |
| 3325 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3326 | name = "rustc_errors" |
| 3327 | version = "0.0.0" |
| 3328 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 3329 | "annotate-snippets", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3330 | "rustc_ast", |
| 3331 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3332 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3333 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3334 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3335 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3336 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3337 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3338 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3339 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3340 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3341 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3342 | "serde", |
| 3343 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3344 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3345 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3346 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3347 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3348 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3349 | ] |
| 3350 | |
| 3351 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3352 | name = "rustc_expand" |
| 3353 | version = "0.0.0" |
| 3354 | dependencies = [ |
Nika Layzell | 6d1650f | 2022-06-18 18:15:03 | [diff] [blame] | 3355 | "crossbeam-channel", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3356 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3357 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3358 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3359 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3360 | "rustc_data_structures", |
| 3361 | "rustc_errors", |
| 3362 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3363 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3364 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3365 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3366 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3367 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3368 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3369 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3370 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3371 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3372 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3373 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3374 | ] |
| 3375 | |
| 3376 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3377 | name = "rustc_feature" |
| 3378 | version = "0.0.0" |
| 3379 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3380 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3381 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3382 | ] |
| 3383 | |
| 3384 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3385 | name = "rustc_fluent_macro" |
| 3386 | version = "0.1.0" |
| 3387 | dependencies = [ |
| 3388 | "annotate-snippets", |
| 3389 | "fluent-bundle", |
| 3390 | "fluent-syntax", |
| 3391 | "proc-macro2", |
| 3392 | "quote", |
| 3393 | "syn 2.0.8", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3394 | "unic-langid", |
| 3395 | ] |
| 3396 | |
| 3397 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3398 | name = "rustc_fs_util" |
| 3399 | version = "0.0.0" |
| 3400 | |
| 3401 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3402 | name = "rustc_graphviz" |
| 3403 | version = "0.0.0" |
| 3404 | |
| 3405 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3406 | name = "rustc_hir" |
| 3407 | version = "0.0.0" |
| 3408 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3409 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3410 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3411 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3412 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3413 | "rustc_error_messages", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3414 | "rustc_index", |
| 3415 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3416 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3417 | "rustc_span", |
| 3418 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3419 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3420 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3421 | ] |
| 3422 | |
| 3423 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3424 | name = "rustc_hir_analysis" |
| 3425 | version = "0.0.0" |
| 3426 | dependencies = [ |
| 3427 | "rustc_arena", |
| 3428 | "rustc_ast", |
| 3429 | "rustc_attr", |
| 3430 | "rustc_data_structures", |
| 3431 | "rustc_errors", |
| 3432 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3433 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3434 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3435 | "rustc_index", |
| 3436 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3437 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3438 | "rustc_macros", |
| 3439 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3440 | "rustc_session", |
| 3441 | "rustc_span", |
| 3442 | "rustc_target", |
| 3443 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3444 | "rustc_type_ir", |
| 3445 | "smallvec", |
| 3446 | "tracing", |
| 3447 | ] |
| 3448 | |
| 3449 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3450 | name = "rustc_hir_pretty" |
| 3451 | version = "0.0.0" |
| 3452 | dependencies = [ |
| 3453 | "rustc_ast", |
| 3454 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3455 | "rustc_hir", |
| 3456 | "rustc_span", |
| 3457 | "rustc_target", |
| 3458 | ] |
| 3459 | |
| 3460 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3461 | name = "rustc_hir_typeck" |
| 3462 | version = "0.1.0" |
| 3463 | dependencies = [ |
| 3464 | "rustc_ast", |
| 3465 | "rustc_data_structures", |
| 3466 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3467 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3468 | "rustc_graphviz", |
| 3469 | "rustc_hir", |
| 3470 | "rustc_hir_analysis", |
| 3471 | "rustc_hir_pretty", |
| 3472 | "rustc_index", |
| 3473 | "rustc_infer", |
| 3474 | "rustc_lint", |
| 3475 | "rustc_macros", |
| 3476 | "rustc_middle", |
| 3477 | "rustc_serialize", |
| 3478 | "rustc_session", |
| 3479 | "rustc_span", |
| 3480 | "rustc_target", |
| 3481 | "rustc_trait_selection", |
| 3482 | "rustc_type_ir", |
| 3483 | "smallvec", |
| 3484 | "tracing", |
| 3485 | ] |
| 3486 | |
| 3487 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3488 | name = "rustc_incremental" |
| 3489 | version = "0.0.0" |
| 3490 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3491 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3492 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3493 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3494 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3495 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3496 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3497 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3498 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3499 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3500 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3501 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3502 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3503 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3504 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3505 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3506 | ] |
| 3507 | |
| 3508 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3509 | name = "rustc_index" |
| 3510 | version = "0.0.0" |
| 3511 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3512 | "arrayvec", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3513 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3514 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3515 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3516 | ] |
| 3517 | |
| 3518 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3519 | name = "rustc_infer" |
| 3520 | version = "0.0.0" |
| 3521 | dependencies = [ |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3522 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3523 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3524 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3525 | "rustc_hir", |
| 3526 | "rustc_index", |
| 3527 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3528 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3529 | "rustc_serialize", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3530 | "rustc_span", |
| 3531 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3532 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3533 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3534 | ] |
| 3535 | |
| 3536 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3537 | name = "rustc_interface" |
| 3538 | version = "0.0.0" |
| 3539 | dependencies = [ |
Jing Peng | 9b1a1e1 | 2023-02-26 20:27:27 | [diff] [blame] | 3540 | "atty", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3541 | "libloading", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3542 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3543 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3544 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3545 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3546 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3547 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3548 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3549 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3550 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3551 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3552 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3553 | "rustc_data_structures", |
| 3554 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3555 | "rustc_expand", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3556 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3557 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3558 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3559 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3560 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3561 | "rustc_incremental", |
Oli Scherer | 8f132d8 | 2023-02-15 17:19:38 | [diff] [blame] | 3562 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3563 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 3564 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3565 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3566 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3567 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3568 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3569 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3570 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3571 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3572 | "rustc_plugin_impl", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3573 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3574 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3575 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3576 | "rustc_resolve", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 3577 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3578 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3579 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 3580 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3581 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3582 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 3583 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3584 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3585 | ] |
| 3586 | |
| 3587 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3588 | name = "rustc_lexer" |
| 3589 | version = "0.1.0" |
| 3590 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 3591 | "expect-test", |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 3592 | "unic-emoji-char", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3593 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3594 | ] |
| 3595 | |
| 3596 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3597 | name = "rustc_lint" |
| 3598 | version = "0.0.0" |
| 3599 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3600 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3601 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3602 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3603 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 3604 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3605 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3606 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3607 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 3608 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 3609 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 3610 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3611 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 3612 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 3613 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3614 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3615 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3616 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3617 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3618 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 3619 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3620 | ] |
| 3621 | |
| 3622 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3623 | name = "rustc_lint_defs" |
| 3624 | version = "0.0.0" |
| 3625 | dependencies = [ |
| 3626 | "rustc_ast", |
| 3627 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3628 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 3629 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3630 | "rustc_macros", |
| 3631 | "rustc_serialize", |
| 3632 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 3633 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3634 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3635 | ] |
| 3636 | |
| 3637 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3638 | name = "rustc_llvm" |
| 3639 | version = "0.0.0" |
| 3640 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3641 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 3642 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3643 | ] |
| 3644 | |
| 3645 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3646 | name = "rustc_log" |
| 3647 | version = "0.0.0" |
| 3648 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 3649 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3650 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 3651 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3652 | "tracing-subscriber", |
| 3653 | "tracing-tree", |
| 3654 | ] |
| 3655 | |
| 3656 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3657 | name = "rustc_macros" |
| 3658 | version = "0.1.0" |
| 3659 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3660 | "proc-macro2", |
| 3661 | "quote", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 3662 | "syn 2.0.8", |
| 3663 | "synstructure 0.13.0", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3664 | ] |
| 3665 | |
| 3666 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3667 | name = "rustc_metadata" |
| 3668 | version = "0.0.0" |
| 3669 | dependencies = [ |
Vadim Petrochenkov | 415c141 | 2023-01-20 20:59:19 | [diff] [blame] | 3670 | "bitflags", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3671 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3672 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3673 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3674 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3675 | "rustc_data_structures", |
| 3676 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3677 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 3678 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3679 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3680 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3681 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3682 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3683 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3684 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3685 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3686 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3687 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3688 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3689 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3690 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 3691 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 3692 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3693 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3694 | ] |
| 3695 | |
| 3696 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3697 | name = "rustc_middle" |
| 3698 | version = "0.0.0" |
| 3699 | dependencies = [ |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3700 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3701 | "chalk-ir", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 3702 | "derive_more", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3703 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 3704 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3705 | "gsgdt", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3706 | "measureme", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3707 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 3708 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3709 | "rustc-rayon-core", |
| 3710 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3711 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3712 | "rustc_ast", |
| 3713 | "rustc_attr", |
| 3714 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 3715 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3716 | "rustc_errors", |
| 3717 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3718 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3719 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3720 | "rustc_hir", |
| 3721 | "rustc_index", |
| 3722 | "rustc_macros", |
| 3723 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3724 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3725 | "rustc_session", |
| 3726 | "rustc_span", |
| 3727 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 3728 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3729 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3730 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3731 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3732 | ] |
| 3733 | |
| 3734 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3735 | name = "rustc_mir_build" |
| 3736 | version = "0.0.0" |
| 3737 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3738 | "either", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3739 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3740 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3741 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3742 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3743 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3744 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3745 | "rustc_hir", |
| 3746 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3747 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 3748 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3749 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3750 | "rustc_serialize", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 3751 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3752 | "rustc_span", |
| 3753 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3754 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3755 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3756 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3757 | ] |
| 3758 | |
| 3759 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3760 | name = "rustc_mir_dataflow" |
| 3761 | version = "0.0.0" |
| 3762 | dependencies = [ |
| 3763 | "polonius-engine", |
| 3764 | "regex", |
| 3765 | "rustc_ast", |
| 3766 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 3767 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3768 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3769 | "rustc_graphviz", |
| 3770 | "rustc_hir", |
| 3771 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 3772 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3773 | "rustc_middle", |
| 3774 | "rustc_serialize", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3775 | "rustc_span", |
| 3776 | "rustc_target", |
| 3777 | "smallvec", |
| 3778 | "tracing", |
| 3779 | ] |
| 3780 | |
| 3781 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3782 | name = "rustc_mir_transform" |
| 3783 | version = "0.0.0" |
| 3784 | dependencies = [ |
| 3785 | "coverage_test_macros", |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3786 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3787 | "itertools", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3788 | "rustc_ast", |
| 3789 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3790 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3791 | "rustc_data_structures", |
| 3792 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3793 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3794 | "rustc_hir", |
| 3795 | "rustc_index", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3796 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3797 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3798 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3799 | "rustc_serialize", |
| 3800 | "rustc_session", |
| 3801 | "rustc_span", |
| 3802 | "rustc_target", |
| 3803 | "rustc_trait_selection", |
| 3804 | "smallvec", |
| 3805 | "tracing", |
| 3806 | ] |
| 3807 | |
| 3808 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3809 | name = "rustc_monomorphize" |
| 3810 | version = "0.0.0" |
| 3811 | dependencies = [ |
| 3812 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 3813 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3814 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3815 | "rustc_hir", |
| 3816 | "rustc_index", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 3817 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3818 | "rustc_middle", |
| 3819 | "rustc_session", |
| 3820 | "rustc_span", |
| 3821 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 3822 | "serde", |
| 3823 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3824 | "tracing", |
| 3825 | ] |
| 3826 | |
| 3827 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3828 | name = "rustc_parse" |
| 3829 | version = "0.0.0" |
| 3830 | dependencies = [ |
| 3831 | "bitflags", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3832 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3833 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3834 | "rustc_data_structures", |
| 3835 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3836 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3837 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3838 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 3839 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3840 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3841 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3842 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3843 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 3844 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 3845 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3846 | ] |
| 3847 | |
| 3848 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3849 | name = "rustc_parse_format" |
| 3850 | version = "0.0.0" |
| 3851 | dependencies = [ |
Maybe Waffle | c44c82d | 2022-12-08 11:20:01 | [diff] [blame] | 3852 | "rustc_data_structures", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3853 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3854 | ] |
| 3855 | |
| 3856 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3857 | name = "rustc_passes" |
| 3858 | version = "0.0.0" |
| 3859 | dependencies = [ |
Takayuki Maeda | 3a023e7 | 2022-06-10 03:14:24 | [diff] [blame] | 3860 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3861 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 3862 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3863 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3864 | "rustc_data_structures", |
| 3865 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 3866 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 3867 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3868 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3869 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 3870 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 3871 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 3872 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3873 | "rustc_middle", |
Tomasz Miąsko | 57d3897 | 2020-09-26 00:00:00 | [diff] [blame] | 3874 | "rustc_serialize", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 3875 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3876 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 3877 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 3878 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3879 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3880 | ] |
| 3881 | |
| 3882 | [[package]] |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 3883 | name = "rustc_plugin_impl" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3884 | version = "0.0.0" |
| 3885 | dependencies = [ |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 3886 | "libloading", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3887 | "rustc_ast", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 3888 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3889 | "rustc_fluent_macro", |
Mazdak Farrokhzad | f58db20 | 2020-01-09 06:52:01 | [diff] [blame] | 3890 | "rustc_lint", |
Peter Medus | 8c2413c | 2022-08-19 17:29:33 | [diff] [blame] | 3891 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3892 | "rustc_metadata", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3893 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3894 | "rustc_span", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3895 | ] |
| 3896 | |
| 3897 | [[package]] |
| 3898 | name = "rustc_privacy" |
| 3899 | version = "0.0.0" |
| 3900 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 3901 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3902 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3903 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 3904 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3905 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3906 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3907 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 3908 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3909 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3910 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3911 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3912 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3913 | ] |
| 3914 | |
| 3915 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3916 | name = "rustc_query_impl" |
| 3917 | version = "0.0.0" |
| 3918 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 3919 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3920 | "measureme", |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 3921 | "memoffset 0.9.0", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3922 | "rustc-rayon-core", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3923 | "rustc_ast", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3924 | "rustc_data_structures", |
| 3925 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3926 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3927 | "rustc_index", |
| 3928 | "rustc_macros", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3929 | "rustc_middle", |
| 3930 | "rustc_query_system", |
| 3931 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 3932 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3933 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3934 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 3935 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3936 | ] |
| 3937 | |
| 3938 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3939 | name = "rustc_query_system" |
| 3940 | version = "0.0.0" |
| 3941 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3942 | "parking_lot 0.11.2", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 3943 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3944 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3945 | "rustc_data_structures", |
| 3946 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3947 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3948 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3949 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3950 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3951 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3952 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 3953 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 3954 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 3955 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 3956 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3957 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3958 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3959 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 3960 | ] |
| 3961 | |
| 3962 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3963 | name = "rustc_resolve" |
| 3964 | version = "0.0.0" |
| 3965 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3966 | "bitflags", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 3967 | "pulldown-cmark", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3968 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3969 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3970 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3971 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3972 | "rustc_data_structures", |
| 3973 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3974 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3975 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3976 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3977 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 3978 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 3979 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3980 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3981 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 3982 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3983 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3984 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3985 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3986 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3987 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3988 | ] |
| 3989 | |
| 3990 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3991 | name = "rustc_serialize" |
| 3992 | version = "0.0.0" |
| 3993 | dependencies = [ |
| 3994 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 3995 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3996 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 3997 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3998 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3999 | ] |
| 4000 | |
| 4001 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4002 | name = "rustc_session" |
| 4003 | version = "0.0.0" |
| 4004 | dependencies = [ |
Jing Peng | 9b1a1e1 | 2023-02-26 20:27:27 | [diff] [blame] | 4005 | "atty", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4006 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4007 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4008 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4009 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4010 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4011 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4012 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4013 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4014 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4015 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4016 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4017 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4018 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4019 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4020 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4021 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4022 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4023 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4024 | ] |
| 4025 | |
| 4026 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4027 | name = "rustc_smir" |
| 4028 | version = "0.0.0" |
| 4029 | dependencies = [ |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4030 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4031 | "rustc_middle", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4032 | "rustc_span", |
| 4033 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4034 | ] |
| 4035 | |
| 4036 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4037 | name = "rustc_span" |
| 4038 | version = "0.0.0" |
| 4039 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4040 | "cfg-if", |
Oli Scherer | 460ecd2 | 2023-03-16 10:05:09 | [diff] [blame] | 4041 | "indexmap", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4042 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4043 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4044 | "rustc_data_structures", |
| 4045 | "rustc_index", |
| 4046 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4047 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4048 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4049 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4050 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4051 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4052 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4053 | ] |
| 4054 | |
| 4055 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4056 | name = "rustc_symbol_mangling" |
| 4057 | version = "0.0.0" |
| 4058 | dependencies = [ |
Ramon de C Valle | 5ad7a64 | 2022-04-01 05:50:41 | [diff] [blame] | 4059 | "bitflags", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4060 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4061 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4062 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4063 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4064 | "rustc_fluent_macro", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4065 | "rustc_hir", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4066 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4067 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4068 | "rustc_session", |
| 4069 | "rustc_span", |
| 4070 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4071 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 4072 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4073 | ] |
| 4074 | |
| 4075 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4076 | name = "rustc_target" |
| 4077 | version = "0.0.0" |
| 4078 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4079 | "bitflags", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4080 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4081 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4082 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4083 | "rustc_fs_util", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4084 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4085 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4086 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4087 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4088 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4089 | ] |
| 4090 | |
| 4091 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4092 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4093 | version = "0.3.0" |
| 4094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4095 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4096 | |
| 4097 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4098 | name = "rustc_trait_selection" |
| 4099 | version = "0.0.0" |
| 4100 | dependencies = [ |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4101 | "rustc_ast", |
| 4102 | "rustc_attr", |
| 4103 | "rustc_data_structures", |
| 4104 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4105 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4106 | "rustc_hir", |
| 4107 | "rustc_index", |
| 4108 | "rustc_infer", |
| 4109 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4110 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4111 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4112 | "rustc_query_system", |
lcnr | b738b06 | 2023-01-11 12:39:02 | [diff] [blame] | 4113 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4114 | "rustc_session", |
| 4115 | "rustc_span", |
| 4116 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4117 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4118 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4119 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4120 | ] |
| 4121 | |
| 4122 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4123 | name = "rustc_traits" |
| 4124 | version = "0.0.0" |
| 4125 | dependencies = [ |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 4126 | "chalk-engine", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 4127 | "chalk-ir", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 4128 | "chalk-solve", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4129 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4130 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4131 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4132 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4133 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4134 | "rustc_span", |
hkalbasi | 27fb904 | 2022-11-01 16:20:30 | [diff] [blame] | 4135 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4136 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4137 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4138 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4139 | ] |
| 4140 | |
| 4141 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4142 | name = "rustc_transmute" |
| 4143 | version = "0.1.0" |
| 4144 | dependencies = [ |
| 4145 | "itertools", |
| 4146 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4147 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4148 | "rustc_infer", |
| 4149 | "rustc_macros", |
| 4150 | "rustc_middle", |
| 4151 | "rustc_span", |
| 4152 | "rustc_target", |
| 4153 | "tracing", |
| 4154 | ] |
| 4155 | |
| 4156 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4157 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4158 | version = "0.0.0" |
| 4159 | dependencies = [ |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4160 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4161 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4162 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4163 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4164 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4165 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4166 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4167 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4168 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4169 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4170 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4171 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4172 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4173 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4174 | ] |
| 4175 | |
| 4176 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4177 | name = "rustc_type_ir" |
| 4178 | version = "0.0.0" |
| 4179 | dependencies = [ |
| 4180 | "bitflags", |
| 4181 | "rustc_data_structures", |
| 4182 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4183 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4184 | "rustc_serialize", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4185 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4186 | ] |
| 4187 | |
| 4188 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4189 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4190 | version = "0.4.0" |
| 4191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4192 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4193 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4194 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4195 | ] |
| 4196 | |
| 4197 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4198 | name = "rustdoc" |
| 4199 | version = "0.0.0" |
| 4200 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4201 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4202 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4203 | "expect-test", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4204 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4205 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 4206 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4207 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4208 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4209 | "serde", |
| 4210 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4211 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4212 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4213 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4214 | "tracing", |
| 4215 | "tracing-subscriber", |
| 4216 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4217 | ] |
| 4218 | |
| 4219 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4220 | name = "rustdoc-gui-test" |
| 4221 | version = "0.1.0" |
| 4222 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4223 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4224 | "compiletest", |
| 4225 | "getopts", |
| 4226 | "walkdir", |
| 4227 | ] |
| 4228 | |
| 4229 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4230 | name = "rustdoc-json-types" |
| 4231 | version = "0.1.0" |
| 4232 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4233 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4234 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4235 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4236 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4237 | ] |
| 4238 | |
| 4239 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4240 | name = "rustdoc-themes" |
| 4241 | version = "0.1.0" |
| 4242 | |
| 4243 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4244 | name = "rustdoc-tool" |
| 4245 | version = "0.0.0" |
| 4246 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4247 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4248 | ] |
| 4249 | |
| 4250 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4251 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4252 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4254 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4255 | dependencies = [ |
| 4256 | "anyhow", |
| 4257 | "log", |
| 4258 | "serde", |
| 4259 | "serde_json", |
| 4260 | ] |
| 4261 | |
| 4262 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4263 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4264 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4265 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4266 | "proc-macro2", |
| 4267 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4268 | "serde", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4269 | "syn 2.0.8", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4270 | ] |
| 4271 | |
| 4272 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4273 | name = "rustfmt-nightly" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4274 | version = "1.5.3" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4275 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 4276 | "annotate-snippets", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4277 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4278 | "bytecount", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4279 | "cargo_metadata", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame^] | 4280 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4281 | "diff", |
| 4282 | "dirs", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4283 | "env_logger 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4284 | "getopts", |
| 4285 | "ignore", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4286 | "itertools", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4287 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4288 | "log", |
| 4289 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4290 | "rustfmt-config_proc_macro", |
| 4291 | "serde", |
| 4292 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4293 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4294 | "thiserror", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4295 | "toml 0.7.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4296 | "unicode-segmentation", |
| 4297 | "unicode-width", |
| 4298 | "unicode_categories", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4299 | ] |
| 4300 | |
| 4301 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4302 | name = "rustix" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4303 | version = "0.37.7" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4305 | checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4306 | dependencies = [ |
| 4307 | "bitflags", |
| 4308 | "errno", |
| 4309 | "io-lifetimes", |
| 4310 | "libc", |
| 4311 | "linux-raw-sys", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4312 | "windows-sys 0.45.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4313 | ] |
| 4314 | |
| 4315 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4316 | name = "rustversion" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 4317 | version = "1.0.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 4319 | checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4320 | |
| 4321 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4322 | name = "ruzstd" |
| 4323 | version = "0.3.1" |
| 4324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4325 | checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe" |
| 4326 | dependencies = [ |
| 4327 | "byteorder", |
| 4328 | "thiserror", |
| 4329 | "twox-hash", |
| 4330 | ] |
| 4331 | |
| 4332 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4333 | name = "ryu" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4334 | version = "1.0.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4336 | checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4337 | |
| 4338 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4339 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4340 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4342 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4343 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4344 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4345 | ] |
| 4346 | |
| 4347 | [[package]] |
| 4348 | name = "schannel" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4349 | version = "0.1.19" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4351 | checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4352 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4353 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4354 | "winapi", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4355 | ] |
| 4356 | |
| 4357 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4358 | name = "scoped-tls" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4359 | version = "1.0.0" |
| 4360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4361 | checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4362 | |
| 4363 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4364 | name = "scopeguard" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4365 | version = "1.1.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4367 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4368 | |
| 4369 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4370 | name = "self_cell" |
| 4371 | version = "0.10.2" |
| 4372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4373 | checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" |
| 4374 | |
| 4375 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4376 | name = "semver" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4377 | version = "1.0.12" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4379 | checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4380 | dependencies = [ |
| 4381 | "serde", |
| 4382 | ] |
| 4383 | |
| 4384 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4385 | name = "serde" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4386 | version = "1.0.160" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4388 | checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4389 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4390 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4391 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4392 | |
| 4393 | [[package]] |
| 4394 | name = "serde_derive" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4395 | version = "1.0.160" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Collin Baker | 1d640e5 | 2023-05-03 20:45:43 | [diff] [blame] | 4397 | checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4398 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4399 | "proc-macro2", |
| 4400 | "quote", |
Deadbeef | 3b187c3 | 2023-04-08 09:31:55 | [diff] [blame] | 4401 | "syn 2.0.8", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4402 | ] |
| 4403 | |
| 4404 | [[package]] |
| 4405 | name = "serde_json" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4406 | version = "1.0.85" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4408 | checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4409 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 4410 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4411 | "itoa", |
| 4412 | "ryu", |
| 4413 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4414 | ] |
| 4415 | |
| 4416 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4417 | name = "serde_spanned" |
| 4418 | version = "0.6.2" |
| 4419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4420 | checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" |
| 4421 | dependencies = [ |
| 4422 | "serde", |
| 4423 | ] |
| 4424 | |
| 4425 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4426 | name = "sha1" |
| 4427 | version = "0.10.5" |
| 4428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4429 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| 4430 | dependencies = [ |
| 4431 | "cfg-if", |
| 4432 | "cpufeatures", |
| 4433 | "digest", |
| 4434 | ] |
| 4435 | |
| 4436 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4437 | name = "sha2" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 4438 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 4440 | checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4441 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4442 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4443 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4444 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4445 | ] |
| 4446 | |
| 4447 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4448 | name = "sharded-slab" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4449 | version = "0.1.1" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 4451 | checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4452 | dependencies = [ |
| 4453 | "lazy_static", |
| 4454 | ] |
| 4455 | |
| 4456 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4457 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4458 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4460 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4461 | |
| 4462 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4463 | name = "shlex" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4464 | version = "1.0.0" |
| 4465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4466 | checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" |
| 4467 | |
| 4468 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4469 | name = "siphasher" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4470 | version = "0.3.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4472 | checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4473 | |
| 4474 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4475 | name = "slab" |
| 4476 | version = "0.4.2" |
| 4477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4478 | checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4479 | |
| 4480 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4481 | name = "smallvec" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4482 | version = "1.10.0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4484 | checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4485 | |
| 4486 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4487 | name = "snap" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4488 | version = "1.1.0" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4490 | checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4491 | |
| 4492 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4493 | name = "socket2" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 4494 | version = "0.4.1" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 4496 | checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4497 | dependencies = [ |
| 4498 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4499 | "winapi", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4500 | ] |
| 4501 | |
| 4502 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4503 | name = "spdx-expression" |
| 4504 | version = "0.5.2" |
| 4505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4506 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 4507 | dependencies = [ |
| 4508 | "nom", |
| 4509 | "serde", |
| 4510 | "thiserror", |
| 4511 | "tracing", |
| 4512 | ] |
| 4513 | |
| 4514 | [[package]] |
| 4515 | name = "spdx-rs" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 4516 | version = "0.5.2" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 4518 | checksum = "6b1ec09829bf2d82c175c121b20de11ffab2def83bd55979002099b1f9956c9b" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4519 | dependencies = [ |
| 4520 | "chrono", |
| 4521 | "log", |
| 4522 | "nom", |
| 4523 | "serde", |
| 4524 | "spdx-expression", |
| 4525 | "strum", |
| 4526 | "strum_macros", |
| 4527 | "thiserror", |
| 4528 | "uuid", |
| 4529 | ] |
| 4530 | |
| 4531 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4532 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4533 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4535 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4536 | |
| 4537 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4538 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 4539 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 4541 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4542 | dependencies = [ |
| 4543 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4544 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4545 | "libc", |
| 4546 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4547 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4548 | ] |
| 4549 | |
| 4550 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 4551 | name = "static_assertions" |
| 4552 | version = "1.1.0" |
| 4553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4554 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4555 | |
| 4556 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4557 | name = "std" |
| 4558 | version = "0.0.0" |
| 4559 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 4560 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4561 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4562 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4563 | "compiler_builtins", |
| 4564 | "core", |
| 4565 | "dlmalloc", |
| 4566 | "fortanix-sgx-abi", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 4567 | "hashbrown 0.14.0", |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 4568 | "hermit-abi 0.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4569 | "libc", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 4570 | "miniz_oxide", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4571 | "object 0.30.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4572 | "panic_abort", |
| 4573 | "panic_unwind", |
| 4574 | "profiler_builtins", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4575 | "rand", |
| 4576 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 4577 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4578 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4579 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4580 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4581 | ] |
| 4582 | |
| 4583 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4584 | name = "std_detect" |
| 4585 | version = "0.1.5" |
| 4586 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4587 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 4588 | "compiler_builtins", |
| 4589 | "libc", |
| 4590 | "rustc-std-workspace-alloc", |
| 4591 | "rustc-std-workspace-core", |
| 4592 | ] |
| 4593 | |
| 4594 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4595 | name = "string_cache" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4596 | version = "0.8.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4598 | checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4599 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4600 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4601 | "new_debug_unreachable", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4602 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4603 | "phf_shared", |
| 4604 | "precomputed-hash", |
| 4605 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4606 | ] |
| 4607 | |
| 4608 | [[package]] |
| 4609 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4610 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4612 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4613 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4614 | "phf_generator", |
| 4615 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4616 | "proc-macro2", |
| 4617 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4618 | ] |
| 4619 | |
| 4620 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4621 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 4622 | version = "0.10.0" |
| 4623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4624 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 4625 | |
| 4626 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4627 | name = "strum" |
| 4628 | version = "0.24.1" |
| 4629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4630 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 4631 | |
| 4632 | [[package]] |
| 4633 | name = "strum_macros" |
| 4634 | version = "0.24.3" |
| 4635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4636 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 4637 | dependencies = [ |
| 4638 | "heck", |
| 4639 | "proc-macro2", |
| 4640 | "quote", |
| 4641 | "rustversion", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4642 | "syn 1.0.102", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4643 | ] |
| 4644 | |
| 4645 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 4646 | name = "suggest-tests" |
| 4647 | version = "0.1.0" |
| 4648 | dependencies = [ |
| 4649 | "build_helper", |
| 4650 | "glob", |
| 4651 | "once_cell", |
| 4652 | ] |
| 4653 | |
| 4654 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4655 | name = "syn" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4656 | version = "1.0.102" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 4658 | checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4659 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4660 | "proc-macro2", |
| 4661 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 4662 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 4663 | ] |
| 4664 | |
| 4665 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4666 | name = "syn" |
| 4667 | version = "2.0.8" |
| 4668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4669 | checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9" |
| 4670 | dependencies = [ |
| 4671 | "proc-macro2", |
| 4672 | "quote", |
| 4673 | "unicode-ident", |
| 4674 | ] |
| 4675 | |
| 4676 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 4677 | name = "synstructure" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 4678 | version = "0.12.6" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 4680 | checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4681 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4682 | "proc-macro2", |
| 4683 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4684 | "syn 1.0.102", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4685 | "unicode-xid", |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 4686 | ] |
| 4687 | |
| 4688 | [[package]] |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 4689 | name = "synstructure" |
| 4690 | version = "0.13.0" |
| 4691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4692 | checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
| 4693 | dependencies = [ |
| 4694 | "proc-macro2", |
| 4695 | "quote", |
| 4696 | "syn 2.0.8", |
| 4697 | "unicode-xid", |
| 4698 | ] |
| 4699 | |
| 4700 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 4701 | name = "sysroot" |
| 4702 | version = "0.0.0" |
| 4703 | dependencies = [ |
| 4704 | "proc_macro", |
| 4705 | "std", |
| 4706 | "test", |
| 4707 | ] |
| 4708 | |
| 4709 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4710 | name = "tar" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 4711 | version = "0.4.38" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 4713 | checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4714 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4715 | "filetime", |
| 4716 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4717 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4718 | ] |
| 4719 | |
| 4720 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4721 | name = "tempfile" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4722 | version = "3.5.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4723 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4724 | checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4725 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4726 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 4727 | "fastrand", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4728 | "redox_syscall 0.3.5", |
| 4729 | "rustix", |
| 4730 | "windows-sys 0.45.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 4731 | ] |
| 4732 | |
| 4733 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4734 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 4735 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 4737 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4738 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4739 | "futf", |
| 4740 | "mac", |
| 4741 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4742 | ] |
| 4743 | |
| 4744 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4745 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4746 | version = "0.7.0" |
| 4747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4748 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 4749 | dependencies = [ |
| 4750 | "dirs-next", |
| 4751 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4752 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4753 | ] |
| 4754 | |
| 4755 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4756 | name = "termcolor" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4757 | version = "1.1.3" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4759 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4760 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 4761 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 4762 | ] |
| 4763 | |
| 4764 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4765 | name = "terminal_size" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4766 | version = "0.2.6" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4768 | checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4769 | dependencies = [ |
| 4770 | "rustix", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 4771 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4772 | ] |
| 4773 | |
| 4774 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4775 | name = "termize" |
| 4776 | version = "0.1.1" |
| 4777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4778 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 4779 | dependencies = [ |
| 4780 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4781 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4782 | ] |
| 4783 | |
| 4784 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4785 | name = "test" |
| 4786 | version = "0.0.0" |
| 4787 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4788 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4789 | "getopts", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4790 | "panic_abort", |
| 4791 | "panic_unwind", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4792 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4793 | ] |
| 4794 | |
| 4795 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 4796 | name = "tester" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4797 | version = "0.9.0" |
| 4798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4799 | checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb" |
| 4800 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4801 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4802 | "getopts", |
| 4803 | "libc", |
| 4804 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4805 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4806 | ] |
| 4807 | |
| 4808 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4809 | name = "thin-vec" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 4810 | version = "0.2.12" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 4812 | checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4813 | |
| 4814 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4815 | name = "thiserror" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4816 | version = "1.0.40" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4818 | checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4819 | dependencies = [ |
| 4820 | "thiserror-impl", |
| 4821 | ] |
| 4822 | |
| 4823 | [[package]] |
| 4824 | name = "thiserror-impl" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4825 | version = "1.0.40" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4827 | checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4828 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4829 | "proc-macro2", |
| 4830 | "quote", |
Deadbeef | ab7c4b7 | 2023-04-08 10:12:39 | [diff] [blame] | 4831 | "syn 2.0.8", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 4832 | ] |
| 4833 | |
| 4834 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4835 | name = "thorin-dwp" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4836 | version = "0.6.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4838 | checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4839 | dependencies = [ |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 4840 | "gimli 0.26.2", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 4841 | "hashbrown 0.12.3", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4842 | "object 0.31.1", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4843 | "tracing", |
| 4844 | ] |
| 4845 | |
| 4846 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4847 | name = "thread_local" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4848 | version = "1.1.4" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4850 | checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4851 | dependencies = [ |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 4852 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 4853 | ] |
| 4854 | |
| 4855 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4856 | name = "threadpool" |
| 4857 | version = "1.8.1" |
| 4858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4859 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 4860 | dependencies = [ |
| 4861 | "num_cpus", |
| 4862 | ] |
| 4863 | |
| 4864 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4865 | name = "tidy" |
| 4866 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 4867 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4868 | "cargo-platform", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 4869 | "cargo_metadata", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 4870 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4871 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 4872 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4873 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 4874 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 4875 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4876 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 4877 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4878 | |
| 4879 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 4880 | name = "tier-check" |
| 4881 | version = "0.1.0" |
| 4882 | |
| 4883 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4884 | name = "tinystr" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 4885 | version = "0.7.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 4887 | checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 4888 | dependencies = [ |
| 4889 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4890 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 4891 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4892 | |
| 4893 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4894 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 4895 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 4897 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 4898 | dependencies = [ |
| 4899 | "tinyvec_macros", |
| 4900 | ] |
| 4901 | |
| 4902 | [[package]] |
| 4903 | name = "tinyvec_macros" |
| 4904 | version = "0.1.0" |
| 4905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4906 | checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4907 | |
| 4908 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4909 | name = "tokio" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4910 | version = "1.28.2" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4912 | checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4913 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4914 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4915 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4916 | "pin-project-lite", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 4917 | "windows-sys 0.48.0", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4918 | ] |
| 4919 | |
| 4920 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4921 | name = "toml" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 4922 | version = "0.5.7" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 4924 | checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4925 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4926 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 4927 | ] |
| 4928 | |
| 4929 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4930 | name = "toml" |
| 4931 | version = "0.7.4" |
| 4932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4933 | checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" |
| 4934 | dependencies = [ |
| 4935 | "serde", |
| 4936 | "serde_spanned", |
| 4937 | "toml_datetime", |
| 4938 | "toml_edit", |
| 4939 | ] |
| 4940 | |
| 4941 | [[package]] |
| 4942 | name = "toml_datetime" |
| 4943 | version = "0.6.2" |
| 4944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4945 | checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" |
| 4946 | dependencies = [ |
| 4947 | "serde", |
| 4948 | ] |
| 4949 | |
| 4950 | [[package]] |
| 4951 | name = "toml_edit" |
| 4952 | version = "0.19.10" |
| 4953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4954 | checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" |
| 4955 | dependencies = [ |
| 4956 | "indexmap", |
| 4957 | "serde", |
| 4958 | "serde_spanned", |
| 4959 | "toml_datetime", |
| 4960 | "winnow", |
| 4961 | ] |
| 4962 | |
| 4963 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4964 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4965 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 4967 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 4968 | |
| 4969 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4970 | name = "tracing" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 4971 | version = "0.1.35" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 4973 | checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4974 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4975 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4976 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4977 | "tracing-attributes", |
| 4978 | "tracing-core", |
| 4979 | ] |
| 4980 | |
| 4981 | [[package]] |
| 4982 | name = "tracing-attributes" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4983 | version = "0.1.22" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4985 | checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4986 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4987 | "proc-macro2", |
| 4988 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 4989 | "syn 1.0.102", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4990 | ] |
| 4991 | |
| 4992 | [[package]] |
| 4993 | name = "tracing-core" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4994 | version = "0.1.28" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4996 | checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 4997 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 4998 | "once_cell", |
| 4999 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5003 | name = "tracing-error" |
| 5004 | version = "0.2.0" |
| 5005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5006 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5007 | dependencies = [ |
| 5008 | "tracing", |
| 5009 | "tracing-subscriber", |
| 5010 | ] |
| 5011 | |
| 5012 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5013 | name = "tracing-log" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5014 | version = "0.1.2" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5016 | checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5017 | dependencies = [ |
| 5018 | "lazy_static", |
| 5019 | "log", |
| 5020 | "tracing-core", |
| 5021 | ] |
| 5022 | |
| 5023 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5024 | name = "tracing-subscriber" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5025 | version = "0.3.3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5027 | checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5028 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 5029 | "ansi_term", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5030 | "lazy_static", |
| 5031 | "matchers", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5032 | "parking_lot 0.11.2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5033 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5034 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5035 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5036 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5037 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5038 | "tracing-core", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5039 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5040 | ] |
| 5041 | |
| 5042 | [[package]] |
| 5043 | name = "tracing-tree" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5044 | version = "0.2.0" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5046 | checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5047 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 5048 | "ansi_term", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5049 | "atty", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5050 | "tracing-core", |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5051 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5052 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5053 | ] |
| 5054 | |
| 5055 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5056 | name = "twox-hash" |
| 5057 | version = "1.6.3" |
| 5058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5059 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5060 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5061 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5062 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5063 | "static_assertions", |
| 5064 | ] |
| 5065 | |
| 5066 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5067 | name = "type-map" |
| 5068 | version = "0.4.0" |
| 5069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5070 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 5071 | dependencies = [ |
| 5072 | "rustc-hash", |
| 5073 | ] |
| 5074 | |
| 5075 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5076 | name = "typenum" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5077 | version = "1.16.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5079 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5080 | |
| 5081 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5082 | name = "ucd-parse" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5083 | version = "0.1.8" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5085 | checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5086 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5087 | "lazy_static", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5088 | "regex", |
| 5089 | ] |
| 5090 | |
| 5091 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5092 | name = "ucd-trie" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5093 | version = "0.1.5" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5095 | checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5096 | |
| 5097 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5098 | name = "ui_test" |
Ralf Jung | d8815ef | 2023-05-13 13:45:54 | [diff] [blame] | 5099 | version = "0.10.0" |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 5100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | d8815ef | 2023-05-13 13:45:54 | [diff] [blame] | 5101 | checksum = "191a442639ea102fa62671026047e51d574bfda44b7fdf32151d7314624c1cd2" |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5102 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 5103 | "bstr", |
Ralf Jung | f4acc67 | 2023-04-28 16:15:04 | [diff] [blame] | 5104 | "cargo-platform", |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 5105 | "cargo_metadata", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5106 | "color-eyre", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5107 | "colored", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5108 | "crossbeam-channel", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 5109 | "diff", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5110 | "lazy_static", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5111 | "regex", |
| 5112 | "rustc_version", |
Ralf Jung | f4acc67 | 2023-04-28 16:15:04 | [diff] [blame] | 5113 | "rustfix", |
Ralf Jung | 9f2b69d | 2022-06-01 13:26:26 | [diff] [blame] | 5114 | "serde", |
| 5115 | "serde_json", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5116 | "tempfile", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5117 | ] |
| 5118 | |
| 5119 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 5120 | name = "unic-char-property" |
| 5121 | version = "0.9.0" |
| 5122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5123 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 5124 | dependencies = [ |
| 5125 | "unic-char-range", |
| 5126 | ] |
| 5127 | |
| 5128 | [[package]] |
| 5129 | name = "unic-char-range" |
| 5130 | version = "0.9.0" |
| 5131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5132 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 5133 | |
| 5134 | [[package]] |
| 5135 | name = "unic-common" |
| 5136 | version = "0.9.0" |
| 5137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5138 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 5139 | |
| 5140 | [[package]] |
| 5141 | name = "unic-emoji-char" |
| 5142 | version = "0.9.0" |
| 5143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5144 | checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" |
| 5145 | dependencies = [ |
| 5146 | "unic-char-property", |
| 5147 | "unic-char-range", |
| 5148 | "unic-ucd-version", |
| 5149 | ] |
| 5150 | |
| 5151 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5152 | name = "unic-langid" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5153 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5155 | checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5156 | dependencies = [ |
| 5157 | "unic-langid-impl", |
| 5158 | "unic-langid-macros", |
| 5159 | ] |
| 5160 | |
| 5161 | [[package]] |
| 5162 | name = "unic-langid-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5163 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5165 | checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5166 | dependencies = [ |
| 5167 | "tinystr", |
| 5168 | ] |
| 5169 | |
| 5170 | [[package]] |
| 5171 | name = "unic-langid-macros" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5172 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5174 | checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5175 | dependencies = [ |
| 5176 | "proc-macro-hack", |
| 5177 | "tinystr", |
| 5178 | "unic-langid-impl", |
| 5179 | "unic-langid-macros-impl", |
| 5180 | ] |
| 5181 | |
| 5182 | [[package]] |
| 5183 | name = "unic-langid-macros-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5184 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5186 | checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5187 | dependencies = [ |
| 5188 | "proc-macro-hack", |
| 5189 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5190 | "syn 1.0.102", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5191 | "unic-langid-impl", |
| 5192 | ] |
| 5193 | |
| 5194 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 5195 | name = "unic-ucd-version" |
| 5196 | version = "0.9.0" |
| 5197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5198 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 5199 | dependencies = [ |
| 5200 | "unic-common", |
| 5201 | ] |
| 5202 | |
| 5203 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5204 | name = "unicase" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5205 | version = "2.6.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5207 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5208 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5209 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5210 | ] |
| 5211 | |
| 5212 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5213 | name = "unicode-bdd" |
| 5214 | version = "0.1.0" |
| 5215 | dependencies = [ |
| 5216 | "ucd-parse", |
| 5217 | ] |
| 5218 | |
| 5219 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5220 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 5221 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5223 | checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5224 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5225 | "matches", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5226 | ] |
| 5227 | |
| 5228 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5229 | name = "unicode-ident" |
| 5230 | version = "1.0.5" |
| 5231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5232 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" |
| 5233 | |
| 5234 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5235 | name = "unicode-normalization" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5236 | version = "0.1.22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5238 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5239 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5240 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5241 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5242 | |
| 5243 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5244 | name = "unicode-script" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5245 | version = "0.5.5" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5247 | checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5248 | |
| 5249 | [[package]] |
| 5250 | name = "unicode-security" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5251 | version = "0.1.0" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [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 = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5254 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5255 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5256 | "unicode-script", |
| 5257 | ] |
| 5258 | |
| 5259 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5260 | name = "unicode-segmentation" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5261 | version = "1.10.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5263 | checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5264 | |
| 5265 | [[package]] |
| 5266 | name = "unicode-width" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5267 | version = "0.1.10" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5269 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5270 | dependencies = [ |
| 5271 | "compiler_builtins", |
| 5272 | "rustc-std-workspace-core", |
| 5273 | "rustc-std-workspace-std", |
| 5274 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5275 | |
| 5276 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5277 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5278 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5280 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5281 | |
| 5282 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 5283 | name = "unicode_categories" |
| 5284 | version = "0.1.1" |
| 5285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5286 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 5287 | |
| 5288 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5289 | name = "unified-diff" |
| 5290 | version = "0.2.1" |
| 5291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5292 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5293 | dependencies = [ |
| 5294 | "diff", |
| 5295 | ] |
| 5296 | |
| 5297 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5298 | name = "unstable-book-gen" |
| 5299 | version = "0.1.0" |
| 5300 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5301 | "num-traits", |
| 5302 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5303 | ] |
| 5304 | |
| 5305 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5306 | name = "unwind" |
| 5307 | version = "0.0.0" |
| 5308 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5309 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5310 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5311 | "compiler_builtins", |
| 5312 | "core", |
| 5313 | "libc", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5314 | ] |
| 5315 | |
| 5316 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5317 | name = "url" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5318 | version = "2.2.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5320 | checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5321 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5322 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5323 | "idna", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5324 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5325 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5326 | ] |
| 5327 | |
| 5328 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5329 | name = "utf-8" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5330 | version = "0.7.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [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 = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5333 | |
| 5334 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5335 | name = "utf8parse" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5336 | version = "0.2.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5338 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5339 | |
| 5340 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5341 | name = "uuid" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5342 | version = "1.3.1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5344 | checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5345 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5346 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5347 | ] |
| 5348 | |
| 5349 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5350 | name = "valuable" |
| 5351 | version = "0.1.0" |
| 5352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5353 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 5354 | |
| 5355 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5356 | name = "vcpkg" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5357 | version = "0.2.10" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5359 | checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5360 | |
| 5361 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5362 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5363 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5365 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5366 | |
| 5367 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5368 | name = "walkdir" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5369 | version = "2.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5371 | checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5372 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5373 | "same-file", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5374 | "winapi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5375 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5376 | ] |
| 5377 | |
| 5378 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5379 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5380 | version = "0.11.0+wasi-snapshot-preview1" |
| 5381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5382 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5383 | dependencies = [ |
| 5384 | "compiler_builtins", |
| 5385 | "rustc-std-workspace-alloc", |
| 5386 | "rustc-std-workspace-core", |
| 5387 | ] |
| 5388 | |
| 5389 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5390 | name = "wasm-bindgen" |
| 5391 | version = "0.2.84" |
| 5392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5393 | checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
| 5394 | dependencies = [ |
| 5395 | "cfg-if", |
| 5396 | "wasm-bindgen-macro", |
| 5397 | ] |
| 5398 | |
| 5399 | [[package]] |
| 5400 | name = "wasm-bindgen-backend" |
| 5401 | version = "0.2.84" |
| 5402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5403 | checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
| 5404 | dependencies = [ |
| 5405 | "bumpalo", |
| 5406 | "log", |
| 5407 | "once_cell", |
| 5408 | "proc-macro2", |
| 5409 | "quote", |
| 5410 | "syn 1.0.102", |
| 5411 | "wasm-bindgen-shared", |
| 5412 | ] |
| 5413 | |
| 5414 | [[package]] |
| 5415 | name = "wasm-bindgen-macro" |
| 5416 | version = "0.2.84" |
| 5417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5418 | checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
| 5419 | dependencies = [ |
| 5420 | "quote", |
| 5421 | "wasm-bindgen-macro-support", |
| 5422 | ] |
| 5423 | |
| 5424 | [[package]] |
| 5425 | name = "wasm-bindgen-macro-support" |
| 5426 | version = "0.2.84" |
| 5427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5428 | checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
| 5429 | dependencies = [ |
| 5430 | "proc-macro2", |
| 5431 | "quote", |
| 5432 | "syn 1.0.102", |
| 5433 | "wasm-bindgen-backend", |
| 5434 | "wasm-bindgen-shared", |
| 5435 | ] |
| 5436 | |
| 5437 | [[package]] |
| 5438 | name = "wasm-bindgen-shared" |
| 5439 | version = "0.2.84" |
| 5440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5441 | checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
| 5442 | |
| 5443 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5444 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5445 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5447 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5448 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5449 | "winapi-i686-pc-windows-gnu", |
| 5450 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5451 | ] |
| 5452 | |
| 5453 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5454 | name = "winapi-i686-pc-windows-gnu" |
| 5455 | version = "0.4.0" |
| 5456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5457 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5458 | |
| 5459 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5460 | name = "winapi-util" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5461 | version = "0.1.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5463 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5464 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5465 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5466 | ] |
| 5467 | |
| 5468 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5469 | name = "winapi-x86_64-pc-windows-gnu" |
| 5470 | version = "0.4.0" |
| 5471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5472 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5473 | |
| 5474 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5475 | name = "windows" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5476 | version = "0.48.0" |
| 5477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5478 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| 5479 | dependencies = [ |
| 5480 | "windows-targets 0.48.0", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5481 | ] |
| 5482 | |
| 5483 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5484 | name = "windows-bindgen" |
| 5485 | version = "0.49.0" |
| 5486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5487 | checksum = "b6935fb09b84ee57929ae92518b475f5dfdfbeb87c5334756acc28ee8e202b60" |
| 5488 | dependencies = [ |
| 5489 | "windows-metadata", |
| 5490 | "windows-tokens", |
| 5491 | ] |
| 5492 | |
| 5493 | [[package]] |
| 5494 | name = "windows-metadata" |
| 5495 | version = "0.49.0" |
| 5496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5497 | checksum = "2f5bca94a32bf1e6a376522b6601275a3b611ee885ec0f1b6a05f17e8cfd3385" |
| 5498 | |
| 5499 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5500 | name = "windows-sys" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5501 | version = "0.42.0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5503 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5504 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5505 | "windows_aarch64_gnullvm 0.42.2", |
| 5506 | "windows_aarch64_msvc 0.42.2", |
| 5507 | "windows_i686_gnu 0.42.2", |
| 5508 | "windows_i686_msvc 0.42.2", |
| 5509 | "windows_x86_64_gnu 0.42.2", |
| 5510 | "windows_x86_64_gnullvm 0.42.2", |
| 5511 | "windows_x86_64_msvc 0.42.2", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5512 | ] |
| 5513 | |
| 5514 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5515 | name = "windows-sys" |
| 5516 | version = "0.45.0" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5518 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 5519 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5520 | "windows-targets 0.42.2", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5521 | ] |
| 5522 | |
| 5523 | [[package]] |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 5524 | name = "windows-sys" |
| 5525 | version = "0.48.0" |
| 5526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5527 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 5528 | dependencies = [ |
| 5529 | "windows-targets 0.48.0", |
| 5530 | ] |
| 5531 | |
| 5532 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5533 | name = "windows-targets" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5534 | version = "0.42.2" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5536 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5537 | dependencies = [ |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5538 | "windows_aarch64_gnullvm 0.42.2", |
| 5539 | "windows_aarch64_msvc 0.42.2", |
| 5540 | "windows_i686_gnu 0.42.2", |
| 5541 | "windows_i686_msvc 0.42.2", |
| 5542 | "windows_x86_64_gnu 0.42.2", |
| 5543 | "windows_x86_64_gnullvm 0.42.2", |
| 5544 | "windows_x86_64_msvc 0.42.2", |
| 5545 | ] |
| 5546 | |
| 5547 | [[package]] |
| 5548 | name = "windows-targets" |
| 5549 | version = "0.48.0" |
| 5550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5551 | checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
| 5552 | dependencies = [ |
| 5553 | "windows_aarch64_gnullvm 0.48.0", |
| 5554 | "windows_aarch64_msvc 0.48.0", |
| 5555 | "windows_i686_gnu 0.48.0", |
| 5556 | "windows_i686_msvc 0.48.0", |
| 5557 | "windows_x86_64_gnu 0.48.0", |
| 5558 | "windows_x86_64_gnullvm 0.48.0", |
| 5559 | "windows_x86_64_msvc 0.48.0", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5560 | ] |
| 5561 | |
| 5562 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5563 | name = "windows-tokens" |
| 5564 | version = "0.48.0" |
| 5565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5566 | checksum = "b34c9a3b28cb41db7385546f7f9a8179348dffc89923dde66857b1ba5312f6b4" |
| 5567 | |
| 5568 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5569 | name = "windows_aarch64_gnullvm" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5570 | version = "0.42.2" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5572 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5573 | |
| 5574 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5575 | name = "windows_aarch64_gnullvm" |
| 5576 | version = "0.48.0" |
| 5577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5578 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 5579 | |
| 5580 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5581 | name = "windows_aarch64_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5582 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5584 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5585 | |
| 5586 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5587 | name = "windows_aarch64_msvc" |
| 5588 | version = "0.48.0" |
| 5589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5590 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 5591 | |
| 5592 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5593 | name = "windows_i686_gnu" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5594 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5596 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5597 | |
| 5598 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5599 | name = "windows_i686_gnu" |
| 5600 | version = "0.48.0" |
| 5601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5602 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 5603 | |
| 5604 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5605 | name = "windows_i686_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5606 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5608 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5609 | |
| 5610 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5611 | name = "windows_i686_msvc" |
| 5612 | version = "0.48.0" |
| 5613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5614 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 5615 | |
| 5616 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5617 | name = "windows_x86_64_gnu" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5618 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5620 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5621 | |
| 5622 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5623 | name = "windows_x86_64_gnu" |
| 5624 | version = "0.48.0" |
| 5625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5626 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 5627 | |
| 5628 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5629 | name = "windows_x86_64_gnullvm" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5630 | version = "0.42.2" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5632 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5633 | |
| 5634 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5635 | name = "windows_x86_64_gnullvm" |
| 5636 | version = "0.48.0" |
| 5637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5638 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 5639 | |
| 5640 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5641 | name = "windows_x86_64_msvc" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5642 | version = "0.42.2" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5644 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5645 | |
| 5646 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5647 | name = "windows_x86_64_msvc" |
| 5648 | version = "0.48.0" |
| 5649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5650 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| 5651 | |
| 5652 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5653 | name = "winnow" |
| 5654 | version = "0.4.6" |
| 5655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5656 | checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" |
| 5657 | dependencies = [ |
| 5658 | "memchr", |
| 5659 | ] |
| 5660 | |
| 5661 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5662 | name = "writeable" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5663 | version = "0.5.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5665 | checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5666 | |
| 5667 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5668 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 5669 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5671 | checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5672 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5673 | "libc", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5674 | ] |
| 5675 | |
| 5676 | [[package]] |
| 5677 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 5678 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 5680 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5681 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5682 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5683 | ] |
| 5684 | |
| 5685 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5686 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5687 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5689 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5690 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5691 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5692 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 5693 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5694 | ] |
| 5695 | |
| 5696 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5697 | name = "yaml-rust" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5698 | version = "0.4.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5700 | checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5701 | dependencies = [ |
| 5702 | "linked-hash-map", |
| 5703 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 5704 | |
| 5705 | [[package]] |
| 5706 | name = "yansi-term" |
| 5707 | version = "0.1.2" |
| 5708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5709 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 5710 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5711 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 5712 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5713 | |
| 5714 | [[package]] |
| 5715 | name = "yoke" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5716 | version = "0.7.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5718 | checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5719 | dependencies = [ |
| 5720 | "serde", |
| 5721 | "stable_deref_trait", |
| 5722 | "yoke-derive", |
| 5723 | "zerofrom", |
| 5724 | ] |
| 5725 | |
| 5726 | [[package]] |
| 5727 | name = "yoke-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5728 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5730 | checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5731 | dependencies = [ |
| 5732 | "proc-macro2", |
| 5733 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5734 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5735 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5736 | ] |
| 5737 | |
| 5738 | [[package]] |
| 5739 | name = "zerofrom" |
| 5740 | version = "0.1.1" |
| 5741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5742 | checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54" |
| 5743 | dependencies = [ |
| 5744 | "zerofrom-derive", |
| 5745 | ] |
| 5746 | |
| 5747 | [[package]] |
| 5748 | name = "zerofrom-derive" |
| 5749 | version = "0.1.1" |
| 5750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5751 | checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829" |
| 5752 | dependencies = [ |
| 5753 | "proc-macro2", |
| 5754 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5755 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5756 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5757 | ] |
| 5758 | |
| 5759 | [[package]] |
| 5760 | name = "zerovec" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5761 | version = "0.9.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 522eeba4 | 2023-05-02 17:36:18 | [diff] [blame] | 5763 | checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5764 | dependencies = [ |
| 5765 | "yoke", |
| 5766 | "zerofrom", |
| 5767 | "zerovec-derive", |
| 5768 | ] |
| 5769 | |
| 5770 | [[package]] |
| 5771 | name = "zerovec-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5772 | version = "0.9.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 5774 | checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5775 | dependencies = [ |
| 5776 | "proc-macro2", |
| 5777 | "quote", |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5778 | "syn 1.0.102", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5779 | "synstructure 0.12.6", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5780 | ] |