Hirokazu Hata | bd4df0c | 2019-02-04 16:31:48 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 3 | version = 3 |
| 4 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 6 | name = "addr2line" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 7 | version = "0.21.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| 10 | dependencies = [ |
| 11 | "compiler_builtins", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 12 | "gimli", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 13 | "rustc-std-workspace-alloc", |
| 14 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 18 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | version = "1.0.2" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 22 | dependencies = [ |
| 23 | "compiler_builtins", |
| 24 | "rustc-std-workspace-core", |
| 25 | ] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 26 | |
| 27 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 28 | name = "aes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 29 | version = "0.8.4" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 31 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 32 | dependencies = [ |
| 33 | "cfg-if", |
| 34 | "cipher", |
| 35 | "cpufeatures", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 39 | name = "ahash" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 40 | version = "0.8.10" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 42 | checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 43 | dependencies = [ |
| 44 | "cfg-if", |
| 45 | "once_cell", |
| 46 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 47 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 48 | ] |
| 49 | |
| 50 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 51 | name = "aho-corasick" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 52 | version = "1.1.2" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 54 | checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
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]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 70 | name = "allocator-api2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 71 | version = "0.2.16" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 73 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 74 | |
| 75 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 76 | name = "ammonia" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 77 | version = "3.3.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 79 | checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 80 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 81 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 82 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 83 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 84 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 85 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 86 | ] |
| 87 | |
| 88 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 89 | name = "android-tzdata" |
| 90 | version = "0.1.1" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 93 | |
| 94 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 95 | name = "android_system_properties" |
| 96 | version = "0.1.5" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 99 | dependencies = [ |
| 100 | "libc", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 104 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 105 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 107 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 108 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 109 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 110 | "yansi-term", |
| 111 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 112 | |
| 113 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 114 | name = "annotate-snippets" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 115 | version = "0.10.2" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 117 | checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 118 | dependencies = [ |
| 119 | "anstyle", |
| 120 | "unicode-width", |
| 121 | ] |
| 122 | |
| 123 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 124 | name = "ansi_term" |
| 125 | version = "0.12.1" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 128 | dependencies = [ |
| 129 | "winapi", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 133 | name = "anstream" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 134 | version = "0.6.13" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 136 | checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 137 | dependencies = [ |
| 138 | "anstyle", |
| 139 | "anstyle-parse", |
| 140 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 141 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 142 | "colorchoice", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 143 | "utf8parse", |
| 144 | ] |
| 145 | |
| 146 | [[package]] |
| 147 | name = "anstyle" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 148 | version = "1.0.6" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 150 | checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 151 | |
| 152 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 153 | name = "anstyle-lossy" |
| 154 | version = "1.1.0" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "a9a0444767dbd4aea9355cb47a370eb184dbfe918875e127eff52cb9d1638181" |
| 157 | dependencies = [ |
| 158 | "anstyle", |
| 159 | ] |
| 160 | |
| 161 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 162 | name = "anstyle-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 163 | version = "0.2.3" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 165 | checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 166 | dependencies = [ |
| 167 | "utf8parse", |
| 168 | ] |
| 169 | |
| 170 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 171 | name = "anstyle-query" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 172 | version = "1.0.2" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 174 | checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 175 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 176 | "windows-sys 0.52.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 177 | ] |
| 178 | |
| 179 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 180 | name = "anstyle-svg" |
| 181 | version = "0.1.3" |
| 182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 183 | checksum = "8b6ddad447b448d6d5db36b31cbd3ff27c7af071619501998eeceab01968287a" |
| 184 | dependencies = [ |
| 185 | "anstream", |
| 186 | "anstyle", |
| 187 | "anstyle-lossy", |
| 188 | "html-escape", |
| 189 | "unicode-width", |
| 190 | ] |
| 191 | |
| 192 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 193 | name = "anstyle-wincon" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 194 | version = "3.0.2" |
| 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 | checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
| 197 | dependencies = [ |
| 198 | "anstyle", |
| 199 | "windows-sys 0.52.0", |
| 200 | ] |
| 201 | |
| 202 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 203 | name = "anyhow" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 204 | version = "1.0.80" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 206 | checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 207 | dependencies = [ |
| 208 | "backtrace", |
| 209 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 210 | |
| 211 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 212 | name = "ar_archive_writer" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 213 | version = "0.1.5" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 215 | checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 216 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 217 | "object", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 218 | ] |
| 219 | |
| 220 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 221 | name = "arrayvec" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 222 | version = "0.7.4" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 224 | checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 225 | |
| 226 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 227 | name = "askama" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 228 | version = "0.12.1" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 230 | checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 231 | dependencies = [ |
| 232 | "askama_derive", |
| 233 | "askama_escape", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 234 | ] |
| 235 | |
| 236 | [[package]] |
| 237 | name = "askama_derive" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 238 | version = "0.12.5" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 240 | checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 241 | dependencies = [ |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 242 | "askama_parser", |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 243 | "basic-toml", |
| 244 | "mime", |
| 245 | "mime_guess", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 246 | "proc-macro2", |
| 247 | "quote", |
Guillaume Gomez | 48f5dca | 2022-01-17 16:36:39 | [diff] [blame] | 248 | "serde", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 249 | "syn 2.0.52", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 250 | ] |
| 251 | |
| 252 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 253 | name = "askama_escape" |
| 254 | version = "0.10.3" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| 257 | |
| 258 | [[package]] |
clubby789 | da33619 | 2024-01-24 01:04:34 | [diff] [blame] | 259 | name = "askama_parser" |
| 260 | version = "0.2.1" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 | checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" |
| 263 | dependencies = [ |
| 264 | "nom", |
| 265 | ] |
| 266 | |
| 267 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 268 | name = "autocfg" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 269 | version = "1.1.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 271 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 272 | |
| 273 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 274 | name = "backtrace" |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 275 | version = "0.3.69" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 277 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 278 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 279 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 280 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 281 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 282 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 283 | "miniz_oxide", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 284 | "object", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 285 | "rustc-demangle", |
| 286 | ] |
| 287 | |
| 288 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 289 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 290 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 292 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 293 | |
| 294 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 295 | name = "basic-toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 296 | version = "0.1.8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 298 | checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 299 | dependencies = [ |
| 300 | "serde", |
| 301 | ] |
| 302 | |
| 303 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 304 | name = "bincode" |
| 305 | version = "1.3.3" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 308 | dependencies = [ |
| 309 | "serde", |
| 310 | ] |
| 311 | |
| 312 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 313 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 314 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 316 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 317 | |
| 318 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 319 | name = "bitflags" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 320 | version = "2.4.2" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 322 | checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 323 | |
| 324 | [[package]] |
| 325 | name = "block-buffer" |
| 326 | version = "0.10.4" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 329 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 330 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 331 | ] |
| 332 | |
| 333 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 334 | name = "bstr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 335 | version = "1.6.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 337 | checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 338 | dependencies = [ |
| 339 | "memchr", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 340 | "regex-automata 0.3.9", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 341 | "serde", |
| 342 | ] |
| 343 | |
| 344 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 345 | name = "build-manifest" |
| 346 | version = "0.1.0" |
| 347 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 348 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 349 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 350 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 351 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 352 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 353 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 354 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 355 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 356 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 357 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 358 | ] |
| 359 | |
| 360 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 361 | name = "build_helper" |
| 362 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 363 | dependencies = [ |
| 364 | "serde", |
| 365 | "serde_derive", |
| 366 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 367 | |
| 368 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 369 | name = "bump-stage0" |
| 370 | version = "0.1.0" |
| 371 | dependencies = [ |
| 372 | "anyhow", |
| 373 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 374 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 375 | "serde", |
| 376 | "serde_json", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 377 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 378 | ] |
| 379 | |
| 380 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 381 | name = "bumpalo" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 382 | version = "3.15.3" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 384 | checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 385 | |
| 386 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 387 | name = "bytecount" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 388 | version = "0.6.7" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 390 | checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 391 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 392 | "packed_simd", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 393 | ] |
| 394 | |
| 395 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 396 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 397 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 399 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 400 | |
| 401 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 402 | name = "bytes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 403 | version = "1.5.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 405 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 406 | |
| 407 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 408 | name = "camino" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 409 | version = "1.1.6" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 411 | checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 412 | dependencies = [ |
| 413 | "serde", |
| 414 | ] |
| 415 | |
| 416 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 417 | name = "cargo-miri" |
| 418 | version = "0.1.0" |
| 419 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 420 | "cargo_metadata 0.18.1", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 421 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 422 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 423 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 424 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 425 | "serde", |
| 426 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 427 | ] |
| 428 | |
| 429 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 430 | name = "cargo-platform" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 431 | version = "0.1.7" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 433 | checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 434 | dependencies = [ |
| 435 | "serde", |
| 436 | ] |
| 437 | |
| 438 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 439 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 440 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 442 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 443 | dependencies = [ |
| 444 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 445 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 446 | "semver", |
| 447 | "serde", |
| 448 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 449 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 450 | ] |
| 451 | |
| 452 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 453 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 454 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 456 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 457 | dependencies = [ |
| 458 | "camino", |
| 459 | "cargo-platform", |
| 460 | "semver", |
| 461 | "serde", |
| 462 | "serde_json", |
| 463 | "thiserror", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 467 | name = "cargotest2" |
| 468 | version = "0.1.0" |
| 469 | |
| 470 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 471 | name = "cc" |
Daniel Paoliello | a6a556c | 2023-12-16 00:46:34 | [diff] [blame] | 472 | version = "1.0.90" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Daniel Paoliello | a6a556c | 2023-12-16 00:46:34 | [diff] [blame] | 474 | checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 475 | |
| 476 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 477 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 478 | version = "1.0.0" |
| 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 481 | dependencies = [ |
| 482 | "compiler_builtins", |
| 483 | "rustc-std-workspace-core", |
| 484 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 485 | |
| 486 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 487 | name = "chrono" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 488 | version = "0.4.34" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 490 | checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 491 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 492 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 493 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 494 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 495 | "serde", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 496 | "windows-targets 0.52.4", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 497 | ] |
| 498 | |
| 499 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 500 | name = "cipher" |
| 501 | version = "0.4.4" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 504 | dependencies = [ |
| 505 | "crypto-common", |
| 506 | "inout", |
| 507 | ] |
| 508 | |
| 509 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 510 | name = "clap" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 511 | version = "4.5.1" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 513 | checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 514 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 515 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 516 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 517 | ] |
| 518 | |
| 519 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 520 | name = "clap-cargo" |
| 521 | version = "0.12.0" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 524 | dependencies = [ |
| 525 | "anstyle", |
| 526 | "clap", |
| 527 | ] |
| 528 | |
| 529 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 530 | name = "clap_builder" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 531 | version = "4.5.1" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 533 | checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 534 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 535 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 536 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 537 | "clap_lex", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 538 | "strsim 0.11.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 539 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 540 | ] |
| 541 | |
| 542 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 543 | name = "clap_complete" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 544 | version = "4.5.1" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 546 | checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 547 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 548 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 549 | ] |
| 550 | |
| 551 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 552 | name = "clap_derive" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 553 | version = "4.5.0" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 555 | checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 556 | dependencies = [ |
| 557 | "heck", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 558 | "proc-macro2", |
| 559 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 560 | "syn 2.0.52", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 561 | ] |
| 562 | |
| 563 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 564 | name = "clap_lex" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 565 | version = "0.7.0" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 567 | checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 568 | |
| 569 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 570 | name = "clippy" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 571 | version = "0.1.78" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 572 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 573 | "anstream", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 574 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 575 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 576 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 577 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 578 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 579 | "futures", |
| 580 | "if_chain", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 581 | "itertools 0.12.1", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 582 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 583 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 584 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 585 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 586 | "serde", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 587 | "syn 2.0.52", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 588 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 589 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 590 | "tester", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 591 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 592 | "toml 0.7.8", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 593 | "ui_test 0.22.2", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 594 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 595 | ] |
| 596 | |
| 597 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 598 | name = "clippy_config" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 599 | version = "0.1.78" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 600 | dependencies = [ |
| 601 | "rustc-semver", |
| 602 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 603 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 604 | "walkdir", |
| 605 | ] |
| 606 | |
| 607 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 608 | name = "clippy_dev" |
| 609 | version = "0.0.1" |
| 610 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 611 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 612 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 613 | "indoc", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 614 | "itertools 0.12.1", |
Philipp Krones | d7a0182 | 2024-01-25 18:17:52 | [diff] [blame] | 615 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 616 | "shell-escape", |
| 617 | "walkdir", |
| 618 | ] |
| 619 | |
| 620 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 621 | name = "clippy_lints" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 622 | version = "0.1.78" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 623 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 624 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 625 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 626 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 627 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 628 | "declare_clippy_lint", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 629 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 630 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 631 | "regex", |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 632 | "regex-syntax 0.8.2", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 633 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 634 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 635 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 636 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 637 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 638 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 639 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 640 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 641 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 642 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 643 | ] |
| 644 | |
| 645 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 646 | name = "clippy_utils" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 647 | version = "0.1.78" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 648 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 649 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 650 | "clippy_config", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 651 | "itertools 0.12.1", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 652 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 653 | ] |
| 654 | |
| 655 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 656 | name = "collect-license-metadata" |
| 657 | version = "0.1.0" |
| 658 | dependencies = [ |
| 659 | "anyhow", |
| 660 | "serde", |
| 661 | "serde_json", |
| 662 | "spdx-rs", |
| 663 | ] |
| 664 | |
| 665 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 666 | name = "color-eyre" |
| 667 | version = "0.6.2" |
| 668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| 670 | dependencies = [ |
| 671 | "backtrace", |
| 672 | "color-spantrace", |
| 673 | "eyre", |
| 674 | "indenter", |
| 675 | "once_cell", |
| 676 | "owo-colors", |
| 677 | "tracing-error", |
| 678 | ] |
| 679 | |
| 680 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 681 | name = "color-print" |
| 682 | version = "0.3.5" |
| 683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 684 | checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" |
| 685 | dependencies = [ |
| 686 | "color-print-proc-macro", |
| 687 | ] |
| 688 | |
| 689 | [[package]] |
| 690 | name = "color-print-proc-macro" |
| 691 | version = "0.3.5" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" |
| 694 | dependencies = [ |
| 695 | "nom", |
| 696 | "proc-macro2", |
| 697 | "quote", |
| 698 | "syn 1.0.109", |
| 699 | ] |
| 700 | |
| 701 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 702 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 703 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 705 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 706 | dependencies = [ |
| 707 | "once_cell", |
| 708 | "owo-colors", |
| 709 | "tracing-core", |
| 710 | "tracing-error", |
| 711 | ] |
| 712 | |
| 713 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 714 | name = "colorchoice" |
| 715 | version = "1.0.0" |
| 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 718 | |
| 719 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 720 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 721 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 723 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 724 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 725 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 726 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 727 | ] |
| 728 | |
| 729 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 730 | name = "comma" |
| 731 | version = "1.0.0" |
| 732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 733 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 734 | |
| 735 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 736 | name = "compiler_builtins" |
Nikita Popov | edfbe63 | 2024-01-22 11:59:41 | [diff] [blame] | 737 | version = "0.1.108" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nikita Popov | edfbe63 | 2024-01-22 11:59:41 | [diff] [blame] | 739 | checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 740 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 741 | "cc", |
| 742 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 743 | ] |
| 744 | |
| 745 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 746 | name = "compiletest" |
| 747 | version = "0.0.0" |
| 748 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 749 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 750 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 751 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 752 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 753 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 754 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 755 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 756 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 757 | "indexmap", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 758 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 759 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 760 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 761 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 762 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 763 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 764 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 765 | "serde", |
| 766 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 767 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 768 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 769 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 770 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 771 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 772 | ] |
| 773 | |
| 774 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 775 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 776 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 778 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 779 | dependencies = [ |
| 780 | "encode_unicode", |
| 781 | "lazy_static", |
| 782 | "libc", |
| 783 | "unicode-width", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 784 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 785 | ] |
| 786 | |
| 787 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 788 | name = "core" |
| 789 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 790 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 791 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 792 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 793 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 794 | |
| 795 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 796 | name = "core-foundation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 797 | version = "0.9.4" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 799 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 800 | dependencies = [ |
| 801 | "core-foundation-sys", |
| 802 | "libc", |
| 803 | ] |
| 804 | |
| 805 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 806 | name = "core-foundation-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 807 | version = "0.8.6" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 809 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 810 | |
| 811 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 812 | name = "coverage-dump" |
| 813 | version = "0.1.0" |
| 814 | dependencies = [ |
| 815 | "anyhow", |
| 816 | "leb128", |
| 817 | "md-5", |
| 818 | "miniz_oxide", |
| 819 | "regex", |
| 820 | "rustc-demangle", |
| 821 | ] |
| 822 | |
| 823 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 824 | name = "cpufeatures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 825 | version = "0.2.12" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 827 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 828 | dependencies = [ |
| 829 | "libc", |
| 830 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 831 | |
| 832 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 833 | name = "crc32fast" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 834 | version = "1.4.0" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 836 | checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 837 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 838 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 839 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 840 | |
| 841 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 842 | name = "crossbeam-channel" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 843 | version = "0.5.12" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 845 | checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 846 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 847 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 848 | ] |
| 849 | |
| 850 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 851 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 852 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 854 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 855 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 856 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 857 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 858 | ] |
| 859 | |
| 860 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 861 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 862 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 864 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 865 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 866 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 867 | ] |
| 868 | |
| 869 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 870 | name = "crossbeam-utils" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 871 | version = "0.8.19" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 873 | checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 874 | |
| 875 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 876 | name = "crypto-common" |
| 877 | version = "0.1.6" |
| 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 880 | dependencies = [ |
| 881 | "generic-array", |
| 882 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 883 | ] |
| 884 | |
| 885 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 886 | name = "ctrlc" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 887 | version = "3.4.2" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 889 | checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 890 | dependencies = [ |
| 891 | "nix", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 892 | "windows-sys 0.52.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 893 | ] |
| 894 | |
| 895 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 896 | name = "curl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 897 | version = "0.4.46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 899 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 900 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 901 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 902 | "libc", |
| 903 | "openssl-probe", |
| 904 | "openssl-sys", |
| 905 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 906 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 907 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 908 | ] |
| 909 | |
| 910 | [[package]] |
| 911 | name = "curl-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 912 | version = "0.4.72+curl-8.6.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 914 | checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 915 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 916 | "cc", |
| 917 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 918 | "libz-sys", |
| 919 | "openssl-sys", |
| 920 | "pkg-config", |
| 921 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 922 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 923 | ] |
| 924 | |
| 925 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 926 | name = "darling" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 927 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 929 | checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 930 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 931 | "darling_core", |
| 932 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 933 | ] |
| 934 | |
| 935 | [[package]] |
| 936 | name = "darling_core" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 937 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 939 | checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 940 | dependencies = [ |
| 941 | "fnv", |
| 942 | "ident_case", |
| 943 | "proc-macro2", |
| 944 | "quote", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 945 | "strsim 0.10.0", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 946 | "syn 2.0.52", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 947 | ] |
| 948 | |
| 949 | [[package]] |
| 950 | name = "darling_macro" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 951 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 953 | checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 954 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 955 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 956 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 957 | "syn 2.0.52", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 958 | ] |
| 959 | |
| 960 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 961 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 962 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 964 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 965 | |
| 966 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 967 | name = "declare_clippy_lint" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 968 | version = "0.1.78" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 969 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 970 | "itertools 0.12.1", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 971 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 972 | "syn 2.0.52", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 973 | ] |
| 974 | |
| 975 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 976 | name = "deranged" |
| 977 | version = "0.3.11" |
| 978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 979 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 980 | dependencies = [ |
| 981 | "powerfmt", |
| 982 | ] |
| 983 | |
| 984 | [[package]] |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 985 | name = "derivative" |
| 986 | version = "2.2.0" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| 989 | dependencies = [ |
| 990 | "proc-macro2", |
| 991 | "quote", |
| 992 | "syn 1.0.109", |
| 993 | ] |
| 994 | |
| 995 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 996 | name = "derive_builder" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 997 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 998 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 999 | checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1000 | dependencies = [ |
| 1001 | "derive_builder_macro", |
| 1002 | ] |
| 1003 | |
| 1004 | [[package]] |
| 1005 | name = "derive_builder_core" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1006 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1008 | checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1009 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1010 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1011 | "proc-macro2", |
| 1012 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1013 | "syn 2.0.52", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1014 | ] |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "derive_builder_macro" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1018 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1020 | checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1021 | dependencies = [ |
| 1022 | "derive_builder_core", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1023 | "syn 2.0.52", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1024 | ] |
| 1025 | |
| 1026 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1027 | name = "derive_more" |
| 1028 | version = "0.99.17" |
| 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 1031 | dependencies = [ |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1032 | "proc-macro2", |
| 1033 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1034 | "syn 1.0.109", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1038 | name = "derive_setters" |
| 1039 | version = "0.1.6" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 1042 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1043 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1044 | "proc-macro2", |
| 1045 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1046 | "syn 2.0.52", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1047 | ] |
| 1048 | |
| 1049 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1050 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1051 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1053 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1054 | |
| 1055 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1056 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1057 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1059 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1060 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1061 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1062 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1063 | ] |
| 1064 | |
| 1065 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1066 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1067 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1069 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1070 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1071 | "dirs-sys 0.4.1", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1072 | ] |
| 1073 | |
| 1074 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1075 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1076 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1078 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1079 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1080 | "dirs-sys 0.3.7", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1081 | ] |
| 1082 | |
| 1083 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1084 | name = "dirs-next" |
| 1085 | version = "2.0.0" |
| 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1088 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1089 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1090 | "dirs-sys-next", |
| 1091 | ] |
| 1092 | |
| 1093 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1094 | name = "dirs-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1095 | version = "0.3.7" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1097 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1098 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1099 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1100 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1101 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1102 | ] |
| 1103 | |
| 1104 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1105 | name = "dirs-sys" |
| 1106 | version = "0.4.1" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1109 | dependencies = [ |
| 1110 | "libc", |
| 1111 | "option-ext", |
| 1112 | "redox_users", |
| 1113 | "windows-sys 0.48.0", |
| 1114 | ] |
| 1115 | |
| 1116 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1117 | name = "dirs-sys-next" |
| 1118 | version = "0.1.2" |
| 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1121 | dependencies = [ |
| 1122 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1123 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1124 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1125 | ] |
| 1126 | |
| 1127 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1128 | name = "displaydoc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1129 | version = "0.2.4" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1131 | checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1132 | dependencies = [ |
| 1133 | "proc-macro2", |
| 1134 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1135 | "syn 2.0.52", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1136 | ] |
| 1137 | |
| 1138 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1139 | name = "dissimilar" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1140 | version = "1.0.7" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1142 | checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1143 | |
| 1144 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1145 | name = "dlmalloc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1146 | version = "0.2.6" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1148 | checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1149 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1150 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1151 | "compiler_builtins", |
| 1152 | "libc", |
| 1153 | "rustc-std-workspace-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1154 | "windows-sys 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1155 | ] |
| 1156 | |
| 1157 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1158 | name = "either" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1159 | version = "1.10.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1161 | checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1162 | |
| 1163 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1164 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1165 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1167 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1168 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1169 | "regex", |
| 1170 | "serde", |
| 1171 | "serde_derive", |
| 1172 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1173 | ] |
| 1174 | |
| 1175 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1176 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1177 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1179 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1180 | dependencies = [ |
| 1181 | "stable_deref_trait", |
| 1182 | ] |
| 1183 | |
| 1184 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1185 | name = "ena" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1186 | version = "0.14.2" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1188 | checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1189 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1190 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1191 | ] |
| 1192 | |
| 1193 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1194 | name = "encode_unicode" |
| 1195 | version = "0.3.6" |
| 1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1197 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1198 | |
| 1199 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1200 | name = "encoding_rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1201 | version = "0.8.33" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1203 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1204 | dependencies = [ |
| 1205 | "cfg-if", |
| 1206 | ] |
| 1207 | |
| 1208 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1209 | name = "env_filter" |
| 1210 | version = "0.1.0" |
| 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1212 | checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
| 1213 | dependencies = [ |
| 1214 | "log", |
| 1215 | "regex", |
| 1216 | ] |
| 1217 | |
| 1218 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1219 | name = "env_logger" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1220 | version = "0.11.2" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1222 | checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1223 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1224 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1225 | "anstyle", |
| 1226 | "env_filter", |
| 1227 | "humantime", |
| 1228 | "log", |
| 1229 | ] |
| 1230 | |
| 1231 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1232 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1233 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1235 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1236 | |
| 1237 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1238 | name = "errno" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1239 | version = "0.3.8" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1241 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1242 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1243 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1244 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1248 | name = "error_index_generator" |
| 1249 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1250 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1251 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1252 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1253 | |
| 1254 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1255 | name = "expand-yaml-anchors" |
| 1256 | version = "0.1.0" |
| 1257 | dependencies = [ |
| 1258 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1259 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1260 | ] |
| 1261 | |
| 1262 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1263 | name = "expect-test" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1264 | version = "1.4.1" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1266 | checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1267 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1268 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1269 | "once_cell", |
| 1270 | ] |
| 1271 | |
| 1272 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1273 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1274 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1276 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1277 | dependencies = [ |
| 1278 | "indenter", |
| 1279 | "once_cell", |
| 1280 | ] |
| 1281 | |
| 1282 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1283 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1284 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1286 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1287 | |
| 1288 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1289 | name = "fastrand" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1290 | version = "2.0.1" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1292 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1293 | |
| 1294 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1295 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1296 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1298 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1299 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1300 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1301 | "rustc_version", |
| 1302 | ] |
| 1303 | |
| 1304 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1305 | name = "filetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1306 | version = "0.2.23" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1308 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1309 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1310 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1311 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1312 | "redox_syscall", |
| 1313 | "windows-sys 0.52.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1314 | ] |
| 1315 | |
| 1316 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1317 | name = "flate2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1318 | version = "1.0.28" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1320 | checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1321 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1322 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1323 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1324 | ] |
| 1325 | |
| 1326 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1327 | name = "fluent-bundle" |
| 1328 | version = "0.15.2" |
| 1329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1330 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1331 | dependencies = [ |
| 1332 | "fluent-langneg", |
| 1333 | "fluent-syntax", |
| 1334 | "intl-memoizer", |
| 1335 | "intl_pluralrules", |
| 1336 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1337 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1338 | "smallvec", |
| 1339 | "unic-langid", |
| 1340 | ] |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "fluent-langneg" |
| 1344 | version = "0.13.0" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1347 | dependencies = [ |
| 1348 | "unic-langid", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "fluent-syntax" |
| 1353 | version = "0.11.0" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1356 | dependencies = [ |
| 1357 | "thiserror", |
| 1358 | ] |
| 1359 | |
| 1360 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1361 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1362 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1364 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1365 | |
| 1366 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1367 | name = "foreign-types" |
| 1368 | version = "0.3.2" |
| 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 1371 | dependencies = [ |
| 1372 | "foreign-types-shared", |
| 1373 | ] |
| 1374 | |
| 1375 | [[package]] |
| 1376 | name = "foreign-types-shared" |
| 1377 | version = "0.1.1" |
| 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1379 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1380 | |
| 1381 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1382 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1383 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1385 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1386 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1387 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1388 | ] |
| 1389 | |
| 1390 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1391 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1392 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1394 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1395 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1396 | "compiler_builtins", |
| 1397 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1398 | ] |
| 1399 | |
| 1400 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1401 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1402 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1404 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1405 | dependencies = [ |
| 1406 | "autocfg", |
| 1407 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1408 | |
| 1409 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1410 | name = "fs_extra" |
| 1411 | version = "1.3.0" |
| 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1413 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1414 | |
| 1415 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1416 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1417 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1419 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1420 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1421 | "mac", |
| 1422 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1423 | ] |
| 1424 | |
| 1425 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1426 | name = "futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1427 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1429 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1430 | dependencies = [ |
| 1431 | "futures-channel", |
| 1432 | "futures-core", |
| 1433 | "futures-executor", |
| 1434 | "futures-io", |
| 1435 | "futures-sink", |
| 1436 | "futures-task", |
| 1437 | "futures-util", |
| 1438 | ] |
| 1439 | |
| 1440 | [[package]] |
| 1441 | name = "futures-channel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1442 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1444 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1445 | dependencies = [ |
| 1446 | "futures-core", |
| 1447 | "futures-sink", |
| 1448 | ] |
| 1449 | |
| 1450 | [[package]] |
| 1451 | name = "futures-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1452 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1454 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1455 | |
| 1456 | [[package]] |
| 1457 | name = "futures-executor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1458 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1460 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1461 | dependencies = [ |
| 1462 | "futures-core", |
| 1463 | "futures-task", |
| 1464 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1465 | ] |
| 1466 | |
| 1467 | [[package]] |
| 1468 | name = "futures-io" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1469 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1471 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1472 | |
| 1473 | [[package]] |
| 1474 | name = "futures-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1475 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1477 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1478 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1479 | "proc-macro2", |
| 1480 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1481 | "syn 2.0.52", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1482 | ] |
| 1483 | |
| 1484 | [[package]] |
| 1485 | name = "futures-sink" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1486 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1488 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1489 | |
| 1490 | [[package]] |
| 1491 | name = "futures-task" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1492 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1494 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1495 | |
| 1496 | [[package]] |
| 1497 | name = "futures-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1498 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1500 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1501 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1502 | "futures-channel", |
| 1503 | "futures-core", |
| 1504 | "futures-io", |
| 1505 | "futures-macro", |
| 1506 | "futures-sink", |
| 1507 | "futures-task", |
| 1508 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1509 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1510 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1511 | "slab", |
| 1512 | ] |
| 1513 | |
| 1514 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1515 | name = "generate-copyright" |
| 1516 | version = "0.1.0" |
| 1517 | dependencies = [ |
| 1518 | "anyhow", |
| 1519 | "serde", |
| 1520 | "serde_json", |
| 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1524 | name = "generate-windows-sys" |
| 1525 | version = "0.1.0" |
| 1526 | dependencies = [ |
| 1527 | "windows-bindgen", |
| 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1531 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1532 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1534 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1535 | dependencies = [ |
| 1536 | "typenum", |
| 1537 | "version_check", |
| 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1541 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1542 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1544 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1545 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1546 | "rustc-std-workspace-core", |
| 1547 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1548 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1549 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1550 | |
| 1551 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1552 | name = "getrandom" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1553 | version = "0.2.12" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1555 | checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1556 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1557 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1558 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1559 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1560 | ] |
| 1561 | |
| 1562 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1563 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1564 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1566 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1567 | dependencies = [ |
| 1568 | "compiler_builtins", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1569 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1570 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1571 | "rustc-std-workspace-alloc", |
| 1572 | "rustc-std-workspace-core", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1573 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1574 | ] |
| 1575 | |
| 1576 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1577 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1578 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1580 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1581 | |
| 1582 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1583 | name = "globset" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1584 | version = "0.4.13" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1586 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1587 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1588 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1589 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1590 | "fnv", |
| 1591 | "log", |
| 1592 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1593 | ] |
| 1594 | |
| 1595 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1596 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1597 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1599 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1600 | dependencies = [ |
| 1601 | "serde", |
| 1602 | ] |
| 1603 | |
| 1604 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1605 | name = "h2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1606 | version = "0.3.24" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1608 | checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1609 | dependencies = [ |
| 1610 | "bytes", |
| 1611 | "fnv", |
| 1612 | "futures-core", |
| 1613 | "futures-sink", |
| 1614 | "futures-util", |
| 1615 | "http", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1616 | "indexmap", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1617 | "slab", |
| 1618 | "tokio", |
| 1619 | "tokio-util", |
| 1620 | "tracing", |
| 1621 | ] |
| 1622 | |
| 1623 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1624 | name = "handlebars" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1625 | version = "5.1.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1627 | checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1628 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1629 | "log", |
| 1630 | "pest", |
| 1631 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1632 | "serde", |
| 1633 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1634 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1635 | ] |
| 1636 | |
| 1637 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1638 | name = "hashbrown" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1639 | version = "0.14.3" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1641 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1642 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1643 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1644 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1645 | "compiler_builtins", |
| 1646 | "rustc-std-workspace-alloc", |
| 1647 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1651 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1652 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1654 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1655 | |
| 1656 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1657 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1658 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1660 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1661 | dependencies = [ |
| 1662 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1663 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1664 | "rustc-std-workspace-core", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1668 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1669 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1671 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1672 | |
| 1673 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1674 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1675 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1677 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1678 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1679 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1680 | ] |
| 1681 | |
| 1682 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1683 | name = "html-checker" |
| 1684 | version = "0.1.0" |
| 1685 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1686 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1687 | "walkdir", |
| 1688 | ] |
| 1689 | |
| 1690 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1691 | name = "html-escape" |
| 1692 | version = "0.2.13" |
| 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1694 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1695 | dependencies = [ |
| 1696 | "utf8-width", |
| 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1700 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1701 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1703 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1704 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1705 | "log", |
| 1706 | "mac", |
| 1707 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1708 | "proc-macro2", |
| 1709 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1710 | "syn 1.0.109", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1711 | ] |
| 1712 | |
| 1713 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1714 | name = "http" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1715 | version = "0.2.11" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1717 | checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1718 | dependencies = [ |
| 1719 | "bytes", |
| 1720 | "fnv", |
| 1721 | "itoa", |
| 1722 | ] |
| 1723 | |
| 1724 | [[package]] |
| 1725 | name = "http-body" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1726 | version = "0.4.6" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1728 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1729 | dependencies = [ |
| 1730 | "bytes", |
| 1731 | "http", |
| 1732 | "pin-project-lite", |
| 1733 | ] |
| 1734 | |
| 1735 | [[package]] |
| 1736 | name = "httparse" |
| 1737 | version = "1.8.0" |
| 1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1739 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| 1740 | |
| 1741 | [[package]] |
| 1742 | name = "httpdate" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1743 | version = "1.0.3" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1745 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1746 | |
| 1747 | [[package]] |
| 1748 | name = "humansize" |
| 1749 | version = "2.1.3" |
| 1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1751 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1752 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1753 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1754 | ] |
| 1755 | |
| 1756 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1757 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1758 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1760 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1761 | |
| 1762 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1763 | name = "hyper" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1764 | version = "0.14.28" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1766 | checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1767 | dependencies = [ |
| 1768 | "bytes", |
| 1769 | "futures-channel", |
| 1770 | "futures-core", |
| 1771 | "futures-util", |
| 1772 | "h2", |
| 1773 | "http", |
| 1774 | "http-body", |
| 1775 | "httparse", |
| 1776 | "httpdate", |
| 1777 | "itoa", |
| 1778 | "pin-project-lite", |
| 1779 | "socket2", |
| 1780 | "tokio", |
| 1781 | "tower-service", |
| 1782 | "tracing", |
| 1783 | "want", |
| 1784 | ] |
| 1785 | |
| 1786 | [[package]] |
| 1787 | name = "hyper-tls" |
| 1788 | version = "0.5.0" |
| 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1790 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
| 1791 | dependencies = [ |
| 1792 | "bytes", |
| 1793 | "hyper", |
| 1794 | "native-tls", |
| 1795 | "tokio", |
| 1796 | "tokio-native-tls", |
| 1797 | ] |
| 1798 | |
| 1799 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1800 | name = "iana-time-zone" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1801 | version = "0.1.60" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1803 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1804 | dependencies = [ |
| 1805 | "android_system_properties", |
| 1806 | "core-foundation-sys", |
| 1807 | "iana-time-zone-haiku", |
| 1808 | "js-sys", |
| 1809 | "wasm-bindgen", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1810 | "windows-core", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1811 | ] |
| 1812 | |
| 1813 | [[package]] |
| 1814 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1815 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1817 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1818 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1819 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1820 | ] |
| 1821 | |
| 1822 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1823 | name = "icu_list" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1824 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1826 | checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1827 | dependencies = [ |
| 1828 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1829 | "icu_list_data", |
| 1830 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1831 | "icu_provider", |
| 1832 | "regex-automata 0.2.0", |
| 1833 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1834 | ] |
| 1835 | |
| 1836 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1837 | name = "icu_list_data" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1838 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1840 | checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1841 | |
| 1842 | [[package]] |
| 1843 | name = "icu_locid" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1844 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1846 | checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1847 | dependencies = [ |
| 1848 | "displaydoc", |
| 1849 | "litemap", |
| 1850 | "tinystr", |
| 1851 | "writeable", |
| 1852 | "zerovec", |
| 1853 | ] |
| 1854 | |
| 1855 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1856 | name = "icu_locid_transform" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1857 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1859 | checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1860 | dependencies = [ |
| 1861 | "displaydoc", |
| 1862 | "icu_locid", |
| 1863 | "icu_locid_transform_data", |
| 1864 | "icu_provider", |
| 1865 | "tinystr", |
| 1866 | "zerovec", |
| 1867 | ] |
| 1868 | |
| 1869 | [[package]] |
| 1870 | name = "icu_locid_transform_data" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1871 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1873 | checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1874 | |
| 1875 | [[package]] |
| 1876 | name = "icu_provider" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1877 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1879 | checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1880 | dependencies = [ |
| 1881 | "displaydoc", |
| 1882 | "icu_locid", |
| 1883 | "icu_provider_macros", |
| 1884 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1885 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1886 | "writeable", |
| 1887 | "yoke", |
| 1888 | "zerofrom", |
| 1889 | "zerovec", |
| 1890 | ] |
| 1891 | |
| 1892 | [[package]] |
| 1893 | name = "icu_provider_adapters" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1894 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1896 | checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1897 | dependencies = [ |
| 1898 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1899 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1900 | "icu_provider", |
| 1901 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1902 | "zerovec", |
| 1903 | ] |
| 1904 | |
| 1905 | [[package]] |
| 1906 | name = "icu_provider_macros" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1907 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1909 | checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1910 | dependencies = [ |
| 1911 | "proc-macro2", |
| 1912 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1913 | "syn 2.0.52", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1914 | ] |
| 1915 | |
| 1916 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1917 | name = "ident_case" |
| 1918 | version = "1.0.1" |
| 1919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1920 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1921 | |
| 1922 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1923 | name = "idna" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1924 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1926 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1927 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1928 | "unicode-bidi", |
| 1929 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1930 | ] |
| 1931 | |
| 1932 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1933 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1934 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1936 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1937 | |
| 1938 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1939 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1940 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1942 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1943 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1944 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1945 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1946 | "log", |
| 1947 | "memchr", |
| 1948 | "regex", |
| 1949 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1950 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1951 | "walkdir", |
| 1952 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1953 | ] |
| 1954 | |
| 1955 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1956 | name = "indenter" |
| 1957 | version = "0.3.3" |
| 1958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1959 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1960 | |
| 1961 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1962 | name = "indexmap" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1963 | version = "2.2.5" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1965 | checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1966 | dependencies = [ |
| 1967 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1968 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1969 | "rustc-rayon", |
| 1970 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1971 | ] |
| 1972 | |
| 1973 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1974 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1975 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1977 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1978 | dependencies = [ |
| 1979 | "console", |
| 1980 | "instant", |
| 1981 | "number_prefix", |
| 1982 | "portable-atomic", |
| 1983 | "unicode-width", |
| 1984 | ] |
| 1985 | |
| 1986 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1987 | name = "indoc" |
| 1988 | version = "1.0.9" |
| 1989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1991 | |
| 1992 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1993 | name = "inout" |
| 1994 | version = "0.1.3" |
| 1995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1996 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1997 | dependencies = [ |
| 1998 | "generic-array", |
| 1999 | ] |
| 2000 | |
| 2001 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2002 | name = "installer" |
| 2003 | version = "0.0.0" |
| 2004 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 2005 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2006 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2007 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2008 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2009 | "tar", |
| 2010 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2011 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2012 | ] |
| 2013 | |
| 2014 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2015 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2016 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2018 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 2019 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2020 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2021 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2022 | |
| 2023 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2024 | name = "intl-memoizer" |
| 2025 | version = "0.5.1" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 2028 | dependencies = [ |
| 2029 | "type-map", |
| 2030 | "unic-langid", |
| 2031 | ] |
| 2032 | |
| 2033 | [[package]] |
| 2034 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2035 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2037 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2038 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2039 | "unic-langid", |
| 2040 | ] |
| 2041 | |
| 2042 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2043 | name = "ipnet" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2044 | version = "2.9.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2046 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2047 | |
| 2048 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2049 | name = "itertools" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2050 | version = "0.11.0" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2052 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2053 | dependencies = [ |
| 2054 | "either", |
| 2055 | ] |
| 2056 | |
| 2057 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2058 | name = "itertools" |
| 2059 | version = "0.12.1" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 2062 | dependencies = [ |
| 2063 | "either", |
| 2064 | ] |
| 2065 | |
| 2066 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2067 | name = "itoa" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2068 | version = "1.0.10" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2070 | checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2071 | |
| 2072 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2073 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2074 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2076 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2077 | dependencies = [ |
| 2078 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2079 | "libc", |
| 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2083 | name = "jobserver" |
Vadim Petrochenkov | 83f3bc4 | 2024-02-09 16:11:37 | [diff] [blame] | 2084 | version = "0.1.28" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Vadim Petrochenkov | 83f3bc4 | 2024-02-09 16:11:37 | [diff] [blame] | 2086 | checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2087 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2088 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2092 | name = "js-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2093 | version = "0.3.68" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2095 | checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2096 | dependencies = [ |
| 2097 | "wasm-bindgen", |
| 2098 | ] |
| 2099 | |
| 2100 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2101 | name = "jsondocck" |
| 2102 | version = "0.1.0" |
| 2103 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2104 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2105 | "getopts", |
| 2106 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 2107 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2108 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2109 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2110 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2111 | ] |
| 2112 | |
| 2113 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2114 | name = "jsondoclint" |
| 2115 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2116 | dependencies = [ |
| 2117 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2118 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2119 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2120 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2121 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2122 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2123 | "serde_json", |
| 2124 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2125 | |
| 2126 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2127 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2128 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2130 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2131 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2132 | "log", |
| 2133 | "serde", |
| 2134 | "serde_json", |
| 2135 | ] |
| 2136 | |
| 2137 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2138 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2139 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2141 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2142 | |
| 2143 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2144 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2145 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2147 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2148 | |
| 2149 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2150 | name = "leb128" |
| 2151 | version = "0.2.5" |
| 2152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2153 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2154 | |
| 2155 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2156 | name = "levenshtein" |
| 2157 | version = "1.0.5" |
| 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2159 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2160 | |
| 2161 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2162 | name = "libc" |
Aphek | ee87033 | 2024-02-02 02:58:42 | [diff] [blame] | 2163 | version = "0.2.153" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aphek | ee87033 | 2024-02-02 02:58:42 | [diff] [blame] | 2165 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2166 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2167 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2168 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2169 | |
| 2170 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2171 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2172 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2174 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2175 | dependencies = [ |
| 2176 | "libc", |
| 2177 | "libffi-sys", |
| 2178 | ] |
| 2179 | |
| 2180 | [[package]] |
| 2181 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2182 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2184 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2185 | dependencies = [ |
| 2186 | "cc", |
| 2187 | ] |
| 2188 | |
| 2189 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2190 | name = "libloading" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2191 | version = "0.8.2" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2193 | checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2194 | dependencies = [ |
| 2195 | "cfg-if", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2196 | "windows-targets 0.52.4", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2197 | ] |
| 2198 | |
| 2199 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2200 | name = "libm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2201 | version = "0.2.8" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2203 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 2204 | |
| 2205 | [[package]] |
| 2206 | name = "libredox" |
| 2207 | version = "0.0.1" |
| 2208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2209 | checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" |
| 2210 | dependencies = [ |
| 2211 | "bitflags 2.4.2", |
| 2212 | "libc", |
| 2213 | "redox_syscall", |
| 2214 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2215 | |
| 2216 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2217 | name = "libz-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2218 | version = "1.1.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2220 | checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2221 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2222 | "cc", |
| 2223 | "libc", |
| 2224 | "pkg-config", |
| 2225 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2226 | ] |
| 2227 | |
| 2228 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2229 | name = "linkchecker" |
| 2230 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2231 | dependencies = [ |
Eric Huss | 776590b | 2024-02-08 16:35:12 | [diff] [blame] | 2232 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2233 | "once_cell", |
| 2234 | "regex", |
| 2235 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2236 | |
| 2237 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2238 | name = "linked-hash-map" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2239 | version = "0.5.6" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2241 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2242 | |
| 2243 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2244 | name = "lint-docs" |
| 2245 | version = "0.1.0" |
| 2246 | dependencies = [ |
| 2247 | "serde_json", |
| 2248 | "tempfile", |
| 2249 | "walkdir", |
| 2250 | ] |
| 2251 | |
| 2252 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2253 | name = "linux-raw-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2254 | version = "0.4.13" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2256 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2257 | |
| 2258 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2259 | name = "litemap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2260 | version = "0.7.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2262 | checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2263 | |
| 2264 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2265 | name = "lld-wrapper" |
| 2266 | version = "0.1.0" |
| 2267 | |
| 2268 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2269 | name = "llvm-bitcode-linker" |
| 2270 | version = "0.0.1" |
| 2271 | dependencies = [ |
| 2272 | "anyhow", |
| 2273 | "clap", |
| 2274 | "thiserror", |
| 2275 | "tracing", |
| 2276 | "tracing-subscriber", |
| 2277 | ] |
| 2278 | |
| 2279 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2280 | name = "lock_api" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2281 | version = "0.4.11" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2283 | checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2284 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2285 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2286 | "scopeguard", |
| 2287 | ] |
| 2288 | |
| 2289 | [[package]] |
| 2290 | name = "log" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2291 | version = "0.4.21" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2293 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2294 | |
| 2295 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2296 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2297 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2299 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2300 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2301 | "cc", |
| 2302 | "libc", |
| 2303 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2304 | ] |
| 2305 | |
| 2306 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2307 | name = "mac" |
| 2308 | version = "0.1.1" |
| 2309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2310 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2311 | |
| 2312 | [[package]] |
| 2313 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2314 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2316 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2317 | |
| 2318 | [[package]] |
| 2319 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2320 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2322 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2323 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2324 | "log", |
| 2325 | "phf", |
| 2326 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2327 | "string_cache", |
| 2328 | "string_cache_codegen", |
| 2329 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2330 | ] |
| 2331 | |
| 2332 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2333 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2334 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2336 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2337 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2338 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2339 | ] |
| 2340 | |
| 2341 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2342 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2343 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2345 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2346 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2347 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2348 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2349 | ] |
| 2350 | |
| 2351 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2352 | name = "mdbook" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2353 | version = "0.4.37" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2355 | checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2356 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2357 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2358 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2359 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2360 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2361 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2362 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2363 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2364 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2365 | "log", |
| 2366 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2367 | "once_cell", |
Philipp Krones | d7a0182 | 2024-01-25 18:17:52 | [diff] [blame] | 2368 | "opener", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2369 | "pulldown-cmark 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2370 | "regex", |
| 2371 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2372 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2373 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2374 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2375 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2376 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2377 | ] |
| 2378 | |
| 2379 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2380 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2381 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2383 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2384 | dependencies = [ |
| 2385 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2386 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2387 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2388 | "perf-event-open-sys", |
| 2389 | "rustc-hash", |
| 2390 | "smallvec", |
| 2391 | ] |
| 2392 | |
| 2393 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2394 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2395 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2397 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2398 | dependencies = [ |
| 2399 | "compiler_builtins", |
| 2400 | "rustc-std-workspace-core", |
| 2401 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2402 | |
| 2403 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2404 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2405 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2407 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2408 | dependencies = [ |
| 2409 | "libc", |
| 2410 | ] |
| 2411 | |
| 2412 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2413 | name = "memoffset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2414 | version = "0.9.0" |
| 2415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2416 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2417 | dependencies = [ |
| 2418 | "autocfg", |
| 2419 | ] |
| 2420 | |
| 2421 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2422 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2423 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2425 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2426 | |
| 2427 | [[package]] |
| 2428 | name = "mime_guess" |
| 2429 | version = "2.0.4" |
| 2430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2431 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2432 | dependencies = [ |
| 2433 | "mime", |
| 2434 | "unicase", |
| 2435 | ] |
| 2436 | |
| 2437 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2438 | name = "minifier" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2439 | version = "0.3.0" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2441 | checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2442 | |
| 2443 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2444 | name = "minimal-lexical" |
| 2445 | version = "0.2.1" |
| 2446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2447 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2448 | |
| 2449 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2450 | name = "miniz_oxide" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2451 | version = "0.7.2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2453 | checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2454 | dependencies = [ |
| 2455 | "adler", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2456 | "compiler_builtins", |
| 2457 | "rustc-std-workspace-alloc", |
| 2458 | "rustc-std-workspace-core", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2459 | ] |
| 2460 | |
| 2461 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2462 | name = "mio" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2463 | version = "0.8.11" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2465 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2466 | dependencies = [ |
| 2467 | "libc", |
| 2468 | "wasi", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2469 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2470 | ] |
| 2471 | |
| 2472 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2473 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2474 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2476 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2477 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2478 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2479 | ] |
| 2480 | |
| 2481 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2482 | name = "miri" |
| 2483 | version = "0.1.0" |
| 2484 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2485 | "aes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2486 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2487 | "ctrlc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2488 | "getrandom", |
Ralf Jung | 0ddccf9 | 2024-01-08 10:21:18 | [diff] [blame] | 2489 | "jemalloc-sys", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2490 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2491 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2492 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2493 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2494 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2495 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2496 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2497 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2498 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2499 | "tempfile", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2500 | "ui_test 0.21.2", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2501 | ] |
| 2502 | |
| 2503 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2504 | name = "miropt-test-tools" |
| 2505 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2506 | |
| 2507 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2508 | name = "native-tls" |
| 2509 | version = "0.2.11" |
| 2510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2511 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
| 2512 | dependencies = [ |
| 2513 | "lazy_static", |
| 2514 | "libc", |
| 2515 | "log", |
| 2516 | "openssl", |
| 2517 | "openssl-probe", |
| 2518 | "openssl-sys", |
| 2519 | "schannel", |
| 2520 | "security-framework", |
| 2521 | "security-framework-sys", |
| 2522 | "tempfile", |
| 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2526 | name = "new_debug_unreachable" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2527 | version = "1.0.4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2529 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2530 | |
| 2531 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2532 | name = "nix" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 2533 | version = "0.27.1" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 2535 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2536 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2537 | "bitflags 2.4.2", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2538 | "cfg-if", |
| 2539 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2540 | ] |
| 2541 | |
| 2542 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2543 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2544 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2546 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2547 | dependencies = [ |
| 2548 | "memchr", |
| 2549 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2550 | ] |
| 2551 | |
| 2552 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2553 | name = "normpath" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2554 | version = "1.2.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2556 | checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2557 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2558 | "windows-sys 0.52.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2559 | ] |
| 2560 | |
| 2561 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2562 | name = "ntapi" |
| 2563 | version = "0.4.1" |
| 2564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2565 | checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| 2566 | dependencies = [ |
| 2567 | "winapi", |
| 2568 | ] |
| 2569 | |
| 2570 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2571 | name = "nu-ansi-term" |
| 2572 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2574 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2575 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2576 | "overload", |
| 2577 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2578 | ] |
| 2579 | |
| 2580 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2581 | name = "num-conv" |
| 2582 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2584 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2585 | |
| 2586 | [[package]] |
| 2587 | name = "num-traits" |
| 2588 | version = "0.2.18" |
| 2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2590 | checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2591 | dependencies = [ |
| 2592 | "autocfg", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2593 | "libm", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2594 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2595 | |
| 2596 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2597 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2598 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2600 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2601 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2602 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2603 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2604 | ] |
| 2605 | |
| 2606 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2607 | name = "number_prefix" |
| 2608 | version = "0.4.0" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2611 | |
| 2612 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2613 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2614 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2616 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2617 | dependencies = [ |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2618 | "compiler_builtins", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2619 | "crc32fast", |
| 2620 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2621 | "hashbrown", |
| 2622 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2623 | "memchr", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2624 | "rustc-std-workspace-alloc", |
| 2625 | "rustc-std-workspace-core", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2626 | "ruzstd", |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 2627 | "wasmparser", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2628 | ] |
| 2629 | |
| 2630 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2631 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2632 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2634 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2635 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2636 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2637 | ] |
| 2638 | |
| 2639 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2640 | name = "once_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2641 | version = "1.19.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2643 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2644 | |
| 2645 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2646 | name = "opener" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2647 | version = "0.6.1" |
| 2648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2649 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2650 | dependencies = [ |
| 2651 | "bstr", |
| 2652 | "normpath", |
| 2653 | "winapi", |
| 2654 | ] |
| 2655 | |
| 2656 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2657 | name = "openssl" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2658 | version = "0.10.64" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2660 | checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2661 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2662 | "bitflags 2.4.2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2663 | "cfg-if", |
| 2664 | "foreign-types", |
| 2665 | "libc", |
| 2666 | "once_cell", |
| 2667 | "openssl-macros", |
| 2668 | "openssl-sys", |
| 2669 | ] |
| 2670 | |
| 2671 | [[package]] |
| 2672 | name = "openssl-macros" |
| 2673 | version = "0.1.1" |
| 2674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2675 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 2676 | dependencies = [ |
| 2677 | "proc-macro2", |
| 2678 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2679 | "syn 2.0.52", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2680 | ] |
| 2681 | |
| 2682 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2683 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2684 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2686 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2687 | |
| 2688 | [[package]] |
| 2689 | name = "openssl-sys" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2690 | version = "0.9.101" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2692 | checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2693 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2694 | "cc", |
| 2695 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2696 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2697 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2698 | ] |
| 2699 | |
| 2700 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2701 | name = "opt-dist" |
| 2702 | version = "0.1.0" |
| 2703 | dependencies = [ |
| 2704 | "anyhow", |
| 2705 | "build_helper", |
| 2706 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2707 | "clap", |
| 2708 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2709 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2710 | "fs_extra", |
| 2711 | "glob", |
| 2712 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2713 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2714 | "log", |
| 2715 | "reqwest", |
| 2716 | "serde", |
| 2717 | "serde_json", |
| 2718 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2719 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2720 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2721 | "tempfile", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2722 | "xz", |
| 2723 | "zip", |
| 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2727 | name = "option-ext" |
| 2728 | version = "0.2.0" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2731 | |
| 2732 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2733 | name = "overload" |
| 2734 | version = "0.1.1" |
| 2735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2736 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2737 | |
| 2738 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2739 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2740 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2742 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2743 | |
| 2744 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2745 | name = "packed_simd" |
| 2746 | version = "0.3.9" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2748 | checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2749 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2750 | "cfg-if", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2751 | "num-traits", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2752 | ] |
| 2753 | |
| 2754 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2755 | name = "pad" |
| 2756 | version = "0.1.6" |
| 2757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2758 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2759 | dependencies = [ |
| 2760 | "unicode-width", |
| 2761 | ] |
| 2762 | |
| 2763 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2764 | name = "panic_abort" |
| 2765 | version = "0.0.0" |
| 2766 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2767 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2768 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2769 | "compiler_builtins", |
| 2770 | "core", |
| 2771 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2772 | ] |
| 2773 | |
| 2774 | [[package]] |
| 2775 | name = "panic_unwind" |
| 2776 | version = "0.0.0" |
| 2777 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2778 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2779 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2780 | "compiler_builtins", |
| 2781 | "core", |
| 2782 | "libc", |
| 2783 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2784 | ] |
| 2785 | |
| 2786 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2787 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2788 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2790 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2791 | dependencies = [ |
| 2792 | "bytecount", |
| 2793 | "fnv", |
| 2794 | "unicode-width", |
| 2795 | ] |
| 2796 | |
| 2797 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2798 | name = "parking_lot" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2799 | version = "0.12.1" |
| 2800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2801 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2802 | dependencies = [ |
| 2803 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2804 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2805 | ] |
| 2806 | |
| 2807 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2808 | name = "parking_lot_core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2809 | version = "0.9.9" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2811 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2812 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2813 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2814 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2815 | "redox_syscall", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2816 | "smallvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2817 | "windows-targets 0.48.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2818 | ] |
| 2819 | |
| 2820 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2821 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2822 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2824 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2825 | |
| 2826 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2827 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2828 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2830 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2831 | |
| 2832 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2833 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2834 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2836 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2837 | dependencies = [ |
| 2838 | "libc", |
| 2839 | ] |
| 2840 | |
| 2841 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2842 | name = "pest" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2843 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2845 | checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2846 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2847 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2848 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2849 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2850 | ] |
| 2851 | |
| 2852 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2853 | name = "pest_derive" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2854 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2856 | checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2857 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2858 | "pest", |
| 2859 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2860 | ] |
| 2861 | |
| 2862 | [[package]] |
| 2863 | name = "pest_generator" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2864 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2866 | checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2867 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2868 | "pest", |
| 2869 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2870 | "proc-macro2", |
| 2871 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2872 | "syn 2.0.52", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2873 | ] |
| 2874 | |
| 2875 | [[package]] |
| 2876 | name = "pest_meta" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2877 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2879 | checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2880 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2881 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2882 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2883 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2884 | ] |
| 2885 | |
| 2886 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2887 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2888 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2890 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2891 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2892 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2893 | ] |
| 2894 | |
| 2895 | [[package]] |
| 2896 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2897 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2899 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2900 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2901 | "phf_generator", |
| 2902 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2903 | ] |
| 2904 | |
| 2905 | [[package]] |
| 2906 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2907 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2909 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2910 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2911 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2912 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2913 | ] |
| 2914 | |
| 2915 | [[package]] |
| 2916 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2917 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2919 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2920 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2921 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2922 | ] |
| 2923 | |
| 2924 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2925 | name = "pin-project-lite" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2926 | version = "0.2.13" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2928 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2929 | |
| 2930 | [[package]] |
| 2931 | name = "pin-utils" |
| 2932 | version = "0.1.0" |
| 2933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2934 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2935 | |
| 2936 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2937 | name = "pkg-config" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2938 | version = "0.3.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2940 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2941 | |
| 2942 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2943 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2944 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2946 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2947 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2948 | "datafrog", |
| 2949 | "log", |
| 2950 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2951 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2952 | |
| 2953 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2954 | name = "portable-atomic" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2955 | version = "1.6.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2957 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2958 | |
| 2959 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2960 | name = "powerfmt" |
| 2961 | version = "0.2.0" |
| 2962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2963 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2964 | |
| 2965 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2966 | name = "ppv-lite86" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2967 | version = "0.2.17" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2969 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2970 | |
| 2971 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2972 | name = "precomputed-hash" |
| 2973 | version = "0.1.1" |
| 2974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2975 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2976 | |
| 2977 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2978 | name = "prettydiff" |
| 2979 | version = "0.6.4" |
| 2980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2981 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 2982 | dependencies = [ |
| 2983 | "ansi_term", |
| 2984 | "pad", |
| 2985 | ] |
| 2986 | |
| 2987 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2988 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2989 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2991 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2992 | |
| 2993 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2994 | name = "proc-macro2" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 2995 | version = "1.0.78" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 2997 | checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2998 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2999 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3000 | ] |
| 3001 | |
| 3002 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3003 | name = "proc_macro" |
| 3004 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3005 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 3006 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3007 | "std", |
| 3008 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3009 | |
| 3010 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3011 | name = "profiler_builtins" |
| 3012 | version = "0.0.0" |
| 3013 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3014 | "cc", |
| 3015 | "compiler_builtins", |
| 3016 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 3017 | ] |
| 3018 | |
| 3019 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3020 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3021 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3023 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3024 | dependencies = [ |
| 3025 | "cc", |
| 3026 | ] |
| 3027 | |
| 3028 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3029 | name = "pulldown-cmark" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3030 | version = "0.9.6" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3032 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3033 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3034 | "bitflags 2.4.2", |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3035 | "memchr", |
| 3036 | "unicase", |
| 3037 | ] |
| 3038 | |
| 3039 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3040 | name = "pulldown-cmark" |
| 3041 | version = "0.10.0" |
| 3042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3043 | checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7" |
| 3044 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3045 | "bitflags 2.4.2", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3046 | "memchr", |
| 3047 | "pulldown-cmark-escape", |
| 3048 | "unicase", |
| 3049 | ] |
| 3050 | |
| 3051 | [[package]] |
| 3052 | name = "pulldown-cmark-escape" |
| 3053 | version = "0.10.0" |
| 3054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3055 | checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" |
| 3056 | |
| 3057 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3058 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3059 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3061 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3062 | |
| 3063 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3064 | name = "quine-mc_cluskey" |
| 3065 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3067 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3068 | |
| 3069 | [[package]] |
| 3070 | name = "quote" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 3071 | version = "1.0.35" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 3073 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3074 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3075 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3076 | ] |
| 3077 | |
| 3078 | [[package]] |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3079 | name = "r-efi" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3080 | version = "4.3.0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3082 | checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3083 | dependencies = [ |
| 3084 | "compiler_builtins", |
| 3085 | "rustc-std-workspace-core", |
| 3086 | ] |
| 3087 | |
| 3088 | [[package]] |
| 3089 | name = "r-efi-alloc" |
| 3090 | version = "1.0.0" |
| 3091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3092 | checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| 3093 | dependencies = [ |
| 3094 | "compiler_builtins", |
| 3095 | "r-efi", |
| 3096 | "rustc-std-workspace-core", |
| 3097 | ] |
| 3098 | |
| 3099 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3100 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3101 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3103 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3104 | dependencies = [ |
| 3105 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3106 | "rand_chacha", |
| 3107 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3108 | ] |
| 3109 | |
| 3110 | [[package]] |
| 3111 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3112 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3114 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3115 | dependencies = [ |
| 3116 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3117 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3118 | ] |
| 3119 | |
| 3120 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3121 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3122 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3124 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3125 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3126 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3127 | ] |
| 3128 | |
| 3129 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3130 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3131 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3133 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3134 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3135 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3136 | ] |
| 3137 | |
| 3138 | [[package]] |
| 3139 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3140 | version = "0.6.0" |
| 3141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3142 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3143 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3144 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3145 | ] |
| 3146 | |
| 3147 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3148 | name = "rayon" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3149 | version = "1.9.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3151 | checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3152 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3153 | "either", |
| 3154 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3155 | ] |
| 3156 | |
| 3157 | [[package]] |
| 3158 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3159 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3161 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3162 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3163 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3164 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3165 | ] |
| 3166 | |
| 3167 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3168 | name = "redox_syscall" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3169 | version = "0.4.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3171 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3172 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3173 | "bitflags 1.3.2", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3174 | ] |
| 3175 | |
| 3176 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3177 | name = "redox_users" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3178 | version = "0.4.4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3180 | checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3181 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3182 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3183 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3184 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3185 | ] |
| 3186 | |
| 3187 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3188 | name = "regex" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3189 | version = "1.8.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3191 | checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3192 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3193 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3194 | "memchr", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3195 | "regex-syntax 0.7.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3196 | ] |
| 3197 | |
| 3198 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3199 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3200 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3202 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3203 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3204 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3205 | ] |
| 3206 | |
| 3207 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3208 | name = "regex-automata" |
| 3209 | version = "0.2.0" |
| 3210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3211 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3212 | dependencies = [ |
| 3213 | "memchr", |
| 3214 | ] |
| 3215 | |
| 3216 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3217 | name = "regex-automata" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3218 | version = "0.3.9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3220 | checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3221 | |
| 3222 | [[package]] |
| 3223 | name = "regex-lite" |
| 3224 | version = "0.1.5" |
| 3225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3226 | checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| 3227 | |
| 3228 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3229 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3230 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3232 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3233 | |
| 3234 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3235 | name = "regex-syntax" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3236 | version = "0.7.5" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3238 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3239 | |
| 3240 | [[package]] |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3241 | name = "regex-syntax" |
| 3242 | version = "0.8.2" |
| 3243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3244 | checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
| 3245 | |
| 3246 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3247 | name = "remote-test-client" |
| 3248 | version = "0.1.0" |
| 3249 | |
| 3250 | [[package]] |
| 3251 | name = "remote-test-server" |
| 3252 | version = "0.1.0" |
| 3253 | |
| 3254 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3255 | name = "replace-version-placeholder" |
| 3256 | version = "0.1.0" |
| 3257 | dependencies = [ |
| 3258 | "tidy", |
| 3259 | "walkdir", |
| 3260 | ] |
| 3261 | |
| 3262 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3263 | name = "reqwest" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3264 | version = "0.11.24" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3266 | checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3267 | dependencies = [ |
| 3268 | "base64", |
| 3269 | "bytes", |
| 3270 | "encoding_rs", |
| 3271 | "futures-core", |
| 3272 | "futures-util", |
| 3273 | "h2", |
| 3274 | "http", |
| 3275 | "http-body", |
| 3276 | "hyper", |
| 3277 | "hyper-tls", |
| 3278 | "ipnet", |
| 3279 | "js-sys", |
| 3280 | "log", |
| 3281 | "mime", |
| 3282 | "native-tls", |
| 3283 | "once_cell", |
| 3284 | "percent-encoding", |
| 3285 | "pin-project-lite", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3286 | "rustls-pemfile", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3287 | "serde", |
| 3288 | "serde_json", |
| 3289 | "serde_urlencoded", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3290 | "sync_wrapper", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3291 | "system-configuration", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3292 | "tokio", |
| 3293 | "tokio-native-tls", |
| 3294 | "tower-service", |
| 3295 | "url", |
| 3296 | "wasm-bindgen", |
| 3297 | "wasm-bindgen-futures", |
| 3298 | "web-sys", |
| 3299 | "winreg", |
| 3300 | ] |
| 3301 | |
| 3302 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3303 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3304 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3305 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3306 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3307 | ] |
| 3308 | |
| 3309 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3310 | name = "run_make_support" |
| 3311 | version = "0.0.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3312 | dependencies = [ |
| 3313 | "wasmparser", |
| 3314 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3315 | |
| 3316 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3317 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3318 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3319 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3320 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3321 | "rustc-demangle", |
| 3322 | ] |
| 3323 | |
| 3324 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3325 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3326 | version = "0.1.0" |
| 3327 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 3328 | "clap", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 3329 | "env_logger", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3330 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3331 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3332 | |
| 3333 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3334 | name = "rustc-build-sysroot" |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3335 | version = "0.4.5" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3337 | checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3338 | dependencies = [ |
| 3339 | "anyhow", |
| 3340 | "rustc_version", |
| 3341 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3342 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3343 | ] |
| 3344 | |
| 3345 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3346 | name = "rustc-demangle" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3347 | version = "0.1.23" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3349 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3350 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3351 | "compiler_builtins", |
| 3352 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3353 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3354 | |
| 3355 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3356 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3357 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3359 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3360 | |
| 3361 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3362 | name = "rustc-main" |
| 3363 | version = "0.0.0" |
| 3364 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3365 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3366 | "rustc_codegen_ssa", |
| 3367 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3368 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3369 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3370 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3371 | ] |
| 3372 | |
| 3373 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3374 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3375 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3377 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3378 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3379 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3380 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3381 | ] |
| 3382 | |
| 3383 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3384 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3385 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3387 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3388 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3389 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3390 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3391 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3392 | "num_cpus", |
| 3393 | ] |
| 3394 | |
| 3395 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 3396 | name = "rustc-semver" |
| 3397 | version = "1.1.0" |
| 3398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3399 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3400 | |
| 3401 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3402 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3403 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3404 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3405 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3406 | ] |
| 3407 | |
| 3408 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3409 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3410 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3411 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3412 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3413 | ] |
| 3414 | |
| 3415 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3416 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3417 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3418 | dependencies = [ |
| 3419 | "std", |
| 3420 | ] |
| 3421 | |
| 3422 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3423 | name = "rustc_abi" |
| 3424 | version = "0.0.0" |
| 3425 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3426 | "bitflags 2.4.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3427 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3428 | "rand_xoshiro", |
| 3429 | "rustc_data_structures", |
| 3430 | "rustc_index", |
| 3431 | "rustc_macros", |
| 3432 | "rustc_serialize", |
| 3433 | "tracing", |
| 3434 | ] |
| 3435 | |
| 3436 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3437 | name = "rustc_apfloat" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3438 | version = "0.2.0+llvm-462a31f5a5ab" |
| 3439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3440 | checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3441 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3442 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3443 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3444 | ] |
| 3445 | |
| 3446 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3447 | name = "rustc_arena" |
| 3448 | version = "0.0.0" |
| 3449 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3450 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3451 | ] |
| 3452 | |
| 3453 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3454 | name = "rustc_ast" |
| 3455 | version = "0.0.0" |
| 3456 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3457 | "bitflags 2.4.2", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3458 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3459 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3460 | "rustc_data_structures", |
| 3461 | "rustc_index", |
| 3462 | "rustc_lexer", |
| 3463 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3464 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3465 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3466 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3467 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3468 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3469 | ] |
| 3470 | |
| 3471 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3472 | name = "rustc_ast_ir" |
| 3473 | version = "0.0.0" |
| 3474 | dependencies = [ |
| 3475 | "rustc_data_structures", |
| 3476 | "rustc_macros", |
| 3477 | "rustc_serialize", |
| 3478 | "rustc_span", |
| 3479 | "smallvec", |
| 3480 | ] |
| 3481 | |
| 3482 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3483 | name = "rustc_ast_lowering" |
| 3484 | version = "0.0.0" |
| 3485 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3486 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3487 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3488 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3489 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3490 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3491 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3492 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3493 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3494 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3495 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3496 | "rustc_span", |
| 3497 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3498 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3499 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3500 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3501 | ] |
| 3502 | |
| 3503 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3504 | name = "rustc_ast_passes" |
| 3505 | version = "0.0.0" |
| 3506 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3507 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3508 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3509 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3510 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3511 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3512 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3513 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3514 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3515 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3516 | "rustc_parse", |
| 3517 | "rustc_session", |
| 3518 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3519 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3520 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3521 | ] |
| 3522 | |
| 3523 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3524 | name = "rustc_ast_pretty" |
| 3525 | version = "0.0.0" |
| 3526 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3527 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3528 | "rustc_ast", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3529 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3530 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3531 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3532 | ] |
| 3533 | |
| 3534 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3535 | name = "rustc_attr" |
| 3536 | version = "0.0.0" |
| 3537 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3538 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3539 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3540 | "rustc_data_structures", |
| 3541 | "rustc_errors", |
| 3542 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3543 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3544 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3545 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3546 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3547 | "rustc_session", |
| 3548 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3549 | ] |
| 3550 | |
| 3551 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3552 | name = "rustc_baked_icu_data" |
| 3553 | version = "0.0.0" |
| 3554 | dependencies = [ |
| 3555 | "icu_list", |
| 3556 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3557 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3558 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3559 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3560 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3561 | ] |
| 3562 | |
| 3563 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3564 | name = "rustc_borrowck" |
| 3565 | version = "0.0.0" |
| 3566 | dependencies = [ |
| 3567 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3568 | "itertools 0.12.1", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3569 | "polonius-engine", |
| 3570 | "rustc_data_structures", |
| 3571 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3572 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3573 | "rustc_graphviz", |
| 3574 | "rustc_hir", |
| 3575 | "rustc_index", |
| 3576 | "rustc_infer", |
| 3577 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3578 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3579 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3580 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3581 | "rustc_session", |
| 3582 | "rustc_span", |
| 3583 | "rustc_target", |
| 3584 | "rustc_trait_selection", |
| 3585 | "rustc_traits", |
| 3586 | "smallvec", |
| 3587 | "tracing", |
| 3588 | ] |
| 3589 | |
| 3590 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3591 | name = "rustc_builtin_macros" |
| 3592 | version = "0.0.0" |
| 3593 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3594 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3595 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3596 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3597 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3598 | "rustc_errors", |
| 3599 | "rustc_expand", |
| 3600 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3601 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3602 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3603 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3604 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3605 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3606 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3607 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3608 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3609 | "rustc_span", |
| 3610 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3611 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3612 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3613 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3614 | ] |
| 3615 | |
| 3616 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3617 | name = "rustc_codegen_llvm" |
| 3618 | version = "0.0.0" |
| 3619 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3620 | "bitflags 2.4.2", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3621 | "itertools 0.12.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3622 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3623 | "measureme", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3624 | "object", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3625 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3626 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3627 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3628 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3629 | "rustc_data_structures", |
| 3630 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3631 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3632 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3633 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3634 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3635 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3636 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3637 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3638 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3639 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3640 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3641 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3642 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3643 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3644 | "serde", |
| 3645 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3646 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3647 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3648 | ] |
| 3649 | |
| 3650 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3651 | name = "rustc_codegen_ssa" |
| 3652 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3653 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3654 | "ar_archive_writer", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3655 | "bitflags 2.4.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3656 | "cc", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3657 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3658 | "jobserver", |
| 3659 | "libc", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3660 | "object", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3661 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3662 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3663 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3664 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3665 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3666 | "rustc_data_structures", |
| 3667 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3668 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3669 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3670 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3671 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3672 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3673 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3674 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3675 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3676 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3677 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3678 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3679 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3680 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3681 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3682 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3683 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3684 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3685 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3686 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3687 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3688 | "tracing", |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 3689 | "wasm-encoder", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3690 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3691 | ] |
| 3692 | |
| 3693 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3694 | name = "rustc_const_eval" |
| 3695 | version = "0.0.0" |
| 3696 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3697 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3698 | "rustc_apfloat", |
| 3699 | "rustc_ast", |
| 3700 | "rustc_attr", |
| 3701 | "rustc_data_structures", |
| 3702 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3703 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3704 | "rustc_hir", |
| 3705 | "rustc_index", |
| 3706 | "rustc_infer", |
| 3707 | "rustc_macros", |
| 3708 | "rustc_middle", |
| 3709 | "rustc_mir_dataflow", |
| 3710 | "rustc_session", |
| 3711 | "rustc_span", |
| 3712 | "rustc_target", |
| 3713 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3714 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3715 | "tracing", |
| 3716 | ] |
| 3717 | |
| 3718 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3719 | name = "rustc_data_structures" |
| 3720 | version = "0.0.0" |
| 3721 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3722 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3723 | "bitflags 2.4.2", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3724 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3725 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3726 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3727 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3728 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3729 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3730 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3731 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3732 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3733 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3734 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3735 | "rustc-rayon", |
| 3736 | "rustc-rayon-core", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3737 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3738 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3739 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3740 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3741 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3742 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3743 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3744 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3745 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3746 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3747 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3748 | ] |
| 3749 | |
| 3750 | [[package]] |
| 3751 | name = "rustc_driver" |
| 3752 | version = "0.0.0" |
| 3753 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3754 | "rustc_driver_impl", |
| 3755 | ] |
| 3756 | |
| 3757 | [[package]] |
| 3758 | name = "rustc_driver_impl" |
| 3759 | version = "0.0.0" |
| 3760 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3761 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3762 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3763 | "rustc_ast_lowering", |
| 3764 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3765 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3766 | "rustc_attr", |
| 3767 | "rustc_borrowck", |
| 3768 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3769 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3770 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3771 | "rustc_data_structures", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3772 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3773 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3774 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3775 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3776 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3777 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3778 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3779 | "rustc_hir_typeck", |
| 3780 | "rustc_incremental", |
| 3781 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3782 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3783 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3784 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3785 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3786 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3787 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3788 | "rustc_mir_build", |
| 3789 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3790 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3791 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3792 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3793 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3794 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3795 | "rustc_privacy", |
| 3796 | "rustc_query_system", |
| 3797 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3798 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3799 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3800 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3801 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3802 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3803 | "rustc_trait_selection", |
| 3804 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3805 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3806 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3807 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3808 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3809 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3810 | ] |
| 3811 | |
| 3812 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3813 | name = "rustc_error_codes" |
| 3814 | version = "0.0.0" |
| 3815 | |
| 3816 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3817 | name = "rustc_error_messages" |
| 3818 | version = "0.0.0" |
| 3819 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3820 | "fluent-bundle", |
| 3821 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3822 | "icu_list", |
| 3823 | "icu_locid", |
| 3824 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3825 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3826 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3827 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3828 | "rustc_macros", |
| 3829 | "rustc_serialize", |
| 3830 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3831 | "tracing", |
| 3832 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3833 | ] |
| 3834 | |
| 3835 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3836 | name = "rustc_errors" |
| 3837 | version = "0.0.0" |
| 3838 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3839 | "annotate-snippets 0.10.2", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3840 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3841 | "rustc_ast", |
| 3842 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3843 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3844 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3845 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3846 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3847 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3848 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3849 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3850 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3851 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3852 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3853 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3854 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3855 | "serde", |
| 3856 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3857 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3858 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3859 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3860 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3861 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3862 | ] |
| 3863 | |
| 3864 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3865 | name = "rustc_expand" |
| 3866 | version = "0.0.0" |
| 3867 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3868 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3869 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3870 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3871 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3872 | "rustc_data_structures", |
| 3873 | "rustc_errors", |
| 3874 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3875 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3876 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3877 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3878 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3879 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3880 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3881 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3882 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3883 | "smallvec", |
Oli Scherer | 51c2215 | 2023-07-26 13:58:50 | [diff] [blame] | 3884 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3885 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3886 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3887 | ] |
| 3888 | |
| 3889 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3890 | name = "rustc_feature" |
| 3891 | version = "0.0.0" |
| 3892 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3893 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3894 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3895 | ] |
| 3896 | |
| 3897 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3898 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3899 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3900 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3901 | "annotate-snippets 0.10.2", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3902 | "fluent-bundle", |
| 3903 | "fluent-syntax", |
| 3904 | "proc-macro2", |
| 3905 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3906 | "syn 2.0.52", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3907 | "unic-langid", |
| 3908 | ] |
| 3909 | |
| 3910 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3911 | name = "rustc_fs_util" |
| 3912 | version = "0.0.0" |
| 3913 | |
| 3914 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3915 | name = "rustc_graphviz" |
| 3916 | version = "0.0.0" |
| 3917 | |
| 3918 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3919 | name = "rustc_hir" |
| 3920 | version = "0.0.0" |
| 3921 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3922 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3923 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3924 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3925 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3926 | "rustc_index", |
| 3927 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3928 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3929 | "rustc_span", |
| 3930 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3931 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3932 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3933 | ] |
| 3934 | |
| 3935 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3936 | name = "rustc_hir_analysis" |
| 3937 | version = "0.0.0" |
| 3938 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3939 | "itertools 0.12.1", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3940 | "rustc_arena", |
| 3941 | "rustc_ast", |
| 3942 | "rustc_attr", |
| 3943 | "rustc_data_structures", |
| 3944 | "rustc_errors", |
| 3945 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3946 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3947 | "rustc_hir", |
Obei Sideg | 2c088f9 | 2023-12-22 11:56:20 | [diff] [blame] | 3948 | "rustc_hir_pretty", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3949 | "rustc_index", |
| 3950 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3951 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3952 | "rustc_macros", |
| 3953 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3954 | "rustc_session", |
| 3955 | "rustc_span", |
| 3956 | "rustc_target", |
| 3957 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3958 | "rustc_type_ir", |
| 3959 | "smallvec", |
| 3960 | "tracing", |
| 3961 | ] |
| 3962 | |
| 3963 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3964 | name = "rustc_hir_pretty" |
| 3965 | version = "0.0.0" |
| 3966 | dependencies = [ |
| 3967 | "rustc_ast", |
| 3968 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3969 | "rustc_hir", |
| 3970 | "rustc_span", |
| 3971 | "rustc_target", |
| 3972 | ] |
| 3973 | |
| 3974 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3975 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3976 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3977 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3978 | "itertools 0.12.1", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3979 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3980 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3981 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3982 | "rustc_data_structures", |
| 3983 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3984 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3985 | "rustc_graphviz", |
| 3986 | "rustc_hir", |
| 3987 | "rustc_hir_analysis", |
| 3988 | "rustc_hir_pretty", |
| 3989 | "rustc_index", |
| 3990 | "rustc_infer", |
| 3991 | "rustc_lint", |
| 3992 | "rustc_macros", |
| 3993 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3994 | "rustc_session", |
| 3995 | "rustc_span", |
| 3996 | "rustc_target", |
| 3997 | "rustc_trait_selection", |
| 3998 | "rustc_type_ir", |
| 3999 | "smallvec", |
| 4000 | "tracing", |
| 4001 | ] |
| 4002 | |
| 4003 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4004 | name = "rustc_incremental" |
| 4005 | version = "0.0.0" |
| 4006 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4007 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4008 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4009 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 4010 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4011 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4012 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4013 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4014 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4015 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4016 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4017 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 4018 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4019 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4020 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4021 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4022 | ] |
| 4023 | |
| 4024 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4025 | name = "rustc_index" |
| 4026 | version = "0.0.0" |
| 4027 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4028 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4029 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4030 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4031 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 4032 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4033 | ] |
| 4034 | |
| 4035 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4036 | name = "rustc_index_macros" |
| 4037 | version = "0.0.0" |
| 4038 | dependencies = [ |
| 4039 | "proc-macro2", |
| 4040 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4041 | "syn 2.0.52", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4042 | "synstructure", |
| 4043 | ] |
| 4044 | |
| 4045 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4046 | name = "rustc_infer" |
| 4047 | version = "0.0.0" |
| 4048 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4049 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4050 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4051 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4052 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4053 | "rustc_hir", |
| 4054 | "rustc_index", |
| 4055 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4056 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4057 | "rustc_span", |
| 4058 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4059 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4060 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4061 | ] |
| 4062 | |
| 4063 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4064 | name = "rustc_interface" |
| 4065 | version = "0.0.0" |
| 4066 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4067 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 4068 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4069 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4070 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4071 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4072 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4073 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4074 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4075 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4076 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4077 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4078 | "rustc_data_structures", |
| 4079 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4080 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 4081 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4082 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4083 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4084 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4085 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4086 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4087 | "rustc_incremental", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4088 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4089 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4090 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4091 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4092 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4093 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4094 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4095 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4096 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4097 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4098 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4099 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4100 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 4101 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4102 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4103 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4104 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4105 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4106 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4107 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4108 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4109 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4110 | ] |
| 4111 | |
| 4112 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4113 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4114 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4115 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4116 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4117 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4118 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4119 | ] |
| 4120 | |
| 4121 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4122 | name = "rustc_lint" |
| 4123 | version = "0.0.0" |
| 4124 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4125 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4126 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4127 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4128 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4129 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4130 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4131 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4132 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4133 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4134 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4135 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4136 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4137 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4138 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4139 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4140 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4141 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4142 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4143 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4144 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4145 | ] |
| 4146 | |
| 4147 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4148 | name = "rustc_lint_defs" |
| 4149 | version = "0.0.0" |
| 4150 | dependencies = [ |
| 4151 | "rustc_ast", |
| 4152 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4153 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4154 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4155 | "rustc_macros", |
| 4156 | "rustc_serialize", |
| 4157 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4158 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4159 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4160 | ] |
| 4161 | |
| 4162 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4163 | name = "rustc_llvm" |
| 4164 | version = "0.0.0" |
| 4165 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4166 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4167 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4168 | ] |
| 4169 | |
| 4170 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4171 | name = "rustc_log" |
| 4172 | version = "0.0.0" |
| 4173 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4174 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4175 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4176 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4177 | "tracing-subscriber", |
| 4178 | "tracing-tree", |
| 4179 | ] |
| 4180 | |
| 4181 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4182 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4183 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4184 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4185 | "proc-macro2", |
| 4186 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4187 | "syn 2.0.52", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4188 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4189 | ] |
| 4190 | |
| 4191 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4192 | name = "rustc_metadata" |
| 4193 | version = "0.0.0" |
| 4194 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4195 | "bitflags 2.4.2", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 4196 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4197 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4198 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4199 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4200 | "rustc_data_structures", |
| 4201 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4202 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4203 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4204 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4205 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4206 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4207 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4208 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4209 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4210 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4211 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4212 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4213 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4214 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4215 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4216 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4217 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4218 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4219 | ] |
| 4220 | |
| 4221 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4222 | name = "rustc_middle" |
| 4223 | version = "0.0.0" |
| 4224 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4225 | "bitflags 2.4.2", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4226 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4227 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4228 | "gsgdt", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4229 | "measureme", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4230 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 4231 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4232 | "rustc-rayon-core", |
| 4233 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4234 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4235 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4236 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4237 | "rustc_attr", |
| 4238 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4239 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4240 | "rustc_errors", |
| 4241 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4242 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4243 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4244 | "rustc_hir", |
| 4245 | "rustc_index", |
| 4246 | "rustc_macros", |
| 4247 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4248 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4249 | "rustc_session", |
| 4250 | "rustc_span", |
| 4251 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4252 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4253 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4254 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4255 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4256 | ] |
| 4257 | |
| 4258 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4259 | name = "rustc_mir_build" |
| 4260 | version = "0.0.0" |
| 4261 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4262 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4263 | "itertools 0.12.1", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4264 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4265 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4266 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4267 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4268 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4269 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4270 | "rustc_hir", |
| 4271 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4272 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4273 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4274 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4275 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4276 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4277 | "rustc_span", |
| 4278 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4279 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4280 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4281 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4282 | ] |
| 4283 | |
| 4284 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4285 | name = "rustc_mir_dataflow" |
| 4286 | version = "0.0.0" |
| 4287 | dependencies = [ |
| 4288 | "polonius-engine", |
| 4289 | "regex", |
| 4290 | "rustc_ast", |
| 4291 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4292 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4293 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4294 | "rustc_graphviz", |
| 4295 | "rustc_hir", |
| 4296 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4297 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4298 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4299 | "rustc_span", |
| 4300 | "rustc_target", |
| 4301 | "smallvec", |
| 4302 | "tracing", |
| 4303 | ] |
| 4304 | |
| 4305 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4306 | name = "rustc_mir_transform" |
| 4307 | version = "0.0.0" |
| 4308 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4309 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4310 | "itertools 0.12.1", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4311 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4312 | "rustc_ast", |
| 4313 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4314 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4315 | "rustc_data_structures", |
| 4316 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4317 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4318 | "rustc_hir", |
| 4319 | "rustc_index", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4320 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4321 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4322 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4323 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4324 | "rustc_session", |
| 4325 | "rustc_span", |
| 4326 | "rustc_target", |
| 4327 | "rustc_trait_selection", |
| 4328 | "smallvec", |
| 4329 | "tracing", |
| 4330 | ] |
| 4331 | |
| 4332 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4333 | name = "rustc_monomorphize" |
| 4334 | version = "0.0.0" |
| 4335 | dependencies = [ |
| 4336 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4337 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4338 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4339 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4340 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4341 | "rustc_middle", |
| 4342 | "rustc_session", |
| 4343 | "rustc_span", |
| 4344 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4345 | "serde", |
| 4346 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4347 | "tracing", |
| 4348 | ] |
| 4349 | |
| 4350 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4351 | name = "rustc_next_trait_solver" |
| 4352 | version = "0.0.0" |
| 4353 | dependencies = [ |
| 4354 | "rustc_type_ir", |
| 4355 | ] |
| 4356 | |
| 4357 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4358 | name = "rustc_parse" |
| 4359 | version = "0.0.0" |
| 4360 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4361 | "bitflags 2.4.2", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4362 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4363 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4364 | "rustc_data_structures", |
| 4365 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4366 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4367 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4368 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4369 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4370 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4371 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4372 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4373 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4374 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4375 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4376 | ] |
| 4377 | |
| 4378 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4379 | name = "rustc_parse_format" |
| 4380 | version = "0.0.0" |
| 4381 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4382 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4383 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4384 | ] |
| 4385 | |
| 4386 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4387 | name = "rustc_passes" |
| 4388 | version = "0.0.0" |
| 4389 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4390 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4391 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4392 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4393 | "rustc_data_structures", |
| 4394 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4395 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4396 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4397 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4398 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4399 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4400 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4401 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4402 | "rustc_middle", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4403 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4404 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4405 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4406 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4407 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4408 | ] |
| 4409 | |
| 4410 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4411 | name = "rustc_pattern_analysis" |
| 4412 | version = "0.0.0" |
| 4413 | dependencies = [ |
Nadrieril | 19d6f06 | 2024-01-17 01:59:47 | [diff] [blame] | 4414 | "rustc-hash", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4415 | "rustc_apfloat", |
| 4416 | "rustc_arena", |
| 4417 | "rustc_data_structures", |
| 4418 | "rustc_errors", |
| 4419 | "rustc_fluent_macro", |
| 4420 | "rustc_hir", |
| 4421 | "rustc_index", |
| 4422 | "rustc_macros", |
| 4423 | "rustc_middle", |
| 4424 | "rustc_session", |
| 4425 | "rustc_span", |
| 4426 | "rustc_target", |
| 4427 | "smallvec", |
| 4428 | "tracing", |
| 4429 | ] |
| 4430 | |
| 4431 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4432 | name = "rustc_privacy" |
| 4433 | version = "0.0.0" |
| 4434 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4435 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4436 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4437 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4438 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4439 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4440 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4441 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4442 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4443 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4444 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4445 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4446 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4447 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4448 | ] |
| 4449 | |
| 4450 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4451 | name = "rustc_query_impl" |
| 4452 | version = "0.0.0" |
| 4453 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4454 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4455 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4456 | "rustc-rayon-core", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4457 | "rustc_data_structures", |
| 4458 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4459 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4460 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4461 | "rustc_middle", |
| 4462 | "rustc_query_system", |
| 4463 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4464 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4465 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4466 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4467 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4468 | ] |
| 4469 | |
| 4470 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4471 | name = "rustc_query_system" |
| 4472 | version = "0.0.0" |
| 4473 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4474 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4475 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4476 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4477 | "rustc_data_structures", |
| 4478 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4479 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4480 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4481 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4482 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4483 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4484 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4485 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4486 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4487 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 4488 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4489 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4490 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4491 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4492 | ] |
| 4493 | |
| 4494 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4495 | name = "rustc_resolve" |
| 4496 | version = "0.0.0" |
| 4497 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4498 | "bitflags 2.4.2", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4499 | "pulldown-cmark 0.9.6", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4500 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4501 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4502 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4503 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4504 | "rustc_data_structures", |
| 4505 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4506 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4507 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4508 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4509 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4510 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4511 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4512 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4513 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4514 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4515 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4516 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4517 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4518 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4519 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4520 | ] |
| 4521 | |
| 4522 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4523 | name = "rustc_serialize" |
| 4524 | version = "0.0.0" |
| 4525 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4526 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4527 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4528 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4529 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4530 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4531 | ] |
| 4532 | |
| 4533 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4534 | name = "rustc_session" |
| 4535 | version = "0.0.0" |
| 4536 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4537 | "bitflags 2.4.2", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4538 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4539 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4540 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4541 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4542 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4543 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4544 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4545 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4546 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4547 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4548 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4549 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4550 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4551 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4552 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4553 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4554 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4555 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4556 | ] |
| 4557 | |
| 4558 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4559 | name = "rustc_smir" |
| 4560 | version = "0.0.0" |
| 4561 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4562 | "rustc_abi", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4563 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4564 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4565 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4566 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4567 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4568 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4569 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4570 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4571 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4572 | ] |
| 4573 | |
| 4574 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4575 | name = "rustc_span" |
| 4576 | version = "0.0.0" |
| 4577 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4578 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4579 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4580 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4581 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4582 | "rustc_data_structures", |
| 4583 | "rustc_index", |
| 4584 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4585 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4586 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4587 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4588 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4589 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4590 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4591 | ] |
| 4592 | |
| 4593 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4594 | name = "rustc_symbol_mangling" |
| 4595 | version = "0.0.0" |
| 4596 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4597 | "bitflags 2.4.2", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4598 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4599 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4600 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4601 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4602 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4603 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4604 | "rustc_session", |
| 4605 | "rustc_span", |
| 4606 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4607 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 4608 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4609 | ] |
| 4610 | |
| 4611 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4612 | name = "rustc_target" |
| 4613 | version = "0.0.0" |
| 4614 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4615 | "bitflags 2.4.2", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 4616 | "object", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4617 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4618 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4619 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4620 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4621 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4622 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4623 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4624 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4625 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4626 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4627 | ] |
| 4628 | |
| 4629 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4630 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4631 | version = "0.3.0" |
| 4632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4633 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4634 | |
| 4635 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4636 | name = "rustc_trait_selection" |
| 4637 | version = "0.0.0" |
| 4638 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4639 | "bitflags 2.4.2", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4640 | "itertools 0.12.1", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4641 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4642 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4643 | "rustc_attr", |
| 4644 | "rustc_data_structures", |
| 4645 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4646 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4647 | "rustc_hir", |
| 4648 | "rustc_index", |
| 4649 | "rustc_infer", |
| 4650 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4651 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4652 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4653 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4654 | "rustc_query_system", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4655 | "rustc_session", |
| 4656 | "rustc_span", |
| 4657 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4658 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4659 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4660 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4661 | ] |
| 4662 | |
| 4663 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4664 | name = "rustc_traits" |
| 4665 | version = "0.0.0" |
| 4666 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4667 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4668 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4669 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4670 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4671 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4672 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4673 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4674 | ] |
| 4675 | |
| 4676 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4677 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4678 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4679 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4680 | "itertools 0.12.1", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4681 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4682 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4683 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4684 | "rustc_infer", |
| 4685 | "rustc_macros", |
| 4686 | "rustc_middle", |
| 4687 | "rustc_span", |
| 4688 | "rustc_target", |
| 4689 | "tracing", |
| 4690 | ] |
| 4691 | |
| 4692 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4693 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4694 | version = "0.0.0" |
| 4695 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4696 | "itertools 0.12.1", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4697 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4698 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4699 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4700 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4701 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4702 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4703 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4704 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4705 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4706 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4707 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4708 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4709 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4710 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4711 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4712 | ] |
| 4713 | |
| 4714 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4715 | name = "rustc_type_ir" |
| 4716 | version = "0.0.0" |
| 4717 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4718 | "bitflags 2.4.2", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 4719 | "derivative", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4720 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4721 | "rustc_data_structures", |
| 4722 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4723 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4724 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4725 | "rustc_span", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4726 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4727 | ] |
| 4728 | |
| 4729 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4730 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4731 | version = "0.4.0" |
| 4732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4733 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4734 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4735 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4736 | ] |
| 4737 | |
| 4738 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4739 | name = "rustdoc" |
| 4740 | version = "0.0.0" |
| 4741 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4742 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4743 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4744 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4745 | "indexmap", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4746 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4747 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 4748 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4749 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4750 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4751 | "serde", |
| 4752 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4753 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4754 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4755 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4756 | "tracing", |
| 4757 | "tracing-subscriber", |
| 4758 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4759 | ] |
| 4760 | |
| 4761 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4762 | name = "rustdoc-gui-test" |
| 4763 | version = "0.1.0" |
| 4764 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4765 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4766 | "compiletest", |
| 4767 | "getopts", |
| 4768 | "walkdir", |
| 4769 | ] |
| 4770 | |
| 4771 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4772 | name = "rustdoc-json-types" |
| 4773 | version = "0.1.0" |
| 4774 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4775 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4776 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4777 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4778 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4779 | ] |
| 4780 | |
| 4781 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4782 | name = "rustdoc-themes" |
| 4783 | version = "0.1.0" |
| 4784 | |
| 4785 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4786 | name = "rustdoc-tool" |
| 4787 | version = "0.0.0" |
| 4788 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4789 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4790 | ] |
| 4791 | |
| 4792 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4793 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4794 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4796 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4797 | dependencies = [ |
| 4798 | "anyhow", |
| 4799 | "log", |
| 4800 | "serde", |
| 4801 | "serde_json", |
| 4802 | ] |
| 4803 | |
| 4804 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4805 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4806 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4807 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4808 | "proc-macro2", |
| 4809 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4810 | "serde", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4811 | "syn 2.0.52", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4812 | ] |
| 4813 | |
| 4814 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4815 | name = "rustfmt-nightly" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4816 | version = "1.7.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4817 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4818 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4819 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4820 | "bytecount", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 4821 | "cargo_metadata 0.15.4", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4822 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4823 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4824 | "diff", |
| 4825 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4826 | "getopts", |
| 4827 | "ignore", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4828 | "itertools 0.11.0", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4829 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4830 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4831 | "rustfmt-config_proc_macro", |
| 4832 | "serde", |
| 4833 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4834 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4835 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4836 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4837 | "tracing", |
| 4838 | "tracing-subscriber", |
| 4839 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4840 | "unicode-segmentation", |
| 4841 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4842 | ] |
| 4843 | |
| 4844 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4845 | name = "rustix" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4846 | version = "0.38.31" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4848 | checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4849 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4850 | "bitflags 2.4.2", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4851 | "errno", |
| 4852 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4853 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4854 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4855 | ] |
| 4856 | |
| 4857 | [[package]] |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4858 | name = "rustls-pemfile" |
| 4859 | version = "1.0.4" |
| 4860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4861 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
| 4862 | dependencies = [ |
| 4863 | "base64", |
| 4864 | ] |
| 4865 | |
| 4866 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4867 | name = "rustversion" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4868 | version = "1.0.14" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4870 | checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4871 | |
| 4872 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4873 | name = "ruzstd" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4874 | version = "0.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4876 | checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4877 | dependencies = [ |
| 4878 | "byteorder", |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4879 | "derive_more", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4880 | "twox-hash", |
| 4881 | ] |
| 4882 | |
| 4883 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4884 | name = "ryu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4885 | version = "1.0.17" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4887 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4888 | |
| 4889 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4890 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4891 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4893 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4894 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4895 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4896 | ] |
| 4897 | |
| 4898 | [[package]] |
| 4899 | name = "schannel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4900 | version = "0.1.23" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4902 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4903 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4904 | "windows-sys 0.52.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4905 | ] |
| 4906 | |
| 4907 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4908 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4909 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4911 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4912 | |
| 4913 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4914 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4915 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4917 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4918 | |
| 4919 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4920 | name = "security-framework" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4921 | version = "2.9.2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4923 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4924 | dependencies = [ |
| 4925 | "bitflags 1.3.2", |
| 4926 | "core-foundation", |
| 4927 | "core-foundation-sys", |
| 4928 | "libc", |
| 4929 | "security-framework-sys", |
| 4930 | ] |
| 4931 | |
| 4932 | [[package]] |
| 4933 | name = "security-framework-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4934 | version = "2.9.1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4936 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4937 | dependencies = [ |
| 4938 | "core-foundation-sys", |
| 4939 | "libc", |
| 4940 | ] |
| 4941 | |
| 4942 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4943 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4944 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4946 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4947 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4948 | "self_cell 1.0.3", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4949 | ] |
| 4950 | |
| 4951 | [[package]] |
| 4952 | name = "self_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4953 | version = "1.0.3" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4955 | checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4956 | |
| 4957 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4958 | name = "semver" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4959 | version = "1.0.22" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4961 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4962 | dependencies = [ |
| 4963 | "serde", |
| 4964 | ] |
| 4965 | |
| 4966 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4967 | name = "serde" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4968 | version = "1.0.197" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4970 | checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4971 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4972 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4973 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4974 | |
| 4975 | [[package]] |
| 4976 | name = "serde_derive" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4977 | version = "1.0.197" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4979 | checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4980 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4981 | "proc-macro2", |
| 4982 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4983 | "syn 2.0.52", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4984 | ] |
| 4985 | |
| 4986 | [[package]] |
| 4987 | name = "serde_json" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4988 | version = "1.0.114" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4990 | checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4991 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4992 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4993 | "itoa", |
| 4994 | "ryu", |
| 4995 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4996 | ] |
| 4997 | |
| 4998 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4999 | name = "serde_spanned" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5000 | version = "0.6.5" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5002 | checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5003 | dependencies = [ |
| 5004 | "serde", |
| 5005 | ] |
| 5006 | |
| 5007 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5008 | name = "serde_urlencoded" |
| 5009 | version = "0.7.1" |
| 5010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5011 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 5012 | dependencies = [ |
| 5013 | "form_urlencoded", |
| 5014 | "itoa", |
| 5015 | "ryu", |
| 5016 | "serde", |
| 5017 | ] |
| 5018 | |
| 5019 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5020 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5021 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5023 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5024 | dependencies = [ |
| 5025 | "cfg-if", |
| 5026 | "cpufeatures", |
| 5027 | "digest", |
| 5028 | ] |
| 5029 | |
| 5030 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5031 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5032 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5034 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5035 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5036 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 5037 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 5038 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5039 | ] |
| 5040 | |
| 5041 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5042 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5043 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5045 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5046 | dependencies = [ |
| 5047 | "lazy_static", |
| 5048 | ] |
| 5049 | |
| 5050 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5051 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5052 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5054 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5055 | |
| 5056 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 5057 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5058 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5060 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5061 | |
| 5062 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5063 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5064 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5066 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5067 | |
| 5068 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5069 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5070 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5072 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5073 | dependencies = [ |
| 5074 | "autocfg", |
| 5075 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5076 | |
| 5077 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 5078 | name = "smallvec" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5079 | version = "1.13.1" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5081 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5082 | |
| 5083 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5084 | name = "snap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5085 | version = "1.1.1" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5087 | checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5088 | |
| 5089 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 5090 | name = "socket2" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5091 | version = "0.5.6" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5093 | checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5094 | dependencies = [ |
| 5095 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5096 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5097 | ] |
| 5098 | |
| 5099 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5100 | name = "spanned" |
| 5101 | version = "0.1.6" |
| 5102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5103 | checksum = "ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d" |
| 5104 | dependencies = [ |
| 5105 | "bstr", |
| 5106 | "color-eyre", |
| 5107 | ] |
| 5108 | |
| 5109 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5110 | name = "spdx-expression" |
| 5111 | version = "0.5.2" |
| 5112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5113 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5114 | dependencies = [ |
| 5115 | "nom", |
| 5116 | "serde", |
| 5117 | "thiserror", |
| 5118 | "tracing", |
| 5119 | ] |
| 5120 | |
| 5121 | [[package]] |
| 5122 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5123 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5125 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5126 | dependencies = [ |
| 5127 | "chrono", |
| 5128 | "log", |
| 5129 | "nom", |
| 5130 | "serde", |
| 5131 | "spdx-expression", |
| 5132 | "strum", |
| 5133 | "strum_macros", |
| 5134 | "thiserror", |
| 5135 | "uuid", |
| 5136 | ] |
| 5137 | |
| 5138 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5139 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5140 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5142 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5143 | |
| 5144 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5145 | name = "stable_mir" |
| 5146 | version = "0.1.0-preview" |
| 5147 | dependencies = [ |
| 5148 | "scoped-tls", |
| 5149 | "tracing", |
| 5150 | ] |
| 5151 | |
| 5152 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5153 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5154 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5156 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5157 | dependencies = [ |
| 5158 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5159 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5160 | "libc", |
| 5161 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5162 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5163 | ] |
| 5164 | |
| 5165 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5166 | name = "static_assertions" |
| 5167 | version = "1.1.0" |
| 5168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5169 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5170 | |
| 5171 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5172 | name = "std" |
| 5173 | version = "0.0.0" |
| 5174 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5175 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5176 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5177 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5178 | "compiler_builtins", |
| 5179 | "core", |
| 5180 | "dlmalloc", |
| 5181 | "fortanix-sgx-abi", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5182 | "hashbrown", |
| 5183 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5184 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 5185 | "miniz_oxide", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5186 | "object", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5187 | "panic_abort", |
| 5188 | "panic_unwind", |
| 5189 | "profiler_builtins", |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 5190 | "r-efi", |
| 5191 | "r-efi-alloc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5192 | "rand", |
| 5193 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5194 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5195 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5196 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5197 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5198 | ] |
| 5199 | |
| 5200 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5201 | name = "std_detect" |
| 5202 | version = "0.1.5" |
| 5203 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5204 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5205 | "compiler_builtins", |
| 5206 | "libc", |
| 5207 | "rustc-std-workspace-alloc", |
| 5208 | "rustc-std-workspace-core", |
| 5209 | ] |
| 5210 | |
| 5211 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5212 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5213 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5215 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5216 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5217 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5218 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5219 | "parking_lot", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5220 | "phf_shared", |
| 5221 | "precomputed-hash", |
| 5222 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5223 | ] |
| 5224 | |
| 5225 | [[package]] |
| 5226 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5227 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5229 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5230 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5231 | "phf_generator", |
| 5232 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5233 | "proc-macro2", |
| 5234 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5235 | ] |
| 5236 | |
| 5237 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5238 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 5239 | version = "0.10.0" |
| 5240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5241 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 5242 | |
| 5243 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5244 | name = "strsim" |
| 5245 | version = "0.11.0" |
| 5246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5247 | checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" |
| 5248 | |
| 5249 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5250 | name = "strum" |
| 5251 | version = "0.24.1" |
| 5252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5253 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5254 | |
| 5255 | [[package]] |
| 5256 | name = "strum_macros" |
| 5257 | version = "0.24.3" |
| 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5259 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5260 | dependencies = [ |
| 5261 | "heck", |
| 5262 | "proc-macro2", |
| 5263 | "quote", |
| 5264 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5265 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5266 | ] |
| 5267 | |
| 5268 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5269 | name = "suggest-tests" |
| 5270 | version = "0.1.0" |
| 5271 | dependencies = [ |
| 5272 | "build_helper", |
| 5273 | "glob", |
| 5274 | "once_cell", |
| 5275 | ] |
| 5276 | |
| 5277 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5278 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5279 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5281 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5282 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5283 | "proc-macro2", |
| 5284 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5285 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5286 | ] |
| 5287 | |
| 5288 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5289 | name = "syn" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5290 | version = "2.0.52" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5292 | checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5293 | dependencies = [ |
| 5294 | "proc-macro2", |
| 5295 | "quote", |
| 5296 | "unicode-ident", |
| 5297 | ] |
| 5298 | |
| 5299 | [[package]] |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5300 | name = "sync_wrapper" |
| 5301 | version = "0.1.2" |
| 5302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5303 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
| 5304 | |
| 5305 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5306 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5307 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5309 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5310 | dependencies = [ |
| 5311 | "proc-macro2", |
| 5312 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5313 | "syn 2.0.52", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5314 | ] |
| 5315 | |
| 5316 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5317 | name = "sysinfo" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5318 | version = "0.30.6" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5320 | checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5321 | dependencies = [ |
| 5322 | "cfg-if", |
| 5323 | "core-foundation-sys", |
| 5324 | "libc", |
| 5325 | "ntapi", |
| 5326 | "once_cell", |
klensy | 0b44330 | 2024-02-22 11:01:13 | [diff] [blame] | 5327 | "windows", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5328 | ] |
| 5329 | |
| 5330 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 5331 | name = "sysroot" |
| 5332 | version = "0.0.0" |
| 5333 | dependencies = [ |
| 5334 | "proc_macro", |
| 5335 | "std", |
| 5336 | "test", |
| 5337 | ] |
| 5338 | |
| 5339 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5340 | name = "system-configuration" |
| 5341 | version = "0.5.1" |
| 5342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5343 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
| 5344 | dependencies = [ |
| 5345 | "bitflags 1.3.2", |
| 5346 | "core-foundation", |
| 5347 | "system-configuration-sys", |
| 5348 | ] |
| 5349 | |
| 5350 | [[package]] |
| 5351 | name = "system-configuration-sys" |
| 5352 | version = "0.5.0" |
| 5353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5354 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
| 5355 | dependencies = [ |
| 5356 | "core-foundation-sys", |
| 5357 | "libc", |
| 5358 | ] |
| 5359 | |
| 5360 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5361 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5362 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5364 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5365 | dependencies = [ |
| 5366 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5367 | "unicode-width", |
| 5368 | ] |
| 5369 | |
| 5370 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5371 | name = "tar" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5372 | version = "0.4.40" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5374 | checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5375 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5376 | "filetime", |
| 5377 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5378 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5379 | ] |
| 5380 | |
| 5381 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5382 | name = "tempfile" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5383 | version = "3.10.1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5385 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5386 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5387 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5388 | "fastrand", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5389 | "rustix", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5390 | "windows-sys 0.52.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5391 | ] |
| 5392 | |
| 5393 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5394 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5395 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5397 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5398 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5399 | "futf", |
| 5400 | "mac", |
| 5401 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5402 | ] |
| 5403 | |
| 5404 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5405 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5406 | version = "0.7.0" |
| 5407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5408 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5409 | dependencies = [ |
| 5410 | "dirs-next", |
| 5411 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5412 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5413 | ] |
| 5414 | |
| 5415 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5416 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5417 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5419 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5420 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5421 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5422 | ] |
| 5423 | |
| 5424 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5425 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5426 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5428 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5429 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5430 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5431 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5432 | ] |
| 5433 | |
| 5434 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5435 | name = "termize" |
| 5436 | version = "0.1.1" |
| 5437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5438 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5439 | dependencies = [ |
| 5440 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5441 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5442 | ] |
| 5443 | |
| 5444 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5445 | name = "test" |
| 5446 | version = "0.0.0" |
| 5447 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5448 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5449 | "getopts", |
Tyler Mandry | f622e83 | 2024-01-24 23:57:43 | [diff] [blame] | 5450 | "libc", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5451 | "panic_abort", |
| 5452 | "panic_unwind", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5453 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5454 | ] |
| 5455 | |
| 5456 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 5457 | name = "tester" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5458 | version = "0.9.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5460 | checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5461 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5462 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5463 | "getopts", |
| 5464 | "libc", |
| 5465 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5466 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5467 | ] |
| 5468 | |
| 5469 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5470 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5471 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5473 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5474 | |
| 5475 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5476 | name = "thiserror" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5477 | version = "1.0.57" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5479 | checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5480 | dependencies = [ |
| 5481 | "thiserror-impl", |
| 5482 | ] |
| 5483 | |
| 5484 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5485 | name = "thiserror-impl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5486 | version = "1.0.57" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5488 | checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5489 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5490 | "proc-macro2", |
| 5491 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5492 | "syn 2.0.52", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5493 | ] |
| 5494 | |
| 5495 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5496 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5497 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5499 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5500 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5501 | "gimli", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5502 | "hashbrown", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5503 | "object", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5504 | "tracing", |
| 5505 | ] |
| 5506 | |
| 5507 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5508 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5509 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5511 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5512 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5513 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5514 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5515 | ] |
| 5516 | |
| 5517 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5518 | name = "threadpool" |
| 5519 | version = "1.8.1" |
| 5520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5521 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5522 | dependencies = [ |
| 5523 | "num_cpus", |
| 5524 | ] |
| 5525 | |
| 5526 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5527 | name = "tidy" |
| 5528 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5529 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 5530 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5531 | "cargo_metadata 0.15.4", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5532 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5533 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5534 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5535 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5536 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5537 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5538 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5539 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5540 | |
| 5541 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5542 | name = "tier-check" |
| 5543 | version = "0.1.0" |
| 5544 | |
| 5545 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5546 | name = "time" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5547 | version = "0.3.34" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5549 | checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5550 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5551 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5552 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5553 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5554 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5555 | "serde", |
| 5556 | "time-core", |
| 5557 | "time-macros", |
| 5558 | ] |
| 5559 | |
| 5560 | [[package]] |
| 5561 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5562 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5564 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5565 | |
| 5566 | [[package]] |
| 5567 | name = "time-macros" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5568 | version = "0.2.17" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5570 | checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5571 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5572 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5573 | "time-core", |
| 5574 | ] |
| 5575 | |
| 5576 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5577 | name = "tinystr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5578 | version = "0.7.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5580 | checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5581 | dependencies = [ |
| 5582 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5583 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5584 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5585 | |
| 5586 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5587 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5588 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5590 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 5591 | dependencies = [ |
| 5592 | "tinyvec_macros", |
| 5593 | ] |
| 5594 | |
| 5595 | [[package]] |
| 5596 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5597 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5599 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5600 | |
| 5601 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5602 | name = "tokio" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5603 | version = "1.36.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5605 | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5606 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5607 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5608 | "bytes", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5609 | "libc", |
| 5610 | "mio", |
| 5611 | "num_cpus", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5612 | "pin-project-lite", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5613 | "socket2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5614 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5615 | ] |
| 5616 | |
| 5617 | [[package]] |
| 5618 | name = "tokio-native-tls" |
| 5619 | version = "0.3.1" |
| 5620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5621 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 5622 | dependencies = [ |
| 5623 | "native-tls", |
| 5624 | "tokio", |
| 5625 | ] |
| 5626 | |
| 5627 | [[package]] |
| 5628 | name = "tokio-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5629 | version = "0.7.10" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5631 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5632 | dependencies = [ |
| 5633 | "bytes", |
| 5634 | "futures-core", |
| 5635 | "futures-sink", |
| 5636 | "pin-project-lite", |
| 5637 | "tokio", |
| 5638 | "tracing", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5639 | ] |
| 5640 | |
| 5641 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5642 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5643 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5645 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5646 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5647 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5648 | ] |
| 5649 | |
| 5650 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5651 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5652 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5654 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5655 | dependencies = [ |
| 5656 | "serde", |
| 5657 | "serde_spanned", |
| 5658 | "toml_datetime", |
| 5659 | "toml_edit", |
| 5660 | ] |
| 5661 | |
| 5662 | [[package]] |
| 5663 | name = "toml_datetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5664 | version = "0.6.5" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5666 | checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5667 | dependencies = [ |
| 5668 | "serde", |
| 5669 | ] |
| 5670 | |
| 5671 | [[package]] |
| 5672 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5673 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5675 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5676 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5677 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5678 | "serde", |
| 5679 | "serde_spanned", |
| 5680 | "toml_datetime", |
| 5681 | "winnow", |
| 5682 | ] |
| 5683 | |
| 5684 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5685 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5686 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5688 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5689 | |
| 5690 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5691 | name = "tower-service" |
| 5692 | version = "0.3.2" |
| 5693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5694 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| 5695 | |
| 5696 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5697 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5698 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5700 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5701 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5702 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5703 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5704 | "tracing-attributes", |
| 5705 | "tracing-core", |
| 5706 | ] |
| 5707 | |
| 5708 | [[package]] |
| 5709 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5710 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5712 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5713 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5714 | "proc-macro2", |
| 5715 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5716 | "syn 2.0.52", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5717 | ] |
| 5718 | |
| 5719 | [[package]] |
| 5720 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5721 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5723 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5724 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5725 | "once_cell", |
| 5726 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5727 | ] |
| 5728 | |
| 5729 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5730 | name = "tracing-error" |
| 5731 | version = "0.2.0" |
| 5732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5733 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5734 | dependencies = [ |
| 5735 | "tracing", |
| 5736 | "tracing-subscriber", |
| 5737 | ] |
| 5738 | |
| 5739 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5740 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5741 | version = "0.1.4" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5743 | checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5744 | dependencies = [ |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5745 | "log", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5746 | "once_cell", |
| 5747 | "tracing-core", |
| 5748 | ] |
| 5749 | |
| 5750 | [[package]] |
| 5751 | name = "tracing-log" |
| 5752 | version = "0.2.0" |
| 5753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5754 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5755 | dependencies = [ |
| 5756 | "log", |
| 5757 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5758 | "tracing-core", |
| 5759 | ] |
| 5760 | |
| 5761 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5762 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5763 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5765 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5766 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5767 | "matchers", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5768 | "nu-ansi-term", |
| 5769 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5770 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5771 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5772 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5773 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5774 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5775 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5776 | "tracing-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5777 | "tracing-log 0.2.0", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5778 | ] |
| 5779 | |
| 5780 | [[package]] |
| 5781 | name = "tracing-tree" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5782 | version = "0.2.5" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5784 | checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5785 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5786 | "nu-ansi-term", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5787 | "tracing-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5788 | "tracing-log 0.1.4", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5789 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5790 | ] |
| 5791 | |
| 5792 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5793 | name = "try-lock" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5794 | version = "0.2.5" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5796 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5797 | |
| 5798 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5799 | name = "twox-hash" |
| 5800 | version = "1.6.3" |
| 5801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5802 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5803 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5804 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5805 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5806 | "static_assertions", |
| 5807 | ] |
| 5808 | |
| 5809 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5810 | name = "type-map" |
| 5811 | version = "0.4.0" |
| 5812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5813 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 5814 | dependencies = [ |
| 5815 | "rustc-hash", |
| 5816 | ] |
| 5817 | |
| 5818 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5819 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5820 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5822 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5823 | |
| 5824 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5825 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5826 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5828 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5829 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5830 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5831 | ] |
| 5832 | |
| 5833 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5834 | name = "ucd-trie" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5835 | version = "0.1.6" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5837 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5838 | |
| 5839 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5840 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5841 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5843 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5844 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5845 | "annotate-snippets 0.9.2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5846 | "anyhow", |
| 5847 | "bstr", |
| 5848 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5849 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5850 | "color-eyre", |
| 5851 | "colored", |
| 5852 | "comma", |
| 5853 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5854 | "indicatif", |
| 5855 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5856 | "levenshtein", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5857 | "prettydiff", |
| 5858 | "regex", |
| 5859 | "rustc_version", |
| 5860 | "rustfix", |
| 5861 | "serde", |
| 5862 | "serde_json", |
| 5863 | "tempfile", |
| 5864 | ] |
| 5865 | |
| 5866 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5867 | name = "ui_test" |
| 5868 | version = "0.22.2" |
| 5869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5870 | checksum = "0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7" |
| 5871 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5872 | "annotate-snippets 0.10.2", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5873 | "anyhow", |
| 5874 | "bstr", |
| 5875 | "cargo-platform", |
| 5876 | "cargo_metadata 0.18.1", |
| 5877 | "color-eyre", |
| 5878 | "colored", |
| 5879 | "comma", |
| 5880 | "crossbeam-channel", |
| 5881 | "indicatif", |
| 5882 | "lazy_static", |
| 5883 | "levenshtein", |
| 5884 | "prettydiff", |
| 5885 | "regex", |
| 5886 | "rustc_version", |
| 5887 | "rustfix", |
| 5888 | "serde", |
| 5889 | "serde_json", |
| 5890 | "spanned", |
| 5891 | "tempfile", |
| 5892 | ] |
| 5893 | |
| 5894 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5895 | name = "unic-langid" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5896 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5898 | checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5899 | dependencies = [ |
| 5900 | "unic-langid-impl", |
| 5901 | "unic-langid-macros", |
| 5902 | ] |
| 5903 | |
| 5904 | [[package]] |
| 5905 | name = "unic-langid-impl" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5906 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5908 | checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5909 | dependencies = [ |
| 5910 | "tinystr", |
| 5911 | ] |
| 5912 | |
| 5913 | [[package]] |
| 5914 | name = "unic-langid-macros" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5915 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5917 | checksum = "5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5918 | dependencies = [ |
| 5919 | "proc-macro-hack", |
| 5920 | "tinystr", |
| 5921 | "unic-langid-impl", |
| 5922 | "unic-langid-macros-impl", |
| 5923 | ] |
| 5924 | |
| 5925 | [[package]] |
| 5926 | name = "unic-langid-macros-impl" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5927 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5929 | checksum = "fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5930 | dependencies = [ |
| 5931 | "proc-macro-hack", |
| 5932 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5933 | "syn 2.0.52", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5934 | "unic-langid-impl", |
| 5935 | ] |
| 5936 | |
| 5937 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5938 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5939 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5941 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5942 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5943 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5944 | ] |
| 5945 | |
| 5946 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5947 | name = "unicode-bdd" |
| 5948 | version = "0.1.0" |
| 5949 | dependencies = [ |
| 5950 | "ucd-parse", |
| 5951 | ] |
| 5952 | |
| 5953 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5954 | name = "unicode-bidi" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5955 | version = "0.3.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5957 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5958 | |
| 5959 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5960 | name = "unicode-ident" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5961 | version = "1.0.12" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5963 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5964 | |
| 5965 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5966 | name = "unicode-normalization" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5967 | version = "0.1.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5969 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5970 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5971 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5972 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5973 | |
| 5974 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5975 | name = "unicode-properties" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5976 | version = "0.1.1" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5978 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5979 | |
| 5980 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5981 | name = "unicode-script" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5982 | version = "0.5.6" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5984 | checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5985 | |
| 5986 | [[package]] |
| 5987 | name = "unicode-security" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5988 | version = "0.1.1" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5990 | checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5991 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5992 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5993 | "unicode-script", |
| 5994 | ] |
| 5995 | |
| 5996 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5997 | name = "unicode-segmentation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5998 | version = "1.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6000 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6001 | |
| 6002 | [[package]] |
| 6003 | name = "unicode-width" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 6004 | version = "0.1.11" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 6006 | checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6007 | dependencies = [ |
| 6008 | "compiler_builtins", |
| 6009 | "rustc-std-workspace-core", |
| 6010 | "rustc-std-workspace-std", |
| 6011 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6012 | |
| 6013 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6014 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6015 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6017 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6018 | |
| 6019 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 6020 | name = "unified-diff" |
| 6021 | version = "0.2.1" |
| 6022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6023 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 6024 | dependencies = [ |
| 6025 | "diff", |
| 6026 | ] |
| 6027 | |
| 6028 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6029 | name = "unstable-book-gen" |
| 6030 | version = "0.1.0" |
| 6031 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6032 | "num-traits", |
| 6033 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6034 | ] |
| 6035 | |
| 6036 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6037 | name = "unwind" |
| 6038 | version = "0.0.0" |
| 6039 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6040 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6041 | "compiler_builtins", |
| 6042 | "core", |
| 6043 | "libc", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6044 | "unwinding", |
| 6045 | ] |
| 6046 | |
| 6047 | [[package]] |
| 6048 | name = "unwinding" |
| 6049 | version = "0.2.1" |
| 6050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6051 | checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| 6052 | dependencies = [ |
| 6053 | "compiler_builtins", |
| 6054 | "gimli", |
| 6055 | "rustc-std-workspace-core", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6056 | ] |
| 6057 | |
| 6058 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6059 | name = "url" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6060 | version = "2.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6062 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6063 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6064 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6065 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6066 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6067 | ] |
| 6068 | |
| 6069 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6070 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6071 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6073 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6074 | |
| 6075 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 6076 | name = "utf8-width" |
| 6077 | version = "0.1.7" |
| 6078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6079 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 6080 | |
| 6081 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6082 | name = "utf8parse" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 6083 | version = "0.2.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 6085 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6086 | |
| 6087 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6088 | name = "uuid" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6089 | version = "1.7.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6091 | checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6092 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6093 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6094 | ] |
| 6095 | |
| 6096 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6097 | name = "valuable" |
| 6098 | version = "0.1.0" |
| 6099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6100 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 6101 | |
| 6102 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6103 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6104 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6106 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6107 | |
| 6108 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 6109 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6110 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6112 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6113 | |
| 6114 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6115 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6116 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6118 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6119 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6120 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6121 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6122 | ] |
| 6123 | |
| 6124 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6125 | name = "want" |
| 6126 | version = "0.3.1" |
| 6127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6128 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 6129 | dependencies = [ |
| 6130 | "try-lock", |
| 6131 | ] |
| 6132 | |
| 6133 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6134 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 6135 | version = "0.11.0+wasi-snapshot-preview1" |
| 6136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6137 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6138 | dependencies = [ |
| 6139 | "compiler_builtins", |
| 6140 | "rustc-std-workspace-alloc", |
| 6141 | "rustc-std-workspace-core", |
| 6142 | ] |
| 6143 | |
| 6144 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6145 | name = "wasm-bindgen" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6146 | version = "0.2.91" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6148 | checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6149 | dependencies = [ |
| 6150 | "cfg-if", |
| 6151 | "wasm-bindgen-macro", |
| 6152 | ] |
| 6153 | |
| 6154 | [[package]] |
| 6155 | name = "wasm-bindgen-backend" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6156 | version = "0.2.91" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6158 | checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6159 | dependencies = [ |
| 6160 | "bumpalo", |
| 6161 | "log", |
| 6162 | "once_cell", |
| 6163 | "proc-macro2", |
| 6164 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6165 | "syn 2.0.52", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6166 | "wasm-bindgen-shared", |
| 6167 | ] |
| 6168 | |
| 6169 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6170 | name = "wasm-bindgen-futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6171 | version = "0.4.41" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6173 | checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6174 | dependencies = [ |
| 6175 | "cfg-if", |
| 6176 | "js-sys", |
| 6177 | "wasm-bindgen", |
| 6178 | "web-sys", |
| 6179 | ] |
| 6180 | |
| 6181 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6182 | name = "wasm-bindgen-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6183 | version = "0.2.91" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6185 | checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6186 | dependencies = [ |
| 6187 | "quote", |
| 6188 | "wasm-bindgen-macro-support", |
| 6189 | ] |
| 6190 | |
| 6191 | [[package]] |
| 6192 | name = "wasm-bindgen-macro-support" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6193 | version = "0.2.91" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6195 | checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6196 | dependencies = [ |
| 6197 | "proc-macro2", |
| 6198 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6199 | "syn 2.0.52", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6200 | "wasm-bindgen-backend", |
| 6201 | "wasm-bindgen-shared", |
| 6202 | ] |
| 6203 | |
| 6204 | [[package]] |
| 6205 | name = "wasm-bindgen-shared" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6206 | version = "0.2.91" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6208 | checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6209 | |
| 6210 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 6211 | name = "wasm-encoder" |
| 6212 | version = "0.200.0" |
| 6213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6214 | checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9" |
| 6215 | dependencies = [ |
| 6216 | "leb128", |
| 6217 | ] |
| 6218 | |
| 6219 | [[package]] |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 6220 | name = "wasmparser" |
| 6221 | version = "0.118.2" |
| 6222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6223 | checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c" |
| 6224 | dependencies = [ |
| 6225 | "indexmap", |
| 6226 | "semver", |
| 6227 | ] |
| 6228 | |
| 6229 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6230 | name = "web-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6231 | version = "0.3.68" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6233 | checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6234 | dependencies = [ |
| 6235 | "js-sys", |
| 6236 | "wasm-bindgen", |
| 6237 | ] |
| 6238 | |
| 6239 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6240 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6241 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6243 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6244 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6245 | "winapi-i686-pc-windows-gnu", |
| 6246 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6247 | ] |
| 6248 | |
| 6249 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6250 | name = "winapi-i686-pc-windows-gnu" |
| 6251 | version = "0.4.0" |
| 6252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6253 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6254 | |
| 6255 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6256 | name = "winapi-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6257 | version = "0.1.6" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6259 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6260 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6261 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6262 | ] |
| 6263 | |
| 6264 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6265 | name = "winapi-x86_64-pc-windows-gnu" |
| 6266 | version = "0.4.0" |
| 6267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6268 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6269 | |
| 6270 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6271 | name = "windows" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6272 | version = "0.52.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6274 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6275 | dependencies = [ |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6276 | "windows-core", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6277 | "windows-targets 0.52.4", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6278 | ] |
| 6279 | |
| 6280 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6281 | name = "windows-bindgen" |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame^] | 6282 | version = "0.54.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame^] | 6284 | checksum = "d86976b4742897f1df038908f5af6c0c1a291262eecf3e05abf1799bd3002dc2" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6285 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6286 | "proc-macro2", |
| 6287 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame^] | 6288 | "serde", |
| 6289 | "serde_json", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6290 | "syn 2.0.52", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6291 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6292 | ] |
| 6293 | |
| 6294 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6295 | name = "windows-core" |
| 6296 | version = "0.52.0" |
| 6297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6298 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 6299 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6300 | "windows-targets 0.52.4", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6301 | ] |
| 6302 | |
| 6303 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6304 | name = "windows-metadata" |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame^] | 6305 | version = "0.54.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame^] | 6307 | checksum = "e44370b8367d7fd54085dff98fa774ead5070dd15aa892270a370555e35d04c2" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6308 | |
| 6309 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6310 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6311 | version = "0.48.0" |
| 6312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6313 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6314 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6315 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6316 | ] |
| 6317 | |
| 6318 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6319 | name = "windows-sys" |
| 6320 | version = "0.52.0" |
| 6321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6322 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6323 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6324 | "windows-targets 0.52.4", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6325 | ] |
| 6326 | |
| 6327 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6328 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6329 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6331 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6332 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6333 | "windows_aarch64_gnullvm 0.48.5", |
| 6334 | "windows_aarch64_msvc 0.48.5", |
| 6335 | "windows_i686_gnu 0.48.5", |
| 6336 | "windows_i686_msvc 0.48.5", |
| 6337 | "windows_x86_64_gnu 0.48.5", |
| 6338 | "windows_x86_64_gnullvm 0.48.5", |
| 6339 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6340 | ] |
| 6341 | |
| 6342 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6343 | name = "windows-targets" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6344 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6346 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6347 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6348 | "windows_aarch64_gnullvm 0.52.4", |
| 6349 | "windows_aarch64_msvc 0.52.4", |
| 6350 | "windows_i686_gnu 0.52.4", |
| 6351 | "windows_i686_msvc 0.52.4", |
| 6352 | "windows_x86_64_gnu 0.52.4", |
| 6353 | "windows_x86_64_gnullvm 0.52.4", |
| 6354 | "windows_x86_64_msvc 0.52.4", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6355 | ] |
| 6356 | |
| 6357 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6358 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6359 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6361 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6362 | |
| 6363 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6364 | name = "windows_aarch64_gnullvm" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6365 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6367 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6368 | |
| 6369 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6370 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6371 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6373 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6374 | |
| 6375 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6376 | name = "windows_aarch64_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6377 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6379 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6380 | |
| 6381 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6382 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6383 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6385 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6386 | |
| 6387 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6388 | name = "windows_i686_gnu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6389 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6391 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6392 | |
| 6393 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6394 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6395 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6397 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6398 | |
| 6399 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6400 | name = "windows_i686_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6401 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6403 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6404 | |
| 6405 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6406 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6407 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6409 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6410 | |
| 6411 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6412 | name = "windows_x86_64_gnu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6413 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6415 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6416 | |
| 6417 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6418 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6419 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6421 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6422 | |
| 6423 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6424 | name = "windows_x86_64_gnullvm" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6425 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6427 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6428 | |
| 6429 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6430 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6431 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6433 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6434 | |
| 6435 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6436 | name = "windows_x86_64_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6437 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6439 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6440 | |
| 6441 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6442 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6443 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6445 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6446 | dependencies = [ |
| 6447 | "memchr", |
| 6448 | ] |
| 6449 | |
| 6450 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6451 | name = "winreg" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6452 | version = "0.50.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6454 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6455 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6456 | "cfg-if", |
| 6457 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6458 | ] |
| 6459 | |
| 6460 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6461 | name = "writeable" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6462 | version = "0.5.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6464 | checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6465 | |
| 6466 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6467 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6468 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6470 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6471 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6472 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6473 | "linux-raw-sys", |
| 6474 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6475 | ] |
| 6476 | |
| 6477 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6478 | name = "xz" |
| 6479 | version = "0.1.0" |
| 6480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6481 | checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34" |
| 6482 | dependencies = [ |
| 6483 | "xz2", |
| 6484 | ] |
| 6485 | |
| 6486 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6487 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6488 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6490 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6491 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6492 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6493 | ] |
| 6494 | |
| 6495 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6496 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6497 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6499 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6500 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 6501 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6502 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 6503 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6504 | ] |
| 6505 | |
| 6506 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6507 | name = "yaml-rust" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6508 | version = "0.4.5" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6510 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6511 | dependencies = [ |
| 6512 | "linked-hash-map", |
| 6513 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6514 | |
| 6515 | [[package]] |
| 6516 | name = "yansi-term" |
| 6517 | version = "0.1.2" |
| 6518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6519 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6520 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6521 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6522 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6523 | |
| 6524 | [[package]] |
| 6525 | name = "yoke" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6526 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6528 | checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6529 | dependencies = [ |
| 6530 | "serde", |
| 6531 | "stable_deref_trait", |
| 6532 | "yoke-derive", |
| 6533 | "zerofrom", |
| 6534 | ] |
| 6535 | |
| 6536 | [[package]] |
| 6537 | name = "yoke-derive" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6538 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6540 | checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6541 | dependencies = [ |
| 6542 | "proc-macro2", |
| 6543 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6544 | "syn 2.0.52", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6545 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6546 | ] |
| 6547 | |
| 6548 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6549 | name = "zerocopy" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6550 | version = "0.7.32" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6552 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6553 | dependencies = [ |
| 6554 | "zerocopy-derive", |
| 6555 | ] |
| 6556 | |
| 6557 | [[package]] |
| 6558 | name = "zerocopy-derive" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6559 | version = "0.7.32" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6561 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6562 | dependencies = [ |
| 6563 | "proc-macro2", |
| 6564 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6565 | "syn 2.0.52", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6566 | ] |
| 6567 | |
| 6568 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6569 | name = "zerofrom" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6570 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6572 | checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6573 | dependencies = [ |
| 6574 | "zerofrom-derive", |
| 6575 | ] |
| 6576 | |
| 6577 | [[package]] |
| 6578 | name = "zerofrom-derive" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6579 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6581 | checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6582 | dependencies = [ |
| 6583 | "proc-macro2", |
| 6584 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6585 | "syn 2.0.52", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6586 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6587 | ] |
| 6588 | |
| 6589 | [[package]] |
| 6590 | name = "zerovec" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6591 | version = "0.10.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6593 | checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6594 | dependencies = [ |
| 6595 | "yoke", |
| 6596 | "zerofrom", |
| 6597 | "zerovec-derive", |
| 6598 | ] |
| 6599 | |
| 6600 | [[package]] |
| 6601 | name = "zerovec-derive" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6602 | version = "0.10.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6604 | checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6605 | dependencies = [ |
| 6606 | "proc-macro2", |
| 6607 | "quote", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6608 | "syn 2.0.52", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6609 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6610 | |
| 6611 | [[package]] |
| 6612 | name = "zip" |
| 6613 | version = "0.6.6" |
| 6614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6615 | checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| 6616 | dependencies = [ |
| 6617 | "byteorder", |
| 6618 | "crc32fast", |
| 6619 | "crossbeam-utils", |
| 6620 | "flate2", |
| 6621 | ] |