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" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 7 | version = "0.17.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" |
| 10 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 11 | "compiler_builtins", |
| 12 | "gimli", |
| 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", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 45 | "getrandom", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 46 | "once_cell", |
| 47 | "version_check", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 51 | name = "aho-corasick" |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 52 | version = "0.7.18" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 54 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 55 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 56 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 57 | ] |
| 58 | |
| 59 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 60 | name = "alloc" |
| 61 | version = "0.0.0" |
| 62 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 63 | "compiler_builtins", |
| 64 | "core", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 65 | "rand", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 66 | "rand_xorshift", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 67 | ] |
| 68 | |
| 69 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 70 | name = "ammonia" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 71 | version = "3.2.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 73 | checksum = "d5ed2509ee88cc023cccee37a6fab35826830fe8b748b3869790e7720c2c4a74" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 74 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 75 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 76 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 77 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 78 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 79 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 80 | ] |
| 81 | |
| 82 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 83 | name = "annotate-snippets" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 84 | version = "0.9.1" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 87 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 88 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 89 | "yansi-term", |
| 90 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 91 | |
| 92 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 93 | name = "ansi_term" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 94 | version = "0.12.1" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 97 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 98 | "winapi", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 99 | ] |
| 100 | |
| 101 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 102 | name = "anyhow" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 103 | version = "1.0.65" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 105 | checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 106 | |
| 107 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 108 | name = "ar_archive_writer" |
| 109 | version = "0.1.1" |
| 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 | checksum = "276881980556fdadeb88aa1ffc667e4d2e8fe72531dfabcb7a82bb3c9ea9ba31" |
| 112 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 113 | "object 0.29.0", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 114 | ] |
| 115 | |
| 116 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 117 | name = "arc-swap" |
| 118 | version = "1.6.0" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" |
| 121 | |
| 122 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 123 | name = "array_tool" |
| 124 | version = "1.0.3" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271" |
| 127 | |
| 128 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 129 | name = "arrayvec" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 130 | version = "0.5.2" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
| 133 | |
| 134 | [[package]] |
| 135 | name = "arrayvec" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 136 | version = "0.7.0" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 139 | |
| 140 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 141 | name = "askama" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 142 | version = "0.12.0" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 144 | checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 145 | dependencies = [ |
| 146 | "askama_derive", |
| 147 | "askama_escape", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 148 | ] |
| 149 | |
| 150 | [[package]] |
| 151 | name = "askama_derive" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 152 | version = "0.12.0" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 154 | checksum = "e80b5ad1afe82872b7aa3e9de9b206ecb85584aa324f0f60fa4c903ce935936b" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 155 | dependencies = [ |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 156 | "basic-toml", |
| 157 | "mime", |
| 158 | "mime_guess", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 159 | "nom", |
| 160 | "proc-macro2", |
| 161 | "quote", |
Guillaume Gomez | 48f5dca | 2022-01-17 16:36:39 | [diff] [blame] | 162 | "serde", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 163 | "syn", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 164 | ] |
| 165 | |
| 166 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 167 | name = "askama_escape" |
| 168 | version = "0.10.3" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| 171 | |
| 172 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 173 | name = "atty" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 174 | version = "0.2.14" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 176 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 177 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 178 | "hermit-abi 0.1.19", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 179 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 180 | "winapi", |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 181 | ] |
| 182 | |
| 183 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 184 | name = "autocfg" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 185 | version = "1.1.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 187 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 188 | |
| 189 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 190 | name = "backtrace" |
| 191 | version = "0.3.66" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" |
| 194 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 195 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 196 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 197 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 198 | "libc", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 199 | "miniz_oxide", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 200 | "object 0.29.0", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 201 | "rustc-demangle", |
| 202 | ] |
| 203 | |
| 204 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 205 | name = "base16ct" |
| 206 | version = "0.1.1" |
| 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 | checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| 209 | |
| 210 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 211 | name = "base64" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 212 | version = "0.21.0" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 214 | checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 215 | |
| 216 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 217 | name = "base64ct" |
| 218 | version = "1.5.3" |
| 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 | checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" |
| 221 | |
| 222 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 223 | name = "basic-toml" |
| 224 | version = "0.1.2" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" |
| 227 | dependencies = [ |
| 228 | "serde", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 232 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 233 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 235 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 236 | |
| 237 | [[package]] |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 238 | name = "bitmaps" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 239 | version = "2.1.0" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 241 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 242 | dependencies = [ |
| 243 | "typenum", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 247 | name = "block-buffer" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 248 | version = "0.10.2" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 250 | checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 251 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 252 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 253 | ] |
| 254 | |
| 255 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 256 | name = "bstr" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 257 | version = "0.2.17" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 259 | checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 260 | dependencies = [ |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 261 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 262 | "memchr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 263 | "regex-automata 0.1.10", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 264 | ] |
| 265 | |
| 266 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 267 | name = "bstr" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 268 | version = "1.3.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 270 | checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 271 | dependencies = [ |
| 272 | "memchr", |
| 273 | "once_cell", |
Manish Goregaokar | 2721e40 | 2022-11-18 22:46:52 | [diff] [blame] | 274 | "regex-automata 0.1.10", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 275 | "serde", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 279 | name = "btoi" |
| 280 | version = "0.4.3" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" |
| 283 | dependencies = [ |
| 284 | "num-traits", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 288 | name = "build-manifest" |
| 289 | version = "0.1.0" |
| 290 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 291 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 292 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 293 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 294 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 295 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 296 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 297 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 298 | "tar", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 299 | "toml 0.5.7", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 300 | ] |
| 301 | |
| 302 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 303 | name = "build_helper" |
| 304 | version = "0.1.0" |
| 305 | |
| 306 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 307 | name = "bump-stage0" |
| 308 | version = "0.1.0" |
| 309 | dependencies = [ |
| 310 | "anyhow", |
| 311 | "curl", |
Pietro Albini | ea8b1ff | 2021-08-26 10:35:32 | [diff] [blame] | 312 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 313 | "serde", |
| 314 | "serde_json", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 315 | "toml 0.5.7", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 316 | ] |
| 317 | |
| 318 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 319 | name = "bumpalo" |
| 320 | version = "3.11.1" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" |
| 323 | |
| 324 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 325 | name = "bytecount" |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 326 | version = "0.6.2" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 328 | checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 329 | dependencies = [ |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 330 | "packed_simd_2", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 331 | ] |
| 332 | |
| 333 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 334 | name = "bytes" |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 335 | version = "1.0.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 337 | checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 338 | |
| 339 | [[package]] |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 340 | name = "bytesize" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 341 | version = "1.0.1" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 343 | checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 344 | |
| 345 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 346 | name = "camino" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 347 | version = "1.0.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 349 | checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 350 | dependencies = [ |
| 351 | "serde", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 355 | name = "cargo" |
Weihang Lo | 3c7df56 | 2023-03-14 22:54:52 | [diff] [blame] | 356 | version = "0.71.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 357 | dependencies = [ |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 358 | "anyhow", |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 359 | "base64", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 360 | "bytesize", |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 361 | "cargo-platform 0.1.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 362 | "cargo-test-macro", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 363 | "cargo-test-support", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 364 | "cargo-util", |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 365 | "clap 4.1.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 366 | "crates-io", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 367 | "curl", |
| 368 | "curl-sys", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 369 | "env_logger 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 370 | "filetime", |
| 371 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 372 | "fwdansi", |
| 373 | "git2", |
| 374 | "git2-curl", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 375 | "gix", |
| 376 | "gix-features", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 377 | "glob", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 378 | "hex", |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 379 | "hmac", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 380 | "home", |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 381 | "http-auth", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 382 | "humantime 2.0.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 383 | "ignore", |
| 384 | "im-rc", |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 385 | "indexmap", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 386 | "is-terminal", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 387 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 388 | "jobserver", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 389 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 390 | "lazycell", |
| 391 | "libc", |
| 392 | "libgit2-sys", |
| 393 | "log", |
| 394 | "memchr", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 395 | "opener", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 396 | "openssl", |
Eric Huss | 9401547 | 2021-10-12 04:48:27 | [diff] [blame] | 397 | "os_info", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 398 | "pasetors", |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 399 | "pathdiff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 400 | "pretty_env_logger", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 401 | "rustc-workspace-hack", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 402 | "rustfix", |
Weihang Lo | 5095f54 | 2022-09-27 16:46:34 | [diff] [blame] | 403 | "same-file", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 404 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 405 | "serde", |
Weihang Lo | 5095f54 | 2022-09-27 16:46:34 | [diff] [blame] | 406 | "serde-value", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 407 | "serde_ignored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 408 | "serde_json", |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 409 | "sha1", |
Eric Huss | cb969e8 | 2021-04-01 00:45:03 | [diff] [blame] | 410 | "shell-escape", |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 411 | "snapbox", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 412 | "strip-ansi-escapes", |
| 413 | "tar", |
| 414 | "tempfile", |
| 415 | "termcolor", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 416 | "time 0.3.17", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 417 | "toml 0.7.2", |
Mark Rousskov | bf29b3c | 2022-05-18 16:16:27 | [diff] [blame] | 418 | "toml_edit", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 419 | "unicode-width", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 420 | "unicode-xid", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 421 | "url", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 422 | "walkdir", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 423 | "windows-sys 0.45.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 424 | ] |
| 425 | |
| 426 | [[package]] |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 427 | name = "cargo-credential" |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 428 | version = "0.2.0" |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 429 | |
| 430 | [[package]] |
| 431 | name = "cargo-credential-1password" |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 432 | version = "0.2.0" |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 433 | dependencies = [ |
| 434 | "cargo-credential", |
| 435 | "serde", |
| 436 | "serde_json", |
| 437 | ] |
| 438 | |
| 439 | [[package]] |
| 440 | name = "cargo-credential-macos-keychain" |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 441 | version = "0.2.0" |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 442 | dependencies = [ |
| 443 | "cargo-credential", |
| 444 | "security-framework", |
| 445 | ] |
| 446 | |
| 447 | [[package]] |
| 448 | name = "cargo-credential-wincred" |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 449 | version = "0.2.0" |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 450 | dependencies = [ |
| 451 | "cargo-credential", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 452 | "windows-sys 0.45.0", |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 453 | ] |
| 454 | |
| 455 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 456 | name = "cargo-miri" |
| 457 | version = "0.1.0" |
| 458 | dependencies = [ |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 459 | "cargo_metadata 0.15.3", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 460 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 461 | "rustc-build-sysroot", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 462 | "rustc-workspace-hack", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 463 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 464 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 465 | "serde", |
| 466 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 467 | ] |
| 468 | |
| 469 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 470 | name = "cargo-platform" |
Eric Huss | e62cd40 | 2021-08-10 20:40:56 | [diff] [blame] | 471 | version = "0.1.2" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 472 | dependencies = [ |
| 473 | "serde", |
| 474 | ] |
| 475 | |
| 476 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 477 | name = "cargo-platform" |
| 478 | version = "0.1.2" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| 481 | dependencies = [ |
| 482 | "serde", |
| 483 | ] |
| 484 | |
| 485 | [[package]] |
Eric Huss | aedb74b | 2019-06-12 14:37:30 | [diff] [blame] | 486 | name = "cargo-test-macro" |
| 487 | version = "0.1.0" |
Eric Huss | aedb74b | 2019-06-12 14:37:30 | [diff] [blame] | 488 | |
| 489 | [[package]] |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 490 | name = "cargo-test-support" |
| 491 | version = "0.1.0" |
| 492 | dependencies = [ |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 493 | "anyhow", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 494 | "cargo-test-macro", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 495 | "cargo-util", |
Weihang Lo | 5095f54 | 2022-09-27 16:46:34 | [diff] [blame] | 496 | "crates-io", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 497 | "filetime", |
| 498 | "flate2", |
| 499 | "git2", |
| 500 | "glob", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 501 | "itertools", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 502 | "lazy_static", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 503 | "pasetors", |
| 504 | "serde", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 505 | "serde_json", |
Eric Huss | 22326c5 | 2022-05-04 05:48:05 | [diff] [blame] | 506 | "snapbox", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 507 | "tar", |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 508 | "termcolor", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 509 | "time 0.3.17", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 510 | "toml 0.7.2", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 511 | "url", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 512 | "windows-sys 0.45.0", |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 513 | ] |
| 514 | |
| 515 | [[package]] |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 516 | name = "cargo-util" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 517 | version = "0.2.4" |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 518 | dependencies = [ |
| 519 | "anyhow", |
| 520 | "core-foundation", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 521 | "filetime", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 522 | "hex", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 523 | "jobserver", |
| 524 | "libc", |
| 525 | "log", |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 526 | "miow 0.5.0", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 527 | "same-file", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 528 | "sha2", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 529 | "shell-escape", |
| 530 | "tempfile", |
| 531 | "walkdir", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 532 | "windows-sys 0.45.0", |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 533 | ] |
| 534 | |
| 535 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 536 | name = "cargo_metadata" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 537 | version = "0.14.0" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a" |
| 540 | dependencies = [ |
| 541 | "camino", |
| 542 | "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 543 | "semver", |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 544 | "serde", |
| 545 | "serde_json", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 549 | name = "cargo_metadata" |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 550 | version = "0.15.3" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 552 | checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 553 | dependencies = [ |
| 554 | "camino", |
| 555 | "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 556 | "semver", |
| 557 | "serde", |
| 558 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 559 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 560 | ] |
| 561 | |
| 562 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 563 | name = "cargotest2" |
| 564 | version = "0.1.0" |
| 565 | |
| 566 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 567 | name = "cc" |
Mike Hommey | b467547 | 2023-01-12 00:40:40 | [diff] [blame] | 568 | version = "1.0.77" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mike Hommey | b467547 | 2023-01-12 00:40:40 | [diff] [blame] | 570 | checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" |
Eric Huss | a902383 | 2019-11-09 19:59:53 | [diff] [blame] | 571 | dependencies = [ |
| 572 | "jobserver", |
Eric Huss | a902383 | 2019-11-09 19:59:53 | [diff] [blame] | 573 | ] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 574 | |
| 575 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 576 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 577 | version = "1.0.0" |
| 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 580 | dependencies = [ |
| 581 | "compiler_builtins", |
| 582 | "rustc-std-workspace-core", |
| 583 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 584 | |
| 585 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 586 | name = "chalk-derive" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 587 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 589 | checksum = "d552b2fa341f5fc35c6b917b1d289d3c3a34d0b74e579390ea6192d6152a8cdb" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 590 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 591 | "proc-macro2", |
| 592 | "quote", |
| 593 | "syn", |
Igor Matuszewski | 403a9d0 | 2020-05-05 11:26:16 | [diff] [blame] | 594 | "synstructure", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 595 | ] |
| 596 | |
| 597 | [[package]] |
| 598 | name = "chalk-engine" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 599 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 601 | checksum = "7e54ac43048cb31c470d7b3e3acd409090ef4a5abddfe02455187aebc3d6879f" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 602 | dependencies = [ |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 603 | "chalk-derive", |
| 604 | "chalk-ir", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 605 | "chalk-solve", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 606 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 607 | "tracing", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 608 | ] |
| 609 | |
| 610 | [[package]] |
| 611 | name = "chalk-ir" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 612 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 614 | checksum = "43aa55deff4e7fbdb09fa014543372f2c95a06835ac487b9ce57b5099b950838" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 615 | dependencies = [ |
Jack Huey | 4b64bc1 | 2021-01-01 18:44:31 | [diff] [blame] | 616 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 617 | "chalk-derive", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 618 | "lazy_static", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 619 | ] |
| 620 | |
| 621 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 622 | name = "chalk-solve" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 623 | version = "0.87.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 6de5f62 | 2022-11-13 19:29:38 | [diff] [blame] | 625 | checksum = "61213deefc36ba265ad01c4d997e18bcddf7922862a4594a47ca4575afb3dab4" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 626 | dependencies = [ |
| 627 | "chalk-derive", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 628 | "chalk-ir", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 629 | "ena", |
pierwill | 8d27c28 | 2022-01-19 19:44:43 | [diff] [blame] | 630 | "indexmap", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 631 | "itertools", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 632 | "petgraph", |
| 633 | "rustc-hash", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 634 | "tracing", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 635 | "tracing-subscriber", |
| 636 | "tracing-tree", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 637 | ] |
| 638 | |
| 639 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 640 | name = "chrono" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 641 | version = "0.4.19" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 643 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 644 | dependencies = [ |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 645 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 646 | "num-integer", |
| 647 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 648 | "serde", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 649 | "time 0.1.43", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 650 | "winapi", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 651 | ] |
| 652 | |
| 653 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 654 | name = "clap" |
Weihang Lo | 11e66e1 | 2022-09-05 17:34:53 | [diff] [blame] | 655 | version = "3.2.20" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 11e66e1 | 2022-09-05 17:34:53 | [diff] [blame] | 657 | checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 658 | dependencies = [ |
| 659 | "atty", |
| 660 | "bitflags", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 661 | "clap_derive 3.2.18", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 662 | "clap_lex 0.2.2", |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 663 | "indexmap", |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 664 | "once_cell", |
Michael Howell | 4a7b773 | 2022-06-20 18:41:56 | [diff] [blame] | 665 | "strsim", |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 666 | "termcolor", |
Michael Howell | 4a7b773 | 2022-06-20 18:41:56 | [diff] [blame] | 667 | "textwrap", |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 668 | ] |
| 669 | |
| 670 | [[package]] |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 671 | name = "clap" |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 672 | version = "4.1.4" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 674 | checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 675 | dependencies = [ |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 676 | "bitflags", |
Weihang Lo | 335e904 | 2023-01-17 22:25:17 | [diff] [blame] | 677 | "clap_derive 4.1.0", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 678 | "clap_lex 0.3.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 679 | "is-terminal", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 680 | "once_cell", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 681 | "strsim", |
| 682 | "termcolor", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 683 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 684 | ] |
| 685 | |
| 686 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 687 | name = "clap_complete" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 688 | version = "4.0.7" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 690 | checksum = "10861370d2ba66b0f5989f83ebf35db6421713fd92351790e7fdd6c36774c56b" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 691 | dependencies = [ |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 692 | "clap 4.1.4", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 693 | ] |
| 694 | |
| 695 | [[package]] |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 696 | name = "clap_derive" |
Weihang Lo | 11e66e1 | 2022-09-05 17:34:53 | [diff] [blame] | 697 | version = "3.2.18" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 11e66e1 | 2022-09-05 17:34:53 | [diff] [blame] | 699 | checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 700 | dependencies = [ |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 701 | "heck", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 702 | "proc-macro-error", |
| 703 | "proc-macro2", |
| 704 | "quote", |
| 705 | "syn", |
| 706 | ] |
| 707 | |
| 708 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 709 | name = "clap_derive" |
Weihang Lo | 335e904 | 2023-01-17 22:25:17 | [diff] [blame] | 710 | version = "4.1.0" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 335e904 | 2023-01-17 22:25:17 | [diff] [blame] | 712 | checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 713 | dependencies = [ |
| 714 | "heck", |
| 715 | "proc-macro-error", |
| 716 | "proc-macro2", |
| 717 | "quote", |
| 718 | "syn", |
| 719 | ] |
| 720 | |
| 721 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 722 | name = "clap_lex" |
| 723 | version = "0.2.2" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" |
| 726 | dependencies = [ |
| 727 | "os_str_bytes", |
| 728 | ] |
| 729 | |
| 730 | [[package]] |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 731 | name = "clap_lex" |
| 732 | version = "0.3.0" |
| 733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 734 | checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" |
| 735 | dependencies = [ |
| 736 | "os_str_bytes", |
| 737 | ] |
| 738 | |
| 739 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 740 | name = "clippy" |
Philipp Krones | a87abc2 | 2023-03-10 09:54:09 | [diff] [blame] | 741 | version = "0.1.70" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 742 | dependencies = [ |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 743 | "clap 4.1.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 744 | "clippy_lints", |
flip1995 | fe247b4 | 2021-09-08 14:32:16 | [diff] [blame] | 745 | "clippy_utils", |
Samuel E. Moelius III | bd4b17a | 2021-09-09 09:21:41 | [diff] [blame] | 746 | "compiletest_rs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 747 | "derive-new", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 748 | "filetime", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 749 | "futures", |
flip1995 | fe247b4 | 2021-09-08 14:32:16 | [diff] [blame] | 750 | "if_chain", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 751 | "itertools", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 752 | "parking_lot 0.12.1", |
flip1995 | 0f1ff45 | 2021-03-25 18:29:39 | [diff] [blame] | 753 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 754 | "regex", |
flip1995 | 706fa54 | 2022-03-14 11:03:16 | [diff] [blame] | 755 | "rustc-semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 756 | "rustc-workspace-hack", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 757 | "rustc_tools_util", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 758 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 759 | "serde", |
flip1995 | 0f1ff45 | 2021-03-25 18:29:39 | [diff] [blame] | 760 | "syn", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 761 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 762 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 763 | "tester", |
flip1995 | 159d6c3 | 2022-01-13 12:18:51 | [diff] [blame] | 764 | "tokio", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 765 | "toml 0.5.7", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 766 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 767 | ] |
| 768 | |
| 769 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 770 | name = "clippy_dev" |
| 771 | version = "0.0.1" |
| 772 | dependencies = [ |
flip1995 | 463c760 | 2022-05-05 14:13:10 | [diff] [blame] | 773 | "aho-corasick", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 774 | "clap 4.1.4", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 775 | "indoc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 776 | "itertools", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 777 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 778 | "shell-escape", |
| 779 | "walkdir", |
| 780 | ] |
| 781 | |
| 782 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 783 | name = "clippy_lints" |
Philipp Krones | a87abc2 | 2023-03-10 09:54:09 | [diff] [blame] | 784 | version = "0.1.70" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 785 | dependencies = [ |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 786 | "cargo_metadata 0.15.3", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 787 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 788 | "declare_clippy_lint", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 789 | "if_chain", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 790 | "itertools", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 791 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 792 | "quine-mc_cluskey", |
| 793 | "regex-syntax", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 794 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 795 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 796 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 797 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 798 | "tempfile", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 799 | "toml 0.5.7", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 800 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 801 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 802 | "url", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 803 | ] |
| 804 | |
| 805 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 806 | name = "clippy_utils" |
Philipp Krones | a87abc2 | 2023-03-10 09:54:09 | [diff] [blame] | 807 | version = "0.1.70" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 808 | dependencies = [ |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 809 | "arrayvec 0.7.0", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 810 | "if_chain", |
Jason Newcomb | 9a67767 | 2022-08-31 13:24:45 | [diff] [blame] | 811 | "itertools", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 812 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 813 | ] |
| 814 | |
| 815 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 816 | name = "clru" |
| 817 | version = "0.6.1" |
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" |
| 820 | |
| 821 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 822 | name = "collect-license-metadata" |
| 823 | version = "0.1.0" |
| 824 | dependencies = [ |
| 825 | "anyhow", |
| 826 | "serde", |
| 827 | "serde_json", |
| 828 | "spdx-rs", |
| 829 | ] |
| 830 | |
| 831 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 832 | name = "color-eyre" |
| 833 | version = "0.6.2" |
| 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| 836 | dependencies = [ |
| 837 | "backtrace", |
| 838 | "color-spantrace", |
| 839 | "eyre", |
| 840 | "indenter", |
| 841 | "once_cell", |
| 842 | "owo-colors", |
| 843 | "tracing-error", |
| 844 | ] |
| 845 | |
| 846 | [[package]] |
| 847 | name = "color-spantrace" |
| 848 | version = "0.2.0" |
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 | checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
| 851 | dependencies = [ |
| 852 | "once_cell", |
| 853 | "owo-colors", |
| 854 | "tracing-core", |
| 855 | "tracing-error", |
| 856 | ] |
| 857 | |
| 858 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 859 | name = "colored" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 860 | version = "2.0.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 862 | checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 863 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 864 | "atty", |
| 865 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 866 | "winapi", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 867 | ] |
| 868 | |
| 869 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 870 | name = "compiler_builtins" |
Josh Stone | ffdbd58d | 2023-02-11 00:13:31 | [diff] [blame] | 871 | version = "0.1.87" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ffdbd58d | 2023-02-11 00:13:31 | [diff] [blame] | 873 | checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 874 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 875 | "cc", |
| 876 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 877 | ] |
| 878 | |
| 879 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 880 | name = "compiletest" |
| 881 | version = "0.0.0" |
| 882 | dependencies = [ |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 883 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 884 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 885 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 886 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 887 | "glob", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 888 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 889 | "libc", |
klensy | 1397a5e | 2023-02-21 12:13:03 | [diff] [blame] | 890 | "miow 0.5.0", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 891 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 892 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 893 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 894 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 895 | "serde", |
| 896 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 897 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 898 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 899 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 900 | "walkdir", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 901 | "winapi", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 902 | ] |
| 903 | |
| 904 | [[package]] |
| 905 | name = "compiletest_rs" |
Philipp Krones | db490d0 | 2022-10-06 07:45:08 | [diff] [blame] | 906 | version = "0.9.0" |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | db490d0 | 2022-10-06 07:45:08 | [diff] [blame] | 908 | checksum = "70489bbb718aea4f92e5f48f2e3b5be670c2051de30e57cb6e5377b4aa08b372" |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 909 | dependencies = [ |
| 910 | "diff", |
| 911 | "filetime", |
| 912 | "getopts", |
| 913 | "lazy_static", |
| 914 | "libc", |
| 915 | "log", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 916 | "miow 0.3.7", |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 917 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 918 | "rustfix", |
hyd-dev | e671c35 | 2021-09-06 16:43:27 | [diff] [blame] | 919 | "serde", |
| 920 | "serde_derive", |
| 921 | "serde_json", |
| 922 | "tempfile", |
| 923 | "tester", |
| 924 | "winapi", |
| 925 | ] |
| 926 | |
| 927 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 928 | name = "concolor" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 929 | version = "0.0.9" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 931 | checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 932 | dependencies = [ |
| 933 | "atty", |
| 934 | "bitflags", |
| 935 | "concolor-query", |
| 936 | ] |
| 937 | |
| 938 | [[package]] |
| 939 | name = "concolor-query" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 940 | version = "0.1.0" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 942 | checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 943 | |
| 944 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 945 | name = "const-oid" |
| 946 | version = "0.9.1" |
| 947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 | checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" |
| 949 | |
| 950 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 951 | name = "content_inspector" |
| 952 | version = "0.2.4" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" |
| 955 | dependencies = [ |
| 956 | "memchr", |
| 957 | ] |
| 958 | |
| 959 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 960 | name = "convert_case" |
| 961 | version = "0.4.0" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 964 | |
| 965 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 966 | name = "core" |
| 967 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 968 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 969 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 970 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 971 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 972 | |
| 973 | [[package]] |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 974 | name = "core-foundation" |
Eric Huss | f3206bc | 2020-06-30 17:39:05 | [diff] [blame] | 975 | version = "0.9.0" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | f3206bc | 2020-06-30 17:39:05 | [diff] [blame] | 977 | checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 978 | dependencies = [ |
Eric Huss | 6654c58 | 2020-06-23 22:00:48 | [diff] [blame] | 979 | "core-foundation-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 980 | "libc", |
Nick Cameron | 7cb3f45 | 2017-08-24 05:52:28 | [diff] [blame] | 981 | ] |
| 982 | |
| 983 | [[package]] |
| 984 | name = "core-foundation-sys" |
Eric Huss | f3206bc | 2020-06-30 17:39:05 | [diff] [blame] | 985 | version = "0.8.0" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | f3206bc | 2020-06-30 17:39:05 | [diff] [blame] | 987 | checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 988 | |
| 989 | [[package]] |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 990 | name = "coverage_test_macros" |
| 991 | version = "0.0.0" |
Rich Kadel | bd0eb07 | 2020-11-03 05:32:48 | [diff] [blame] | 992 | |
| 993 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 994 | name = "cpufeatures" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 995 | version = "0.2.5" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 997 | checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 998 | dependencies = [ |
| 999 | "libc", |
| 1000 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1001 | |
| 1002 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1003 | name = "crates-io" |
Weihang Lo | 3c7df56 | 2023-03-14 22:54:52 | [diff] [blame] | 1004 | version = "0.36.0" |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1005 | dependencies = [ |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 1006 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1007 | "curl", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1008 | "percent-encoding", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1009 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1010 | "serde_json", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1011 | "url", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1012 | ] |
| 1013 | |
| 1014 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1015 | name = "crc32fast" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1016 | version = "1.3.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1018 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1019 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1020 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 1021 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 1022 | |
| 1023 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 1024 | name = "crossbeam-channel" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1025 | version = "0.5.6" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1027 | checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 1028 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1029 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 1030 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 1031 | ] |
| 1032 | |
| 1033 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1034 | name = "crossbeam-deque" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1035 | version = "0.8.2" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 1036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1037 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 1038 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1039 | "cfg-if", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 1040 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 1041 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 1042 | ] |
| 1043 | |
| 1044 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1045 | name = "crossbeam-epoch" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1046 | version = "0.9.13" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1048 | checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1049 | dependencies = [ |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1050 | "autocfg", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1051 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 1052 | "crossbeam-utils", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 1053 | "memoffset", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 1054 | "scopeguard", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 1055 | ] |
| 1056 | |
| 1057 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 1058 | name = "crossbeam-utils" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1059 | version = "0.8.14" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 1061 | checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 1062 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1063 | "cfg-if", |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 1064 | ] |
| 1065 | |
| 1066 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1067 | name = "crypto-bigint" |
| 1068 | version = "0.4.9" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1070 | checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1071 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1072 | "generic-array", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1073 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1074 | "subtle", |
| 1075 | "zeroize", |
| 1076 | ] |
| 1077 | |
| 1078 | [[package]] |
| 1079 | name = "crypto-common" |
| 1080 | version = "0.1.6" |
| 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1082 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 1083 | dependencies = [ |
| 1084 | "generic-array", |
| 1085 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1086 | ] |
| 1087 | |
| 1088 | [[package]] |
Xidorn Quan | 38e4233 | 2021-02-13 11:17:15 | [diff] [blame] | 1089 | name = "cstr" |
| 1090 | version = "0.2.8" |
| 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | checksum = "c11a39d776a3b35896711da8a04dc1835169dcd36f710878187637314e47941b" |
| 1093 | dependencies = [ |
| 1094 | "proc-macro2", |
| 1095 | "quote", |
| 1096 | ] |
| 1097 | |
| 1098 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1099 | name = "ct-codecs" |
| 1100 | version = "1.1.1" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df" |
| 1103 | |
| 1104 | [[package]] |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 1105 | name = "ctor" |
| 1106 | version = "0.1.26" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
| 1109 | dependencies = [ |
| 1110 | "quote", |
| 1111 | "syn", |
| 1112 | ] |
| 1113 | |
| 1114 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1115 | name = "curl" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 1116 | version = "0.4.44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 1118 | checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1119 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1120 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1121 | "libc", |
| 1122 | "openssl-probe", |
| 1123 | "openssl-sys", |
| 1124 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 1125 | "socket2", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1126 | "winapi", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1127 | ] |
| 1128 | |
| 1129 | [[package]] |
| 1130 | name = "curl-sys" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 1131 | version = "0.4.59+curl-7.86.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 1133 | checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1134 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1135 | "cc", |
| 1136 | "libc", |
| 1137 | "libnghttp2-sys", |
| 1138 | "libz-sys", |
| 1139 | "openssl-sys", |
| 1140 | "pkg-config", |
| 1141 | "vcpkg", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1142 | "winapi", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1143 | ] |
| 1144 | |
| 1145 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1146 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 1147 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1149 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 1150 | |
| 1151 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1152 | name = "declare_clippy_lint" |
Philipp Krones | a87abc2 | 2023-03-10 09:54:09 | [diff] [blame] | 1153 | version = "0.1.70" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 1154 | dependencies = [ |
| 1155 | "itertools", |
| 1156 | "quote", |
| 1157 | "syn", |
| 1158 | ] |
| 1159 | |
| 1160 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1161 | name = "der" |
| 1162 | version = "0.6.1" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| 1165 | dependencies = [ |
| 1166 | "const-oid", |
| 1167 | "pem-rfc7468", |
| 1168 | "zeroize", |
| 1169 | ] |
| 1170 | |
| 1171 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1172 | name = "derive-new" |
Igor Matuszewski | 3bdaced | 2020-05-05 11:30:49 | [diff] [blame] | 1173 | version = "0.5.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | 3bdaced | 2020-05-05 11:30:49 | [diff] [blame] | 1175 | checksum = "71f31892cd5c62e414316f2963c5689242c43d8e7bbcaaeca97e5e28c95d91d9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1176 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1177 | "proc-macro2", |
| 1178 | "quote", |
| 1179 | "syn", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1180 | ] |
| 1181 | |
| 1182 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1183 | name = "derive_more" |
| 1184 | version = "0.99.17" |
| 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1186 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 1187 | dependencies = [ |
| 1188 | "convert_case", |
| 1189 | "proc-macro2", |
| 1190 | "quote", |
| 1191 | "rustc_version", |
| 1192 | "syn", |
| 1193 | ] |
| 1194 | |
| 1195 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1196 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1197 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1199 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1200 | |
| 1201 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1202 | name = "digest" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1203 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1205 | checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1206 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1207 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1208 | "crypto-common", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1209 | "subtle", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1213 | name = "directories" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 1214 | version = "4.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 1216 | checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1217 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1218 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1219 | ] |
| 1220 | |
| 1221 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1222 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1223 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1225 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1226 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1227 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1231 | name = "dirs-next" |
| 1232 | version = "2.0.0" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1235 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1236 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1237 | "dirs-sys-next", |
| 1238 | ] |
| 1239 | |
| 1240 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1241 | name = "dirs-sys" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1242 | version = "0.3.6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1244 | checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1245 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1246 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1247 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1248 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1249 | ] |
| 1250 | |
| 1251 | [[package]] |
| 1252 | name = "dirs-sys-next" |
| 1253 | version = "0.1.2" |
| 1254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1255 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1256 | dependencies = [ |
| 1257 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1258 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1259 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1263 | name = "displaydoc" |
| 1264 | version = "0.2.3" |
| 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 | checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
| 1267 | dependencies = [ |
| 1268 | "proc-macro2", |
| 1269 | "quote", |
| 1270 | "syn", |
| 1271 | ] |
| 1272 | |
| 1273 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1274 | name = "dissimilar" |
| 1275 | version = "1.0.4" |
| 1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1277 | checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" |
| 1278 | |
| 1279 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1280 | name = "dlmalloc" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 1281 | version = "0.2.3" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | e4b3496 | 2021-11-08 15:53:35 | [diff] [blame] | 1283 | checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1284 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1285 | "compiler_builtins", |
| 1286 | "libc", |
| 1287 | "rustc-std-workspace-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1288 | ] |
| 1289 | |
| 1290 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 1291 | name = "dunce" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1292 | version = "1.0.3" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 1293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1294 | checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 1295 | |
| 1296 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1297 | name = "ecdsa" |
| 1298 | version = "0.14.8" |
| 1299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1300 | checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| 1301 | dependencies = [ |
| 1302 | "der", |
| 1303 | "elliptic-curve", |
| 1304 | "rfc6979", |
| 1305 | "signature", |
| 1306 | ] |
| 1307 | |
| 1308 | [[package]] |
| 1309 | name = "ed25519-compact" |
| 1310 | version = "2.0.4" |
| 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1312 | checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" |
| 1313 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1314 | "getrandom", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1318 | name = "either" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1319 | version = "1.6.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1321 | checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1322 | |
| 1323 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1324 | name = "elasticlunr-rs" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 1325 | version = "3.0.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 821e9d5 | 2022-07-18 21:41:10 | [diff] [blame] | 1327 | checksum = "e6dae5cac90640734ee881bc5f21b6e5123f4e5235e52428db114abffc2391d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1328 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1329 | "regex", |
| 1330 | "serde", |
| 1331 | "serde_derive", |
| 1332 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1333 | ] |
| 1334 | |
| 1335 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1336 | name = "elliptic-curve" |
| 1337 | version = "0.12.3" |
| 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 | checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| 1340 | dependencies = [ |
| 1341 | "base16ct", |
| 1342 | "crypto-bigint", |
| 1343 | "der", |
| 1344 | "digest", |
| 1345 | "ff", |
| 1346 | "generic-array", |
| 1347 | "group", |
| 1348 | "hkdf", |
| 1349 | "pem-rfc7468", |
| 1350 | "pkcs8", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1351 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1352 | "sec1", |
| 1353 | "subtle", |
| 1354 | "zeroize", |
| 1355 | ] |
| 1356 | |
| 1357 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1358 | name = "elsa" |
| 1359 | version = "1.8.0" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "f74077c3c3aedb99a2683919698285596662518ea13e5eedcf8bdd43b0d0453b" |
| 1362 | dependencies = [ |
| 1363 | "stable_deref_trait", |
| 1364 | ] |
| 1365 | |
| 1366 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1367 | name = "ena" |
Nicholas Nethercote | d78ca52 | 2023-02-20 05:03:27 | [diff] [blame] | 1368 | version = "0.14.1" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | d78ca52 | 2023-02-20 05:03:27 | [diff] [blame] | 1370 | checksum = "b2e5d13ca2353ab7d0230988629def93914a8c4015f621f9b13ed2955614731d" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1371 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1372 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1373 | ] |
| 1374 | |
| 1375 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1376 | name = "env_logger" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1377 | version = "0.7.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 1379 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1380 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1381 | "atty", |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1382 | "humantime 1.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1383 | "log", |
| 1384 | "regex", |
| 1385 | "termcolor", |
Alex Crichton | 01127ca | 2018-11-16 11:08:23 | [diff] [blame] | 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 1389 | name = "env_logger" |
Eric Huss | 7ca38ee | 2021-07-16 02:27:11 | [diff] [blame] | 1390 | version = "0.9.0" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| 1393 | dependencies = [ |
| 1394 | "atty", |
| 1395 | "humantime 2.0.1", |
| 1396 | "log", |
| 1397 | "regex", |
| 1398 | "termcolor", |
| 1399 | ] |
| 1400 | |
| 1401 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1402 | name = "env_logger" |
| 1403 | version = "0.10.0" |
| 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 | checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| 1406 | dependencies = [ |
| 1407 | "humantime 2.0.1", |
| 1408 | "is-terminal", |
| 1409 | "log", |
| 1410 | "regex", |
| 1411 | "termcolor", |
| 1412 | ] |
| 1413 | |
| 1414 | [[package]] |
| 1415 | name = "errno" |
| 1416 | version = "0.2.8" |
| 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 | checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
| 1419 | dependencies = [ |
| 1420 | "errno-dragonfly", |
| 1421 | "libc", |
| 1422 | "winapi", |
| 1423 | ] |
| 1424 | |
| 1425 | [[package]] |
| 1426 | name = "errno-dragonfly" |
| 1427 | version = "0.1.2" |
| 1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1429 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 1430 | dependencies = [ |
| 1431 | "cc", |
| 1432 | "libc", |
| 1433 | ] |
| 1434 | |
| 1435 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1436 | name = "error_index_generator" |
| 1437 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1438 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1439 | "mdbook", |
Ezra Shaw | 5304415 | 2023-02-25 09:59:20 | [diff] [blame] | 1440 | "rustc_error_codes", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1441 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1442 | |
| 1443 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1444 | name = "expand-yaml-anchors" |
| 1445 | version = "0.1.0" |
| 1446 | dependencies = [ |
| 1447 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1448 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1449 | ] |
| 1450 | |
| 1451 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1452 | name = "expect-test" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1453 | version = "1.4.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1455 | checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1456 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1457 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1458 | "once_cell", |
| 1459 | ] |
| 1460 | |
| 1461 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1462 | name = "eyre" |
| 1463 | version = "0.6.8" |
| 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 | checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
| 1466 | dependencies = [ |
| 1467 | "indenter", |
| 1468 | "once_cell", |
| 1469 | ] |
| 1470 | |
| 1471 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1472 | name = "fallible-iterator" |
| 1473 | version = "0.2.0" |
| 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1475 | checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| 1476 | |
| 1477 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1478 | name = "fastrand" |
| 1479 | version = "1.8.0" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
| 1482 | dependencies = [ |
| 1483 | "instant", |
| 1484 | ] |
| 1485 | |
| 1486 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1487 | name = "ff" |
| 1488 | version = "0.12.1" |
| 1489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1490 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| 1491 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1492 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1493 | "subtle", |
| 1494 | ] |
| 1495 | |
| 1496 | [[package]] |
| 1497 | name = "fiat-crypto" |
| 1498 | version = "0.1.17" |
| 1499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1500 | checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90" |
| 1501 | |
| 1502 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1503 | name = "filetime" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1504 | version = "0.2.20" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1506 | checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1507 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1508 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1509 | "libc", |
klensy | dcdc308 | 2021-05-11 19:03:59 | [diff] [blame] | 1510 | "redox_syscall", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1511 | "windows-sys 0.45.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1512 | ] |
| 1513 | |
| 1514 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1515 | name = "fixedbitset" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1516 | version = "0.2.0" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 1518 | checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 1519 | |
| 1520 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1521 | name = "flate2" |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 1522 | version = "1.0.23" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 1524 | checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1525 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1526 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1527 | "crc32fast", |
| 1528 | "libc", |
| 1529 | "libz-sys", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 1530 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1531 | ] |
| 1532 | |
| 1533 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1534 | name = "fluent-bundle" |
| 1535 | version = "0.15.2" |
| 1536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1537 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1538 | dependencies = [ |
| 1539 | "fluent-langneg", |
| 1540 | "fluent-syntax", |
| 1541 | "intl-memoizer", |
| 1542 | "intl_pluralrules", |
| 1543 | "rustc-hash", |
| 1544 | "self_cell", |
| 1545 | "smallvec", |
| 1546 | "unic-langid", |
| 1547 | ] |
| 1548 | |
| 1549 | [[package]] |
| 1550 | name = "fluent-langneg" |
| 1551 | version = "0.13.0" |
| 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1553 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1554 | dependencies = [ |
| 1555 | "unic-langid", |
| 1556 | ] |
| 1557 | |
| 1558 | [[package]] |
| 1559 | name = "fluent-syntax" |
| 1560 | version = "0.11.0" |
| 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1562 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1563 | dependencies = [ |
| 1564 | "thiserror", |
| 1565 | ] |
| 1566 | |
| 1567 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1568 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1569 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1571 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1572 | |
| 1573 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1574 | name = "foreign-types" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1575 | version = "0.3.2" |
| 1576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1577 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1578 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1579 | "foreign-types-shared", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1580 | ] |
| 1581 | |
| 1582 | [[package]] |
| 1583 | name = "foreign-types-shared" |
| 1584 | version = "0.1.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1586 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1587 | |
| 1588 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1589 | name = "form_urlencoded" |
| 1590 | version = "1.0.1" |
| 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1592 | checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
| 1593 | dependencies = [ |
| 1594 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1595 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1596 | ] |
| 1597 | |
| 1598 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1599 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1600 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1602 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1603 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1604 | "compiler_builtins", |
| 1605 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1606 | ] |
| 1607 | |
| 1608 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1609 | name = "fs-err" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1610 | version = "2.8.1" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1612 | checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1613 | |
| 1614 | [[package]] |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1615 | name = "fs_extra" |
| 1616 | version = "1.1.0" |
| 1617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1618 | checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
Alex Crichton | 016eaf8 | 2018-10-21 02:15:06 | [diff] [blame] | 1619 | |
| 1620 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1621 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1622 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1624 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1625 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1626 | "mac", |
| 1627 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1628 | ] |
| 1629 | |
| 1630 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1631 | name = "futures" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1632 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1634 | checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1635 | dependencies = [ |
| 1636 | "futures-channel", |
| 1637 | "futures-core", |
| 1638 | "futures-executor", |
| 1639 | "futures-io", |
| 1640 | "futures-sink", |
| 1641 | "futures-task", |
| 1642 | "futures-util", |
| 1643 | ] |
| 1644 | |
| 1645 | [[package]] |
| 1646 | name = "futures-channel" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1647 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1649 | checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1650 | dependencies = [ |
| 1651 | "futures-core", |
| 1652 | "futures-sink", |
| 1653 | ] |
| 1654 | |
| 1655 | [[package]] |
| 1656 | name = "futures-core" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1657 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1659 | checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1660 | |
| 1661 | [[package]] |
| 1662 | name = "futures-executor" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1663 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1665 | checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1666 | dependencies = [ |
| 1667 | "futures-core", |
| 1668 | "futures-task", |
| 1669 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1670 | ] |
| 1671 | |
| 1672 | [[package]] |
| 1673 | name = "futures-io" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1674 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1676 | checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1677 | |
| 1678 | [[package]] |
| 1679 | name = "futures-macro" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1680 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1682 | checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1683 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1684 | "proc-macro2", |
| 1685 | "quote", |
| 1686 | "syn", |
| 1687 | ] |
| 1688 | |
| 1689 | [[package]] |
| 1690 | name = "futures-sink" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1691 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1693 | checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1694 | |
| 1695 | [[package]] |
| 1696 | name = "futures-task" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1697 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1699 | checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1700 | |
| 1701 | [[package]] |
| 1702 | name = "futures-util" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1703 | version = "0.3.19" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 1705 | checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1706 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1707 | "futures-channel", |
| 1708 | "futures-core", |
| 1709 | "futures-io", |
| 1710 | "futures-macro", |
| 1711 | "futures-sink", |
| 1712 | "futures-task", |
| 1713 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1714 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1715 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1716 | "slab", |
| 1717 | ] |
| 1718 | |
| 1719 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1720 | name = "fwdansi" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 1721 | version = "1.1.0" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 1723 | checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1724 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1725 | "memchr", |
| 1726 | "termcolor", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 1727 | ] |
| 1728 | |
| 1729 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1730 | name = "generate-copyright" |
| 1731 | version = "0.1.0" |
| 1732 | dependencies = [ |
| 1733 | "anyhow", |
| 1734 | "serde", |
| 1735 | "serde_json", |
| 1736 | ] |
| 1737 | |
| 1738 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1739 | name = "generic-array" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1740 | version = "0.14.4" |
| 1741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1742 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
| 1743 | dependencies = [ |
| 1744 | "typenum", |
| 1745 | "version_check", |
| 1746 | ] |
| 1747 | |
| 1748 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1749 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1750 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1752 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1753 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1754 | "rustc-std-workspace-core", |
| 1755 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1756 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1757 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1758 | |
| 1759 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1760 | name = "getrandom" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1761 | version = "0.2.8" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1763 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1764 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1765 | "cfg-if", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1766 | "js-sys", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1767 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1768 | "wasi", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 1769 | "wasm-bindgen", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1773 | name = "gimli" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1774 | version = "0.26.2" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1776 | checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1777 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1778 | "compiler_builtins", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1779 | "fallible-iterator", |
| 1780 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1781 | "rustc-std-workspace-alloc", |
| 1782 | "rustc-std-workspace-core", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1783 | "stable_deref_trait", |
| 1784 | ] |
| 1785 | |
| 1786 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1787 | name = "git2" |
Weihang Lo | e9eb979 | 2023-01-24 20:34:33 | [diff] [blame] | 1788 | version = "0.16.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e9eb979 | 2023-01-24 20:34:33 | [diff] [blame] | 1790 | checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1791 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1792 | "bitflags", |
| 1793 | "libc", |
| 1794 | "libgit2-sys", |
| 1795 | "log", |
| 1796 | "openssl-probe", |
| 1797 | "openssl-sys", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1798 | "url", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1799 | ] |
| 1800 | |
| 1801 | [[package]] |
| 1802 | name = "git2-curl" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 1803 | version = "0.17.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 1805 | checksum = "7577f4e6341ba7c90d883511130a45b956c274ba5f4d205d9f9da990f654cd33" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1806 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1807 | "curl", |
| 1808 | "git2", |
| 1809 | "log", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1810 | "url", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1811 | ] |
| 1812 | |
| 1813 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 1814 | name = "gix" |
| 1815 | version = "0.39.0" |
| 1816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1817 | checksum = "dabfac58aecb4a38cdd2568de66eb1f0d968fd6726f5a80cb8bea7944ef10cc0" |
| 1818 | dependencies = [ |
| 1819 | "gix-actor", |
| 1820 | "gix-attributes", |
| 1821 | "gix-config", |
| 1822 | "gix-credentials", |
| 1823 | "gix-date", |
| 1824 | "gix-diff", |
| 1825 | "gix-discover", |
| 1826 | "gix-features", |
| 1827 | "gix-glob", |
| 1828 | "gix-hash", |
| 1829 | "gix-hashtable", |
| 1830 | "gix-index", |
| 1831 | "gix-lock", |
| 1832 | "gix-mailmap", |
| 1833 | "gix-object", |
| 1834 | "gix-odb", |
| 1835 | "gix-pack", |
| 1836 | "gix-path", |
| 1837 | "gix-prompt", |
| 1838 | "gix-protocol", |
| 1839 | "gix-ref", |
| 1840 | "gix-refspec", |
| 1841 | "gix-revision", |
| 1842 | "gix-sec", |
| 1843 | "gix-tempfile", |
| 1844 | "gix-transport", |
| 1845 | "gix-traverse", |
| 1846 | "gix-url", |
| 1847 | "gix-validate", |
| 1848 | "gix-worktree", |
| 1849 | "log", |
| 1850 | "once_cell", |
| 1851 | "prodash", |
| 1852 | "signal-hook", |
| 1853 | "smallvec", |
| 1854 | "thiserror", |
| 1855 | "unicode-normalization", |
| 1856 | ] |
| 1857 | |
| 1858 | [[package]] |
| 1859 | name = "gix-actor" |
| 1860 | version = "0.19.0" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf" |
| 1863 | dependencies = [ |
| 1864 | "bstr 1.3.0", |
| 1865 | "btoi", |
| 1866 | "gix-date", |
| 1867 | "itoa", |
| 1868 | "nom", |
| 1869 | "thiserror", |
| 1870 | ] |
| 1871 | |
| 1872 | [[package]] |
| 1873 | name = "gix-attributes" |
| 1874 | version = "0.10.0" |
| 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 | checksum = "2231a25934a240d0a4b6f4478401c73ee81d8be52de0293eedbc172334abf3e1" |
| 1877 | dependencies = [ |
| 1878 | "bstr 1.3.0", |
| 1879 | "gix-features", |
| 1880 | "gix-glob", |
| 1881 | "gix-path", |
| 1882 | "gix-quote", |
| 1883 | "thiserror", |
| 1884 | "unicode-bom", |
| 1885 | ] |
| 1886 | |
| 1887 | [[package]] |
| 1888 | name = "gix-bitmap" |
| 1889 | version = "0.2.2" |
| 1890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1891 | checksum = "024bca0c7187517bda5ea24ab148c9ca8208dd0c3e2bea88cdb2008f91791a6d" |
| 1892 | dependencies = [ |
| 1893 | "thiserror", |
| 1894 | ] |
| 1895 | |
| 1896 | [[package]] |
| 1897 | name = "gix-chunk" |
| 1898 | version = "0.4.1" |
| 1899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1900 | checksum = "b0d39583cab06464b8bf73b3f1707458270f0e7383cb24c3c9c1a16e6f792978" |
| 1901 | dependencies = [ |
| 1902 | "thiserror", |
| 1903 | ] |
| 1904 | |
| 1905 | [[package]] |
| 1906 | name = "gix-command" |
| 1907 | version = "0.2.4" |
| 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 | checksum = "b2c6f75c1e0f924de39e750880a6e21307194bb1ab773efe3c7d2d787277f8ab" |
| 1910 | dependencies = [ |
| 1911 | "bstr 1.3.0", |
| 1912 | ] |
| 1913 | |
| 1914 | [[package]] |
| 1915 | name = "gix-config" |
| 1916 | version = "0.18.0" |
| 1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1918 | checksum = "52c62e26ce11f607712e4f49a0a192ed87675d30187fd61be070abbd607d12f1" |
| 1919 | dependencies = [ |
| 1920 | "bstr 1.3.0", |
| 1921 | "gix-config-value", |
| 1922 | "gix-features", |
| 1923 | "gix-glob", |
| 1924 | "gix-path", |
| 1925 | "gix-ref", |
| 1926 | "gix-sec", |
| 1927 | "memchr", |
| 1928 | "nom", |
| 1929 | "once_cell", |
| 1930 | "smallvec", |
| 1931 | "thiserror", |
| 1932 | "unicode-bom", |
| 1933 | ] |
| 1934 | |
| 1935 | [[package]] |
| 1936 | name = "gix-config-value" |
| 1937 | version = "0.10.1" |
| 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1939 | checksum = "693d4a4ba0531e46fe558459557a5b29fb86c3e4b2666c1c0861d93c7c678331" |
| 1940 | dependencies = [ |
| 1941 | "bitflags", |
| 1942 | "bstr 1.3.0", |
| 1943 | "gix-path", |
| 1944 | "libc", |
| 1945 | "thiserror", |
| 1946 | ] |
| 1947 | |
| 1948 | [[package]] |
| 1949 | name = "gix-credentials" |
| 1950 | version = "0.11.0" |
| 1951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1952 | checksum = "5be32b5fe339a31b8e53fa854081dc914c45020dcb64637f3c21baf69c96fc1b" |
| 1953 | dependencies = [ |
| 1954 | "bstr 1.3.0", |
| 1955 | "gix-command", |
| 1956 | "gix-config-value", |
| 1957 | "gix-path", |
| 1958 | "gix-prompt", |
| 1959 | "gix-sec", |
| 1960 | "gix-url", |
| 1961 | "thiserror", |
| 1962 | ] |
| 1963 | |
| 1964 | [[package]] |
| 1965 | name = "gix-date" |
| 1966 | version = "0.4.3" |
| 1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1968 | checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2" |
| 1969 | dependencies = [ |
| 1970 | "bstr 1.3.0", |
| 1971 | "itoa", |
| 1972 | "thiserror", |
| 1973 | "time 0.3.17", |
| 1974 | ] |
| 1975 | |
| 1976 | [[package]] |
| 1977 | name = "gix-diff" |
| 1978 | version = "0.28.0" |
| 1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | checksum = "585b0834d4b6791a848637c4e109545fda9b0f29b591ba55edb33ceda6e7856b" |
| 1981 | dependencies = [ |
| 1982 | "gix-hash", |
| 1983 | "gix-object", |
| 1984 | "imara-diff", |
| 1985 | "thiserror", |
| 1986 | ] |
| 1987 | |
| 1988 | [[package]] |
| 1989 | name = "gix-discover" |
| 1990 | version = "0.15.0" |
| 1991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1992 | checksum = "91c204adba5ebd211c74735cbb65817d277e154486bac0dffa3701f163b80350" |
| 1993 | dependencies = [ |
| 1994 | "bstr 1.3.0", |
| 1995 | "dunce", |
| 1996 | "gix-hash", |
| 1997 | "gix-path", |
| 1998 | "gix-ref", |
| 1999 | "gix-sec", |
| 2000 | "thiserror", |
| 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
| 2004 | name = "gix-features" |
| 2005 | version = "0.28.0" |
| 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2007 | checksum = "5e6a9dfa7b3c1a99315203e8b97f8f99f3bd95731590607abeaa5ca31bc41fe3" |
| 2008 | dependencies = [ |
| 2009 | "bytes", |
| 2010 | "crc32fast", |
| 2011 | "crossbeam-channel", |
| 2012 | "flate2", |
| 2013 | "gix-hash", |
| 2014 | "libc", |
| 2015 | "once_cell", |
| 2016 | "parking_lot 0.12.1", |
| 2017 | "prodash", |
| 2018 | "sha1_smol", |
| 2019 | "thiserror", |
| 2020 | "walkdir", |
| 2021 | ] |
| 2022 | |
| 2023 | [[package]] |
| 2024 | name = "gix-glob" |
| 2025 | version = "0.5.5" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993" |
| 2028 | dependencies = [ |
| 2029 | "bitflags", |
| 2030 | "bstr 1.3.0", |
| 2031 | ] |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "gix-hash" |
| 2035 | version = "0.10.3" |
| 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2037 | checksum = "0c0c5a9f4d621d4f4ea046bb331df5c746ca735b8cae5b234cc2be70ee4dbef0" |
| 2038 | dependencies = [ |
| 2039 | "hex", |
| 2040 | "thiserror", |
| 2041 | ] |
| 2042 | |
| 2043 | [[package]] |
| 2044 | name = "gix-hashtable" |
| 2045 | version = "0.1.2" |
| 2046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2047 | checksum = "9609c1b8f36f12968e6a6098f7cdb52004f7d42d570f47a2d6d7c16612f19acb" |
| 2048 | dependencies = [ |
| 2049 | "gix-hash", |
| 2050 | "hashbrown 0.13.1", |
| 2051 | "parking_lot 0.12.1", |
| 2052 | ] |
| 2053 | |
| 2054 | [[package]] |
| 2055 | name = "gix-index" |
| 2056 | version = "0.14.0" |
| 2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2058 | checksum = "c12caf7886c7ba06f2b28835cdc2be1dca86bd047d00299d2d49e707ce1c2616" |
| 2059 | dependencies = [ |
| 2060 | "bitflags", |
| 2061 | "bstr 1.3.0", |
| 2062 | "btoi", |
| 2063 | "filetime", |
| 2064 | "gix-bitmap", |
| 2065 | "gix-features", |
| 2066 | "gix-hash", |
| 2067 | "gix-lock", |
| 2068 | "gix-object", |
| 2069 | "gix-traverse", |
| 2070 | "itoa", |
| 2071 | "memmap2 0.5.10", |
| 2072 | "smallvec", |
| 2073 | "thiserror", |
| 2074 | ] |
| 2075 | |
| 2076 | [[package]] |
| 2077 | name = "gix-lock" |
| 2078 | version = "4.0.0" |
| 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2080 | checksum = "66119ff8a4a395d0ea033fef718bc85f8b4f0855874f4ce1e005fc16cfe1f66e" |
| 2081 | dependencies = [ |
| 2082 | "fastrand", |
| 2083 | "gix-tempfile", |
| 2084 | "thiserror", |
| 2085 | ] |
| 2086 | |
| 2087 | [[package]] |
| 2088 | name = "gix-mailmap" |
| 2089 | version = "0.11.0" |
| 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2091 | checksum = "2b66aea5e52875cd4915f4957a6f4b75831a36981e2ec3f5fad9e370e444fe1a" |
| 2092 | dependencies = [ |
| 2093 | "bstr 1.3.0", |
| 2094 | "gix-actor", |
| 2095 | "thiserror", |
| 2096 | ] |
| 2097 | |
| 2098 | [[package]] |
| 2099 | name = "gix-object" |
| 2100 | version = "0.28.0" |
| 2101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2102 | checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017" |
| 2103 | dependencies = [ |
| 2104 | "bstr 1.3.0", |
| 2105 | "btoi", |
| 2106 | "gix-actor", |
| 2107 | "gix-features", |
| 2108 | "gix-hash", |
| 2109 | "gix-validate", |
| 2110 | "hex", |
| 2111 | "itoa", |
| 2112 | "nom", |
| 2113 | "smallvec", |
| 2114 | "thiserror", |
| 2115 | ] |
| 2116 | |
| 2117 | [[package]] |
| 2118 | name = "gix-odb" |
| 2119 | version = "0.42.0" |
| 2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2121 | checksum = "e9a5f9e1afbd509761977a2ea02869cedaaba500b4e783deb2e4de5179a55a80" |
| 2122 | dependencies = [ |
| 2123 | "arc-swap", |
| 2124 | "gix-features", |
| 2125 | "gix-hash", |
| 2126 | "gix-object", |
| 2127 | "gix-pack", |
| 2128 | "gix-path", |
| 2129 | "gix-quote", |
| 2130 | "parking_lot 0.12.1", |
| 2131 | "tempfile", |
| 2132 | "thiserror", |
| 2133 | ] |
| 2134 | |
| 2135 | [[package]] |
| 2136 | name = "gix-pack" |
| 2137 | version = "0.32.0" |
| 2138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2139 | checksum = "e51db84e1459a8022e518d40a8778028d793dbb28e4d35c9a5eaf92658fb0775" |
| 2140 | dependencies = [ |
| 2141 | "clru", |
| 2142 | "gix-chunk", |
| 2143 | "gix-diff", |
| 2144 | "gix-features", |
| 2145 | "gix-hash", |
| 2146 | "gix-hashtable", |
| 2147 | "gix-object", |
| 2148 | "gix-path", |
| 2149 | "gix-tempfile", |
| 2150 | "gix-traverse", |
| 2151 | "memmap2 0.5.10", |
| 2152 | "parking_lot 0.12.1", |
| 2153 | "smallvec", |
| 2154 | "thiserror", |
| 2155 | ] |
| 2156 | |
| 2157 | [[package]] |
| 2158 | name = "gix-packetline" |
| 2159 | version = "0.14.3" |
| 2160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2161 | checksum = "d63e5e5a9a92d4fc6b63ff9d94954d25c779ce25c98d5bbe2e4399aa42f7073c" |
| 2162 | dependencies = [ |
| 2163 | "bstr 1.3.0", |
| 2164 | "hex", |
| 2165 | "thiserror", |
| 2166 | ] |
| 2167 | |
| 2168 | [[package]] |
| 2169 | name = "gix-path" |
| 2170 | version = "0.7.2" |
| 2171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2172 | checksum = "f6c104a66dec149cb8f7aaafc6ab797654cf82d67f050fd0cb7e7294e328354b" |
| 2173 | dependencies = [ |
| 2174 | "bstr 1.3.0", |
| 2175 | "thiserror", |
| 2176 | ] |
| 2177 | |
| 2178 | [[package]] |
| 2179 | name = "gix-prompt" |
| 2180 | version = "0.3.2" |
| 2181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2182 | checksum = "a20cebf73229debaa82574c4fd20dcaf00fa8d4bfce823a862c4e990d7a0b5b4" |
| 2183 | dependencies = [ |
| 2184 | "gix-command", |
| 2185 | "gix-config-value", |
| 2186 | "nix", |
| 2187 | "parking_lot 0.12.1", |
| 2188 | "thiserror", |
| 2189 | ] |
| 2190 | |
| 2191 | [[package]] |
| 2192 | name = "gix-protocol" |
| 2193 | version = "0.28.0" |
| 2194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2195 | checksum = "6d372ab11d5d28ac21800e3f1a6603a67c1ead57f6f5fab07e1e73e960f331c1" |
| 2196 | dependencies = [ |
| 2197 | "bstr 1.3.0", |
| 2198 | "btoi", |
| 2199 | "gix-credentials", |
| 2200 | "gix-features", |
| 2201 | "gix-hash", |
| 2202 | "gix-transport", |
| 2203 | "maybe-async", |
| 2204 | "nom", |
| 2205 | "thiserror", |
| 2206 | ] |
| 2207 | |
| 2208 | [[package]] |
| 2209 | name = "gix-quote" |
| 2210 | version = "0.4.3" |
| 2211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2212 | checksum = "a282f5a8d9ee0b09ec47390ac727350c48f2f5c76d803cd8da6b3e7ad56e0bcb" |
| 2213 | dependencies = [ |
| 2214 | "bstr 1.3.0", |
| 2215 | "btoi", |
| 2216 | "thiserror", |
| 2217 | ] |
| 2218 | |
| 2219 | [[package]] |
| 2220 | name = "gix-ref" |
| 2221 | version = "0.26.0" |
| 2222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2223 | checksum = "90a0ed29e581f04b904ecd0c32b11f33b8209b5a0af9c43f415249a4f2fba632" |
| 2224 | dependencies = [ |
| 2225 | "gix-actor", |
| 2226 | "gix-features", |
| 2227 | "gix-hash", |
| 2228 | "gix-lock", |
| 2229 | "gix-object", |
| 2230 | "gix-path", |
| 2231 | "gix-tempfile", |
| 2232 | "gix-validate", |
| 2233 | "memmap2 0.5.10", |
| 2234 | "nom", |
| 2235 | "thiserror", |
| 2236 | ] |
| 2237 | |
| 2238 | [[package]] |
| 2239 | name = "gix-refspec" |
| 2240 | version = "0.9.0" |
| 2241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2242 | checksum = "aba332462bda2e8efeae4302b39a6ed01ad56ef772fd5b7ef197cf2798294d65" |
| 2243 | dependencies = [ |
| 2244 | "bstr 1.3.0", |
| 2245 | "gix-hash", |
| 2246 | "gix-revision", |
| 2247 | "gix-validate", |
| 2248 | "smallvec", |
| 2249 | "thiserror", |
| 2250 | ] |
| 2251 | |
| 2252 | [[package]] |
| 2253 | name = "gix-revision" |
| 2254 | version = "0.12.0" |
| 2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2256 | checksum = "ed98e4a0254953c64bc913bd23146a1de662067d5cf974cbdde396958b39e5b0" |
| 2257 | dependencies = [ |
| 2258 | "bstr 1.3.0", |
| 2259 | "gix-date", |
| 2260 | "gix-hash", |
| 2261 | "gix-hashtable", |
| 2262 | "gix-object", |
| 2263 | "thiserror", |
| 2264 | ] |
| 2265 | |
| 2266 | [[package]] |
| 2267 | name = "gix-sec" |
| 2268 | version = "0.6.2" |
| 2269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2270 | checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47" |
| 2271 | dependencies = [ |
| 2272 | "bitflags", |
| 2273 | "dirs", |
| 2274 | "gix-path", |
| 2275 | "libc", |
| 2276 | "windows", |
| 2277 | ] |
| 2278 | |
| 2279 | [[package]] |
| 2280 | name = "gix-tempfile" |
| 2281 | version = "4.1.1" |
| 2282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2283 | checksum = "88751f247234b1f73c8e8056fd835a0999b04e596e052302cb71186005dc4b27" |
| 2284 | dependencies = [ |
| 2285 | "libc", |
| 2286 | "once_cell", |
| 2287 | "parking_lot 0.12.1", |
| 2288 | "signal-hook", |
| 2289 | "signal-hook-registry", |
| 2290 | "tempfile", |
| 2291 | ] |
| 2292 | |
| 2293 | [[package]] |
| 2294 | name = "gix-transport" |
| 2295 | version = "0.27.0" |
| 2296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2297 | checksum = "d633947b36a2fbbc089195bdc71621158f1660c2ff2a6b12b0279c16e2f764bc" |
| 2298 | dependencies = [ |
| 2299 | "base64", |
| 2300 | "bstr 1.3.0", |
| 2301 | "curl", |
| 2302 | "gix-command", |
| 2303 | "gix-credentials", |
| 2304 | "gix-features", |
| 2305 | "gix-packetline", |
| 2306 | "gix-quote", |
| 2307 | "gix-sec", |
| 2308 | "gix-url", |
| 2309 | "thiserror", |
| 2310 | ] |
| 2311 | |
| 2312 | [[package]] |
| 2313 | name = "gix-traverse" |
| 2314 | version = "0.24.0" |
| 2315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2316 | checksum = "dd9a4a07bb22168dc79c60e1a6a41919d198187ca83d8a5940ad8d7122a45df3" |
| 2317 | dependencies = [ |
| 2318 | "gix-hash", |
| 2319 | "gix-hashtable", |
| 2320 | "gix-object", |
| 2321 | "thiserror", |
| 2322 | ] |
| 2323 | |
| 2324 | [[package]] |
| 2325 | name = "gix-url" |
| 2326 | version = "0.15.0" |
| 2327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2328 | checksum = "044072b7ce8601b62dcec841b92129f5cc677072823324121b395d766ac5f528" |
| 2329 | dependencies = [ |
| 2330 | "bstr 1.3.0", |
| 2331 | "gix-features", |
| 2332 | "gix-path", |
| 2333 | "home", |
| 2334 | "thiserror", |
| 2335 | "url", |
| 2336 | ] |
| 2337 | |
| 2338 | [[package]] |
| 2339 | name = "gix-validate" |
| 2340 | version = "0.7.3" |
| 2341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2342 | checksum = "b69ddb780ea1465255e66818d75b7098371c58dbc9560da4488a44b9f5c7e443" |
| 2343 | dependencies = [ |
| 2344 | "bstr 1.3.0", |
| 2345 | "thiserror", |
| 2346 | ] |
| 2347 | |
| 2348 | [[package]] |
| 2349 | name = "gix-worktree" |
| 2350 | version = "0.14.0" |
| 2351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2352 | checksum = "b7cb9af6e56152953d8fe113c4f9d7cf60cf7a982362711e9200a255579b49cb" |
| 2353 | dependencies = [ |
| 2354 | "bstr 1.3.0", |
| 2355 | "gix-attributes", |
| 2356 | "gix-features", |
| 2357 | "gix-glob", |
| 2358 | "gix-hash", |
| 2359 | "gix-index", |
| 2360 | "gix-object", |
| 2361 | "gix-path", |
| 2362 | "io-close", |
| 2363 | "thiserror", |
| 2364 | ] |
| 2365 | |
| 2366 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2367 | name = "glob" |
Eric Huss | 4543245 | 2019-03-12 20:34:47 | [diff] [blame] | 2368 | version = "0.3.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2370 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2371 | |
| 2372 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2373 | name = "globset" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2374 | version = "0.4.9" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2376 | checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2377 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2378 | "aho-corasick", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 2379 | "bstr 0.2.17", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2380 | "fnv", |
| 2381 | "log", |
| 2382 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2383 | ] |
| 2384 | |
| 2385 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2386 | name = "group" |
| 2387 | version = "0.12.1" |
| 2388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2389 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| 2390 | dependencies = [ |
| 2391 | "ff", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2392 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2393 | "subtle", |
| 2394 | ] |
| 2395 | |
| 2396 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 2397 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 2398 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 2399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 2400 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 2401 | dependencies = [ |
| 2402 | "serde", |
| 2403 | ] |
| 2404 | |
| 2405 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2406 | name = "handlebars" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 2407 | version = "3.5.5" |
| 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 | checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3" |
| 2410 | dependencies = [ |
| 2411 | "log", |
| 2412 | "pest", |
| 2413 | "pest_derive", |
| 2414 | "quick-error 2.0.1", |
| 2415 | "serde", |
| 2416 | "serde_json", |
| 2417 | "walkdir", |
| 2418 | ] |
| 2419 | |
| 2420 | [[package]] |
| 2421 | name = "handlebars" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2422 | version = "4.3.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2424 | checksum = "360d9740069b2f6cbb63ce2dbaa71a20d3185350cbb990d7bebeb9318415eb17" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2425 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2426 | "log", |
| 2427 | "pest", |
| 2428 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2429 | "serde", |
| 2430 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2431 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2432 | ] |
| 2433 | |
| 2434 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 2435 | name = "hashbrown" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 2436 | version = "0.12.3" |
Markus Westerlind | 7cf8d3a | 2020-10-05 08:50:51 | [diff] [blame] | 2437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | 931a8f8 | 2022-07-17 11:23:26 | [diff] [blame] | 2438 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
Amanieu d'Antras | 88149d1 | 2022-01-17 07:46:11 | [diff] [blame] | 2439 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2440 | "ahash 0.7.4", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2441 | "compiler_builtins", |
| 2442 | "rustc-std-workspace-alloc", |
| 2443 | "rustc-std-workspace-core", |
Eric Huss | 04538c6 | 2019-07-08 21:52:07 | [diff] [blame] | 2444 | ] |
| 2445 | |
| 2446 | [[package]] |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2447 | name = "hashbrown" |
| 2448 | version = "0.13.1" |
| 2449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2450 | checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" |
| 2451 | dependencies = [ |
| 2452 | "ahash 0.8.2", |
| 2453 | ] |
| 2454 | |
| 2455 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 2456 | name = "heck" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 2457 | version = "0.4.0" |
| 2458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2459 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
| 2460 | |
| 2461 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 2462 | name = "hermit-abi" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 2463 | version = "0.1.19" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | bbb6cb8 | 2021-08-13 05:45:30 | [diff] [blame] | 2465 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 2466 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 2467 | "libc", |
| 2468 | ] |
| 2469 | |
| 2470 | [[package]] |
| 2471 | name = "hermit-abi" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 2472 | version = "0.3.0" |
| 2473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2474 | checksum = "856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01" |
| 2475 | dependencies = [ |
| 2476 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 2477 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 2478 | "rustc-std-workspace-core", |
| 2479 | ] |
| 2480 | |
| 2481 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2482 | name = "hex" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2483 | version = "0.4.2" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 2484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2485 | checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 2486 | |
| 2487 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2488 | name = "hkdf" |
| 2489 | version = "0.12.3" |
| 2490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
| 2492 | dependencies = [ |
| 2493 | "hmac", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
| 2497 | name = "hmac" |
| 2498 | version = "0.12.1" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 2501 | dependencies = [ |
| 2502 | "digest", |
| 2503 | ] |
| 2504 | |
| 2505 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 2506 | name = "home" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2507 | version = "0.5.3" |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 2508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2509 | checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 2510 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2511 | "winapi", |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 2512 | ] |
| 2513 | |
| 2514 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 2515 | name = "html-checker" |
| 2516 | version = "0.1.0" |
| 2517 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 2518 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 2519 | "walkdir", |
| 2520 | ] |
| 2521 | |
| 2522 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2523 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2524 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2526 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2527 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2528 | "log", |
| 2529 | "mac", |
| 2530 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2531 | "proc-macro2", |
| 2532 | "quote", |
| 2533 | "syn", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
Weihang Lo | 35f8962 | 2022-11-18 21:35:07 | [diff] [blame] | 2537 | name = "http-auth" |
| 2538 | version = "0.1.6" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "c0b40b39d66c28829a0cf4d09f7e139ff8201f7500a5083732848ed3b4b4d850" |
| 2541 | dependencies = [ |
| 2542 | "memchr", |
| 2543 | ] |
| 2544 | |
| 2545 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2546 | name = "humantime" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 2547 | version = "1.3.0" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 2549 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2550 | dependencies = [ |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 2551 | "quick-error 1.2.3", |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 2552 | ] |
| 2553 | |
| 2554 | [[package]] |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 2555 | name = "humantime" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2556 | version = "2.0.1" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2558 | checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 2559 | |
| 2560 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2561 | name = "icu_list" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2562 | version = "1.1.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2564 | checksum = "01a65ff0cab77c33c7e165c858eaa6e84a09f1e485dd495d9d0ae61083c6f786" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2565 | dependencies = [ |
| 2566 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2567 | "icu_provider", |
| 2568 | "regex-automata 0.2.0", |
| 2569 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2570 | ] |
| 2571 | |
| 2572 | [[package]] |
| 2573 | name = "icu_locid" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2574 | version = "1.1.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2576 | checksum = "71d7a98ecb812760b5f077e55a4763edeefa7ccc30d6eb5680a70841ede81928" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2577 | dependencies = [ |
| 2578 | "displaydoc", |
| 2579 | "litemap", |
| 2580 | "tinystr", |
| 2581 | "writeable", |
| 2582 | "zerovec", |
| 2583 | ] |
| 2584 | |
| 2585 | [[package]] |
| 2586 | name = "icu_provider" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2587 | version = "1.1.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2589 | checksum = "a86816c97bc4e613086497f9479f63e120315e056763e8c4435604f98d21d82d" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2590 | dependencies = [ |
| 2591 | "displaydoc", |
| 2592 | "icu_locid", |
| 2593 | "icu_provider_macros", |
| 2594 | "stable_deref_trait", |
| 2595 | "writeable", |
| 2596 | "yoke", |
| 2597 | "zerofrom", |
| 2598 | "zerovec", |
| 2599 | ] |
| 2600 | |
| 2601 | [[package]] |
| 2602 | name = "icu_provider_adapters" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2603 | version = "1.1.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2605 | checksum = "8e89bf33962b24bb48a4a21330c20c9ff17949338ea376360dd9eda2c209dca1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2606 | dependencies = [ |
| 2607 | "icu_locid", |
| 2608 | "icu_provider", |
| 2609 | "tinystr", |
| 2610 | "yoke", |
| 2611 | "zerovec", |
| 2612 | ] |
| 2613 | |
| 2614 | [[package]] |
| 2615 | name = "icu_provider_macros" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2616 | version = "1.1.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 2618 | checksum = "9ddb07844c2ffc4c28840e799e9e54ff054393cf090740decf25624e9d94b93a" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2619 | dependencies = [ |
| 2620 | "proc-macro2", |
| 2621 | "quote", |
| 2622 | "syn", |
| 2623 | ] |
| 2624 | |
| 2625 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2626 | name = "idna" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2627 | version = "0.2.0" |
| 2628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2629 | checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2630 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2631 | "matches", |
| 2632 | "unicode-bidi", |
| 2633 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2634 | ] |
| 2635 | |
| 2636 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2637 | name = "if_chain" |
Oliver Scherer | 2a78951 | 2019-05-26 17:21:54 | [diff] [blame] | 2638 | version = "1.0.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2640 | checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2641 | |
| 2642 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2643 | name = "ignore" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2644 | version = "0.4.18" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2646 | checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2647 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2648 | "crossbeam-utils", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2649 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 2650 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2651 | "log", |
| 2652 | "memchr", |
| 2653 | "regex", |
| 2654 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 2655 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2656 | "walkdir", |
| 2657 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 2658 | ] |
| 2659 | |
| 2660 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 2661 | name = "im-rc" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2662 | version = "15.1.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2664 | checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 2665 | dependencies = [ |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 2666 | "bitmaps", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2667 | "rand_core", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2668 | "rand_xoshiro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2669 | "sized-chunks", |
| 2670 | "typenum", |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 2671 | "version_check", |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 2672 | ] |
| 2673 | |
| 2674 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2675 | name = "imara-diff" |
| 2676 | version = "0.1.5" |
| 2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 | checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8" |
| 2679 | dependencies = [ |
| 2680 | "ahash 0.8.2", |
| 2681 | "hashbrown 0.12.3", |
| 2682 | ] |
| 2683 | |
| 2684 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2685 | name = "indenter" |
| 2686 | version = "0.3.3" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 2689 | |
| 2690 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 2691 | name = "indexmap" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2692 | version = "1.9.2" |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 2693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2694 | checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 2695 | dependencies = [ |
| 2696 | "autocfg", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2697 | "hashbrown 0.12.3", |
pierwill | 4f89224 | 2022-01-06 19:27:59 | [diff] [blame] | 2698 | "rustc-rayon", |
Pietro Albini | ea8b1ff | 2021-08-26 10:35:32 | [diff] [blame] | 2699 | "serde", |
Josh Stone | 997a766 | 2020-08-08 00:03:47 | [diff] [blame] | 2700 | ] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 2701 | |
| 2702 | [[package]] |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 2703 | name = "indoc" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2704 | version = "1.0.6" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 2705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2706 | checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 2707 | |
| 2708 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2709 | name = "installer" |
| 2710 | version = "0.0.0" |
| 2711 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 2712 | "anyhow", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 2713 | "clap 3.2.20", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2714 | "flate2", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 2715 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2716 | "num_cpus", |
| 2717 | "rayon", |
| 2718 | "remove_dir_all", |
| 2719 | "tar", |
| 2720 | "walkdir", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2721 | "winapi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2722 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2723 | ] |
| 2724 | |
| 2725 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2726 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2727 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2729 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 2730 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2731 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2732 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2733 | |
| 2734 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2735 | name = "intl-memoizer" |
| 2736 | version = "0.5.1" |
| 2737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2738 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 2739 | dependencies = [ |
| 2740 | "type-map", |
| 2741 | "unic-langid", |
| 2742 | ] |
| 2743 | |
| 2744 | [[package]] |
| 2745 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2746 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2748 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2749 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2750 | "unic-langid", |
| 2751 | ] |
| 2752 | |
| 2753 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2754 | name = "io-close" |
| 2755 | version = "0.3.7" |
| 2756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2757 | checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" |
| 2758 | dependencies = [ |
| 2759 | "libc", |
| 2760 | "winapi", |
| 2761 | ] |
| 2762 | |
| 2763 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2764 | name = "io-lifetimes" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 2765 | version = "1.0.3" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 2767 | checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2768 | dependencies = [ |
| 2769 | "libc", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 2770 | "windows-sys 0.42.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2771 | ] |
| 2772 | |
| 2773 | [[package]] |
| 2774 | name = "is-terminal" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2775 | version = "0.4.4" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2777 | checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2778 | dependencies = [ |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2779 | "hermit-abi 0.3.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2780 | "io-lifetimes", |
| 2781 | "rustix", |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2782 | "windows-sys 0.45.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2783 | ] |
| 2784 | |
| 2785 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2786 | name = "itertools" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 2787 | version = "0.10.5" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 2789 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2790 | dependencies = [ |
| 2791 | "either", |
| 2792 | ] |
| 2793 | |
| 2794 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2795 | name = "itoa" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2796 | version = "1.0.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2798 | checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2799 | |
| 2800 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2801 | name = "jemalloc-sys" |
| 2802 | version = "0.5.0+5.3.0" |
| 2803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2804 | checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b" |
| 2805 | dependencies = [ |
| 2806 | "cc", |
| 2807 | "fs_extra", |
| 2808 | "libc", |
| 2809 | ] |
| 2810 | |
| 2811 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2812 | name = "jobserver" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2813 | version = "0.1.26" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 741f1af | 2023-02-28 21:10:42 | [diff] [blame] | 2815 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2816 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2817 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2818 | ] |
| 2819 | |
| 2820 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2821 | name = "js-sys" |
| 2822 | version = "0.3.60" |
| 2823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2824 | checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" |
| 2825 | dependencies = [ |
| 2826 | "wasm-bindgen", |
| 2827 | ] |
| 2828 | |
| 2829 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2830 | name = "jsondocck" |
| 2831 | version = "0.1.0" |
| 2832 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2833 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2834 | "getopts", |
| 2835 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 2836 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2837 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2838 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2839 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2840 | ] |
| 2841 | |
| 2842 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2843 | name = "jsondoclint" |
| 2844 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2845 | dependencies = [ |
| 2846 | "anyhow", |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 2847 | "clap 4.1.4", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2848 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2849 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2850 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2851 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2852 | "serde_json", |
| 2853 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2854 | |
| 2855 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2856 | name = "jsonpath_lib" |
| 2857 | version = "0.2.6" |
| 2858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2859 | checksum = "61352ec23883402b7d30b3313c16cbabefb8907361c4eb669d990cbb87ceee5a" |
| 2860 | dependencies = [ |
| 2861 | "array_tool", |
| 2862 | "env_logger 0.7.1", |
| 2863 | "log", |
| 2864 | "serde", |
| 2865 | "serde_json", |
| 2866 | ] |
| 2867 | |
| 2868 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2869 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2870 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2872 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2873 | |
| 2874 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2875 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2876 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2878 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2879 | |
| 2880 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2881 | name = "libc" |
Florian Bartels | 8f41570 | 2023-01-10 09:43:43 | [diff] [blame] | 2882 | version = "0.2.139" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Florian Bartels | 8f41570 | 2023-01-10 09:43:43 | [diff] [blame] | 2884 | checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2885 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2886 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2887 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2888 | |
| 2889 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2890 | name = "libffi" |
| 2891 | version = "3.0.1" |
| 2892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2893 | checksum = "1e454b3efb16fba3b17810ae5e41df02b649e564ab3c5a34b3b93ed07ad287e6" |
| 2894 | dependencies = [ |
| 2895 | "libc", |
| 2896 | "libffi-sys", |
| 2897 | ] |
| 2898 | |
| 2899 | [[package]] |
| 2900 | name = "libffi-sys" |
| 2901 | version = "2.0.0" |
| 2902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2903 | checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15" |
| 2904 | dependencies = [ |
| 2905 | "cc", |
| 2906 | ] |
| 2907 | |
| 2908 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2909 | name = "libgit2-sys" |
Weihang Lo | e9eb979 | 2023-01-24 20:34:33 | [diff] [blame] | 2910 | version = "0.14.1+1.5.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e9eb979 | 2023-01-24 20:34:33 | [diff] [blame] | 2912 | checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2913 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2914 | "cc", |
| 2915 | "libc", |
| 2916 | "libssh2-sys", |
| 2917 | "libz-sys", |
| 2918 | "openssl-sys", |
| 2919 | "pkg-config", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2920 | ] |
| 2921 | |
| 2922 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2923 | name = "libloading" |
| 2924 | version = "0.7.1" |
| 2925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2926 | checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0" |
| 2927 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2928 | "cfg-if", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2929 | "winapi", |
| 2930 | ] |
| 2931 | |
| 2932 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2933 | name = "libm" |
| 2934 | version = "0.1.4" |
| 2935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2936 | checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" |
| 2937 | |
| 2938 | [[package]] |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 2939 | name = "libnghttp2-sys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2940 | version = "0.1.4+1.41.0" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 2941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2942 | checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1" |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 2943 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2944 | "cc", |
| 2945 | "libc", |
Alex Crichton | 8ccf112 | 2018-09-20 21:37:53 | [diff] [blame] | 2946 | ] |
| 2947 | |
| 2948 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2949 | name = "libssh2-sys" |
Eric Huss | 000d336 | 2021-12-28 21:24:03 | [diff] [blame] | 2950 | version = "0.2.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 000d336 | 2021-12-28 21:24:03 | [diff] [blame] | 2952 | checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2953 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2954 | "cc", |
| 2955 | "libc", |
| 2956 | "libz-sys", |
| 2957 | "openssl-sys", |
| 2958 | "pkg-config", |
| 2959 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2960 | ] |
| 2961 | |
| 2962 | [[package]] |
| 2963 | name = "libz-sys" |
Niels Sascha Reedijk | dfff699 | 2021-07-30 11:56:45 | [diff] [blame] | 2964 | version = "1.1.3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Niels Sascha Reedijk | dfff699 | 2021-07-30 11:56:45 | [diff] [blame] | 2966 | checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2967 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2968 | "cc", |
| 2969 | "libc", |
| 2970 | "pkg-config", |
| 2971 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2972 | ] |
| 2973 | |
| 2974 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2975 | name = "linkchecker" |
| 2976 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2977 | dependencies = [ |
| 2978 | "once_cell", |
| 2979 | "regex", |
| 2980 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2981 | |
| 2982 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2983 | name = "linked-hash-map" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2984 | version = "0.5.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 2986 | checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2987 | |
| 2988 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2989 | name = "lint-docs" |
| 2990 | version = "0.1.0" |
| 2991 | dependencies = [ |
| 2992 | "serde_json", |
| 2993 | "tempfile", |
| 2994 | "walkdir", |
| 2995 | ] |
| 2996 | |
| 2997 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2998 | name = "linux-raw-sys" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 2999 | version = "0.1.4" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 3000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3001 | checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 3002 | |
| 3003 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3004 | name = "litemap" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 3005 | version = "0.6.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 3007 | checksum = "575d8a551c59104b4df91269921e5eab561aa1b77c618dac0414b5d44a4617de" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3008 | |
| 3009 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 3010 | name = "lld-wrapper" |
| 3011 | version = "0.1.0" |
| 3012 | |
| 3013 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 3014 | name = "lock_api" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3015 | version = "0.4.7" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3017 | checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3018 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3019 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3020 | "scopeguard", |
| 3021 | ] |
| 3022 | |
| 3023 | [[package]] |
| 3024 | name = "log" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 3025 | version = "0.4.14" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joshua Nelson | 079d1c4 | 2021-05-02 20:56:25 | [diff] [blame] | 3027 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 3028 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3029 | "cfg-if", |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 3030 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3031 | |
| 3032 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3033 | name = "lzma-sys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3034 | version = "0.1.16" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3036 | checksum = "f24f76ec44a8ac23a31915d6e326bca17ce88da03096f1ff194925dc714dac99" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3037 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3038 | "cc", |
| 3039 | "libc", |
| 3040 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3041 | ] |
| 3042 | |
| 3043 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3044 | name = "mac" |
| 3045 | version = "0.1.1" |
| 3046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3047 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3048 | |
| 3049 | [[package]] |
| 3050 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3051 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3053 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3054 | |
| 3055 | [[package]] |
| 3056 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3057 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 3058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3059 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 3060 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3061 | "log", |
| 3062 | "phf", |
| 3063 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3064 | "string_cache", |
| 3065 | "string_cache_codegen", |
| 3066 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 3067 | ] |
| 3068 | |
| 3069 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3070 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 3071 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 3073 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3074 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3075 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3076 | ] |
| 3077 | |
| 3078 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3079 | name = "matches" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3080 | version = "0.1.8" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3082 | checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3083 | |
| 3084 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3085 | name = "maybe-async" |
| 3086 | version = "0.2.7" |
| 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3088 | checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305" |
| 3089 | dependencies = [ |
| 3090 | "proc-macro2", |
| 3091 | "quote", |
| 3092 | "syn", |
| 3093 | ] |
| 3094 | |
| 3095 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 3096 | name = "md-5" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 3097 | version = "0.10.0" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 3098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 3099 | checksum = "e6a38fc55c8bbc10058782919516f88826e70320db6d206aebc49611d24216ae" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 3100 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 3101 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 3102 | ] |
| 3103 | |
| 3104 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3105 | name = "mdbook" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 3106 | version = "0.4.25" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 3108 | checksum = "d1ed28d5903dde77bd5182645078a37ee57014cac6ccb2d54e1d6496386648e4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3109 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3110 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 3111 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3112 | "chrono", |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 3113 | "clap 4.1.4", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 3114 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3115 | "elasticlunr-rs", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 3116 | "env_logger 0.10.0", |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3117 | "handlebars 4.3.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3118 | "log", |
| 3119 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 3120 | "once_cell", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 3121 | "opener", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 3122 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3123 | "regex", |
| 3124 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3125 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 3126 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3127 | "tempfile", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 3128 | "toml 0.5.7", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 3129 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3130 | ] |
| 3131 | |
| 3132 | [[package]] |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3133 | name = "mdman" |
| 3134 | version = "0.1.0" |
| 3135 | dependencies = [ |
| 3136 | "anyhow", |
| 3137 | "handlebars 3.5.5", |
| 3138 | "pretty_assertions", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 3139 | "pulldown-cmark", |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3140 | "same-file", |
| 3141 | "serde_json", |
| 3142 | "url", |
| 3143 | ] |
| 3144 | |
| 3145 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 3146 | name = "measureme" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 3147 | version = "10.1.0" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 3148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Wesley Wiser | 6108caa | 2022-06-27 15:01:03 | [diff] [blame] | 3149 | checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 3150 | dependencies = [ |
| 3151 | "log", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3152 | "memmap2 0.2.1", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3153 | "parking_lot 0.11.2", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 3154 | "perf-event-open-sys", |
| 3155 | "rustc-hash", |
| 3156 | "smallvec", |
| 3157 | ] |
| 3158 | |
| 3159 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3160 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 3161 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 3163 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 3164 | dependencies = [ |
| 3165 | "compiler_builtins", |
| 3166 | "rustc-std-workspace-core", |
| 3167 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3168 | |
| 3169 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 3170 | name = "memmap2" |
| 3171 | version = "0.2.1" |
| 3172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3173 | checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" |
| 3174 | dependencies = [ |
| 3175 | "libc", |
| 3176 | ] |
| 3177 | |
| 3178 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3179 | name = "memmap2" |
| 3180 | version = "0.5.10" |
| 3181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3182 | checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
| 3183 | dependencies = [ |
| 3184 | "libc", |
| 3185 | ] |
| 3186 | |
| 3187 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3188 | name = "memoffset" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 3189 | version = "0.7.1" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 3190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 3191 | checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 3192 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3193 | "autocfg", |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 3194 | ] |
| 3195 | |
| 3196 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 3197 | name = "mime" |
| 3198 | version = "0.3.16" |
| 3199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3200 | checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
| 3201 | |
| 3202 | [[package]] |
| 3203 | name = "mime_guess" |
| 3204 | version = "2.0.4" |
| 3205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3206 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 3207 | dependencies = [ |
| 3208 | "mime", |
| 3209 | "unicase", |
| 3210 | ] |
| 3211 | |
| 3212 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 3213 | name = "minifier" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 3214 | version = "0.2.2" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 3215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | fb62f28 | 2022-08-16 11:50:18 | [diff] [blame] | 3216 | checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 3217 | |
| 3218 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 3219 | name = "minimal-lexical" |
| 3220 | version = "0.2.1" |
| 3221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3222 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 3223 | |
| 3224 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 3225 | name = "miniz_oxide" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 3226 | version = "0.5.3" |
| 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3228 | checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" |
| 3229 | dependencies = [ |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 3230 | "adler", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 3231 | "compiler_builtins", |
| 3232 | "rustc-std-workspace-alloc", |
| 3233 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 3234 | ] |
| 3235 | |
| 3236 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3237 | name = "miow" |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 3238 | version = "0.3.7" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 3239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 3240 | checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 3241 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 3242 | "winapi", |
Alex Crichton | a8eaabc | 2018-03-07 07:39:55 | [diff] [blame] | 3243 | ] |
| 3244 | |
| 3245 | [[package]] |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 3246 | name = "miow" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 3247 | version = "0.5.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 3248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 3249 | checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 3250 | dependencies = [ |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 3251 | "windows-sys 0.42.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 3252 | ] |
| 3253 | |
| 3254 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3255 | name = "miri" |
| 3256 | version = "0.1.0" |
| 3257 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3258 | "colored", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 3259 | "env_logger 0.9.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3260 | "getrandom", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 3261 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 3262 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 3263 | "libffi", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 3264 | "libloading", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3265 | "log", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3266 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3267 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 3268 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3269 | "rustc-workspace-hack", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 3270 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3271 | "smallvec", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 3272 | "ui_test", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 3273 | ] |
| 3274 | |
| 3275 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 3276 | name = "miropt-test-tools" |
| 3277 | version = "0.1.0" |
| 3278 | dependencies = [ |
| 3279 | "regex", |
| 3280 | ] |
| 3281 | |
| 3282 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3283 | name = "new_debug_unreachable" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3284 | version = "1.0.4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 3285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3286 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3287 | |
| 3288 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3289 | name = "nix" |
| 3290 | version = "0.26.2" |
| 3291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3292 | checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| 3293 | dependencies = [ |
| 3294 | "bitflags", |
| 3295 | "cfg-if", |
| 3296 | "libc", |
| 3297 | "static_assertions", |
| 3298 | ] |
| 3299 | |
| 3300 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 3301 | name = "nom" |
| 3302 | version = "7.1.0" |
| 3303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3304 | checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" |
| 3305 | dependencies = [ |
| 3306 | "memchr", |
| 3307 | "minimal-lexical", |
| 3308 | "version_check", |
| 3309 | ] |
| 3310 | |
| 3311 | [[package]] |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 3312 | name = "nom8" |
| 3313 | version = "0.2.0" |
| 3314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3315 | checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" |
| 3316 | dependencies = [ |
| 3317 | "memchr", |
| 3318 | ] |
| 3319 | |
| 3320 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 3321 | name = "normalize-line-endings" |
| 3322 | version = "0.3.0" |
| 3323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3324 | checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
| 3325 | |
| 3326 | [[package]] |
Oliver Schneider | 0ad5453 | 2018-07-14 22:01:24 | [diff] [blame] | 3327 | name = "num-integer" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3328 | version = "0.1.43" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3330 | checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3331 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3332 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3333 | "num-traits", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 3334 | ] |
| 3335 | |
| 3336 | [[package]] |
| 3337 | name = "num-traits" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3338 | version = "0.2.12" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3340 | checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| 3341 | dependencies = [ |
| 3342 | "autocfg", |
| 3343 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 3344 | |
| 3345 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3346 | name = "num_cpus" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 3347 | version = "1.13.1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 3349 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3350 | dependencies = [ |
Stefan Lankes | 1ab5b0b | 2022-02-15 12:57:07 | [diff] [blame] | 3351 | "hermit-abi 0.1.19", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3352 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3353 | ] |
| 3354 | |
| 3355 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3356 | name = "num_threads" |
| 3357 | version = "0.1.6" |
| 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3359 | checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" |
| 3360 | dependencies = [ |
| 3361 | "libc", |
| 3362 | ] |
| 3363 | |
| 3364 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 3365 | name = "object" |
Martin Kröning | 21625e5 | 2022-06-01 22:16:00 | [diff] [blame] | 3366 | version = "0.29.0" |
| 3367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3368 | checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" |
| 3369 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 3370 | "compiler_builtins", |
Martin Kröning | 21625e5 | 2022-06-01 22:16:00 | [diff] [blame] | 3371 | "memchr", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 3372 | "rustc-std-workspace-alloc", |
| 3373 | "rustc-std-workspace-core", |
Martin Kröning | 21625e5 | 2022-06-01 22:16:00 | [diff] [blame] | 3374 | ] |
| 3375 | |
| 3376 | [[package]] |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 3377 | name = "object" |
| 3378 | version = "0.30.1" |
| 3379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3380 | checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a" |
| 3381 | dependencies = [ |
| 3382 | "crc32fast", |
| 3383 | "flate2", |
| 3384 | "hashbrown 0.13.1", |
| 3385 | "indexmap", |
| 3386 | "memchr", |
| 3387 | ] |
| 3388 | |
| 3389 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3390 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 3391 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 3393 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3394 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3395 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3396 | ] |
| 3397 | |
| 3398 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 3399 | name = "once_cell" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 3400 | version = "1.16.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 3401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 3402 | checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 3403 | |
| 3404 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 3405 | name = "opener" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 3406 | version = "0.5.0" |
| 3407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3408 | checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" |
| 3409 | dependencies = [ |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 3410 | "bstr 0.2.17", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 3411 | "winapi", |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 3412 | ] |
| 3413 | |
| 3414 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3415 | name = "openssl" |
Johannes Nixdorf | 59c66bb | 2022-04-16 08:50:29 | [diff] [blame] | 3416 | version = "0.10.38" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Johannes Nixdorf | 59c66bb | 2022-04-16 08:50:29 | [diff] [blame] | 3418 | checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3419 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3420 | "bitflags", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3421 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3422 | "foreign-types", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3423 | "libc", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 3424 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3425 | "openssl-sys", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3426 | ] |
| 3427 | |
| 3428 | [[package]] |
| 3429 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 3430 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 3432 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3433 | |
| 3434 | [[package]] |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 3435 | name = "openssl-src" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 3436 | version = "111.22.0+1.1.1q" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 3437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 3438 | checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 3439 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3440 | "cc", |
Eric Huss | 9730871 | 2018-08-14 21:27:26 | [diff] [blame] | 3441 | ] |
| 3442 | |
| 3443 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3444 | name = "openssl-sys" |
Johannes Nixdorf | 59c66bb | 2022-04-16 08:50:29 | [diff] [blame] | 3445 | version = "0.9.72" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Johannes Nixdorf | 59c66bb | 2022-04-16 08:50:29 | [diff] [blame] | 3447 | checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3448 | dependencies = [ |
Amanieu d'Antras | d51b7b2 | 2020-03-16 18:37:15 | [diff] [blame] | 3449 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3450 | "cc", |
| 3451 | "libc", |
| 3452 | "openssl-src", |
| 3453 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3454 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3455 | ] |
| 3456 | |
| 3457 | [[package]] |
Weihang Lo | 5095f54 | 2022-09-27 16:46:34 | [diff] [blame] | 3458 | name = "ordered-float" |
| 3459 | version = "2.10.0" |
| 3460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3461 | checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" |
| 3462 | dependencies = [ |
| 3463 | "num-traits", |
| 3464 | ] |
| 3465 | |
| 3466 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3467 | name = "orion" |
| 3468 | version = "0.17.3" |
| 3469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3470 | checksum = "f2baf7fd2e326e3895c681176788dd227fcd8369350e53c570592d8563fecbb6" |
| 3471 | dependencies = [ |
| 3472 | "fiat-crypto", |
| 3473 | "subtle", |
| 3474 | "zeroize", |
| 3475 | ] |
| 3476 | |
| 3477 | [[package]] |
Eric Huss | 9401547 | 2021-10-12 04:48:27 | [diff] [blame] | 3478 | name = "os_info" |
Eric Huss | 0a31aa2 | 2022-08-10 11:07:57 | [diff] [blame] | 3479 | version = "3.5.0" |
Eric Huss | 9401547 | 2021-10-12 04:48:27 | [diff] [blame] | 3480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 0a31aa2 | 2022-08-10 11:07:57 | [diff] [blame] | 3481 | checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399" |
Eric Huss | 9401547 | 2021-10-12 04:48:27 | [diff] [blame] | 3482 | dependencies = [ |
| 3483 | "log", |
| 3484 | "serde", |
| 3485 | "winapi", |
| 3486 | ] |
| 3487 | |
| 3488 | [[package]] |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 3489 | name = "os_str_bytes" |
| 3490 | version = "6.0.0" |
| 3491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3492 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 3493 | |
| 3494 | [[package]] |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3495 | name = "output_vt100" |
| 3496 | version = "0.1.3" |
| 3497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3498 | checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" |
| 3499 | dependencies = [ |
| 3500 | "winapi", |
| 3501 | ] |
| 3502 | |
| 3503 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 3504 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 3505 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 3506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 3507 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 3508 | |
| 3509 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3510 | name = "p384" |
| 3511 | version = "0.11.2" |
| 3512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3513 | checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" |
| 3514 | dependencies = [ |
| 3515 | "ecdsa", |
| 3516 | "elliptic-curve", |
| 3517 | "sha2", |
| 3518 | ] |
| 3519 | |
| 3520 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 3521 | name = "packed_simd_2" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3522 | version = "0.3.8" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 3523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3524 | checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 3525 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3526 | "cfg-if", |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 3527 | "libm", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 3528 | ] |
| 3529 | |
| 3530 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3531 | name = "panic_abort" |
| 3532 | version = "0.0.0" |
| 3533 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 3534 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3535 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3536 | "compiler_builtins", |
| 3537 | "core", |
| 3538 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3539 | ] |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "panic_unwind" |
| 3543 | version = "0.0.0" |
| 3544 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3545 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3546 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3547 | "compiler_builtins", |
| 3548 | "core", |
| 3549 | "libc", |
| 3550 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3551 | ] |
| 3552 | |
| 3553 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 3554 | name = "parking_lot" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 3555 | version = "0.11.2" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 3557 | checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3558 | dependencies = [ |
| 3559 | "instant", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3560 | "lock_api", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3561 | "parking_lot_core 0.8.5", |
| 3562 | ] |
| 3563 | |
| 3564 | [[package]] |
| 3565 | name = "parking_lot" |
| 3566 | version = "0.12.1" |
| 3567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3568 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 3569 | dependencies = [ |
| 3570 | "lock_api", |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3571 | "parking_lot_core 0.9.4", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3572 | ] |
| 3573 | |
| 3574 | [[package]] |
| 3575 | name = "parking_lot_core" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 3576 | version = "0.8.5" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 3578 | checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3579 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3580 | "cfg-if", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3581 | "instant", |
| 3582 | "libc", |
klensy | dcdc308 | 2021-05-11 19:03:59 | [diff] [blame] | 3583 | "redox_syscall", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3584 | "smallvec", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 3585 | "winapi", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 3586 | ] |
| 3587 | |
| 3588 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3589 | name = "parking_lot_core" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3590 | version = "0.9.4" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3592 | checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3593 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 3594 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3595 | "libc", |
| 3596 | "redox_syscall", |
| 3597 | "smallvec", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 3598 | "windows-sys 0.42.0", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 3599 | ] |
| 3600 | |
| 3601 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3602 | name = "pasetors" |
| 3603 | version = "0.6.5" |
| 3604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3605 | checksum = "ed20c4c21d893414f42e0cbfebe8a8036b5ae9b0264611fb6504e395eda6ceec" |
| 3606 | dependencies = [ |
| 3607 | "ct-codecs", |
| 3608 | "ed25519-compact", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3609 | "getrandom", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3610 | "orion", |
| 3611 | "p384", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3612 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3613 | "regex", |
| 3614 | "serde", |
| 3615 | "serde_json", |
| 3616 | "sha2", |
| 3617 | "subtle", |
| 3618 | "time 0.3.17", |
| 3619 | "zeroize", |
| 3620 | ] |
| 3621 | |
| 3622 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3623 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 3624 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 3626 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3627 | |
| 3628 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3629 | name = "pem-rfc7468" |
| 3630 | version = "0.6.0" |
| 3631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3632 | checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" |
| 3633 | dependencies = [ |
| 3634 | "base64ct", |
| 3635 | ] |
| 3636 | |
| 3637 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 3638 | name = "percent-encoding" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 3639 | version = "2.1.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 3640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 139477d | 2019-11-12 18:14:48 | [diff] [blame] | 3641 | checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 3642 | |
| 3643 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 3644 | name = "perf-event-open-sys" |
| 3645 | version = "1.0.1" |
| 3646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3647 | checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| 3648 | dependencies = [ |
| 3649 | "libc", |
| 3650 | ] |
| 3651 | |
| 3652 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3653 | name = "pest" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3654 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3656 | checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3657 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 3658 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3659 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3660 | ] |
| 3661 | |
| 3662 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3663 | name = "pest_derive" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3664 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3666 | checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3667 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3668 | "pest", |
| 3669 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3670 | ] |
| 3671 | |
| 3672 | [[package]] |
| 3673 | name = "pest_generator" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3674 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3676 | checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3677 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3678 | "pest", |
| 3679 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3680 | "proc-macro2", |
| 3681 | "quote", |
| 3682 | "syn", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3683 | ] |
| 3684 | |
| 3685 | [[package]] |
| 3686 | name = "pest_meta" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3687 | version = "2.5.2" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3689 | checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3690 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 3691 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3692 | "pest", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 3693 | "sha1", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 3694 | ] |
| 3695 | |
| 3696 | [[package]] |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3697 | name = "petgraph" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3698 | version = "0.5.1" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3700 | checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3701 | dependencies = [ |
| 3702 | "fixedbitset", |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3703 | "indexmap", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 3704 | ] |
| 3705 | |
| 3706 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3707 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3708 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3710 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3711 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3712 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3713 | ] |
| 3714 | |
| 3715 | [[package]] |
| 3716 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3717 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3719 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3720 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3721 | "phf_generator", |
| 3722 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3723 | ] |
| 3724 | |
| 3725 | [[package]] |
| 3726 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3727 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3729 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3730 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3731 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3732 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3733 | ] |
| 3734 | |
| 3735 | [[package]] |
| 3736 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3737 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3739 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3740 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3741 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3742 | ] |
| 3743 | |
| 3744 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3745 | name = "pin-project-lite" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 3746 | version = "0.2.8" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 3748 | checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 3749 | |
| 3750 | [[package]] |
| 3751 | name = "pin-utils" |
| 3752 | version = "0.1.0" |
| 3753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3754 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 3755 | |
| 3756 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3757 | name = "pkcs8" |
| 3758 | version = "0.9.0" |
| 3759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3760 | checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| 3761 | dependencies = [ |
| 3762 | "der", |
| 3763 | "spki", |
| 3764 | ] |
| 3765 | |
| 3766 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3767 | name = "pkg-config" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 3768 | version = "0.3.25" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alyssa Ross | b3b6fbc | 2022-10-14 01:42:23 | [diff] [blame] | 3770 | checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3771 | |
| 3772 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3773 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 3774 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 3776 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 3777 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3778 | "datafrog", |
| 3779 | "log", |
| 3780 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 3781 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 3782 | |
| 3783 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3784 | name = "ppv-lite86" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 3785 | version = "0.2.8" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Yuki Okushi | 9f8628b | 2020-05-26 04:35:21 | [diff] [blame] | 3787 | checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3788 | |
| 3789 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3790 | name = "precomputed-hash" |
| 3791 | version = "0.1.1" |
| 3792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3793 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 3794 | |
| 3795 | [[package]] |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3796 | name = "pretty_assertions" |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 3797 | version = "1.3.0" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 3799 | checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3800 | dependencies = [ |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3801 | "ctor", |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 3802 | "diff", |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3803 | "output_vt100", |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 3804 | "yansi", |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3805 | ] |
| 3806 | |
| 3807 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3808 | name = "pretty_env_logger" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 3809 | version = "0.4.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 3811 | checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3812 | dependencies = [ |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 3813 | "env_logger 0.7.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3814 | "log", |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 3815 | ] |
| 3816 | |
| 3817 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3818 | name = "proc-macro-error" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3819 | version = "1.0.4" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3821 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3822 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3823 | "proc-macro-error-attr", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3824 | "proc-macro2", |
| 3825 | "quote", |
| 3826 | "syn", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3827 | "version_check", |
| 3828 | ] |
| 3829 | |
| 3830 | [[package]] |
| 3831 | name = "proc-macro-error-attr" |
| 3832 | version = "1.0.4" |
| 3833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3834 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 3835 | dependencies = [ |
| 3836 | "proc-macro2", |
| 3837 | "quote", |
| 3838 | "version_check", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3839 | ] |
| 3840 | |
| 3841 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3842 | name = "proc-macro-hack" |
| 3843 | version = "0.5.19" |
| 3844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3845 | checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
| 3846 | |
| 3847 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3848 | name = "proc-macro2" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 3849 | version = "1.0.46" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 3851 | checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3852 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 3853 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3854 | ] |
| 3855 | |
| 3856 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3857 | name = "proc_macro" |
| 3858 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3859 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 3860 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3861 | "std", |
| 3862 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3863 | |
| 3864 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 3865 | name = "prodash" |
| 3866 | version = "23.1.1" |
| 3867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3868 | checksum = "d73c6b64cb5b99eb63ca97d378685712617ec0172ff5c04cd47a489d3e2c51f8" |
| 3869 | dependencies = [ |
| 3870 | "parking_lot 0.12.1", |
| 3871 | ] |
| 3872 | |
| 3873 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3874 | name = "profiler_builtins" |
| 3875 | version = "0.0.0" |
| 3876 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3877 | "cc", |
| 3878 | "compiler_builtins", |
| 3879 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 3880 | ] |
| 3881 | |
| 3882 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3883 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3884 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3886 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3887 | dependencies = [ |
| 3888 | "cc", |
| 3889 | ] |
| 3890 | |
| 3891 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3892 | name = "pulldown-cmark" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 3893 | version = "0.9.2" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 3895 | checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3896 | dependencies = [ |
| 3897 | "bitflags", |
| 3898 | "memchr", |
| 3899 | "unicase", |
| 3900 | ] |
| 3901 | |
| 3902 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3903 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3904 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3906 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3907 | |
| 3908 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3909 | name = "quick-error" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 3910 | version = "1.2.3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Igor Matuszewski | e26f35d | 2020-05-05 12:05:06 | [diff] [blame] | 3912 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3913 | |
| 3914 | [[package]] |
Joshua Nelson | f94c926 | 2022-11-28 23:10:44 | [diff] [blame] | 3915 | name = "quick-error" |
| 3916 | version = "2.0.1" |
| 3917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3918 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 3919 | |
| 3920 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3921 | name = "quine-mc_cluskey" |
| 3922 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3924 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3925 | |
| 3926 | [[package]] |
| 3927 | name = "quote" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 3928 | version = "1.0.21" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 3930 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3931 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3932 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3933 | ] |
| 3934 | |
| 3935 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3936 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3937 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3939 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3940 | dependencies = [ |
| 3941 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3942 | "rand_chacha", |
| 3943 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3944 | ] |
| 3945 | |
| 3946 | [[package]] |
| 3947 | name = "rand_chacha" |
| 3948 | version = "0.3.0" |
| 3949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3950 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
| 3951 | dependencies = [ |
| 3952 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3953 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3954 | ] |
| 3955 | |
| 3956 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3957 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3958 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3960 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3961 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3962 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3963 | ] |
| 3964 | |
| 3965 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3966 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3967 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3969 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3970 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3971 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3972 | ] |
| 3973 | |
| 3974 | [[package]] |
| 3975 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3976 | version = "0.6.0" |
| 3977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3978 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3979 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3980 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3981 | ] |
| 3982 | |
| 3983 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3984 | name = "rayon" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3985 | version = "1.5.3" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3987 | checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3988 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3989 | "autocfg", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3990 | "crossbeam-deque", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3991 | "either", |
| 3992 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3993 | ] |
| 3994 | |
| 3995 | [[package]] |
| 3996 | name = "rayon-core" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3997 | version = "1.9.3" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3999 | checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 4000 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 4001 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 4002 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 4003 | "crossbeam-utils", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4004 | "num_cpus", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 4005 | ] |
| 4006 | |
| 4007 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 4008 | name = "redox_syscall" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 4009 | version = "0.2.10" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 856dd71 | 2021-08-15 16:40:40 | [diff] [blame] | 4011 | checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4012 | dependencies = [ |
| 4013 | "bitflags", |
| 4014 | ] |
| 4015 | |
| 4016 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 4017 | name = "redox_users" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4018 | version = "0.4.0" |
| 4019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4020 | checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
| 4021 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4022 | "getrandom", |
klensy | dcdc308 | 2021-05-11 19:03:59 | [diff] [blame] | 4023 | "redox_syscall", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4024 | ] |
| 4025 | |
| 4026 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4027 | name = "regex" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 4028 | version = "1.5.6" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 4030 | checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4031 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4032 | "aho-corasick", |
| 4033 | "memchr", |
| 4034 | "regex-syntax", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4035 | ] |
| 4036 | |
| 4037 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4038 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 4039 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 4041 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4042 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4043 | "regex-syntax", |
| 4044 | ] |
| 4045 | |
| 4046 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4047 | name = "regex-automata" |
| 4048 | version = "0.2.0" |
| 4049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4050 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 4051 | dependencies = [ |
| 4052 | "memchr", |
| 4053 | ] |
| 4054 | |
| 4055 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4056 | name = "regex-syntax" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 4057 | version = "0.6.26" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 4059 | checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4060 | |
| 4061 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 4062 | name = "remote-test-client" |
| 4063 | version = "0.1.0" |
| 4064 | |
| 4065 | [[package]] |
| 4066 | name = "remote-test-server" |
| 4067 | version = "0.1.0" |
| 4068 | |
| 4069 | [[package]] |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 4070 | name = "remove_dir_all" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4071 | version = "0.5.3" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 4072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4073 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 4074 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4075 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 4076 | ] |
| 4077 | |
| 4078 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 4079 | name = "replace-version-placeholder" |
| 4080 | version = "0.1.0" |
| 4081 | dependencies = [ |
| 4082 | "tidy", |
| 4083 | "walkdir", |
| 4084 | ] |
| 4085 | |
| 4086 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 4087 | name = "rfc6979" |
| 4088 | version = "0.3.1" |
| 4089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4090 | checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| 4091 | dependencies = [ |
| 4092 | "crypto-bigint", |
| 4093 | "hmac", |
| 4094 | "zeroize", |
| 4095 | ] |
| 4096 | |
| 4097 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4098 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 4099 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4100 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4101 | "rustc-workspace-hack", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4102 | "serde", |
| 4103 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4104 | ] |
| 4105 | |
| 4106 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 4107 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 4108 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 4109 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 4110 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 4111 | "rustc-demangle", |
| 4112 | ] |
| 4113 | |
| 4114 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4115 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4116 | version = "0.1.0" |
| 4117 | dependencies = [ |
Michael Goulet | 02b80d2 | 2023-01-24 19:10:56 | [diff] [blame] | 4118 | "clap 4.1.4", |
Eric Huss | 5b9e9d0 | 2020-11-15 01:37:02 | [diff] [blame] | 4119 | "env_logger 0.7.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4120 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 4121 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4122 | |
| 4123 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 4124 | name = "rustc-build-sysroot" |
Ralf Jung | 3487fe3 | 2022-12-28 21:47:42 | [diff] [blame] | 4125 | version = "0.4.1" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 4126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 3487fe3 | 2022-12-28 21:47:42 | [diff] [blame] | 4127 | checksum = "d65b1271cdac365b71b59570ea35d945dea2dd2cc47eba3d33b4bd1e0190ac6d" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 4128 | dependencies = [ |
| 4129 | "anyhow", |
| 4130 | "rustc_version", |
| 4131 | "tempfile", |
| 4132 | ] |
| 4133 | |
| 4134 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4135 | name = "rustc-demangle" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 4136 | version = "0.1.21" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eduard-Mihai Burtescu | f8810ee | 2021-08-10 21:05:25 | [diff] [blame] | 4138 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 4139 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4140 | "compiler_builtins", |
| 4141 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 4142 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4143 | |
| 4144 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 4145 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 4146 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 4147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 4148 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 4149 | |
| 4150 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4151 | name = "rustc-main" |
| 4152 | version = "0.0.0" |
| 4153 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 4154 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4155 | "rustc_codegen_ssa", |
| 4156 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 4157 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4158 | "rustc_smir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4159 | ] |
| 4160 | |
| 4161 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 4162 | name = "rustc-rayon" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4163 | version = "0.4.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4165 | checksum = "1a79f0b0b2609e2eacf9758013f50e7176cb4b29fd6436a747b14a5362c8727a" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4166 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4167 | "autocfg", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 4168 | "crossbeam-deque", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4169 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4170 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 4171 | ] |
| 4172 | |
| 4173 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4174 | name = "rustc-rayon-core" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4175 | version = "0.4.1" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4177 | checksum = "02269144a0db9bb55cf5d4a41a5a0e95b334b0b78b08269018ca9b0250718c30" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4178 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 4179 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 4180 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 4181 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 4182 | "num_cpus", |
| 4183 | ] |
| 4184 | |
| 4185 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 4186 | name = "rustc-semver" |
| 4187 | version = "1.1.0" |
| 4188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4189 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 4190 | |
| 4191 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 4192 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 4193 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 4194 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4195 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 4196 | ] |
| 4197 | |
| 4198 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 4199 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 4200 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 4201 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4202 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 4203 | ] |
| 4204 | |
| 4205 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4206 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 4207 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 4208 | dependencies = [ |
| 4209 | "std", |
| 4210 | ] |
| 4211 | |
| 4212 | [[package]] |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 4213 | name = "rustc-workspace-hack" |
| 4214 | version = "1.0.0" |
| 4215 | dependencies = [ |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 4216 | "bstr 0.2.17", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 4217 | "clap 3.2.20", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4218 | "getrandom", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4219 | "hashbrown 0.12.3", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4220 | "libc", |
Eric Huss | 0bfc45a | 2020-12-23 20:18:15 | [diff] [blame] | 4221 | "libz-sys", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4222 | "once_cell", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4223 | "rand", |
Ralf Jung | 1cc7139 | 2022-07-08 04:23:01 | [diff] [blame] | 4224 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4225 | "serde_json", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4226 | "smallvec", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4227 | "syn", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 4228 | "url", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4229 | "winapi", |
Alex Crichton | 0e034d1 | 2018-07-31 21:16:55 | [diff] [blame] | 4230 | ] |
| 4231 | |
| 4232 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4233 | name = "rustc_abi" |
| 4234 | version = "0.0.0" |
| 4235 | dependencies = [ |
| 4236 | "bitflags", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4237 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4238 | "rand_xoshiro", |
| 4239 | "rustc_data_structures", |
| 4240 | "rustc_index", |
| 4241 | "rustc_macros", |
| 4242 | "rustc_serialize", |
| 4243 | "tracing", |
| 4244 | ] |
| 4245 | |
| 4246 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 4247 | name = "rustc_apfloat" |
| 4248 | version = "0.0.0" |
| 4249 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4250 | "bitflags", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4251 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 4252 | ] |
| 4253 | |
| 4254 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4255 | name = "rustc_arena" |
| 4256 | version = "0.0.0" |
| 4257 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4258 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4259 | ] |
| 4260 | |
| 4261 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4262 | name = "rustc_ast" |
| 4263 | version = "0.0.0" |
| 4264 | dependencies = [ |
Amanieu d'Antras | a656349 | 2020-05-06 13:46:01 | [diff] [blame] | 4265 | "bitflags", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 4266 | "memchr", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4267 | "rustc_data_structures", |
| 4268 | "rustc_index", |
| 4269 | "rustc_lexer", |
| 4270 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4271 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4272 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4273 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4274 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4275 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4279 | name = "rustc_ast_lowering" |
| 4280 | version = "0.0.0" |
| 4281 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4282 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4283 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4284 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4285 | "rustc_errors", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4286 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4287 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 4288 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 4289 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4290 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4291 | "rustc_span", |
| 4292 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4293 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4294 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4295 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4296 | ] |
| 4297 | |
| 4298 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4299 | name = "rustc_ast_passes" |
| 4300 | version = "0.0.0" |
| 4301 | dependencies = [ |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4302 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4303 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4304 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4305 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4306 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4307 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 4308 | "rustc_feature", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 4309 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4310 | "rustc_parse", |
| 4311 | "rustc_session", |
| 4312 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 4313 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4314 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4315 | "tracing", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4316 | ] |
| 4317 | |
| 4318 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4319 | name = "rustc_ast_pretty" |
| 4320 | version = "0.0.0" |
| 4321 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4322 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4323 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 4324 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4325 | ] |
| 4326 | |
| 4327 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4328 | name = "rustc_attr" |
| 4329 | version = "0.0.0" |
| 4330 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4331 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4332 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4333 | "rustc_data_structures", |
| 4334 | "rustc_errors", |
| 4335 | "rustc_feature", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 4336 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4337 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4338 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4339 | "rustc_session", |
| 4340 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4341 | ] |
| 4342 | |
| 4343 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4344 | name = "rustc_baked_icu_data" |
| 4345 | version = "0.0.0" |
| 4346 | dependencies = [ |
| 4347 | "icu_list", |
| 4348 | "icu_locid", |
| 4349 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 4350 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 4351 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4352 | ] |
| 4353 | |
| 4354 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4355 | name = "rustc_borrowck" |
| 4356 | version = "0.0.0" |
| 4357 | dependencies = [ |
| 4358 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4359 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4360 | "polonius-engine", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4361 | "rustc_const_eval", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4362 | "rustc_data_structures", |
| 4363 | "rustc_errors", |
| 4364 | "rustc_graphviz", |
| 4365 | "rustc_hir", |
| 4366 | "rustc_index", |
| 4367 | "rustc_infer", |
| 4368 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 4369 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4370 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4371 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4372 | "rustc_serialize", |
| 4373 | "rustc_session", |
| 4374 | "rustc_span", |
| 4375 | "rustc_target", |
| 4376 | "rustc_trait_selection", |
| 4377 | "rustc_traits", |
| 4378 | "smallvec", |
| 4379 | "tracing", |
| 4380 | ] |
| 4381 | |
| 4382 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4383 | name = "rustc_builtin_macros" |
| 4384 | version = "0.0.0" |
| 4385 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4386 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4387 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4388 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4389 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4390 | "rustc_errors", |
| 4391 | "rustc_expand", |
| 4392 | "rustc_feature", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 4393 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 4394 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 4395 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4396 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4397 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4398 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4399 | "rustc_span", |
| 4400 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4401 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4402 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4403 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4404 | ] |
| 4405 | |
| 4406 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 4407 | name = "rustc_codegen_llvm" |
| 4408 | version = "0.0.0" |
| 4409 | dependencies = [ |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4410 | "bitflags", |
Xidorn Quan | 38e4233 | 2021-02-13 11:17:15 | [diff] [blame] | 4411 | "cstr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4412 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4413 | "measureme", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 4414 | "object 0.30.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4415 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4416 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4417 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4418 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4419 | "rustc_data_structures", |
| 4420 | "rustc_errors", |
| 4421 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4422 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4423 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4424 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 4425 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 4426 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4427 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4428 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 4429 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4430 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 4431 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4432 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 4433 | "serde", |
| 4434 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4435 | "smallvec", |
Alex Gaynor | c65c362 | 2022-06-30 19:01:38 | [diff] [blame] | 4436 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4437 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 4438 | ] |
| 4439 | |
| 4440 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 4441 | name = "rustc_codegen_ssa" |
| 4442 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 4443 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 4444 | "ar_archive_writer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4445 | "bitflags", |
| 4446 | "cc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4447 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4448 | "jobserver", |
| 4449 | "libc", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 4450 | "object 0.30.1", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 4451 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 4452 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4453 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4454 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4455 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4456 | "rustc_data_structures", |
| 4457 | "rustc_errors", |
| 4458 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4459 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4460 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4461 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4462 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 4463 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4464 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4465 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4466 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4467 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4468 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4469 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4470 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 4471 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 4472 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 4473 | "smallvec", |
Nikita Popov | 9488cac | 2021-12-02 11:24:25 | [diff] [blame] | 4474 | "snap", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4475 | "tempfile", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 4476 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4477 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 4478 | ] |
| 4479 | |
| 4480 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4481 | name = "rustc_const_eval" |
| 4482 | version = "0.0.0" |
| 4483 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4484 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4485 | "rustc_apfloat", |
| 4486 | "rustc_ast", |
| 4487 | "rustc_attr", |
| 4488 | "rustc_data_structures", |
| 4489 | "rustc_errors", |
| 4490 | "rustc_hir", |
| 4491 | "rustc_index", |
| 4492 | "rustc_infer", |
| 4493 | "rustc_macros", |
| 4494 | "rustc_middle", |
| 4495 | "rustc_mir_dataflow", |
| 4496 | "rustc_session", |
| 4497 | "rustc_span", |
| 4498 | "rustc_target", |
| 4499 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4500 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4501 | "tracing", |
| 4502 | ] |
| 4503 | |
| 4504 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4505 | name = "rustc_data_structures" |
| 4506 | version = "0.0.0" |
| 4507 | dependencies = [ |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 4508 | "arrayvec 0.7.0", |
Mark Rousskov | f696b21 | 2019-11-11 22:15:36 | [diff] [blame] | 4509 | "bitflags", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4510 | "cfg-if", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 4511 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 4512 | "ena", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4513 | "indexmap", |
| 4514 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 4515 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4516 | "measureme", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 4517 | "memmap2 0.2.1", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4518 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4519 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4520 | "rustc-rayon", |
| 4521 | "rustc-rayon-core", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4522 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4523 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4524 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4525 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4526 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4527 | "stable_deref_trait", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 4528 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 4529 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4530 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4531 | "tracing", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4532 | "winapi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4533 | ] |
| 4534 | |
| 4535 | [[package]] |
| 4536 | name = "rustc_driver" |
| 4537 | version = "0.0.0" |
| 4538 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 4539 | "rustc_driver_impl", |
| 4540 | ] |
| 4541 | |
| 4542 | [[package]] |
| 4543 | name = "rustc_driver_impl" |
| 4544 | version = "0.0.0" |
| 4545 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 4546 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4547 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4548 | "rustc_ast_lowering", |
| 4549 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4550 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4551 | "rustc_attr", |
| 4552 | "rustc_borrowck", |
| 4553 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 4554 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4555 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4556 | "rustc_data_structures", |
Mazdak Farrokhzad | 8444e16 | 2019-11-15 18:41:50 | [diff] [blame] | 4557 | "rustc_error_codes", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4558 | "rustc_error_messages", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4559 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4560 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4561 | "rustc_feature", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4562 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4563 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4564 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4565 | "rustc_hir_typeck", |
| 4566 | "rustc_incremental", |
| 4567 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4568 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 4569 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4570 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 4571 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4572 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4573 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4574 | "rustc_mir_build", |
| 4575 | "rustc_mir_dataflow", |
| 4576 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4577 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4578 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 4579 | "rustc_plugin_impl", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4580 | "rustc_privacy", |
| 4581 | "rustc_query_system", |
| 4582 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4583 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4584 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4585 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4586 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 4587 | "rustc_trait_selection", |
| 4588 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4589 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4590 | "tracing", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4591 | "winapi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4592 | ] |
| 4593 | |
| 4594 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 4595 | name = "rustc_error_codes" |
| 4596 | version = "0.0.0" |
| 4597 | |
| 4598 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4599 | name = "rustc_error_messages" |
| 4600 | version = "0.0.0" |
| 4601 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 4602 | "fluent-bundle", |
| 4603 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4604 | "icu_list", |
| 4605 | "icu_locid", |
| 4606 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 4607 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 4608 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4609 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4610 | "rustc_macros", |
| 4611 | "rustc_serialize", |
| 4612 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4613 | "tracing", |
| 4614 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4615 | ] |
| 4616 | |
| 4617 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4618 | name = "rustc_errors" |
| 4619 | version = "0.0.0" |
| 4620 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 4621 | "annotate-snippets", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 4622 | "rustc_ast", |
| 4623 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4624 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4625 | "rustc_error_messages", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 4626 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4627 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4628 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4629 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4630 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 4631 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 4632 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4633 | "serde", |
| 4634 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4635 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 4636 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4637 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4638 | "unicode-width", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4639 | "winapi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4640 | ] |
| 4641 | |
| 4642 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4643 | name = "rustc_expand" |
| 4644 | version = "0.0.0" |
| 4645 | dependencies = [ |
Nika Layzell | 6d1650f | 2022-06-18 18:15:03 | [diff] [blame] | 4646 | "crossbeam-channel", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4647 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 4648 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4649 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4650 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4651 | "rustc_data_structures", |
| 4652 | "rustc_errors", |
| 4653 | "rustc_feature", |
| 4654 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 4655 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4656 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4657 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4658 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4659 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4660 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4661 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4662 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4663 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4664 | ] |
| 4665 | |
| 4666 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4667 | name = "rustc_feature" |
| 4668 | version = "0.0.0" |
| 4669 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4670 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4671 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4672 | ] |
| 4673 | |
| 4674 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 4675 | name = "rustc_fs_util" |
| 4676 | version = "0.0.0" |
| 4677 | |
| 4678 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4679 | name = "rustc_graphviz" |
| 4680 | version = "0.0.0" |
| 4681 | |
| 4682 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4683 | name = "rustc_hir" |
| 4684 | version = "0.0.0" |
| 4685 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4686 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 4687 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4688 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4689 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4690 | "rustc_error_messages", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4691 | "rustc_index", |
| 4692 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4693 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4694 | "rustc_span", |
| 4695 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4696 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4697 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4698 | ] |
| 4699 | |
| 4700 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4701 | name = "rustc_hir_analysis" |
| 4702 | version = "0.0.0" |
| 4703 | dependencies = [ |
| 4704 | "rustc_arena", |
| 4705 | "rustc_ast", |
| 4706 | "rustc_attr", |
| 4707 | "rustc_data_structures", |
| 4708 | "rustc_errors", |
| 4709 | "rustc_feature", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4710 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4711 | "rustc_index", |
| 4712 | "rustc_infer", |
| 4713 | "rustc_lint", |
| 4714 | "rustc_macros", |
| 4715 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4716 | "rustc_session", |
| 4717 | "rustc_span", |
| 4718 | "rustc_target", |
| 4719 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4720 | "rustc_type_ir", |
| 4721 | "smallvec", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4722 | "thin-vec", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4723 | "tracing", |
| 4724 | ] |
| 4725 | |
| 4726 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4727 | name = "rustc_hir_pretty" |
| 4728 | version = "0.0.0" |
| 4729 | dependencies = [ |
| 4730 | "rustc_ast", |
| 4731 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4732 | "rustc_hir", |
| 4733 | "rustc_span", |
| 4734 | "rustc_target", |
| 4735 | ] |
| 4736 | |
| 4737 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4738 | name = "rustc_hir_typeck" |
| 4739 | version = "0.1.0" |
| 4740 | dependencies = [ |
| 4741 | "rustc_ast", |
| 4742 | "rustc_data_structures", |
| 4743 | "rustc_errors", |
| 4744 | "rustc_graphviz", |
| 4745 | "rustc_hir", |
| 4746 | "rustc_hir_analysis", |
| 4747 | "rustc_hir_pretty", |
| 4748 | "rustc_index", |
| 4749 | "rustc_infer", |
| 4750 | "rustc_lint", |
| 4751 | "rustc_macros", |
| 4752 | "rustc_middle", |
| 4753 | "rustc_serialize", |
| 4754 | "rustc_session", |
| 4755 | "rustc_span", |
| 4756 | "rustc_target", |
| 4757 | "rustc_trait_selection", |
| 4758 | "rustc_type_ir", |
| 4759 | "smallvec", |
| 4760 | "tracing", |
| 4761 | ] |
| 4762 | |
| 4763 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4764 | name = "rustc_incremental" |
| 4765 | version = "0.0.0" |
| 4766 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4767 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4768 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4769 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 4770 | "rustc_errors", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4771 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4772 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4773 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4774 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4775 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4776 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 4777 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4778 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4779 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4780 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4781 | ] |
| 4782 | |
| 4783 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4784 | name = "rustc_index" |
| 4785 | version = "0.0.0" |
| 4786 | dependencies = [ |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 4787 | "arrayvec 0.7.0", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4788 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4789 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 4790 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4791 | ] |
| 4792 | |
| 4793 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4794 | name = "rustc_infer" |
| 4795 | version = "0.0.0" |
| 4796 | dependencies = [ |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4797 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4798 | "rustc_errors", |
| 4799 | "rustc_hir", |
| 4800 | "rustc_index", |
| 4801 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4802 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4803 | "rustc_serialize", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4804 | "rustc_span", |
| 4805 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4806 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4807 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4808 | ] |
| 4809 | |
| 4810 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4811 | name = "rustc_interface" |
| 4812 | version = "0.0.0" |
| 4813 | dependencies = [ |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 4814 | "libloading", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4815 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 4816 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4817 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4818 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4819 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4820 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4821 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4822 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4823 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4824 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4825 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4826 | "rustc_data_structures", |
| 4827 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4828 | "rustc_expand", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame^] | 4829 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4830 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4831 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4832 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4833 | "rustc_incremental", |
Oli Scherer | 8f132d8 | 2023-02-15 17:19:38 | [diff] [blame] | 4834 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4835 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4836 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4837 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4838 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4839 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4840 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4841 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4842 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4843 | "rustc_passes", |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 4844 | "rustc_plugin_impl", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4845 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4846 | "rustc_query_impl", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4847 | "rustc_resolve", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4848 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4849 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4850 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4851 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4852 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4853 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4854 | "rustc_ty_utils", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4855 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4856 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4857 | ] |
| 4858 | |
| 4859 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4860 | name = "rustc_lexer" |
| 4861 | version = "0.1.0" |
| 4862 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4863 | "expect-test", |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 4864 | "unic-emoji-char", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4865 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4866 | ] |
| 4867 | |
| 4868 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4869 | name = "rustc_lint" |
| 4870 | version = "0.0.0" |
| 4871 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4872 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4873 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4874 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4875 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4876 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4877 | "rustc_feature", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4878 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4879 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4880 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4881 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4882 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4883 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4884 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4885 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4886 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4887 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4888 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4889 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4890 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4891 | ] |
| 4892 | |
| 4893 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4894 | name = "rustc_lint_defs" |
| 4895 | version = "0.0.0" |
| 4896 | dependencies = [ |
| 4897 | "rustc_ast", |
| 4898 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4899 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4900 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4901 | "rustc_macros", |
| 4902 | "rustc_serialize", |
| 4903 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4904 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4905 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4906 | ] |
| 4907 | |
| 4908 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4909 | name = "rustc_llvm" |
| 4910 | version = "0.0.0" |
| 4911 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4912 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4913 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4914 | ] |
| 4915 | |
| 4916 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4917 | name = "rustc_log" |
| 4918 | version = "0.0.0" |
| 4919 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4920 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4921 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4922 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4923 | "tracing-subscriber", |
| 4924 | "tracing-tree", |
| 4925 | ] |
| 4926 | |
| 4927 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4928 | name = "rustc_macros" |
| 4929 | version = "0.1.0" |
| 4930 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 4931 | "annotate-snippets", |
David Wood | 552eb32 | 2022-05-23 17:24:55 | [diff] [blame] | 4932 | "fluent-bundle", |
| 4933 | "fluent-syntax", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4934 | "proc-macro2", |
| 4935 | "quote", |
| 4936 | "syn", |
Igor Matuszewski | 403a9d0 | 2020-05-05 11:26:16 | [diff] [blame] | 4937 | "synstructure", |
David Wood | 552eb32 | 2022-05-23 17:24:55 | [diff] [blame] | 4938 | "unic-langid", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4939 | ] |
| 4940 | |
| 4941 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4942 | name = "rustc_metadata" |
| 4943 | version = "0.0.0" |
| 4944 | dependencies = [ |
Vadim Petrochenkov | 415c141 | 2023-01-20 20:59:19 | [diff] [blame] | 4945 | "bitflags", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 4946 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4947 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4948 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4949 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4950 | "rustc_data_structures", |
| 4951 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4952 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4953 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame^] | 4954 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4955 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4956 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4957 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4958 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4959 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4960 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4961 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4962 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4963 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4964 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4965 | "smallvec", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4966 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4967 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4968 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4969 | ] |
| 4970 | |
| 4971 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4972 | name = "rustc_middle" |
| 4973 | version = "0.0.0" |
| 4974 | dependencies = [ |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4975 | "bitflags", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 4976 | "chalk-ir", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 4977 | "derive_more", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4978 | "either", |
| 4979 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4980 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 4981 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4982 | "rustc-rayon-core", |
| 4983 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4984 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4985 | "rustc_ast", |
| 4986 | "rustc_attr", |
| 4987 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4988 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4989 | "rustc_errors", |
| 4990 | "rustc_feature", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4991 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4992 | "rustc_hir", |
| 4993 | "rustc_index", |
| 4994 | "rustc_macros", |
| 4995 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4996 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4997 | "rustc_session", |
| 4998 | "rustc_span", |
| 4999 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 5000 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5001 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5002 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5003 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5004 | ] |
| 5005 | |
| 5006 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5007 | name = "rustc_mir_build" |
| 5008 | version = "0.0.0" |
| 5009 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 5010 | "either", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5011 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5012 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5013 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5014 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5015 | "rustc_errors", |
| 5016 | "rustc_hir", |
| 5017 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 5018 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 5019 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5020 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5021 | "rustc_serialize", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 5022 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5023 | "rustc_span", |
| 5024 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5025 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5026 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5027 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 5028 | ] |
| 5029 | |
| 5030 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 5031 | name = "rustc_mir_dataflow" |
| 5032 | version = "0.0.0" |
| 5033 | dependencies = [ |
| 5034 | "polonius-engine", |
| 5035 | "regex", |
| 5036 | "rustc_ast", |
| 5037 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 5038 | "rustc_errors", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 5039 | "rustc_graphviz", |
| 5040 | "rustc_hir", |
| 5041 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 5042 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 5043 | "rustc_middle", |
| 5044 | "rustc_serialize", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 5045 | "rustc_span", |
| 5046 | "rustc_target", |
| 5047 | "smallvec", |
| 5048 | "tracing", |
| 5049 | ] |
| 5050 | |
| 5051 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 5052 | name = "rustc_mir_transform" |
| 5053 | version = "0.0.0" |
| 5054 | dependencies = [ |
| 5055 | "coverage_test_macros", |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 5056 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 5057 | "itertools", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 5058 | "rustc_ast", |
| 5059 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 5060 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 5061 | "rustc_data_structures", |
| 5062 | "rustc_errors", |
| 5063 | "rustc_hir", |
| 5064 | "rustc_index", |
| 5065 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 5066 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 5067 | "rustc_serialize", |
| 5068 | "rustc_session", |
| 5069 | "rustc_span", |
| 5070 | "rustc_target", |
| 5071 | "rustc_trait_selection", |
| 5072 | "smallvec", |
| 5073 | "tracing", |
| 5074 | ] |
| 5075 | |
| 5076 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 5077 | name = "rustc_monomorphize" |
| 5078 | version = "0.0.0" |
| 5079 | dependencies = [ |
| 5080 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 5081 | "rustc_errors", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 5082 | "rustc_hir", |
| 5083 | "rustc_index", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 5084 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 5085 | "rustc_middle", |
| 5086 | "rustc_session", |
| 5087 | "rustc_span", |
| 5088 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 5089 | "serde", |
| 5090 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 5091 | "smallvec", |
| 5092 | "tracing", |
| 5093 | ] |
| 5094 | |
| 5095 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 5096 | name = "rustc_parse" |
| 5097 | version = "0.0.0" |
| 5098 | dependencies = [ |
| 5099 | "bitflags", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5100 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 5101 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 5102 | "rustc_data_structures", |
| 5103 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 5104 | "rustc_feature", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 5105 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 5106 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 5107 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5108 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 5109 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5110 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5111 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 5112 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 5113 | ] |
| 5114 | |
| 5115 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5116 | name = "rustc_parse_format" |
| 5117 | version = "0.0.0" |
| 5118 | dependencies = [ |
Maybe Waffle | c44c82d | 2022-12-08 11:20:01 | [diff] [blame] | 5119 | "rustc_data_structures", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5120 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5121 | ] |
| 5122 | |
| 5123 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5124 | name = "rustc_passes" |
| 5125 | version = "0.0.0" |
| 5126 | dependencies = [ |
Takayuki Maeda | 3a023e7 | 2022-06-10 03:14:24 | [diff] [blame] | 5127 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5128 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 5129 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 5130 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5131 | "rustc_data_structures", |
| 5132 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 5133 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 5134 | "rustc_feature", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 5135 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 5136 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 5137 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 5138 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5139 | "rustc_middle", |
Tomasz Miąsko | 57d3897 | 2020-09-26 00:00:00 | [diff] [blame] | 5140 | "rustc_serialize", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 5141 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5142 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 5143 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 5144 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5145 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5146 | ] |
| 5147 | |
| 5148 | [[package]] |
Simon Sapin | d0bbc60 | 2019-07-16 17:08:32 | [diff] [blame] | 5149 | name = "rustc_plugin_impl" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5150 | version = "0.0.0" |
| 5151 | dependencies = [ |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 5152 | "libloading", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5153 | "rustc_ast", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 5154 | "rustc_errors", |
Mazdak Farrokhzad | f58db20 | 2020-01-09 06:52:01 | [diff] [blame] | 5155 | "rustc_lint", |
Peter Medus | 8c2413c | 2022-08-19 17:29:33 | [diff] [blame] | 5156 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5157 | "rustc_metadata", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 5158 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5159 | "rustc_span", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5160 | ] |
| 5161 | |
| 5162 | [[package]] |
| 5163 | name = "rustc_privacy" |
| 5164 | version = "0.0.0" |
| 5165 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 5166 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 5167 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5168 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 5169 | "rustc_errors", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 5170 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 5171 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 5172 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5173 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 5174 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5175 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5176 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5177 | ] |
| 5178 | |
| 5179 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5180 | name = "rustc_query_impl" |
| 5181 | version = "0.0.0" |
| 5182 | dependencies = [ |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 5183 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5184 | "rustc-rayon-core", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 5185 | "rustc_ast", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5186 | "rustc_data_structures", |
| 5187 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5188 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 5189 | "rustc_index", |
| 5190 | "rustc_macros", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5191 | "rustc_middle", |
| 5192 | "rustc_query_system", |
| 5193 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 5194 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5195 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5196 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 5197 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 5198 | ] |
| 5199 | |
| 5200 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 5201 | name = "rustc_query_system" |
| 5202 | version = "0.0.0" |
| 5203 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5204 | "parking_lot 0.11.2", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 5205 | "rustc-rayon-core", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5206 | "rustc_arena", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 5207 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 5208 | "rustc_data_structures", |
| 5209 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 5210 | "rustc_feature", |
| 5211 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 5212 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 5213 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5214 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 5215 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 5216 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 5217 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 5218 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5219 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5220 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5221 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 5222 | ] |
| 5223 | |
| 5224 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5225 | name = "rustc_resolve" |
| 5226 | version = "0.0.0" |
| 5227 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5228 | "bitflags", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 5229 | "pulldown-cmark", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5230 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5231 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 5232 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 5233 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5234 | "rustc_data_structures", |
| 5235 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5236 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 5237 | "rustc_feature", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 5238 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 5239 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 5240 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5241 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5242 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 5243 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 5244 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5245 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5246 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 5247 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5248 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5249 | ] |
| 5250 | |
| 5251 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5252 | name = "rustc_serialize" |
| 5253 | version = "0.0.0" |
| 5254 | dependencies = [ |
| 5255 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 5256 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5257 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5258 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5259 | ] |
| 5260 | |
| 5261 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 5262 | name = "rustc_session" |
| 5263 | version = "0.0.0" |
| 5264 | dependencies = [ |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 5265 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 5266 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5267 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 5268 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 5269 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 5270 | "rustc_feature", |
| 5271 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 5272 | "rustc_hir", |
Oli Scherer | 1c1d357 | 2022-12-07 14:31:50 | [diff] [blame] | 5273 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 5274 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 5275 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5276 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5277 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 5278 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 5279 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 5280 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5281 | "tracing", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 5282 | "winapi", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5283 | ] |
| 5284 | |
| 5285 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 5286 | name = "rustc_smir" |
| 5287 | version = "0.0.0" |
| 5288 | dependencies = [ |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 5289 | "rustc_middle", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 5290 | "rustc_span", |
| 5291 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 5292 | ] |
| 5293 | |
| 5294 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5295 | name = "rustc_span" |
| 5296 | version = "0.0.0" |
| 5297 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5298 | "cfg-if", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 5299 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5300 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5301 | "rustc_data_structures", |
| 5302 | "rustc_index", |
| 5303 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5304 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5305 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5306 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 5307 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5308 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5309 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 5310 | ] |
| 5311 | |
| 5312 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5313 | name = "rustc_symbol_mangling" |
| 5314 | version = "0.0.0" |
| 5315 | dependencies = [ |
Ramon de C Valle | 5ad7a64 | 2022-04-01 05:50:41 | [diff] [blame] | 5316 | "bitflags", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5317 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5318 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5319 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 5320 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5321 | "rustc_hir", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 5322 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5323 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5324 | "rustc_session", |
| 5325 | "rustc_span", |
| 5326 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5327 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5328 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 5329 | ] |
| 5330 | |
| 5331 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 5332 | name = "rustc_target" |
| 5333 | version = "0.0.0" |
| 5334 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5335 | "bitflags", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 5336 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5337 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 5338 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame^] | 5339 | "rustc_fs_util", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 5340 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 5341 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5342 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5343 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 5344 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5345 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 5346 | ] |
| 5347 | |
| 5348 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 5349 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 5350 | version = "0.3.0" |
| 5351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5352 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 5353 | |
| 5354 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5355 | name = "rustc_trait_selection" |
| 5356 | version = "0.0.0" |
| 5357 | dependencies = [ |
Michael Goulet | 3c4e1f8 | 2023-02-09 18:14:13 | [diff] [blame] | 5358 | "itertools", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5359 | "rustc_ast", |
| 5360 | "rustc_attr", |
| 5361 | "rustc_data_structures", |
| 5362 | "rustc_errors", |
| 5363 | "rustc_hir", |
| 5364 | "rustc_index", |
| 5365 | "rustc_infer", |
| 5366 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5367 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 5368 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 5369 | "rustc_query_system", |
lcnr | b738b06 | 2023-01-11 12:39:02 | [diff] [blame] | 5370 | "rustc_serialize", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5371 | "rustc_session", |
| 5372 | "rustc_span", |
| 5373 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 5374 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5375 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5376 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5377 | ] |
| 5378 | |
| 5379 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 5380 | name = "rustc_traits" |
| 5381 | version = "0.0.0" |
| 5382 | dependencies = [ |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5383 | "chalk-engine", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 5384 | "chalk-ir", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 5385 | "chalk-solve", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 5386 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5387 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 5388 | "rustc_hir", |
Jack Huey | a24df5b | 2020-03-03 16:25:03 | [diff] [blame] | 5389 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 5390 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5391 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 5392 | "rustc_span", |
hkalbasi | 27fb904 | 2022-11-01 16:20:30 | [diff] [blame] | 5393 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5394 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5395 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5396 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 5397 | ] |
| 5398 | |
| 5399 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 5400 | name = "rustc_transmute" |
| 5401 | version = "0.1.0" |
| 5402 | dependencies = [ |
| 5403 | "itertools", |
| 5404 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 5405 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 5406 | "rustc_infer", |
| 5407 | "rustc_macros", |
| 5408 | "rustc_middle", |
| 5409 | "rustc_span", |
| 5410 | "rustc_target", |
| 5411 | "tracing", |
| 5412 | ] |
| 5413 | |
| 5414 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 5415 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 5416 | version = "0.0.0" |
| 5417 | dependencies = [ |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 5418 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 5419 | "rustc_errors", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 5420 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 5421 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 5422 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 5423 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 5424 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 5425 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 5426 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 5427 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 5428 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 5429 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5430 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 5431 | ] |
| 5432 | |
| 5433 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 5434 | name = "rustc_type_ir" |
| 5435 | version = "0.0.0" |
| 5436 | dependencies = [ |
| 5437 | "bitflags", |
| 5438 | "rustc_data_structures", |
| 5439 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 5440 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 5441 | "rustc_serialize", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 5442 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 5443 | ] |
| 5444 | |
| 5445 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 5446 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 5447 | version = "0.4.0" |
| 5448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5449 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 5450 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 5451 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 5452 | ] |
| 5453 | |
| 5454 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5455 | name = "rustdoc" |
| 5456 | version = "0.0.0" |
| 5457 | dependencies = [ |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 5458 | "arrayvec 0.7.0", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 5459 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 5460 | "expect-test", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 5461 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5462 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 5463 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 5464 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 5465 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 5466 | "serde", |
| 5467 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5468 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5469 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5470 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 5471 | "tracing", |
| 5472 | "tracing-subscriber", |
| 5473 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 5474 | ] |
| 5475 | |
| 5476 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 5477 | name = "rustdoc-json-types" |
| 5478 | version = "0.1.0" |
| 5479 | dependencies = [ |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 5480 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 5481 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 5482 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 5483 | ] |
| 5484 | |
| 5485 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 5486 | name = "rustdoc-themes" |
| 5487 | version = "0.1.0" |
| 5488 | |
| 5489 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 5490 | name = "rustdoc-tool" |
| 5491 | version = "0.0.0" |
| 5492 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5493 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5494 | ] |
| 5495 | |
| 5496 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 5497 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5498 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 5499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5500 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 5501 | dependencies = [ |
| 5502 | "anyhow", |
| 5503 | "log", |
| 5504 | "serde", |
| 5505 | "serde_json", |
| 5506 | ] |
| 5507 | |
| 5508 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 5509 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 5510 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 5511 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5512 | "proc-macro2", |
| 5513 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5514 | "serde", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5515 | "syn", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 5516 | ] |
| 5517 | |
| 5518 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5519 | name = "rustfmt-nightly" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 5520 | version = "1.5.2" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 5521 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 5522 | "annotate-snippets", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 5523 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5524 | "bytecount", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 5525 | "cargo_metadata 0.14.0", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 5526 | "clap 3.2.20", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5527 | "derive-new", |
| 5528 | "diff", |
| 5529 | "dirs", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5530 | "env_logger 0.9.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5531 | "getopts", |
| 5532 | "ignore", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 5533 | "itertools", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5534 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5535 | "log", |
| 5536 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5537 | "rustc-workspace-hack", |
| 5538 | "rustfmt-config_proc_macro", |
| 5539 | "serde", |
| 5540 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5541 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 5542 | "thiserror", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 5543 | "toml 0.5.7", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5544 | "unicode-segmentation", |
| 5545 | "unicode-width", |
| 5546 | "unicode_categories", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 5547 | ] |
| 5548 | |
| 5549 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5550 | name = "rustix" |
Luqman Aden | ffe740f | 2022-12-09 21:10:18 | [diff] [blame] | 5551 | version = "0.36.5" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Luqman Aden | ffe740f | 2022-12-09 21:10:18 | [diff] [blame] | 5553 | checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5554 | dependencies = [ |
| 5555 | "bitflags", |
| 5556 | "errno", |
| 5557 | "io-lifetimes", |
| 5558 | "libc", |
| 5559 | "linux-raw-sys", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 5560 | "windows-sys 0.42.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 5561 | ] |
| 5562 | |
| 5563 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5564 | name = "rustversion" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 5565 | version = "1.0.5" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
David Tolnay | fbfc079 | 2021-06-18 05:34:55 | [diff] [blame] | 5567 | checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5568 | |
| 5569 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5570 | name = "ryu" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5571 | version = "1.0.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5573 | checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5574 | |
| 5575 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5576 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5577 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5579 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5580 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5581 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5582 | ] |
| 5583 | |
| 5584 | [[package]] |
| 5585 | name = "schannel" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5586 | version = "0.1.19" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5588 | checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5589 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5590 | "lazy_static", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5591 | "winapi", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5592 | ] |
| 5593 | |
| 5594 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 5595 | name = "scoped-tls" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 5596 | version = "1.0.0" |
| 5597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5598 | checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 5599 | |
| 5600 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 5601 | name = "scopeguard" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5602 | version = "1.1.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 5603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5604 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 5605 | |
| 5606 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5607 | name = "sec1" |
| 5608 | version = "0.3.0" |
| 5609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5610 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| 5611 | dependencies = [ |
| 5612 | "base16ct", |
| 5613 | "der", |
| 5614 | "generic-array", |
| 5615 | "pkcs8", |
| 5616 | "subtle", |
| 5617 | "zeroize", |
| 5618 | ] |
| 5619 | |
| 5620 | [[package]] |
Eric Huss | 74498c1 | 2020-12-16 17:03:33 | [diff] [blame] | 5621 | name = "security-framework" |
| 5622 | version = "2.0.0" |
| 5623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5624 | checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69" |
| 5625 | dependencies = [ |
| 5626 | "bitflags", |
| 5627 | "core-foundation", |
| 5628 | "core-foundation-sys", |
| 5629 | "libc", |
| 5630 | "security-framework-sys", |
| 5631 | ] |
| 5632 | |
| 5633 | [[package]] |
| 5634 | name = "security-framework-sys" |
| 5635 | version = "2.0.0" |
| 5636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5637 | checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b" |
| 5638 | dependencies = [ |
| 5639 | "core-foundation-sys", |
| 5640 | "libc", |
| 5641 | ] |
| 5642 | |
| 5643 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5644 | name = "self_cell" |
| 5645 | version = "0.10.2" |
| 5646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5647 | checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" |
| 5648 | |
| 5649 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5650 | name = "semver" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5651 | version = "1.0.12" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5653 | checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 5654 | dependencies = [ |
| 5655 | "serde", |
| 5656 | ] |
| 5657 | |
| 5658 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5659 | name = "serde" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5660 | version = "1.0.147" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5662 | checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5663 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5664 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 5665 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5666 | |
| 5667 | [[package]] |
Weihang Lo | 5095f54 | 2022-09-27 16:46:34 | [diff] [blame] | 5668 | name = "serde-value" |
| 5669 | version = "0.7.0" |
| 5670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5671 | checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| 5672 | dependencies = [ |
| 5673 | "ordered-float", |
| 5674 | "serde", |
| 5675 | ] |
| 5676 | |
| 5677 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5678 | name = "serde_derive" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5679 | version = "1.0.147" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5681 | checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5682 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5683 | "proc-macro2", |
| 5684 | "quote", |
| 5685 | "syn", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5686 | ] |
| 5687 | |
| 5688 | [[package]] |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 5689 | name = "serde_ignored" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5690 | version = "0.1.2" |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 5691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5692 | checksum = "1c2c7d39d14f2f2ea82239de71594782f186fd03501ac81f0ce08e674819ff2f" |
flip1995 | 96c3ec1 | 2019-08-20 07:32:53 | [diff] [blame] | 5693 | dependencies = [ |
| 5694 | "serde", |
| 5695 | ] |
| 5696 | |
| 5697 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5698 | name = "serde_json" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5699 | version = "1.0.85" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 5701 | checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5702 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 5703 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5704 | "itoa", |
| 5705 | "ryu", |
| 5706 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 5707 | ] |
| 5708 | |
| 5709 | [[package]] |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 5710 | name = "serde_spanned" |
| 5711 | version = "0.6.1" |
| 5712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5713 | checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" |
| 5714 | dependencies = [ |
| 5715 | "serde", |
| 5716 | ] |
| 5717 | |
| 5718 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5719 | name = "sha1" |
| 5720 | version = "0.10.5" |
| 5721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5722 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| 5723 | dependencies = [ |
| 5724 | "cfg-if", |
| 5725 | "cpufeatures", |
| 5726 | "digest", |
| 5727 | ] |
| 5728 | |
| 5729 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5730 | name = "sha1_smol" |
| 5731 | version = "1.0.0" |
| 5732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5733 | checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" |
| 5734 | |
| 5735 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5736 | name = "sha2" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5737 | version = "0.10.6" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5739 | checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5740 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5741 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 5742 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 5743 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5744 | ] |
| 5745 | |
| 5746 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5747 | name = "sharded-slab" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5748 | version = "0.1.1" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5750 | checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5751 | dependencies = [ |
| 5752 | "lazy_static", |
| 5753 | ] |
| 5754 | |
| 5755 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5756 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5757 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5759 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5760 | |
| 5761 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 5762 | name = "shlex" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5763 | version = "1.0.0" |
| 5764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5765 | checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" |
| 5766 | |
| 5767 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5768 | name = "signal-hook" |
| 5769 | version = "0.3.15" |
| 5770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5771 | checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" |
| 5772 | dependencies = [ |
| 5773 | "libc", |
| 5774 | "signal-hook-registry", |
| 5775 | ] |
| 5776 | |
| 5777 | [[package]] |
| 5778 | name = "signal-hook-registry" |
| 5779 | version = "1.4.1" |
| 5780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5781 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
| 5782 | dependencies = [ |
| 5783 | "libc", |
| 5784 | ] |
| 5785 | |
| 5786 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5787 | name = "signature" |
| 5788 | version = "1.6.4" |
| 5789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5790 | checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| 5791 | dependencies = [ |
| 5792 | "digest", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5793 | "rand_core", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5794 | ] |
| 5795 | |
| 5796 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5797 | name = "similar" |
| 5798 | version = "2.1.0" |
| 5799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5800 | checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" |
| 5801 | |
| 5802 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5803 | name = "siphasher" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5804 | version = "0.3.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5806 | checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5807 | |
| 5808 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5809 | name = "sized-chunks" |
klensy | d480a3e | 2021-03-12 13:33:02 | [diff] [blame] | 5810 | version = "0.6.4" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | d480a3e | 2021-03-12 13:33:02 | [diff] [blame] | 5812 | checksum = "65e65d6a9f13cd78f361ea5a2cf53a45d67cdda421ba0316b9be101560f3d207" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5813 | dependencies = [ |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5814 | "bitmaps", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5815 | "typenum", |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5816 | ] |
| 5817 | |
| 5818 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5819 | name = "slab" |
| 5820 | version = "0.4.2" |
| 5821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5822 | checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5823 | |
| 5824 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 5825 | name = "smallvec" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5826 | version = "1.10.0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5828 | checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5829 | |
| 5830 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5831 | name = "snap" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 5832 | version = "1.1.0" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 5834 | checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5835 | |
| 5836 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5837 | name = "snapbox" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 5838 | version = "0.4.1" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 5840 | checksum = "827c00e91b15e2674d8a5270bae91f898693cbf9561cbb58d8eaa31974597293" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5841 | dependencies = [ |
| 5842 | "concolor", |
| 5843 | "content_inspector", |
| 5844 | "dunce", |
| 5845 | "filetime", |
| 5846 | "normalize-line-endings", |
| 5847 | "similar", |
| 5848 | "snapbox-macros", |
| 5849 | "tempfile", |
| 5850 | "walkdir", |
| 5851 | "yansi", |
| 5852 | ] |
| 5853 | |
| 5854 | [[package]] |
| 5855 | name = "snapbox-macros" |
Eric Huss | 6e4603e | 2022-08-24 03:58:12 | [diff] [blame] | 5856 | version = "0.3.0" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e4603e | 2022-08-24 03:58:12 | [diff] [blame] | 5858 | checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 5859 | |
| 5860 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 5861 | name = "socket2" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 5862 | version = "0.4.1" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Niels Sascha Reedijk | d41df91 | 2021-08-05 14:54:18 | [diff] [blame] | 5864 | checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5865 | dependencies = [ |
| 5866 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5867 | "winapi", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5868 | ] |
| 5869 | |
| 5870 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5871 | name = "spdx-expression" |
| 5872 | version = "0.5.2" |
| 5873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5874 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5875 | dependencies = [ |
| 5876 | "nom", |
| 5877 | "serde", |
| 5878 | "thiserror", |
| 5879 | "tracing", |
| 5880 | ] |
| 5881 | |
| 5882 | [[package]] |
| 5883 | name = "spdx-rs" |
| 5884 | version = "0.5.1" |
| 5885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5886 | checksum = "b3c02f6eb7e7b4100c272f685a9ccaccaab302324e8c7ec3e2ee72340fb29ff3" |
| 5887 | dependencies = [ |
| 5888 | "chrono", |
| 5889 | "log", |
| 5890 | "nom", |
| 5891 | "serde", |
| 5892 | "spdx-expression", |
| 5893 | "strum", |
| 5894 | "strum_macros", |
| 5895 | "thiserror", |
| 5896 | "uuid", |
| 5897 | ] |
| 5898 | |
| 5899 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5900 | name = "spki" |
| 5901 | version = "0.6.0" |
| 5902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5903 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| 5904 | dependencies = [ |
| 5905 | "base64ct", |
| 5906 | "der", |
| 5907 | ] |
| 5908 | |
| 5909 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5910 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5911 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5913 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5914 | |
| 5915 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5916 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5917 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5919 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5920 | dependencies = [ |
| 5921 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5922 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5923 | "libc", |
| 5924 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5925 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5926 | ] |
| 5927 | |
| 5928 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5929 | name = "static_assertions" |
| 5930 | version = "1.1.0" |
| 5931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5932 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5933 | |
| 5934 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5935 | name = "std" |
| 5936 | version = "0.0.0" |
| 5937 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 5938 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5939 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5940 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5941 | "compiler_builtins", |
| 5942 | "core", |
| 5943 | "dlmalloc", |
| 5944 | "fortanix-sgx-abi", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5945 | "hashbrown 0.12.3", |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 5946 | "hermit-abi 0.3.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5947 | "libc", |
Michael Howell | 8e71a13 | 2022-11-08 00:13:20 | [diff] [blame] | 5948 | "miniz_oxide", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5949 | "object 0.29.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5950 | "panic_abort", |
| 5951 | "panic_unwind", |
| 5952 | "profiler_builtins", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5953 | "rand", |
| 5954 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5955 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5956 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5957 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5958 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5959 | ] |
| 5960 | |
| 5961 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5962 | name = "std_detect" |
| 5963 | version = "0.1.5" |
| 5964 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5965 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5966 | "compiler_builtins", |
| 5967 | "libc", |
| 5968 | "rustc-std-workspace-alloc", |
| 5969 | "rustc-std-workspace-core", |
| 5970 | ] |
| 5971 | |
| 5972 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5973 | name = "string_cache" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5974 | version = "0.8.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5976 | checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5977 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5978 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5979 | "new_debug_unreachable", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 5980 | "parking_lot 0.11.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5981 | "phf_shared", |
| 5982 | "precomputed-hash", |
| 5983 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5984 | ] |
| 5985 | |
| 5986 | [[package]] |
| 5987 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5988 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5990 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5991 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5992 | "phf_generator", |
| 5993 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5994 | "proc-macro2", |
| 5995 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5996 | ] |
| 5997 | |
| 5998 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5999 | name = "strip-ansi-escapes" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6000 | version = "0.1.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6002 | checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6003 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6004 | "vte", |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6005 | ] |
| 6006 | |
| 6007 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6008 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 6009 | version = "0.10.0" |
| 6010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6011 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 6012 | |
| 6013 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6014 | name = "strum" |
| 6015 | version = "0.24.1" |
| 6016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6017 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 6018 | |
| 6019 | [[package]] |
| 6020 | name = "strum_macros" |
| 6021 | version = "0.24.3" |
| 6022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6023 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 6024 | dependencies = [ |
| 6025 | "heck", |
| 6026 | "proc-macro2", |
| 6027 | "quote", |
| 6028 | "rustversion", |
| 6029 | "syn", |
| 6030 | ] |
| 6031 | |
| 6032 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6033 | name = "subtle" |
| 6034 | version = "2.4.1" |
| 6035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6036 | checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| 6037 | |
| 6038 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 6039 | name = "syn" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 6040 | version = "1.0.102" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 6041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
J Haigh | 1a99361 | 2023-01-11 18:11:56 | [diff] [blame] | 6042 | checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 6043 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 6044 | "proc-macro2", |
| 6045 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 6046 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 6047 | ] |
| 6048 | |
| 6049 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 6050 | name = "synstructure" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6051 | version = "0.12.6" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 6052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6053 | checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 6054 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 6055 | "proc-macro2", |
| 6056 | "quote", |
| 6057 | "syn", |
| 6058 | "unicode-xid", |
Mateusz Mikuła | d896088 | 2019-10-04 12:43:23 | [diff] [blame] | 6059 | ] |
| 6060 | |
| 6061 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6062 | name = "tar" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 6063 | version = "0.4.38" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 6065 | checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6066 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6067 | "filetime", |
| 6068 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6069 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6070 | ] |
| 6071 | |
| 6072 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 6073 | name = "tempfile" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 6074 | version = "3.3.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 6075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 6076 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 6077 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6078 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 6079 | "fastrand", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6080 | "libc", |
klensy | dcdc308 | 2021-05-11 19:03:59 | [diff] [blame] | 6081 | "redox_syscall", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6082 | "remove_dir_all", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6083 | "winapi", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 6084 | ] |
| 6085 | |
| 6086 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6087 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 6088 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 6090 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6091 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6092 | "futf", |
| 6093 | "mac", |
| 6094 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6095 | ] |
| 6096 | |
| 6097 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6098 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 6099 | version = "0.7.0" |
| 6100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6101 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 6102 | dependencies = [ |
| 6103 | "dirs-next", |
| 6104 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6105 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 6106 | ] |
| 6107 | |
| 6108 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6109 | name = "termcolor" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 6110 | version = "1.1.3" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 6111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 6112 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 6113 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 6114 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 6115 | ] |
| 6116 | |
| 6117 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 6118 | name = "terminal_size" |
| 6119 | version = "0.2.3" |
| 6120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6121 | checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907" |
| 6122 | dependencies = [ |
| 6123 | "rustix", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6124 | "windows-sys 0.42.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 6125 | ] |
| 6126 | |
| 6127 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 6128 | name = "termize" |
| 6129 | version = "0.1.1" |
| 6130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6131 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 6132 | dependencies = [ |
| 6133 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6134 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 6135 | ] |
| 6136 | |
| 6137 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6138 | name = "test" |
| 6139 | version = "0.0.0" |
| 6140 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6141 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6142 | "getopts", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6143 | "panic_abort", |
| 6144 | "panic_unwind", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6145 | "proc_macro", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6146 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6147 | ] |
| 6148 | |
| 6149 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 6150 | name = "tester" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 6151 | version = "0.9.0" |
| 6152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6153 | checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb" |
| 6154 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6155 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 6156 | "getopts", |
| 6157 | "libc", |
| 6158 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 6159 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 6160 | ] |
| 6161 | |
| 6162 | [[package]] |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 6163 | name = "textwrap" |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 6164 | version = "0.15.0" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 6165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 6166 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 6167 | |
| 6168 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 6169 | name = "thin-vec" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 6170 | version = "0.2.12" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 6171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 6172 | checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 6173 | |
| 6174 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6175 | name = "thiserror" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6176 | version = "1.0.38" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6178 | checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6179 | dependencies = [ |
| 6180 | "thiserror-impl", |
| 6181 | ] |
| 6182 | |
| 6183 | [[package]] |
| 6184 | name = "thiserror-impl" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6185 | version = "1.0.38" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6187 | checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6188 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 6189 | "proc-macro2", |
| 6190 | "quote", |
| 6191 | "syn", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6192 | ] |
| 6193 | |
| 6194 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 6195 | name = "thorin-dwp" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6196 | version = "0.4.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 6197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6198 | checksum = "da8fbf660a019b6bf11ea95762041464aa9099cc293b6a66d77cea5107619671" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 6199 | dependencies = [ |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 6200 | "gimli", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6201 | "hashbrown 0.12.3", |
| 6202 | "object 0.30.1", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 6203 | "tracing", |
| 6204 | ] |
| 6205 | |
| 6206 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6207 | name = "thread_local" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 6208 | version = "1.1.4" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 6209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 6210 | checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 6211 | dependencies = [ |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 6212 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 6213 | ] |
| 6214 | |
| 6215 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 6216 | name = "threadpool" |
| 6217 | version = "1.8.1" |
| 6218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6219 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 6220 | dependencies = [ |
| 6221 | "num_cpus", |
| 6222 | ] |
| 6223 | |
| 6224 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6225 | name = "tidy" |
| 6226 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 6227 | dependencies = [ |
Eric Huss | 1d7d10a | 2023-01-04 22:05:58 | [diff] [blame] | 6228 | "cargo-platform 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 6229 | "cargo_metadata 0.14.0", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 6230 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 6231 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 6232 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6233 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 6234 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 6235 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6236 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 6237 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6238 | |
| 6239 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 6240 | name = "tier-check" |
| 6241 | version = "0.1.0" |
| 6242 | |
| 6243 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 6244 | name = "time" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6245 | version = "0.1.43" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 6246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6247 | checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 6248 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6249 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6250 | "winapi", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 6251 | ] |
| 6252 | |
| 6253 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6254 | name = "time" |
| 6255 | version = "0.3.17" |
| 6256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6257 | checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" |
| 6258 | dependencies = [ |
| 6259 | "itoa", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6260 | "libc", |
| 6261 | "num_threads", |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6262 | "serde", |
| 6263 | "time-core", |
| 6264 | "time-macros", |
| 6265 | ] |
| 6266 | |
| 6267 | [[package]] |
| 6268 | name = "time-core" |
| 6269 | version = "0.1.0" |
| 6270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6271 | checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
| 6272 | |
| 6273 | [[package]] |
| 6274 | name = "time-macros" |
| 6275 | version = "0.2.6" |
| 6276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6277 | checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" |
| 6278 | dependencies = [ |
| 6279 | "time-core", |
| 6280 | ] |
| 6281 | |
| 6282 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6283 | name = "tinystr" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 6284 | version = "0.7.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 6286 | checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6287 | dependencies = [ |
| 6288 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6289 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6290 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6291 | |
| 6292 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6293 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6294 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6296 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 6297 | dependencies = [ |
| 6298 | "tinyvec_macros", |
| 6299 | ] |
| 6300 | |
| 6301 | [[package]] |
| 6302 | name = "tinyvec_macros" |
| 6303 | version = "0.1.0" |
| 6304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6305 | checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6306 | |
| 6307 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 6308 | name = "tokio" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 6309 | version = "1.8.4" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 6310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 6311 | checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 6312 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6313 | "autocfg", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6314 | "bytes", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 6315 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6316 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 6317 | ] |
| 6318 | |
| 6319 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 6320 | name = "toml" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 6321 | version = "0.5.7" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 6322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 6323 | checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 6324 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6325 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 6326 | ] |
| 6327 | |
| 6328 | [[package]] |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6329 | name = "toml" |
| 6330 | version = "0.7.2" |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 6331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6332 | checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" |
| 6333 | dependencies = [ |
| 6334 | "serde", |
| 6335 | "serde_spanned", |
| 6336 | "toml_datetime", |
| 6337 | "toml_edit", |
| 6338 | ] |
| 6339 | |
| 6340 | [[package]] |
| 6341 | name = "toml_datetime" |
| 6342 | version = "0.6.1" |
| 6343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6344 | checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 6345 | dependencies = [ |
| 6346 | "serde", |
| 6347 | ] |
| 6348 | |
| 6349 | [[package]] |
| 6350 | name = "toml_edit" |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6351 | version = "0.19.3" |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 6352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6353 | checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5" |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 6354 | dependencies = [ |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 6355 | "indexmap", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6356 | "nom8", |
Eric Huss | af8048b | 2022-01-26 00:24:21 | [diff] [blame] | 6357 | "serde", |
Weihang Lo | 4c4b4c05 | 2023-02-13 12:04:02 | [diff] [blame] | 6358 | "serde_spanned", |
Weihang Lo | 9926f6e | 2022-10-22 12:05:48 | [diff] [blame] | 6359 | "toml_datetime", |
Eric Huss | af8048b | 2022-01-26 00:24:21 | [diff] [blame] | 6360 | ] |
| 6361 | |
| 6362 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 6363 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 6364 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 6365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 6366 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 6367 | |
| 6368 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6369 | name = "tracing" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 6370 | version = "0.1.35" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | a4375cb | 2022-07-06 12:39:32 | [diff] [blame] | 6372 | checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6373 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6374 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6375 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6376 | "tracing-attributes", |
| 6377 | "tracing-core", |
| 6378 | ] |
| 6379 | |
| 6380 | [[package]] |
| 6381 | name = "tracing-attributes" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6382 | version = "0.1.22" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6384 | checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6385 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 6386 | "proc-macro2", |
| 6387 | "quote", |
| 6388 | "syn", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6389 | ] |
| 6390 | |
| 6391 | [[package]] |
| 6392 | name = "tracing-core" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6393 | version = "0.1.28" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6395 | checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6396 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6397 | "once_cell", |
| 6398 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 6399 | ] |
| 6400 | |
| 6401 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 6402 | name = "tracing-error" |
| 6403 | version = "0.2.0" |
| 6404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6405 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 6406 | dependencies = [ |
| 6407 | "tracing", |
| 6408 | "tracing-subscriber", |
| 6409 | ] |
| 6410 | |
| 6411 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6412 | name = "tracing-log" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 6413 | version = "0.1.2" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 6415 | checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6416 | dependencies = [ |
| 6417 | "lazy_static", |
| 6418 | "log", |
| 6419 | "tracing-core", |
| 6420 | ] |
| 6421 | |
| 6422 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6423 | name = "tracing-subscriber" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6424 | version = "0.3.3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6426 | checksum = "245da694cc7fc4729f3f418b304cb57789f1bed2a78c575407ab8a23f53cb4d3" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6427 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 6428 | "ansi_term", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6429 | "lazy_static", |
| 6430 | "matchers", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6431 | "parking_lot 0.11.2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6432 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6433 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 6434 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6435 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 6436 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6437 | "tracing-core", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6438 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6439 | ] |
| 6440 | |
| 6441 | [[package]] |
| 6442 | name = "tracing-tree" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6443 | version = "0.2.0" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6445 | checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6446 | dependencies = [ |
Weihang Lo | 80bea6c | 2023-02-23 00:58:33 | [diff] [blame] | 6447 | "ansi_term", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6448 | "atty", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 6449 | "tracing-core", |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 6450 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 6451 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 6452 | ] |
| 6453 | |
| 6454 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 6455 | name = "twox-hash" |
| 6456 | version = "1.6.3" |
| 6457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6458 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 6459 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6460 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6461 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 6462 | "static_assertions", |
| 6463 | ] |
| 6464 | |
| 6465 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6466 | name = "type-map" |
| 6467 | version = "0.4.0" |
| 6468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6469 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 6470 | dependencies = [ |
| 6471 | "rustc-hash", |
| 6472 | ] |
| 6473 | |
| 6474 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 6475 | name = "typenum" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6476 | version = "1.16.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 6477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6478 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 6479 | |
| 6480 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6481 | name = "ucd-parse" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6482 | version = "0.1.8" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6484 | checksum = "5269f8d35df6b8b60758343a6d742ecf09e4bca13faee32af5503aebd1e11b7c" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6485 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 6486 | "lazy_static", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6487 | "regex", |
| 6488 | ] |
| 6489 | |
| 6490 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 6491 | name = "ucd-trie" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6492 | version = "0.1.5" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 6493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 6494 | checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 6495 | |
| 6496 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6497 | name = "ui_test" |
Ralf Jung | 229e65a | 2022-12-03 15:30:56 | [diff] [blame] | 6498 | version = "0.5.0" |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 6499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 229e65a | 2022-12-03 15:30:56 | [diff] [blame] | 6500 | checksum = "54ddb6f31025943e2f9d59237f433711c461a43d9415974c3eb3a4902edc1c1f" |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6501 | dependencies = [ |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6502 | "bstr 1.3.0", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 6503 | "cargo_metadata 0.15.3", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 6504 | "color-eyre", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6505 | "colored", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 6506 | "crossbeam-channel", |
Ralf Jung | f76eac4 | 2022-09-01 20:59:05 | [diff] [blame] | 6507 | "diff", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6508 | "lazy_static", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6509 | "regex", |
| 6510 | "rustc_version", |
Ralf Jung | 9f2b69d | 2022-06-01 13:26:26 | [diff] [blame] | 6511 | "serde", |
| 6512 | "serde_json", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 6513 | "tempfile", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 6514 | ] |
| 6515 | |
| 6516 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 6517 | name = "unic-char-property" |
| 6518 | version = "0.9.0" |
| 6519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6520 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 6521 | dependencies = [ |
| 6522 | "unic-char-range", |
| 6523 | ] |
| 6524 | |
| 6525 | [[package]] |
| 6526 | name = "unic-char-range" |
| 6527 | version = "0.9.0" |
| 6528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6529 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 6530 | |
| 6531 | [[package]] |
| 6532 | name = "unic-common" |
| 6533 | version = "0.9.0" |
| 6534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6535 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 6536 | |
| 6537 | [[package]] |
| 6538 | name = "unic-emoji-char" |
| 6539 | version = "0.9.0" |
| 6540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6541 | checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" |
| 6542 | dependencies = [ |
| 6543 | "unic-char-property", |
| 6544 | "unic-char-range", |
| 6545 | "unic-ucd-version", |
| 6546 | ] |
| 6547 | |
| 6548 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6549 | name = "unic-langid" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6550 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6552 | checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6553 | dependencies = [ |
| 6554 | "unic-langid-impl", |
| 6555 | "unic-langid-macros", |
| 6556 | ] |
| 6557 | |
| 6558 | [[package]] |
| 6559 | name = "unic-langid-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6560 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6562 | checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6563 | dependencies = [ |
| 6564 | "tinystr", |
| 6565 | ] |
| 6566 | |
| 6567 | [[package]] |
| 6568 | name = "unic-langid-macros" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6569 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6571 | checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6572 | dependencies = [ |
| 6573 | "proc-macro-hack", |
| 6574 | "tinystr", |
| 6575 | "unic-langid-impl", |
| 6576 | "unic-langid-macros-impl", |
| 6577 | ] |
| 6578 | |
| 6579 | [[package]] |
| 6580 | name = "unic-langid-macros-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6581 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 6583 | checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 6584 | dependencies = [ |
| 6585 | "proc-macro-hack", |
| 6586 | "quote", |
| 6587 | "syn", |
| 6588 | "unic-langid-impl", |
| 6589 | ] |
| 6590 | |
| 6591 | [[package]] |
Esteban Kuber | 5a68abb | 2021-08-29 08:34:23 | [diff] [blame] | 6592 | name = "unic-ucd-version" |
| 6593 | version = "0.9.0" |
| 6594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6595 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 6596 | dependencies = [ |
| 6597 | "unic-common", |
| 6598 | ] |
| 6599 | |
| 6600 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6601 | name = "unicase" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 6602 | version = "2.6.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 6604 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6605 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 6606 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 6607 | ] |
| 6608 | |
| 6609 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 6610 | name = "unicode-bdd" |
| 6611 | version = "0.1.0" |
| 6612 | dependencies = [ |
| 6613 | "ucd-parse", |
| 6614 | ] |
| 6615 | |
| 6616 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6617 | name = "unicode-bidi" |
steveklabnik | 4871dba | 2017-06-27 17:33:32 | [diff] [blame] | 6618 | version = "0.3.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6620 | checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6621 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6622 | "matches", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6623 | ] |
| 6624 | |
| 6625 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6626 | name = "unicode-bom" |
| 6627 | version = "1.1.4" |
| 6628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6629 | checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32" |
| 6630 | |
| 6631 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 6632 | name = "unicode-ident" |
| 6633 | version = "1.0.5" |
| 6634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6635 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" |
| 6636 | |
| 6637 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6638 | name = "unicode-normalization" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6639 | version = "0.1.22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6641 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 6642 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6643 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 6644 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6645 | |
| 6646 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6647 | name = "unicode-script" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6648 | version = "0.5.5" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6650 | checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6651 | |
| 6652 | [[package]] |
| 6653 | name = "unicode-security" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6654 | version = "0.1.0" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6656 | checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6657 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 6658 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6659 | "unicode-script", |
| 6660 | ] |
| 6661 | |
| 6662 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6663 | name = "unicode-segmentation" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6664 | version = "1.10.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6666 | checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6667 | |
| 6668 | [[package]] |
| 6669 | name = "unicode-width" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6670 | version = "0.1.10" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6672 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6673 | dependencies = [ |
| 6674 | "compiler_builtins", |
| 6675 | "rustc-std-workspace-core", |
| 6676 | "rustc-std-workspace-std", |
| 6677 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6678 | |
| 6679 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6680 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6681 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6683 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6684 | |
| 6685 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 6686 | name = "unicode_categories" |
| 6687 | version = "0.1.1" |
| 6688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6689 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 6690 | |
| 6691 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 6692 | name = "unified-diff" |
| 6693 | version = "0.2.1" |
| 6694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6695 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 6696 | dependencies = [ |
| 6697 | "diff", |
| 6698 | ] |
| 6699 | |
| 6700 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6701 | name = "unstable-book-gen" |
| 6702 | version = "0.1.0" |
| 6703 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6704 | "num-traits", |
| 6705 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6706 | ] |
| 6707 | |
| 6708 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6709 | name = "unwind" |
| 6710 | version = "0.0.0" |
| 6711 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6712 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6713 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6714 | "compiler_builtins", |
| 6715 | "core", |
| 6716 | "libc", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6717 | ] |
| 6718 | |
| 6719 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6720 | name = "url" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6721 | version = "2.2.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6723 | checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6724 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6725 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6726 | "idna", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6727 | "matches", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6728 | "percent-encoding", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6729 | "serde", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6730 | ] |
| 6731 | |
| 6732 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6733 | name = "utf-8" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6734 | version = "0.7.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6736 | checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6737 | |
| 6738 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6739 | name = "utf8parse" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6740 | version = "0.2.0" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6742 | checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6743 | |
| 6744 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6745 | name = "uuid" |
| 6746 | version = "0.8.2" |
| 6747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6748 | checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
| 6749 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6750 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6751 | ] |
| 6752 | |
| 6753 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6754 | name = "valuable" |
| 6755 | version = "0.1.0" |
| 6756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6757 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 6758 | |
| 6759 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6760 | name = "vcpkg" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6761 | version = "0.2.10" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6763 | checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6764 | |
| 6765 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 6766 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6767 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6769 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6770 | |
| 6771 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6772 | name = "vte" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6773 | version = "0.10.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6775 | checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6776 | dependencies = [ |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6777 | "arrayvec 0.5.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6778 | "utf8parse", |
Eric Huss | b46b7de | 2023-02-06 00:00:50 | [diff] [blame] | 6779 | "vte_generate_state_changes", |
| 6780 | ] |
| 6781 | |
| 6782 | [[package]] |
| 6783 | name = "vte_generate_state_changes" |
| 6784 | version = "0.1.1" |
| 6785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6786 | checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" |
| 6787 | dependencies = [ |
| 6788 | "proc-macro2", |
| 6789 | "quote", |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6790 | ] |
| 6791 | |
| 6792 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6793 | name = "walkdir" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 6794 | version = "2.3.2" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 6796 | checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6797 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6798 | "same-file", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6799 | "winapi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6800 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6801 | ] |
| 6802 | |
| 6803 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6804 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 6805 | version = "0.11.0+wasi-snapshot-preview1" |
| 6806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6807 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6808 | dependencies = [ |
| 6809 | "compiler_builtins", |
| 6810 | "rustc-std-workspace-alloc", |
| 6811 | "rustc-std-workspace-core", |
| 6812 | ] |
| 6813 | |
| 6814 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 6815 | name = "wasm-bindgen" |
| 6816 | version = "0.2.83" |
| 6817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6818 | checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" |
| 6819 | dependencies = [ |
| 6820 | "cfg-if", |
| 6821 | "wasm-bindgen-macro", |
| 6822 | ] |
| 6823 | |
| 6824 | [[package]] |
| 6825 | name = "wasm-bindgen-backend" |
| 6826 | version = "0.2.83" |
| 6827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6828 | checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" |
| 6829 | dependencies = [ |
| 6830 | "bumpalo", |
| 6831 | "log", |
| 6832 | "once_cell", |
| 6833 | "proc-macro2", |
| 6834 | "quote", |
| 6835 | "syn", |
| 6836 | "wasm-bindgen-shared", |
| 6837 | ] |
| 6838 | |
| 6839 | [[package]] |
| 6840 | name = "wasm-bindgen-macro" |
| 6841 | version = "0.2.83" |
| 6842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6843 | checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" |
| 6844 | dependencies = [ |
| 6845 | "quote", |
| 6846 | "wasm-bindgen-macro-support", |
| 6847 | ] |
| 6848 | |
| 6849 | [[package]] |
| 6850 | name = "wasm-bindgen-macro-support" |
| 6851 | version = "0.2.83" |
| 6852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6853 | checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" |
| 6854 | dependencies = [ |
| 6855 | "proc-macro2", |
| 6856 | "quote", |
| 6857 | "syn", |
| 6858 | "wasm-bindgen-backend", |
| 6859 | "wasm-bindgen-shared", |
| 6860 | ] |
| 6861 | |
| 6862 | [[package]] |
| 6863 | name = "wasm-bindgen-shared" |
| 6864 | version = "0.2.83" |
| 6865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6866 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
| 6867 | |
| 6868 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6869 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6870 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6872 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6873 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6874 | "winapi-i686-pc-windows-gnu", |
| 6875 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6876 | ] |
| 6877 | |
| 6878 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6879 | name = "winapi-i686-pc-windows-gnu" |
| 6880 | version = "0.4.0" |
| 6881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6882 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6883 | |
| 6884 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6885 | name = "winapi-util" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 6886 | version = "0.1.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 6888 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6889 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6890 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6891 | ] |
| 6892 | |
| 6893 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6894 | name = "winapi-x86_64-pc-windows-gnu" |
| 6895 | version = "0.4.0" |
| 6896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6897 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6898 | |
| 6899 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6900 | name = "windows" |
| 6901 | version = "0.43.0" |
| 6902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6903 | checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244" |
| 6904 | dependencies = [ |
| 6905 | "windows_aarch64_gnullvm", |
| 6906 | "windows_aarch64_msvc", |
| 6907 | "windows_i686_gnu", |
| 6908 | "windows_i686_msvc", |
| 6909 | "windows_x86_64_gnu", |
| 6910 | "windows_x86_64_gnullvm", |
| 6911 | "windows_x86_64_msvc", |
| 6912 | ] |
| 6913 | |
| 6914 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6915 | name = "windows-sys" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6916 | version = "0.42.0" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6918 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6919 | dependencies = [ |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6920 | "windows_aarch64_gnullvm", |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 6921 | "windows_aarch64_msvc", |
| 6922 | "windows_i686_gnu", |
| 6923 | "windows_i686_msvc", |
| 6924 | "windows_x86_64_gnu", |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6925 | "windows_x86_64_gnullvm", |
Weihang Lo | 8a808dc | 2022-11-23 01:01:35 | [diff] [blame] | 6926 | "windows_x86_64_msvc", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6927 | ] |
| 6928 | |
| 6929 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6930 | name = "windows-sys" |
| 6931 | version = "0.45.0" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6933 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 6934 | dependencies = [ |
| 6935 | "windows-targets", |
| 6936 | ] |
| 6937 | |
| 6938 | [[package]] |
| 6939 | name = "windows-targets" |
| 6940 | version = "0.42.1" |
| 6941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6942 | checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" |
| 6943 | dependencies = [ |
| 6944 | "windows_aarch64_gnullvm", |
| 6945 | "windows_aarch64_msvc", |
| 6946 | "windows_i686_gnu", |
| 6947 | "windows_i686_msvc", |
| 6948 | "windows_x86_64_gnu", |
| 6949 | "windows_x86_64_gnullvm", |
| 6950 | "windows_x86_64_msvc", |
| 6951 | ] |
| 6952 | |
| 6953 | [[package]] |
| 6954 | name = "windows_aarch64_gnullvm" |
| 6955 | version = "0.42.1" |
| 6956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6957 | checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6958 | |
| 6959 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6960 | name = "windows_aarch64_msvc" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6961 | version = "0.42.1" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6963 | checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6964 | |
| 6965 | [[package]] |
| 6966 | name = "windows_i686_gnu" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6967 | version = "0.42.1" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6969 | checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6970 | |
| 6971 | [[package]] |
| 6972 | name = "windows_i686_msvc" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6973 | version = "0.42.1" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6975 | checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6976 | |
| 6977 | [[package]] |
| 6978 | name = "windows_x86_64_gnu" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6979 | version = "0.42.1" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6981 | checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6982 | |
| 6983 | [[package]] |
| 6984 | name = "windows_x86_64_gnullvm" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6985 | version = "0.42.1" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6987 | checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6988 | |
| 6989 | [[package]] |
| 6990 | name = "windows_x86_64_msvc" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6991 | version = "0.42.1" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6993 | checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6994 | |
| 6995 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6996 | name = "writeable" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 6997 | version = "0.5.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 6999 | checksum = "92d74a687e3b9a7a129db0a8c82b4d464eb9c36f5a66ca68572a7e5f1cfdb5bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7000 | |
| 7001 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7002 | name = "xattr" |
Alex Crichton | 52d7ee83 | 2018-07-17 16:04:22 | [diff] [blame] | 7003 | version = "0.2.2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 7005 | checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7006 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 7007 | "libc", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7008 | ] |
| 7009 | |
| 7010 | [[package]] |
| 7011 | name = "xz2" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7012 | version = "0.1.6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7014 | checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7015 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 7016 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7017 | ] |
| 7018 | |
| 7019 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7020 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7021 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7023 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7024 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 7025 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7026 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 7027 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7028 | ] |
| 7029 | |
| 7030 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 7031 | name = "yaml-rust" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7032 | version = "0.4.4" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 7034 | checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 7035 | dependencies = [ |
| 7036 | "linked-hash-map", |
| 7037 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 7038 | |
| 7039 | [[package]] |
Eric Huss | 3a6fc80 | 2022-04-20 13:50:39 | [diff] [blame] | 7040 | name = "yansi" |
| 7041 | version = "0.5.1" |
| 7042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7043 | checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" |
| 7044 | |
| 7045 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 7046 | name = "yansi-term" |
| 7047 | version = "0.1.2" |
| 7048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7049 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 7050 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 7051 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 7052 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7053 | |
| 7054 | [[package]] |
| 7055 | name = "yoke" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7056 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7058 | checksum = "222180af14a6b54ef2c33493c1eff77ae95a3687a21b243e752624006fb8f26e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7059 | dependencies = [ |
| 7060 | "serde", |
| 7061 | "stable_deref_trait", |
| 7062 | "yoke-derive", |
| 7063 | "zerofrom", |
| 7064 | ] |
| 7065 | |
| 7066 | [[package]] |
| 7067 | name = "yoke-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7068 | version = "0.7.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7070 | checksum = "ca800d73d6b7a7ee54f2608205c98b549fca71c9500c1abcb3abdc7708b4a8cb" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7071 | dependencies = [ |
| 7072 | "proc-macro2", |
| 7073 | "quote", |
| 7074 | "syn", |
| 7075 | "synstructure", |
| 7076 | ] |
| 7077 | |
| 7078 | [[package]] |
| 7079 | name = "zerofrom" |
| 7080 | version = "0.1.1" |
| 7081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7082 | checksum = "79e9355fccf72b04b7deaa99ce7a0f6630530acf34045391b74460fcd714de54" |
| 7083 | dependencies = [ |
| 7084 | "zerofrom-derive", |
| 7085 | ] |
| 7086 | |
| 7087 | [[package]] |
| 7088 | name = "zerofrom-derive" |
| 7089 | version = "0.1.1" |
| 7090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7091 | checksum = "2e8aa86add9ddbd2409c1ed01e033cd457d79b1b1229b64922c25095c595e829" |
| 7092 | dependencies = [ |
| 7093 | "proc-macro2", |
| 7094 | "quote", |
| 7095 | "syn", |
| 7096 | "synstructure", |
| 7097 | ] |
| 7098 | |
| 7099 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 7100 | name = "zeroize" |
| 7101 | version = "1.5.7" |
| 7102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7103 | checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" |
| 7104 | |
| 7105 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7106 | name = "zerovec" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7107 | version = "0.9.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7109 | checksum = "154df60c74c4a844bc04a53cef4fc18a909d3ea07e19f5225eaba86209da3aa6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7110 | dependencies = [ |
| 7111 | "yoke", |
| 7112 | "zerofrom", |
| 7113 | "zerovec-derive", |
| 7114 | ] |
| 7115 | |
| 7116 | [[package]] |
| 7117 | name = "zerovec-derive" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7118 | version = "0.9.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | 0d6fdef | 2023-02-04 21:28:45 | [diff] [blame] | 7120 | checksum = "2154cb6e2a748163354165e22c6a555effb09ca2d16334767bf66bb404f2206e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 7121 | dependencies = [ |
| 7122 | "proc-macro2", |
| 7123 | "quote", |
| 7124 | "syn", |
| 7125 | "synstructure", |
| 7126 | ] |