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 | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 40 | version = "0.8.11" |
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 | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 42 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
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 | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 204 | version = "1.0.81" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 206 | checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" |
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 | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 249 | "syn 2.0.53", |
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" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 296 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 298 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
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 | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 382 | version = "3.15.4" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 384 | checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" |
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]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 487 | name = "cfg_aliases" |
| 488 | version = "0.1.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 490 | checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "chrono" |
| 494 | version = "0.4.35" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 497 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 498 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 499 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 500 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 501 | "serde", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 502 | "windows-targets 0.52.4", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 503 | ] |
| 504 | |
| 505 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 506 | name = "cipher" |
| 507 | version = "0.4.4" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 510 | dependencies = [ |
| 511 | "crypto-common", |
| 512 | "inout", |
| 513 | ] |
| 514 | |
| 515 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 516 | name = "clap" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 517 | version = "4.5.3" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 519 | checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 520 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 521 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 522 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 523 | ] |
| 524 | |
| 525 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 526 | name = "clap-cargo" |
| 527 | version = "0.12.0" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 530 | dependencies = [ |
| 531 | "anstyle", |
| 532 | "clap", |
| 533 | ] |
| 534 | |
| 535 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 536 | name = "clap_builder" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 537 | version = "4.5.2" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 539 | checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 540 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 541 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 542 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 543 | "clap_lex", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 544 | "strsim 0.11.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 545 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 546 | ] |
| 547 | |
| 548 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 549 | name = "clap_complete" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 550 | version = "4.5.1" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 552 | checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 553 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 554 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 555 | ] |
| 556 | |
| 557 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 558 | name = "clap_derive" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 559 | version = "4.5.3" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 561 | checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 562 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 563 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 564 | "proc-macro2", |
| 565 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 566 | "syn 2.0.53", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 567 | ] |
| 568 | |
| 569 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 570 | name = "clap_lex" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 571 | version = "0.7.0" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 573 | checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 574 | |
| 575 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 576 | name = "clippy" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 577 | version = "0.1.78" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 578 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 579 | "anstream", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 580 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 581 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 582 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 583 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 584 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 585 | "futures", |
| 586 | "if_chain", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 587 | "itertools 0.12.1", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 588 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 589 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 590 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 591 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 592 | "serde", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 593 | "syn 2.0.53", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 594 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 595 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 596 | "tester", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 597 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 598 | "toml 0.7.8", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 599 | "ui_test 0.22.2", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 600 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 601 | ] |
| 602 | |
| 603 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 604 | name = "clippy_config" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 605 | version = "0.1.78" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 606 | dependencies = [ |
| 607 | "rustc-semver", |
| 608 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 609 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 610 | "walkdir", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 614 | name = "clippy_dev" |
| 615 | version = "0.0.1" |
| 616 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 617 | "aho-corasick", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 618 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 619 | "indoc", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 620 | "itertools 0.12.1", |
Philipp Krones | d7a0182 | 2024-01-25 18:17:52 | [diff] [blame] | 621 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 622 | "shell-escape", |
| 623 | "walkdir", |
| 624 | ] |
| 625 | |
| 626 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 627 | name = "clippy_lints" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 628 | version = "0.1.78" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 629 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 630 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 631 | "cargo_metadata 0.18.1", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 632 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 633 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 634 | "declare_clippy_lint", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 635 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 636 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 637 | "regex", |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 638 | "regex-syntax 0.8.2", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 639 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 640 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 641 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 642 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 643 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 644 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 645 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 646 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 647 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 648 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 649 | ] |
| 650 | |
| 651 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 652 | name = "clippy_utils" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 653 | version = "0.1.78" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 654 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 655 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 656 | "clippy_config", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 657 | "itertools 0.12.1", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 658 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 659 | ] |
| 660 | |
| 661 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 662 | name = "collect-license-metadata" |
| 663 | version = "0.1.0" |
| 664 | dependencies = [ |
| 665 | "anyhow", |
| 666 | "serde", |
| 667 | "serde_json", |
| 668 | "spdx-rs", |
| 669 | ] |
| 670 | |
| 671 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 672 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 673 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 675 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 676 | dependencies = [ |
| 677 | "backtrace", |
| 678 | "color-spantrace", |
| 679 | "eyre", |
| 680 | "indenter", |
| 681 | "once_cell", |
| 682 | "owo-colors", |
| 683 | "tracing-error", |
| 684 | ] |
| 685 | |
| 686 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 687 | name = "color-print" |
| 688 | version = "0.3.5" |
| 689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 690 | checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" |
| 691 | dependencies = [ |
| 692 | "color-print-proc-macro", |
| 693 | ] |
| 694 | |
| 695 | [[package]] |
| 696 | name = "color-print-proc-macro" |
| 697 | version = "0.3.5" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" |
| 700 | dependencies = [ |
| 701 | "nom", |
| 702 | "proc-macro2", |
| 703 | "quote", |
| 704 | "syn 1.0.109", |
| 705 | ] |
| 706 | |
| 707 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 708 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 709 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 711 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 712 | dependencies = [ |
| 713 | "once_cell", |
| 714 | "owo-colors", |
| 715 | "tracing-core", |
| 716 | "tracing-error", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 720 | name = "colorchoice" |
| 721 | version = "1.0.0" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 724 | |
| 725 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 726 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 727 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 729 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 730 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 731 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 732 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 733 | ] |
| 734 | |
| 735 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 736 | name = "comma" |
| 737 | version = "1.0.0" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 740 | |
| 741 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 742 | name = "compiler_builtins" |
Nikita Popov | edfbe63 | 2024-01-22 11:59:41 | [diff] [blame] | 743 | version = "0.1.108" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nikita Popov | edfbe63 | 2024-01-22 11:59:41 | [diff] [blame] | 745 | checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 746 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 747 | "cc", |
| 748 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 749 | ] |
| 750 | |
| 751 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 752 | name = "compiletest" |
| 753 | version = "0.0.0" |
| 754 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 755 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 756 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 757 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 758 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 759 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 760 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 761 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 762 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 763 | "indexmap", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 764 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 765 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 766 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 767 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 768 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 769 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 770 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 771 | "serde", |
| 772 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 773 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 774 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 775 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 776 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 777 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 778 | ] |
| 779 | |
| 780 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 781 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 782 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 784 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 785 | dependencies = [ |
| 786 | "encode_unicode", |
| 787 | "lazy_static", |
| 788 | "libc", |
| 789 | "unicode-width", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 790 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 791 | ] |
| 792 | |
| 793 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 794 | name = "core" |
| 795 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 796 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 797 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 798 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 799 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 800 | |
| 801 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 802 | name = "core-foundation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 803 | version = "0.9.4" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 805 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 806 | dependencies = [ |
| 807 | "core-foundation-sys", |
| 808 | "libc", |
| 809 | ] |
| 810 | |
| 811 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 812 | name = "core-foundation-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 813 | version = "0.8.6" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 815 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 816 | |
| 817 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 818 | name = "coverage-dump" |
| 819 | version = "0.1.0" |
| 820 | dependencies = [ |
| 821 | "anyhow", |
| 822 | "leb128", |
| 823 | "md-5", |
| 824 | "miniz_oxide", |
| 825 | "regex", |
| 826 | "rustc-demangle", |
| 827 | ] |
| 828 | |
| 829 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 830 | name = "cpufeatures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 831 | version = "0.2.12" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 833 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 834 | dependencies = [ |
| 835 | "libc", |
| 836 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 837 | |
| 838 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 839 | name = "crc32fast" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 840 | version = "1.4.0" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 842 | checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 843 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 844 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 845 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 846 | |
| 847 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 848 | name = "crossbeam-channel" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 849 | version = "0.5.12" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 851 | checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 852 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 853 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 854 | ] |
| 855 | |
| 856 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 857 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 858 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 860 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 861 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 862 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 863 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 864 | ] |
| 865 | |
| 866 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 867 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 868 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 870 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 871 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 872 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 873 | ] |
| 874 | |
| 875 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 876 | name = "crossbeam-utils" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 877 | version = "0.8.19" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 879 | checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 880 | |
| 881 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 882 | name = "crypto-common" |
| 883 | version = "0.1.6" |
| 884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 886 | dependencies = [ |
| 887 | "generic-array", |
| 888 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 889 | ] |
| 890 | |
| 891 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 892 | name = "ctrlc" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 893 | version = "3.4.4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 895 | checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 896 | dependencies = [ |
| 897 | "nix", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 898 | "windows-sys 0.52.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 899 | ] |
| 900 | |
| 901 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 902 | name = "curl" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 903 | version = "0.4.46" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 905 | checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 906 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 907 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 908 | "libc", |
| 909 | "openssl-probe", |
| 910 | "openssl-sys", |
| 911 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 912 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 913 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 914 | ] |
| 915 | |
| 916 | [[package]] |
| 917 | name = "curl-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 918 | version = "0.4.72+curl-8.6.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 920 | checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 921 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 922 | "cc", |
| 923 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 924 | "libz-sys", |
| 925 | "openssl-sys", |
| 926 | "pkg-config", |
| 927 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 928 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 929 | ] |
| 930 | |
| 931 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 932 | name = "darling" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 933 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 935 | checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 936 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 937 | "darling_core", |
| 938 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 939 | ] |
| 940 | |
| 941 | [[package]] |
| 942 | name = "darling_core" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 943 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 945 | checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 946 | dependencies = [ |
| 947 | "fnv", |
| 948 | "ident_case", |
| 949 | "proc-macro2", |
| 950 | "quote", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 951 | "strsim 0.10.0", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 952 | "syn 2.0.53", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 953 | ] |
| 954 | |
| 955 | [[package]] |
| 956 | name = "darling_macro" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 957 | version = "0.20.8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 959 | checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 960 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 961 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 962 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 963 | "syn 2.0.53", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 964 | ] |
| 965 | |
| 966 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 967 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 968 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 970 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 971 | |
| 972 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 973 | name = "declare_clippy_lint" |
Philipp Krones | 4ec9eec | 2024-02-08 19:25:09 | [diff] [blame] | 974 | version = "0.1.78" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 975 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 976 | "itertools 0.12.1", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 977 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 978 | "syn 2.0.53", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 979 | ] |
| 980 | |
| 981 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 982 | name = "deranged" |
| 983 | version = "0.3.11" |
| 984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 985 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 986 | dependencies = [ |
| 987 | "powerfmt", |
| 988 | ] |
| 989 | |
| 990 | [[package]] |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 991 | name = "derivative" |
| 992 | version = "2.2.0" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| 995 | dependencies = [ |
| 996 | "proc-macro2", |
| 997 | "quote", |
| 998 | "syn 1.0.109", |
| 999 | ] |
| 1000 | |
| 1001 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1002 | name = "derive_builder" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1003 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1005 | checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1006 | dependencies = [ |
| 1007 | "derive_builder_macro", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "derive_builder_core" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1012 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1014 | checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1015 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1016 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1017 | "proc-macro2", |
| 1018 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1019 | "syn 2.0.53", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1020 | ] |
| 1021 | |
| 1022 | [[package]] |
| 1023 | name = "derive_builder_macro" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1024 | version = "0.20.0" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1026 | checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1027 | dependencies = [ |
| 1028 | "derive_builder_core", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1029 | "syn 2.0.53", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1033 | name = "derive_more" |
| 1034 | version = "0.99.17" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 1037 | dependencies = [ |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1038 | "proc-macro2", |
| 1039 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1040 | "syn 1.0.109", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1041 | ] |
| 1042 | |
| 1043 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1044 | name = "derive_setters" |
| 1045 | version = "0.1.6" |
| 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1047 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 1048 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 1049 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1050 | "proc-macro2", |
| 1051 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1052 | "syn 2.0.53", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1053 | ] |
| 1054 | |
| 1055 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1056 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1057 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1059 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1060 | |
| 1061 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1062 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1063 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1065 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1066 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1067 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1068 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1069 | ] |
| 1070 | |
| 1071 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1072 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1073 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1075 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1076 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1077 | "dirs-sys 0.4.1", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1078 | ] |
| 1079 | |
| 1080 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1081 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1082 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1084 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1085 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1086 | "dirs-sys 0.3.7", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1087 | ] |
| 1088 | |
| 1089 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1090 | name = "dirs-next" |
| 1091 | version = "2.0.0" |
| 1092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1093 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1094 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1095 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1096 | "dirs-sys-next", |
| 1097 | ] |
| 1098 | |
| 1099 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1100 | name = "dirs-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1101 | version = "0.3.7" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1103 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1104 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1105 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1106 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1107 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1108 | ] |
| 1109 | |
| 1110 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1111 | name = "dirs-sys" |
| 1112 | version = "0.4.1" |
| 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1115 | dependencies = [ |
| 1116 | "libc", |
| 1117 | "option-ext", |
| 1118 | "redox_users", |
| 1119 | "windows-sys 0.48.0", |
| 1120 | ] |
| 1121 | |
| 1122 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1123 | name = "dirs-sys-next" |
| 1124 | version = "0.1.2" |
| 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1126 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1127 | dependencies = [ |
| 1128 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1129 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1130 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1131 | ] |
| 1132 | |
| 1133 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1134 | name = "displaydoc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1135 | version = "0.2.4" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1137 | checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1138 | dependencies = [ |
| 1139 | "proc-macro2", |
| 1140 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1141 | "syn 2.0.53", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1142 | ] |
| 1143 | |
| 1144 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1145 | name = "dissimilar" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1146 | version = "1.0.7" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1148 | checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1149 | |
| 1150 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1151 | name = "dlmalloc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1152 | version = "0.2.6" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1154 | checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1155 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1156 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1157 | "compiler_builtins", |
| 1158 | "libc", |
| 1159 | "rustc-std-workspace-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1160 | "windows-sys 0.52.0", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1161 | ] |
| 1162 | |
| 1163 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1164 | name = "either" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1165 | version = "1.10.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1167 | checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1168 | |
| 1169 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1170 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1171 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1173 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1174 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1175 | "regex", |
| 1176 | "serde", |
| 1177 | "serde_derive", |
| 1178 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1179 | ] |
| 1180 | |
| 1181 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1182 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1183 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1185 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1186 | dependencies = [ |
| 1187 | "stable_deref_trait", |
| 1188 | ] |
| 1189 | |
| 1190 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1191 | name = "ena" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1192 | version = "0.14.2" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1194 | checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1195 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1196 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1197 | ] |
| 1198 | |
| 1199 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1200 | name = "encode_unicode" |
| 1201 | version = "0.3.6" |
| 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1203 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1204 | |
| 1205 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1206 | name = "encoding_rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1207 | version = "0.8.33" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1209 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1210 | dependencies = [ |
| 1211 | "cfg-if", |
| 1212 | ] |
| 1213 | |
| 1214 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1215 | name = "env_filter" |
| 1216 | version = "0.1.0" |
| 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 | checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
| 1219 | dependencies = [ |
| 1220 | "log", |
| 1221 | "regex", |
| 1222 | ] |
| 1223 | |
| 1224 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1225 | name = "env_logger" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1226 | version = "0.11.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1228 | checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1229 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1230 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1231 | "anstyle", |
| 1232 | "env_filter", |
| 1233 | "humantime", |
| 1234 | "log", |
| 1235 | ] |
| 1236 | |
| 1237 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1238 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1239 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [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 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1242 | |
| 1243 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1244 | name = "errno" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1245 | version = "0.3.8" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1247 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1248 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1249 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1250 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1251 | ] |
| 1252 | |
| 1253 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1254 | name = "error_index_generator" |
| 1255 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1256 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1257 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1258 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1259 | |
| 1260 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1261 | name = "expand-yaml-anchors" |
| 1262 | version = "0.1.0" |
| 1263 | dependencies = [ |
| 1264 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1265 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1266 | ] |
| 1267 | |
| 1268 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1269 | name = "expect-test" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1270 | version = "1.4.1" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1272 | checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1273 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1274 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1275 | "once_cell", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1279 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1280 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1282 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1283 | dependencies = [ |
| 1284 | "indenter", |
| 1285 | "once_cell", |
| 1286 | ] |
| 1287 | |
| 1288 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1289 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1290 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1292 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1293 | |
| 1294 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1295 | name = "fastrand" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1296 | version = "2.0.1" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1298 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1299 | |
| 1300 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1301 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1302 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1304 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1305 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1306 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1307 | "rustc_version", |
| 1308 | ] |
| 1309 | |
| 1310 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1311 | name = "filetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1312 | version = "0.2.23" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1314 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1315 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1316 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1317 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1318 | "redox_syscall", |
| 1319 | "windows-sys 0.52.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1320 | ] |
| 1321 | |
| 1322 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1323 | name = "flate2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1324 | version = "1.0.28" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1326 | checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1327 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1328 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1329 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1330 | ] |
| 1331 | |
| 1332 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1333 | name = "fluent-bundle" |
| 1334 | version = "0.15.2" |
| 1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1336 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1337 | dependencies = [ |
| 1338 | "fluent-langneg", |
| 1339 | "fluent-syntax", |
| 1340 | "intl-memoizer", |
| 1341 | "intl_pluralrules", |
| 1342 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1343 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1344 | "smallvec", |
| 1345 | "unic-langid", |
| 1346 | ] |
| 1347 | |
| 1348 | [[package]] |
| 1349 | name = "fluent-langneg" |
| 1350 | version = "0.13.0" |
| 1351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1352 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1353 | dependencies = [ |
| 1354 | "unic-langid", |
| 1355 | ] |
| 1356 | |
| 1357 | [[package]] |
| 1358 | name = "fluent-syntax" |
| 1359 | version = "0.11.0" |
| 1360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1361 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1362 | dependencies = [ |
| 1363 | "thiserror", |
| 1364 | ] |
| 1365 | |
| 1366 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1367 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1368 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1370 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1371 | |
| 1372 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1373 | name = "foreign-types" |
| 1374 | version = "0.3.2" |
| 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 1377 | dependencies = [ |
| 1378 | "foreign-types-shared", |
| 1379 | ] |
| 1380 | |
| 1381 | [[package]] |
| 1382 | name = "foreign-types-shared" |
| 1383 | version = "0.1.1" |
| 1384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1385 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1386 | |
| 1387 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1388 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1389 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1391 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1392 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1393 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1394 | ] |
| 1395 | |
| 1396 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1397 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1398 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1400 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1401 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1402 | "compiler_builtins", |
| 1403 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1404 | ] |
| 1405 | |
| 1406 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1407 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1408 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1410 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1411 | dependencies = [ |
| 1412 | "autocfg", |
| 1413 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1414 | |
| 1415 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1416 | name = "fs_extra" |
| 1417 | version = "1.3.0" |
| 1418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1419 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1420 | |
| 1421 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1422 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1423 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1425 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1426 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1427 | "mac", |
| 1428 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1429 | ] |
| 1430 | |
| 1431 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1432 | name = "futures" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1433 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1435 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1436 | dependencies = [ |
| 1437 | "futures-channel", |
| 1438 | "futures-core", |
| 1439 | "futures-executor", |
| 1440 | "futures-io", |
| 1441 | "futures-sink", |
| 1442 | "futures-task", |
| 1443 | "futures-util", |
| 1444 | ] |
| 1445 | |
| 1446 | [[package]] |
| 1447 | name = "futures-channel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1448 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1450 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1451 | dependencies = [ |
| 1452 | "futures-core", |
| 1453 | "futures-sink", |
| 1454 | ] |
| 1455 | |
| 1456 | [[package]] |
| 1457 | name = "futures-core" |
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 = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1461 | |
| 1462 | [[package]] |
| 1463 | name = "futures-executor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1464 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1465 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1466 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1467 | dependencies = [ |
| 1468 | "futures-core", |
| 1469 | "futures-task", |
| 1470 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1471 | ] |
| 1472 | |
| 1473 | [[package]] |
| 1474 | name = "futures-io" |
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 = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1478 | |
| 1479 | [[package]] |
| 1480 | name = "futures-macro" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1481 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1483 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1484 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1485 | "proc-macro2", |
| 1486 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1487 | "syn 2.0.53", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1488 | ] |
| 1489 | |
| 1490 | [[package]] |
| 1491 | name = "futures-sink" |
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 = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1495 | |
| 1496 | [[package]] |
| 1497 | name = "futures-task" |
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 = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1501 | |
| 1502 | [[package]] |
| 1503 | name = "futures-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1504 | version = "0.3.30" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1506 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1507 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1508 | "futures-channel", |
| 1509 | "futures-core", |
| 1510 | "futures-io", |
| 1511 | "futures-macro", |
| 1512 | "futures-sink", |
| 1513 | "futures-task", |
| 1514 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1515 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1516 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1517 | "slab", |
| 1518 | ] |
| 1519 | |
| 1520 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1521 | name = "generate-copyright" |
| 1522 | version = "0.1.0" |
| 1523 | dependencies = [ |
| 1524 | "anyhow", |
| 1525 | "serde", |
| 1526 | "serde_json", |
| 1527 | ] |
| 1528 | |
| 1529 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1530 | name = "generate-windows-sys" |
| 1531 | version = "0.1.0" |
| 1532 | dependencies = [ |
| 1533 | "windows-bindgen", |
| 1534 | ] |
| 1535 | |
| 1536 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1537 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1538 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1540 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1541 | dependencies = [ |
| 1542 | "typenum", |
| 1543 | "version_check", |
| 1544 | ] |
| 1545 | |
| 1546 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1547 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1548 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1550 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1551 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1552 | "rustc-std-workspace-core", |
| 1553 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1554 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1555 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1556 | |
| 1557 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1558 | name = "getrandom" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1559 | version = "0.2.12" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1561 | checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1562 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1563 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1564 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1565 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1569 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1570 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1572 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1573 | dependencies = [ |
| 1574 | "compiler_builtins", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1575 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1576 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1577 | "rustc-std-workspace-alloc", |
| 1578 | "rustc-std-workspace-core", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1579 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1580 | ] |
| 1581 | |
| 1582 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1583 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1584 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1586 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1587 | |
| 1588 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1589 | name = "globset" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1590 | version = "0.4.13" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1592 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1593 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1594 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1595 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1596 | "fnv", |
| 1597 | "log", |
| 1598 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1599 | ] |
| 1600 | |
| 1601 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1602 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1603 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1605 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1606 | dependencies = [ |
| 1607 | "serde", |
| 1608 | ] |
| 1609 | |
| 1610 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1611 | name = "h2" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1612 | version = "0.3.25" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1614 | checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1615 | dependencies = [ |
| 1616 | "bytes", |
| 1617 | "fnv", |
| 1618 | "futures-core", |
| 1619 | "futures-sink", |
| 1620 | "futures-util", |
| 1621 | "http", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1622 | "indexmap", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1623 | "slab", |
| 1624 | "tokio", |
| 1625 | "tokio-util", |
| 1626 | "tracing", |
| 1627 | ] |
| 1628 | |
| 1629 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1630 | name = "handlebars" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1631 | version = "5.1.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1633 | checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1634 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1635 | "log", |
| 1636 | "pest", |
| 1637 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1638 | "serde", |
| 1639 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1640 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1641 | ] |
| 1642 | |
| 1643 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1644 | name = "hashbrown" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1645 | version = "0.14.3" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1647 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1648 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1649 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1650 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1651 | "compiler_builtins", |
| 1652 | "rustc-std-workspace-alloc", |
| 1653 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1654 | ] |
| 1655 | |
| 1656 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1657 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1658 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1660 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1661 | |
| 1662 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1663 | name = "heck" |
| 1664 | version = "0.5.0" |
| 1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1667 | |
| 1668 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1669 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1670 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1672 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1673 | dependencies = [ |
| 1674 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1675 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1676 | "rustc-std-workspace-core", |
| 1677 | ] |
| 1678 | |
| 1679 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1680 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1681 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1683 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1684 | |
| 1685 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1686 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1687 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1689 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1690 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1691 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1692 | ] |
| 1693 | |
| 1694 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1695 | name = "html-checker" |
| 1696 | version = "0.1.0" |
| 1697 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1698 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1699 | "walkdir", |
| 1700 | ] |
| 1701 | |
| 1702 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1703 | name = "html-escape" |
| 1704 | version = "0.2.13" |
| 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1707 | dependencies = [ |
| 1708 | "utf8-width", |
| 1709 | ] |
| 1710 | |
| 1711 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1712 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1713 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1715 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1716 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1717 | "log", |
| 1718 | "mac", |
| 1719 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1720 | "proc-macro2", |
| 1721 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1722 | "syn 1.0.109", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1723 | ] |
| 1724 | |
| 1725 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1726 | name = "http" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1727 | version = "0.2.12" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1729 | checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1730 | dependencies = [ |
| 1731 | "bytes", |
| 1732 | "fnv", |
| 1733 | "itoa", |
| 1734 | ] |
| 1735 | |
| 1736 | [[package]] |
| 1737 | name = "http-body" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1738 | version = "0.4.6" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1740 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1741 | dependencies = [ |
| 1742 | "bytes", |
| 1743 | "http", |
| 1744 | "pin-project-lite", |
| 1745 | ] |
| 1746 | |
| 1747 | [[package]] |
| 1748 | name = "httparse" |
| 1749 | version = "1.8.0" |
| 1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1751 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| 1752 | |
| 1753 | [[package]] |
| 1754 | name = "httpdate" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1755 | version = "1.0.3" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1757 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1758 | |
| 1759 | [[package]] |
| 1760 | name = "humansize" |
| 1761 | version = "2.1.3" |
| 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1763 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1764 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1765 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1766 | ] |
| 1767 | |
| 1768 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1769 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1770 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1772 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1773 | |
| 1774 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1775 | name = "hyper" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1776 | version = "0.14.28" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1778 | checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1779 | dependencies = [ |
| 1780 | "bytes", |
| 1781 | "futures-channel", |
| 1782 | "futures-core", |
| 1783 | "futures-util", |
| 1784 | "h2", |
| 1785 | "http", |
| 1786 | "http-body", |
| 1787 | "httparse", |
| 1788 | "httpdate", |
| 1789 | "itoa", |
| 1790 | "pin-project-lite", |
| 1791 | "socket2", |
| 1792 | "tokio", |
| 1793 | "tower-service", |
| 1794 | "tracing", |
| 1795 | "want", |
| 1796 | ] |
| 1797 | |
| 1798 | [[package]] |
| 1799 | name = "hyper-tls" |
| 1800 | version = "0.5.0" |
| 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
| 1803 | dependencies = [ |
| 1804 | "bytes", |
| 1805 | "hyper", |
| 1806 | "native-tls", |
| 1807 | "tokio", |
| 1808 | "tokio-native-tls", |
| 1809 | ] |
| 1810 | |
| 1811 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1812 | name = "iana-time-zone" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1813 | version = "0.1.60" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1815 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1816 | dependencies = [ |
| 1817 | "android_system_properties", |
| 1818 | "core-foundation-sys", |
| 1819 | "iana-time-zone-haiku", |
| 1820 | "js-sys", |
| 1821 | "wasm-bindgen", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1822 | "windows-core", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1823 | ] |
| 1824 | |
| 1825 | [[package]] |
| 1826 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1827 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1829 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1830 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1831 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1832 | ] |
| 1833 | |
| 1834 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1835 | name = "icu_list" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1836 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1838 | checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1839 | dependencies = [ |
| 1840 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1841 | "icu_list_data", |
| 1842 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1843 | "icu_provider", |
| 1844 | "regex-automata 0.2.0", |
| 1845 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1846 | ] |
| 1847 | |
| 1848 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1849 | name = "icu_list_data" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1850 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1852 | checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1853 | |
| 1854 | [[package]] |
| 1855 | name = "icu_locid" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1856 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1858 | checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1859 | dependencies = [ |
| 1860 | "displaydoc", |
| 1861 | "litemap", |
| 1862 | "tinystr", |
| 1863 | "writeable", |
| 1864 | "zerovec", |
| 1865 | ] |
| 1866 | |
| 1867 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1868 | name = "icu_locid_transform" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1869 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1871 | checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1872 | dependencies = [ |
| 1873 | "displaydoc", |
| 1874 | "icu_locid", |
| 1875 | "icu_locid_transform_data", |
| 1876 | "icu_provider", |
| 1877 | "tinystr", |
| 1878 | "zerovec", |
| 1879 | ] |
| 1880 | |
| 1881 | [[package]] |
| 1882 | name = "icu_locid_transform_data" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1883 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1885 | checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1886 | |
| 1887 | [[package]] |
| 1888 | name = "icu_provider" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1889 | version = "1.4.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1891 | checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1892 | dependencies = [ |
| 1893 | "displaydoc", |
| 1894 | "icu_locid", |
| 1895 | "icu_provider_macros", |
| 1896 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1897 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1898 | "writeable", |
| 1899 | "yoke", |
| 1900 | "zerofrom", |
| 1901 | "zerovec", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "icu_provider_adapters" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1906 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1908 | checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1909 | dependencies = [ |
| 1910 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1911 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1912 | "icu_provider", |
| 1913 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1914 | "zerovec", |
| 1915 | ] |
| 1916 | |
| 1917 | [[package]] |
| 1918 | name = "icu_provider_macros" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1919 | version = "1.4.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1921 | checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1922 | dependencies = [ |
| 1923 | "proc-macro2", |
| 1924 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 1925 | "syn 2.0.53", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1926 | ] |
| 1927 | |
| 1928 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1929 | name = "ident_case" |
| 1930 | version = "1.0.1" |
| 1931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1932 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1933 | |
| 1934 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1935 | name = "idna" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1936 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1938 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1939 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1940 | "unicode-bidi", |
| 1941 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1942 | ] |
| 1943 | |
| 1944 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1945 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1946 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1948 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1949 | |
| 1950 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1951 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1952 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1954 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1955 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1956 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1957 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1958 | "log", |
| 1959 | "memchr", |
| 1960 | "regex", |
| 1961 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1962 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1963 | "walkdir", |
| 1964 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1965 | ] |
| 1966 | |
| 1967 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1968 | name = "indenter" |
| 1969 | version = "0.3.3" |
| 1970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1971 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1972 | |
| 1973 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1974 | name = "indexmap" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1975 | version = "2.2.5" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 1977 | checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1978 | dependencies = [ |
| 1979 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1980 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1981 | "rustc-rayon", |
| 1982 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1983 | ] |
| 1984 | |
| 1985 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1986 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1987 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1989 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1990 | dependencies = [ |
| 1991 | "console", |
| 1992 | "instant", |
| 1993 | "number_prefix", |
| 1994 | "portable-atomic", |
| 1995 | "unicode-width", |
| 1996 | ] |
| 1997 | |
| 1998 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1999 | name = "indoc" |
| 2000 | version = "1.0.9" |
| 2001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2002 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 2003 | |
| 2004 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2005 | name = "inout" |
| 2006 | version = "0.1.3" |
| 2007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2008 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 2009 | dependencies = [ |
| 2010 | "generic-array", |
| 2011 | ] |
| 2012 | |
| 2013 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2014 | name = "installer" |
| 2015 | version = "0.0.0" |
| 2016 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 2017 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2018 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2019 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2020 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2021 | "tar", |
| 2022 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2023 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2024 | ] |
| 2025 | |
| 2026 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2027 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2028 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2030 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 2031 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2032 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2033 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2034 | |
| 2035 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2036 | name = "intl-memoizer" |
| 2037 | version = "0.5.1" |
| 2038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2039 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 2040 | dependencies = [ |
| 2041 | "type-map", |
| 2042 | "unic-langid", |
| 2043 | ] |
| 2044 | |
| 2045 | [[package]] |
| 2046 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2047 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2049 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2050 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2051 | "unic-langid", |
| 2052 | ] |
| 2053 | |
| 2054 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2055 | name = "ipnet" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2056 | version = "2.9.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2058 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2059 | |
| 2060 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2061 | name = "itertools" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2062 | version = "0.11.0" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2064 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2065 | dependencies = [ |
| 2066 | "either", |
| 2067 | ] |
| 2068 | |
| 2069 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2070 | name = "itertools" |
| 2071 | version = "0.12.1" |
| 2072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2073 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 2074 | dependencies = [ |
| 2075 | "either", |
| 2076 | ] |
| 2077 | |
| 2078 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2079 | name = "itoa" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2080 | version = "1.0.10" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2082 | checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2083 | |
| 2084 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2085 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2086 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2088 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2089 | dependencies = [ |
| 2090 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2091 | "libc", |
| 2092 | ] |
| 2093 | |
| 2094 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2095 | name = "jobserver" |
Vadim Petrochenkov | 83f3bc4 | 2024-02-09 16:11:37 | [diff] [blame] | 2096 | version = "0.1.28" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Vadim Petrochenkov | 83f3bc4 | 2024-02-09 16:11:37 | [diff] [blame] | 2098 | checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2099 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2100 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2101 | ] |
| 2102 | |
| 2103 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2104 | name = "js-sys" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2105 | version = "0.3.69" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2107 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2108 | dependencies = [ |
| 2109 | "wasm-bindgen", |
| 2110 | ] |
| 2111 | |
| 2112 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2113 | name = "jsondocck" |
| 2114 | version = "0.1.0" |
| 2115 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2116 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2117 | "getopts", |
| 2118 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 2119 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2120 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2121 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2122 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2123 | ] |
| 2124 | |
| 2125 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2126 | name = "jsondoclint" |
| 2127 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2128 | dependencies = [ |
| 2129 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2130 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2131 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2132 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2133 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2134 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2135 | "serde_json", |
| 2136 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2137 | |
| 2138 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2139 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2140 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2142 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2143 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2144 | "log", |
| 2145 | "serde", |
| 2146 | "serde_json", |
| 2147 | ] |
| 2148 | |
| 2149 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2150 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2151 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2153 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2154 | |
| 2155 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2156 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2157 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2159 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2160 | |
| 2161 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2162 | name = "leb128" |
| 2163 | version = "0.2.5" |
| 2164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2165 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2166 | |
| 2167 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2168 | name = "levenshtein" |
| 2169 | version = "1.0.5" |
| 2170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2171 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2172 | |
| 2173 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2174 | name = "libc" |
Aphek | ee87033 | 2024-02-02 02:58:42 | [diff] [blame] | 2175 | version = "0.2.153" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Aphek | ee87033 | 2024-02-02 02:58:42 | [diff] [blame] | 2177 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2178 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2179 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2180 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2181 | |
| 2182 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2183 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2184 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2186 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2187 | dependencies = [ |
| 2188 | "libc", |
| 2189 | "libffi-sys", |
| 2190 | ] |
| 2191 | |
| 2192 | [[package]] |
| 2193 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2194 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2196 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2197 | dependencies = [ |
| 2198 | "cc", |
| 2199 | ] |
| 2200 | |
| 2201 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2202 | name = "libloading" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2203 | version = "0.8.3" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2205 | checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2206 | dependencies = [ |
| 2207 | "cfg-if", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2208 | "windows-targets 0.52.4", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2209 | ] |
| 2210 | |
| 2211 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2212 | name = "libm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2213 | version = "0.2.8" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2215 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 2216 | |
| 2217 | [[package]] |
| 2218 | name = "libredox" |
| 2219 | version = "0.0.1" |
| 2220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2221 | checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" |
| 2222 | dependencies = [ |
| 2223 | "bitflags 2.4.2", |
| 2224 | "libc", |
| 2225 | "redox_syscall", |
| 2226 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2227 | |
| 2228 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2229 | name = "libz-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2230 | version = "1.1.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2232 | checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2233 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2234 | "cc", |
| 2235 | "libc", |
| 2236 | "pkg-config", |
| 2237 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2238 | ] |
| 2239 | |
| 2240 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2241 | name = "linkchecker" |
| 2242 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2243 | dependencies = [ |
Eric Huss | 776590b | 2024-02-08 16:35:12 | [diff] [blame] | 2244 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2245 | "once_cell", |
| 2246 | "regex", |
| 2247 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2248 | |
| 2249 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2250 | name = "linked-hash-map" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2251 | version = "0.5.6" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2253 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2254 | |
| 2255 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2256 | name = "lint-docs" |
| 2257 | version = "0.1.0" |
| 2258 | dependencies = [ |
| 2259 | "serde_json", |
| 2260 | "tempfile", |
| 2261 | "walkdir", |
| 2262 | ] |
| 2263 | |
| 2264 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2265 | name = "linux-raw-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2266 | version = "0.4.13" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2268 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2269 | |
| 2270 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2271 | name = "litemap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2272 | version = "0.7.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2274 | checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2275 | |
| 2276 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2277 | name = "lld-wrapper" |
| 2278 | version = "0.1.0" |
| 2279 | |
| 2280 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2281 | name = "llvm-bitcode-linker" |
| 2282 | version = "0.0.1" |
| 2283 | dependencies = [ |
| 2284 | "anyhow", |
| 2285 | "clap", |
| 2286 | "thiserror", |
| 2287 | "tracing", |
| 2288 | "tracing-subscriber", |
| 2289 | ] |
| 2290 | |
| 2291 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2292 | name = "lock_api" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2293 | version = "0.4.11" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2295 | checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2296 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2297 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2298 | "scopeguard", |
| 2299 | ] |
| 2300 | |
| 2301 | [[package]] |
| 2302 | name = "log" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2303 | version = "0.4.21" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2305 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2306 | |
| 2307 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2308 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2309 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2311 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2312 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2313 | "cc", |
| 2314 | "libc", |
| 2315 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2316 | ] |
| 2317 | |
| 2318 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2319 | name = "mac" |
| 2320 | version = "0.1.1" |
| 2321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2322 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2323 | |
| 2324 | [[package]] |
| 2325 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2326 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2328 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2329 | |
| 2330 | [[package]] |
| 2331 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2332 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2334 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2335 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2336 | "log", |
| 2337 | "phf", |
| 2338 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2339 | "string_cache", |
| 2340 | "string_cache_codegen", |
| 2341 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2342 | ] |
| 2343 | |
| 2344 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2345 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2346 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2348 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2349 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2350 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2351 | ] |
| 2352 | |
| 2353 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2354 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2355 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2357 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2358 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2359 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2360 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2361 | ] |
| 2362 | |
| 2363 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2364 | name = "mdbook" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2365 | version = "0.4.37" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2367 | checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2368 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2369 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2370 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2371 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2372 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2373 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2374 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2375 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2376 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2377 | "log", |
| 2378 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2379 | "once_cell", |
Philipp Krones | d7a0182 | 2024-01-25 18:17:52 | [diff] [blame] | 2380 | "opener", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2381 | "pulldown-cmark 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2382 | "regex", |
| 2383 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2384 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2385 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2386 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2387 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2388 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2389 | ] |
| 2390 | |
| 2391 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2392 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2393 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2395 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2396 | dependencies = [ |
| 2397 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2398 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2399 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2400 | "perf-event-open-sys", |
| 2401 | "rustc-hash", |
| 2402 | "smallvec", |
| 2403 | ] |
| 2404 | |
| 2405 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2406 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2407 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2409 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2410 | dependencies = [ |
| 2411 | "compiler_builtins", |
| 2412 | "rustc-std-workspace-core", |
| 2413 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2414 | |
| 2415 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2416 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2417 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2419 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2420 | dependencies = [ |
| 2421 | "libc", |
| 2422 | ] |
| 2423 | |
| 2424 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2425 | name = "memoffset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2426 | version = "0.9.0" |
| 2427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2428 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2429 | dependencies = [ |
| 2430 | "autocfg", |
| 2431 | ] |
| 2432 | |
| 2433 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2434 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2435 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2437 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2438 | |
| 2439 | [[package]] |
| 2440 | name = "mime_guess" |
| 2441 | version = "2.0.4" |
| 2442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2443 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2444 | dependencies = [ |
| 2445 | "mime", |
| 2446 | "unicase", |
| 2447 | ] |
| 2448 | |
| 2449 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2450 | name = "minifier" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2451 | version = "0.3.0" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2453 | checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2454 | |
| 2455 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2456 | name = "minimal-lexical" |
| 2457 | version = "0.2.1" |
| 2458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2459 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2460 | |
| 2461 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2462 | name = "miniz_oxide" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2463 | version = "0.7.2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2465 | checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2466 | dependencies = [ |
| 2467 | "adler", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2468 | "compiler_builtins", |
| 2469 | "rustc-std-workspace-alloc", |
| 2470 | "rustc-std-workspace-core", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2471 | ] |
| 2472 | |
| 2473 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2474 | name = "mio" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2475 | version = "0.8.11" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2477 | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2478 | dependencies = [ |
| 2479 | "libc", |
| 2480 | "wasi", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2481 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2482 | ] |
| 2483 | |
| 2484 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2485 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2486 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2488 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2489 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2490 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2491 | ] |
| 2492 | |
| 2493 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2494 | name = "miri" |
| 2495 | version = "0.1.0" |
| 2496 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2497 | "aes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2498 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2499 | "ctrlc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2500 | "getrandom", |
Ralf Jung | 0ddccf9 | 2024-01-08 10:21:18 | [diff] [blame] | 2501 | "jemalloc-sys", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2502 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2503 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2504 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2505 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2506 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2507 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2508 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2509 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2510 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2511 | "tempfile", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 2512 | "ui_test 0.21.2", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2513 | ] |
| 2514 | |
| 2515 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2516 | name = "miropt-test-tools" |
| 2517 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2518 | |
| 2519 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2520 | name = "native-tls" |
| 2521 | version = "0.2.11" |
| 2522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2523 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
| 2524 | dependencies = [ |
| 2525 | "lazy_static", |
| 2526 | "libc", |
| 2527 | "log", |
| 2528 | "openssl", |
| 2529 | "openssl-probe", |
| 2530 | "openssl-sys", |
| 2531 | "schannel", |
| 2532 | "security-framework", |
| 2533 | "security-framework-sys", |
| 2534 | "tempfile", |
| 2535 | ] |
| 2536 | |
| 2537 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2538 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2539 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2541 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2542 | |
| 2543 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2544 | name = "nix" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2545 | version = "0.28.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2547 | checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2548 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2549 | "bitflags 2.4.2", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2550 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2551 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2552 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2553 | ] |
| 2554 | |
| 2555 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2556 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2557 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2559 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2560 | dependencies = [ |
| 2561 | "memchr", |
| 2562 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2563 | ] |
| 2564 | |
| 2565 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2566 | name = "normpath" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2567 | version = "1.2.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2569 | checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2570 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2571 | "windows-sys 0.52.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2572 | ] |
| 2573 | |
| 2574 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2575 | name = "ntapi" |
| 2576 | version = "0.4.1" |
| 2577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2578 | checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| 2579 | dependencies = [ |
| 2580 | "winapi", |
| 2581 | ] |
| 2582 | |
| 2583 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2584 | name = "nu-ansi-term" |
| 2585 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2587 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2588 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2589 | "overload", |
| 2590 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2591 | ] |
| 2592 | |
| 2593 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2594 | name = "num-conv" |
| 2595 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2597 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2598 | |
| 2599 | [[package]] |
| 2600 | name = "num-traits" |
| 2601 | version = "0.2.18" |
| 2602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2603 | checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2604 | dependencies = [ |
| 2605 | "autocfg", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2606 | "libm", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2607 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2608 | |
| 2609 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2610 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2611 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2613 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2614 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2615 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2616 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2617 | ] |
| 2618 | |
| 2619 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2620 | name = "number_prefix" |
| 2621 | version = "0.4.0" |
| 2622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2624 | |
| 2625 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2626 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2627 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2629 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2630 | dependencies = [ |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2631 | "compiler_builtins", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2632 | "crc32fast", |
| 2633 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2634 | "hashbrown", |
| 2635 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2636 | "memchr", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2637 | "rustc-std-workspace-alloc", |
| 2638 | "rustc-std-workspace-core", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2639 | "ruzstd", |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 2640 | "wasmparser", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2641 | ] |
| 2642 | |
| 2643 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2644 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2645 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2647 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2648 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2649 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2650 | ] |
| 2651 | |
| 2652 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2653 | name = "once_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2654 | version = "1.19.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2656 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2657 | |
| 2658 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2659 | name = "opener" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2660 | version = "0.6.1" |
| 2661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2662 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2663 | dependencies = [ |
| 2664 | "bstr", |
| 2665 | "normpath", |
| 2666 | "winapi", |
| 2667 | ] |
| 2668 | |
| 2669 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2670 | name = "openssl" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2671 | version = "0.10.64" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2673 | checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2674 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2675 | "bitflags 2.4.2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2676 | "cfg-if", |
| 2677 | "foreign-types", |
| 2678 | "libc", |
| 2679 | "once_cell", |
| 2680 | "openssl-macros", |
| 2681 | "openssl-sys", |
| 2682 | ] |
| 2683 | |
| 2684 | [[package]] |
| 2685 | name = "openssl-macros" |
| 2686 | version = "0.1.1" |
| 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2688 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 2689 | dependencies = [ |
| 2690 | "proc-macro2", |
| 2691 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2692 | "syn 2.0.53", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2693 | ] |
| 2694 | |
| 2695 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2696 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2697 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2699 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2700 | |
| 2701 | [[package]] |
| 2702 | name = "openssl-sys" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2703 | version = "0.9.101" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2705 | checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2706 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2707 | "cc", |
| 2708 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2709 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2710 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2711 | ] |
| 2712 | |
| 2713 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2714 | name = "opt-dist" |
| 2715 | version = "0.1.0" |
| 2716 | dependencies = [ |
| 2717 | "anyhow", |
| 2718 | "build_helper", |
| 2719 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2720 | "clap", |
| 2721 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2722 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2723 | "fs_extra", |
| 2724 | "glob", |
| 2725 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2726 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2727 | "log", |
| 2728 | "reqwest", |
| 2729 | "serde", |
| 2730 | "serde_json", |
| 2731 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2732 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2733 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2734 | "tempfile", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2735 | "xz", |
| 2736 | "zip", |
| 2737 | ] |
| 2738 | |
| 2739 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2740 | name = "option-ext" |
| 2741 | version = "0.2.0" |
| 2742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2743 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2744 | |
| 2745 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2746 | name = "overload" |
| 2747 | version = "0.1.1" |
| 2748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2749 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2750 | |
| 2751 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2752 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2753 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2755 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2756 | |
| 2757 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2758 | name = "packed_simd" |
| 2759 | version = "0.3.9" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2761 | checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2762 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2763 | "cfg-if", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2764 | "num-traits", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2765 | ] |
| 2766 | |
| 2767 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2768 | name = "pad" |
| 2769 | version = "0.1.6" |
| 2770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2771 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2772 | dependencies = [ |
| 2773 | "unicode-width", |
| 2774 | ] |
| 2775 | |
| 2776 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2777 | name = "panic_abort" |
| 2778 | version = "0.0.0" |
| 2779 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2780 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2781 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2782 | "compiler_builtins", |
| 2783 | "core", |
| 2784 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2785 | ] |
| 2786 | |
| 2787 | [[package]] |
| 2788 | name = "panic_unwind" |
| 2789 | version = "0.0.0" |
| 2790 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2791 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2792 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2793 | "compiler_builtins", |
| 2794 | "core", |
| 2795 | "libc", |
| 2796 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2797 | ] |
| 2798 | |
| 2799 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2800 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2801 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2803 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2804 | dependencies = [ |
| 2805 | "bytecount", |
| 2806 | "fnv", |
| 2807 | "unicode-width", |
| 2808 | ] |
| 2809 | |
| 2810 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2811 | name = "parking_lot" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2812 | version = "0.12.1" |
| 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2814 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2815 | dependencies = [ |
| 2816 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2817 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2818 | ] |
| 2819 | |
| 2820 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2821 | name = "parking_lot_core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2822 | version = "0.9.9" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2824 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2825 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2826 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2827 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2828 | "redox_syscall", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2829 | "smallvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2830 | "windows-targets 0.48.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2831 | ] |
| 2832 | |
| 2833 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2834 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2835 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2837 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2838 | |
| 2839 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2840 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2841 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2843 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2844 | |
| 2845 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2846 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2847 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2849 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2850 | dependencies = [ |
| 2851 | "libc", |
| 2852 | ] |
| 2853 | |
| 2854 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2855 | name = "pest" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2856 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2858 | checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2859 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2860 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2861 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2862 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2863 | ] |
| 2864 | |
| 2865 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2866 | name = "pest_derive" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2867 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2869 | checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2870 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2871 | "pest", |
| 2872 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2873 | ] |
| 2874 | |
| 2875 | [[package]] |
| 2876 | name = "pest_generator" |
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 = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2880 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2881 | "pest", |
| 2882 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2883 | "proc-macro2", |
| 2884 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 2885 | "syn 2.0.53", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2886 | ] |
| 2887 | |
| 2888 | [[package]] |
| 2889 | name = "pest_meta" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2890 | version = "2.7.8" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2892 | checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2893 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2894 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2895 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2896 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2897 | ] |
| 2898 | |
| 2899 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2900 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2901 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2903 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2904 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2905 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2906 | ] |
| 2907 | |
| 2908 | [[package]] |
| 2909 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2910 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2912 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2913 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2914 | "phf_generator", |
| 2915 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2916 | ] |
| 2917 | |
| 2918 | [[package]] |
| 2919 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2920 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2922 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2923 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2924 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2925 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2926 | ] |
| 2927 | |
| 2928 | [[package]] |
| 2929 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2930 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2932 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2933 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2934 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2935 | ] |
| 2936 | |
| 2937 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2938 | name = "pin-project-lite" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2939 | version = "0.2.13" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2941 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2942 | |
| 2943 | [[package]] |
| 2944 | name = "pin-utils" |
| 2945 | version = "0.1.0" |
| 2946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2947 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2948 | |
| 2949 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2950 | name = "pkg-config" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2951 | version = "0.3.30" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 2953 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2954 | |
| 2955 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2956 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2957 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2959 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2960 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2961 | "datafrog", |
| 2962 | "log", |
| 2963 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2964 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2965 | |
| 2966 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2967 | name = "portable-atomic" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2968 | version = "1.6.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2970 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2971 | |
| 2972 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2973 | name = "powerfmt" |
| 2974 | version = "0.2.0" |
| 2975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2976 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2977 | |
| 2978 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2979 | name = "ppv-lite86" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2980 | version = "0.2.17" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2982 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2983 | |
| 2984 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2985 | name = "precomputed-hash" |
| 2986 | version = "0.1.1" |
| 2987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2988 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2989 | |
| 2990 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2991 | name = "prettydiff" |
| 2992 | version = "0.6.4" |
| 2993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2994 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 2995 | dependencies = [ |
| 2996 | "ansi_term", |
| 2997 | "pad", |
| 2998 | ] |
| 2999 | |
| 3000 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3001 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3002 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3004 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3005 | |
| 3006 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3007 | name = "proc-macro2" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 3008 | version = "1.0.79" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 3010 | checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3011 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 3012 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3013 | ] |
| 3014 | |
| 3015 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3016 | name = "proc_macro" |
| 3017 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3018 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 3019 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3020 | "std", |
| 3021 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3022 | |
| 3023 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 3024 | name = "profiler_builtins" |
| 3025 | version = "0.0.0" |
| 3026 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3027 | "cc", |
| 3028 | "compiler_builtins", |
| 3029 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 3030 | ] |
| 3031 | |
| 3032 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3033 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3034 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3036 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3037 | dependencies = [ |
| 3038 | "cc", |
| 3039 | ] |
| 3040 | |
| 3041 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3042 | name = "pulldown-cmark" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3043 | version = "0.9.6" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 1bdeeef | 2024-01-28 10:42:32 | [diff] [blame] | 3045 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3046 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3047 | "bitflags 2.4.2", |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3048 | "memchr", |
| 3049 | "unicase", |
| 3050 | ] |
| 3051 | |
| 3052 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3053 | name = "pulldown-cmark" |
| 3054 | version = "0.10.0" |
| 3055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3056 | checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7" |
| 3057 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3058 | "bitflags 2.4.2", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 3059 | "memchr", |
| 3060 | "pulldown-cmark-escape", |
| 3061 | "unicase", |
| 3062 | ] |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "pulldown-cmark-escape" |
| 3066 | version = "0.10.0" |
| 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3068 | checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" |
| 3069 | |
| 3070 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3071 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3072 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3074 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3075 | |
| 3076 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3077 | name = "quine-mc_cluskey" |
| 3078 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3080 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3081 | |
| 3082 | [[package]] |
| 3083 | name = "quote" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 3084 | version = "1.0.35" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | ed88500 | 2024-01-29 12:18:30 | [diff] [blame] | 3086 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3087 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3088 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3089 | ] |
| 3090 | |
| 3091 | [[package]] |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3092 | name = "r-efi" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3093 | version = "4.3.0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3095 | checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3096 | dependencies = [ |
| 3097 | "compiler_builtins", |
| 3098 | "rustc-std-workspace-core", |
| 3099 | ] |
| 3100 | |
| 3101 | [[package]] |
| 3102 | name = "r-efi-alloc" |
| 3103 | version = "1.0.0" |
| 3104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3105 | checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| 3106 | dependencies = [ |
| 3107 | "compiler_builtins", |
| 3108 | "r-efi", |
| 3109 | "rustc-std-workspace-core", |
| 3110 | ] |
| 3111 | |
| 3112 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3113 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3114 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3116 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3117 | dependencies = [ |
| 3118 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3119 | "rand_chacha", |
| 3120 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3121 | ] |
| 3122 | |
| 3123 | [[package]] |
| 3124 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3125 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3127 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3128 | dependencies = [ |
| 3129 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3130 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3131 | ] |
| 3132 | |
| 3133 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3134 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3135 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3137 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3138 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3139 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3140 | ] |
| 3141 | |
| 3142 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3143 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3144 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3146 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3147 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3148 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3149 | ] |
| 3150 | |
| 3151 | [[package]] |
| 3152 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3153 | version = "0.6.0" |
| 3154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3155 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3156 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3157 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3158 | ] |
| 3159 | |
| 3160 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3161 | name = "rayon" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3162 | version = "1.9.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3164 | checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3165 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3166 | "either", |
| 3167 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3168 | ] |
| 3169 | |
| 3170 | [[package]] |
| 3171 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3172 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3174 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3175 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3176 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3177 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3178 | ] |
| 3179 | |
| 3180 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3181 | name = "redox_syscall" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3182 | version = "0.4.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3184 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3185 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3186 | "bitflags 1.3.2", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3187 | ] |
| 3188 | |
| 3189 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3190 | name = "redox_users" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3191 | version = "0.4.4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3193 | checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3194 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3195 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3196 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3197 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3198 | ] |
| 3199 | |
| 3200 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3201 | name = "regex" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3202 | version = "1.8.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3204 | checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3205 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3206 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3207 | "memchr", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3208 | "regex-syntax 0.7.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3209 | ] |
| 3210 | |
| 3211 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3212 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3213 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3215 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3216 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3217 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3218 | ] |
| 3219 | |
| 3220 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3221 | name = "regex-automata" |
| 3222 | version = "0.2.0" |
| 3223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3224 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3225 | dependencies = [ |
| 3226 | "memchr", |
| 3227 | ] |
| 3228 | |
| 3229 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3230 | name = "regex-automata" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3231 | version = "0.3.9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3233 | checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3234 | |
| 3235 | [[package]] |
| 3236 | name = "regex-lite" |
| 3237 | version = "0.1.5" |
| 3238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3239 | checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| 3240 | |
| 3241 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3242 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3243 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3245 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3246 | |
| 3247 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3248 | name = "regex-syntax" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3249 | version = "0.7.5" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3251 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3252 | |
| 3253 | [[package]] |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3254 | name = "regex-syntax" |
| 3255 | version = "0.8.2" |
| 3256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3257 | checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
| 3258 | |
| 3259 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3260 | name = "remote-test-client" |
| 3261 | version = "0.1.0" |
| 3262 | |
| 3263 | [[package]] |
| 3264 | name = "remote-test-server" |
| 3265 | version = "0.1.0" |
| 3266 | |
| 3267 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3268 | name = "replace-version-placeholder" |
| 3269 | version = "0.1.0" |
| 3270 | dependencies = [ |
| 3271 | "tidy", |
| 3272 | "walkdir", |
| 3273 | ] |
| 3274 | |
| 3275 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3276 | name = "reqwest" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 3277 | version = "0.11.26" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 3279 | checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3280 | dependencies = [ |
| 3281 | "base64", |
| 3282 | "bytes", |
| 3283 | "encoding_rs", |
| 3284 | "futures-core", |
| 3285 | "futures-util", |
| 3286 | "h2", |
| 3287 | "http", |
| 3288 | "http-body", |
| 3289 | "hyper", |
| 3290 | "hyper-tls", |
| 3291 | "ipnet", |
| 3292 | "js-sys", |
| 3293 | "log", |
| 3294 | "mime", |
| 3295 | "native-tls", |
| 3296 | "once_cell", |
| 3297 | "percent-encoding", |
| 3298 | "pin-project-lite", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3299 | "rustls-pemfile", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3300 | "serde", |
| 3301 | "serde_json", |
| 3302 | "serde_urlencoded", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3303 | "sync_wrapper", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3304 | "system-configuration", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3305 | "tokio", |
| 3306 | "tokio-native-tls", |
| 3307 | "tower-service", |
| 3308 | "url", |
| 3309 | "wasm-bindgen", |
| 3310 | "wasm-bindgen-futures", |
| 3311 | "web-sys", |
| 3312 | "winreg", |
| 3313 | ] |
| 3314 | |
| 3315 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3316 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3317 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3318 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3319 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3320 | ] |
| 3321 | |
| 3322 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3323 | name = "run_make_support" |
| 3324 | version = "0.0.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3325 | dependencies = [ |
| 3326 | "wasmparser", |
| 3327 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3328 | |
| 3329 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3330 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3331 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3332 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3333 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3334 | "rustc-demangle", |
| 3335 | ] |
| 3336 | |
| 3337 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3338 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3339 | version = "0.1.0" |
| 3340 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 3341 | "clap", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 3342 | "env_logger", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3343 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3344 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3345 | |
| 3346 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3347 | name = "rustc-build-sysroot" |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3348 | version = "0.4.5" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3350 | checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3351 | dependencies = [ |
| 3352 | "anyhow", |
| 3353 | "rustc_version", |
| 3354 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3355 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3356 | ] |
| 3357 | |
| 3358 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3359 | name = "rustc-demangle" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3360 | version = "0.1.23" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3362 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3363 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3364 | "compiler_builtins", |
| 3365 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3366 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3367 | |
| 3368 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3369 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3370 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3372 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3373 | |
| 3374 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3375 | name = "rustc-main" |
| 3376 | version = "0.0.0" |
| 3377 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3378 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3379 | "rustc_codegen_ssa", |
| 3380 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3381 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3382 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3383 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3384 | ] |
| 3385 | |
| 3386 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3387 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3388 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3390 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3391 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3392 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3393 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3394 | ] |
| 3395 | |
| 3396 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3397 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3398 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3400 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3401 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3402 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3403 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3404 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3405 | "num_cpus", |
| 3406 | ] |
| 3407 | |
| 3408 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 3409 | name = "rustc-semver" |
| 3410 | version = "1.1.0" |
| 3411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3412 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3413 | |
| 3414 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3415 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3416 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3417 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3418 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3419 | ] |
| 3420 | |
| 3421 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3422 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3423 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3424 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3425 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3426 | ] |
| 3427 | |
| 3428 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3429 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3430 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3431 | dependencies = [ |
| 3432 | "std", |
| 3433 | ] |
| 3434 | |
| 3435 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3436 | name = "rustc_abi" |
| 3437 | version = "0.0.0" |
| 3438 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3439 | "bitflags 2.4.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3440 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3441 | "rand_xoshiro", |
| 3442 | "rustc_data_structures", |
| 3443 | "rustc_index", |
| 3444 | "rustc_macros", |
| 3445 | "rustc_serialize", |
| 3446 | "tracing", |
| 3447 | ] |
| 3448 | |
| 3449 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3450 | name = "rustc_apfloat" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3451 | version = "0.2.0+llvm-462a31f5a5ab" |
| 3452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3453 | checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3454 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3455 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3456 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3457 | ] |
| 3458 | |
| 3459 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3460 | name = "rustc_arena" |
| 3461 | version = "0.0.0" |
| 3462 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3463 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3464 | ] |
| 3465 | |
| 3466 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3467 | name = "rustc_ast" |
| 3468 | version = "0.0.0" |
| 3469 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3470 | "bitflags 2.4.2", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3471 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3472 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3473 | "rustc_data_structures", |
| 3474 | "rustc_index", |
| 3475 | "rustc_lexer", |
| 3476 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3477 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3478 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3479 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3480 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3481 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3482 | ] |
| 3483 | |
| 3484 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3485 | name = "rustc_ast_ir" |
| 3486 | version = "0.0.0" |
| 3487 | dependencies = [ |
| 3488 | "rustc_data_structures", |
| 3489 | "rustc_macros", |
| 3490 | "rustc_serialize", |
| 3491 | "rustc_span", |
| 3492 | "smallvec", |
| 3493 | ] |
| 3494 | |
| 3495 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3496 | name = "rustc_ast_lowering" |
| 3497 | version = "0.0.0" |
| 3498 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3499 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3500 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3501 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3502 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3503 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3504 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3505 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3506 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3507 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3508 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3509 | "rustc_span", |
| 3510 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3511 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3512 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3513 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3514 | ] |
| 3515 | |
| 3516 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3517 | name = "rustc_ast_passes" |
| 3518 | version = "0.0.0" |
| 3519 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3520 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3521 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3522 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3523 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3524 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3525 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3526 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3527 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3528 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3529 | "rustc_parse", |
| 3530 | "rustc_session", |
| 3531 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3532 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3533 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3534 | ] |
| 3535 | |
| 3536 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3537 | name = "rustc_ast_pretty" |
| 3538 | version = "0.0.0" |
| 3539 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3540 | "itertools 0.12.1", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3541 | "rustc_ast", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3542 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3543 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3544 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3545 | ] |
| 3546 | |
| 3547 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3548 | name = "rustc_attr" |
| 3549 | version = "0.0.0" |
| 3550 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3551 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3552 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3553 | "rustc_data_structures", |
| 3554 | "rustc_errors", |
| 3555 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3556 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3557 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3558 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3559 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3560 | "rustc_session", |
| 3561 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3562 | ] |
| 3563 | |
| 3564 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3565 | name = "rustc_baked_icu_data" |
| 3566 | version = "0.0.0" |
| 3567 | dependencies = [ |
| 3568 | "icu_list", |
| 3569 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3570 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3571 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3572 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3573 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3574 | ] |
| 3575 | |
| 3576 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3577 | name = "rustc_borrowck" |
| 3578 | version = "0.0.0" |
| 3579 | dependencies = [ |
| 3580 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3581 | "itertools 0.12.1", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3582 | "polonius-engine", |
| 3583 | "rustc_data_structures", |
| 3584 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3585 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3586 | "rustc_graphviz", |
| 3587 | "rustc_hir", |
| 3588 | "rustc_index", |
| 3589 | "rustc_infer", |
| 3590 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3591 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3592 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3593 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3594 | "rustc_session", |
| 3595 | "rustc_span", |
| 3596 | "rustc_target", |
| 3597 | "rustc_trait_selection", |
| 3598 | "rustc_traits", |
| 3599 | "smallvec", |
| 3600 | "tracing", |
| 3601 | ] |
| 3602 | |
| 3603 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3604 | name = "rustc_builtin_macros" |
| 3605 | version = "0.0.0" |
| 3606 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3607 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3608 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3609 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3610 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3611 | "rustc_errors", |
| 3612 | "rustc_expand", |
| 3613 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3614 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3615 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3616 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3617 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3618 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3619 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3620 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3621 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3622 | "rustc_span", |
| 3623 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3624 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3625 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3626 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3627 | ] |
| 3628 | |
| 3629 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3630 | name = "rustc_codegen_llvm" |
| 3631 | version = "0.0.0" |
| 3632 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3633 | "bitflags 2.4.2", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3634 | "itertools 0.12.1", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3635 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3636 | "measureme", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3637 | "object", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3638 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3639 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3640 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3641 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3642 | "rustc_data_structures", |
| 3643 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3644 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3645 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3646 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3647 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3648 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3649 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3650 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3651 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3652 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3653 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3654 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3655 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3656 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3657 | "serde", |
| 3658 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3659 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3660 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3661 | ] |
| 3662 | |
| 3663 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3664 | name = "rustc_codegen_ssa" |
| 3665 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3666 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3667 | "ar_archive_writer", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3668 | "bitflags 2.4.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3669 | "cc", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3670 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3671 | "jobserver", |
| 3672 | "libc", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3673 | "object", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3674 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3675 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3676 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3677 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3678 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3679 | "rustc_data_structures", |
| 3680 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3681 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3682 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3683 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3684 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3685 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3686 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3687 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3688 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3689 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3690 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3691 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3692 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3693 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3694 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3695 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3696 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3697 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3698 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3699 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3700 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3701 | "tracing", |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 3702 | "wasm-encoder", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3703 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3704 | ] |
| 3705 | |
| 3706 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3707 | name = "rustc_const_eval" |
| 3708 | version = "0.0.0" |
| 3709 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3710 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3711 | "rustc_apfloat", |
| 3712 | "rustc_ast", |
| 3713 | "rustc_attr", |
| 3714 | "rustc_data_structures", |
| 3715 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3716 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3717 | "rustc_hir", |
| 3718 | "rustc_index", |
| 3719 | "rustc_infer", |
| 3720 | "rustc_macros", |
| 3721 | "rustc_middle", |
| 3722 | "rustc_mir_dataflow", |
| 3723 | "rustc_session", |
| 3724 | "rustc_span", |
| 3725 | "rustc_target", |
| 3726 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3727 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3728 | "tracing", |
| 3729 | ] |
| 3730 | |
| 3731 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3732 | name = "rustc_data_structures" |
| 3733 | version = "0.0.0" |
| 3734 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3735 | "arrayvec", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3736 | "bitflags 2.4.2", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3737 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3738 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3739 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3740 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3741 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3742 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3743 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3744 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3745 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3746 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3747 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3748 | "rustc-rayon", |
| 3749 | "rustc-rayon-core", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3750 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3751 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3752 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3753 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3754 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3755 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3756 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3757 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3758 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3759 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3760 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3761 | ] |
| 3762 | |
| 3763 | [[package]] |
| 3764 | name = "rustc_driver" |
| 3765 | version = "0.0.0" |
| 3766 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3767 | "rustc_driver_impl", |
| 3768 | ] |
| 3769 | |
| 3770 | [[package]] |
| 3771 | name = "rustc_driver_impl" |
| 3772 | version = "0.0.0" |
| 3773 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3774 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3775 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3776 | "rustc_ast_lowering", |
| 3777 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3778 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3779 | "rustc_attr", |
| 3780 | "rustc_borrowck", |
| 3781 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3782 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3783 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3784 | "rustc_data_structures", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3785 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3786 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3787 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3788 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3789 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3790 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3791 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3792 | "rustc_hir_typeck", |
| 3793 | "rustc_incremental", |
| 3794 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3795 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3796 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3797 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3798 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3799 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3800 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3801 | "rustc_mir_build", |
| 3802 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3803 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3804 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3805 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3806 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3807 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3808 | "rustc_privacy", |
| 3809 | "rustc_query_system", |
| 3810 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3811 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3812 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3813 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3814 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3815 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3816 | "rustc_trait_selection", |
| 3817 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3818 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3819 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3820 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3821 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3822 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3823 | ] |
| 3824 | |
| 3825 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3826 | name = "rustc_error_codes" |
| 3827 | version = "0.0.0" |
| 3828 | |
| 3829 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3830 | name = "rustc_error_messages" |
| 3831 | version = "0.0.0" |
| 3832 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3833 | "fluent-bundle", |
| 3834 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3835 | "icu_list", |
| 3836 | "icu_locid", |
| 3837 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3838 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3839 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3840 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3841 | "rustc_macros", |
| 3842 | "rustc_serialize", |
| 3843 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3844 | "tracing", |
| 3845 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3846 | ] |
| 3847 | |
| 3848 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3849 | name = "rustc_errors" |
| 3850 | version = "0.0.0" |
| 3851 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3852 | "annotate-snippets 0.10.2", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3853 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3854 | "rustc_ast", |
| 3855 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3856 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3857 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3858 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3859 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3860 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3861 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3862 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3863 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3864 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3865 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3866 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3867 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3868 | "serde", |
| 3869 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3870 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3871 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3872 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3873 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3874 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3875 | ] |
| 3876 | |
| 3877 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3878 | name = "rustc_expand" |
| 3879 | version = "0.0.0" |
| 3880 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3881 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3882 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3883 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3884 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3885 | "rustc_data_structures", |
| 3886 | "rustc_errors", |
| 3887 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3888 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3889 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3890 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3891 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3892 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3893 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3894 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3895 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3896 | "smallvec", |
Oli Scherer | 51c2215 | 2023-07-26 13:58:50 | [diff] [blame] | 3897 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3898 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3899 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3900 | ] |
| 3901 | |
| 3902 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3903 | name = "rustc_feature" |
| 3904 | version = "0.0.0" |
| 3905 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3906 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3907 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3908 | ] |
| 3909 | |
| 3910 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3911 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3912 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3913 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 3914 | "annotate-snippets 0.10.2", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3915 | "fluent-bundle", |
| 3916 | "fluent-syntax", |
| 3917 | "proc-macro2", |
| 3918 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 3919 | "syn 2.0.53", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3920 | "unic-langid", |
| 3921 | ] |
| 3922 | |
| 3923 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3924 | name = "rustc_fs_util" |
| 3925 | version = "0.0.0" |
| 3926 | |
| 3927 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3928 | name = "rustc_graphviz" |
| 3929 | version = "0.0.0" |
| 3930 | |
| 3931 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3932 | name = "rustc_hir" |
| 3933 | version = "0.0.0" |
| 3934 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3935 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3936 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3937 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3938 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3939 | "rustc_index", |
| 3940 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3941 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3942 | "rustc_span", |
| 3943 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3944 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3945 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3946 | ] |
| 3947 | |
| 3948 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3949 | name = "rustc_hir_analysis" |
| 3950 | version = "0.0.0" |
| 3951 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3952 | "itertools 0.12.1", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3953 | "rustc_arena", |
| 3954 | "rustc_ast", |
| 3955 | "rustc_attr", |
| 3956 | "rustc_data_structures", |
| 3957 | "rustc_errors", |
| 3958 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3959 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3960 | "rustc_hir", |
Obei Sideg | 2c088f9 | 2023-12-22 11:56:20 | [diff] [blame] | 3961 | "rustc_hir_pretty", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3962 | "rustc_index", |
| 3963 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3964 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3965 | "rustc_macros", |
| 3966 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3967 | "rustc_session", |
| 3968 | "rustc_span", |
| 3969 | "rustc_target", |
| 3970 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3971 | "rustc_type_ir", |
| 3972 | "smallvec", |
| 3973 | "tracing", |
| 3974 | ] |
| 3975 | |
| 3976 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3977 | name = "rustc_hir_pretty" |
| 3978 | version = "0.0.0" |
| 3979 | dependencies = [ |
| 3980 | "rustc_ast", |
| 3981 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3982 | "rustc_hir", |
| 3983 | "rustc_span", |
| 3984 | "rustc_target", |
| 3985 | ] |
| 3986 | |
| 3987 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3988 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3989 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3990 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 3991 | "itertools 0.12.1", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3992 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3993 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3994 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3995 | "rustc_data_structures", |
| 3996 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3997 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3998 | "rustc_graphviz", |
| 3999 | "rustc_hir", |
| 4000 | "rustc_hir_analysis", |
| 4001 | "rustc_hir_pretty", |
| 4002 | "rustc_index", |
| 4003 | "rustc_infer", |
| 4004 | "rustc_lint", |
| 4005 | "rustc_macros", |
| 4006 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4007 | "rustc_session", |
| 4008 | "rustc_span", |
| 4009 | "rustc_target", |
| 4010 | "rustc_trait_selection", |
| 4011 | "rustc_type_ir", |
| 4012 | "smallvec", |
| 4013 | "tracing", |
| 4014 | ] |
| 4015 | |
| 4016 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4017 | name = "rustc_incremental" |
| 4018 | version = "0.0.0" |
| 4019 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 4020 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4021 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4022 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 4023 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4024 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4025 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4026 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4027 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4028 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4029 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4030 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 4031 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4032 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 4033 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4034 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4035 | ] |
| 4036 | |
| 4037 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4038 | name = "rustc_index" |
| 4039 | version = "0.0.0" |
| 4040 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4041 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4042 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4043 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4044 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 4045 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 4046 | ] |
| 4047 | |
| 4048 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4049 | name = "rustc_index_macros" |
| 4050 | version = "0.0.0" |
| 4051 | dependencies = [ |
| 4052 | "proc-macro2", |
| 4053 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 4054 | "syn 2.0.53", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 4055 | "synstructure", |
| 4056 | ] |
| 4057 | |
| 4058 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4059 | name = "rustc_infer" |
| 4060 | version = "0.0.0" |
| 4061 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4062 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4063 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4064 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4065 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4066 | "rustc_hir", |
| 4067 | "rustc_index", |
| 4068 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4069 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4070 | "rustc_span", |
| 4071 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4072 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4073 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4074 | ] |
| 4075 | |
| 4076 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4077 | name = "rustc_interface" |
| 4078 | version = "0.0.0" |
| 4079 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 4080 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 4081 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4082 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 4083 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 4084 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4085 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 4086 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4087 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 4088 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4089 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4090 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4091 | "rustc_data_structures", |
| 4092 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4093 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 4094 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4095 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4096 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4097 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4098 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4099 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4100 | "rustc_incremental", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4101 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4102 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4103 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4104 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4105 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4106 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4107 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4108 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4109 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4110 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4111 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4112 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4113 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 4114 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4115 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4116 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4117 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4118 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4119 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4120 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4121 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4122 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4123 | ] |
| 4124 | |
| 4125 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4126 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4127 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4128 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4129 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4130 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4131 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4132 | ] |
| 4133 | |
| 4134 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4135 | name = "rustc_lint" |
| 4136 | version = "0.0.0" |
| 4137 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4138 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4139 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4140 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4141 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4142 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4143 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4144 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4145 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4146 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4147 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4148 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4149 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4150 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4151 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4152 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4153 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4154 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4155 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4156 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4157 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4158 | ] |
| 4159 | |
| 4160 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4161 | name = "rustc_lint_defs" |
| 4162 | version = "0.0.0" |
| 4163 | dependencies = [ |
| 4164 | "rustc_ast", |
| 4165 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4166 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4167 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4168 | "rustc_macros", |
| 4169 | "rustc_serialize", |
| 4170 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4171 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4172 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4173 | ] |
| 4174 | |
| 4175 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4176 | name = "rustc_llvm" |
| 4177 | version = "0.0.0" |
| 4178 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4179 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4180 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4181 | ] |
| 4182 | |
| 4183 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4184 | name = "rustc_log" |
| 4185 | version = "0.0.0" |
| 4186 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4187 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4188 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4189 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4190 | "tracing-subscriber", |
| 4191 | "tracing-tree", |
| 4192 | ] |
| 4193 | |
| 4194 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4195 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4196 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4197 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4198 | "proc-macro2", |
| 4199 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 4200 | "syn 2.0.53", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4201 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4202 | ] |
| 4203 | |
| 4204 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4205 | name = "rustc_metadata" |
| 4206 | version = "0.0.0" |
| 4207 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4208 | "bitflags 2.4.2", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 4209 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4210 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4211 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4212 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4213 | "rustc_data_structures", |
| 4214 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4215 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4216 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4217 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4218 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4219 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4220 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4221 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4222 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4223 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4224 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4225 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4226 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4227 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4228 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4229 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4230 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4231 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4232 | ] |
| 4233 | |
| 4234 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4235 | name = "rustc_middle" |
| 4236 | version = "0.0.0" |
| 4237 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4238 | "bitflags 2.4.2", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4239 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4240 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4241 | "gsgdt", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4242 | "measureme", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4243 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 4244 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4245 | "rustc-rayon-core", |
| 4246 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4247 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4248 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4249 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4250 | "rustc_attr", |
| 4251 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4252 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4253 | "rustc_errors", |
| 4254 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4255 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4256 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4257 | "rustc_hir", |
| 4258 | "rustc_index", |
| 4259 | "rustc_macros", |
| 4260 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4261 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4262 | "rustc_session", |
| 4263 | "rustc_span", |
| 4264 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4265 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4266 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4267 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4268 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4269 | ] |
| 4270 | |
| 4271 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4272 | name = "rustc_mir_build" |
| 4273 | version = "0.0.0" |
| 4274 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4275 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4276 | "itertools 0.12.1", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4277 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4278 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4279 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4280 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4281 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4282 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4283 | "rustc_hir", |
| 4284 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4285 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4286 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4287 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4288 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4289 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4290 | "rustc_span", |
| 4291 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4292 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4293 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4294 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4295 | ] |
| 4296 | |
| 4297 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4298 | name = "rustc_mir_dataflow" |
| 4299 | version = "0.0.0" |
| 4300 | dependencies = [ |
| 4301 | "polonius-engine", |
| 4302 | "regex", |
| 4303 | "rustc_ast", |
| 4304 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4305 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4306 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4307 | "rustc_graphviz", |
| 4308 | "rustc_hir", |
| 4309 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4310 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4311 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4312 | "rustc_span", |
| 4313 | "rustc_target", |
| 4314 | "smallvec", |
| 4315 | "tracing", |
| 4316 | ] |
| 4317 | |
| 4318 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4319 | name = "rustc_mir_transform" |
| 4320 | version = "0.0.0" |
| 4321 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4322 | "either", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4323 | "itertools 0.12.1", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4324 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4325 | "rustc_ast", |
| 4326 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4327 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4328 | "rustc_data_structures", |
| 4329 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4330 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4331 | "rustc_hir", |
| 4332 | "rustc_index", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4333 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4334 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4335 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4336 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4337 | "rustc_session", |
| 4338 | "rustc_span", |
| 4339 | "rustc_target", |
| 4340 | "rustc_trait_selection", |
| 4341 | "smallvec", |
| 4342 | "tracing", |
| 4343 | ] |
| 4344 | |
| 4345 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4346 | name = "rustc_monomorphize" |
| 4347 | version = "0.0.0" |
| 4348 | dependencies = [ |
| 4349 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4350 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4351 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4352 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4353 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4354 | "rustc_middle", |
| 4355 | "rustc_session", |
| 4356 | "rustc_span", |
| 4357 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4358 | "serde", |
| 4359 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4360 | "tracing", |
| 4361 | ] |
| 4362 | |
| 4363 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4364 | name = "rustc_next_trait_solver" |
| 4365 | version = "0.0.0" |
| 4366 | dependencies = [ |
| 4367 | "rustc_type_ir", |
| 4368 | ] |
| 4369 | |
| 4370 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4371 | name = "rustc_parse" |
| 4372 | version = "0.0.0" |
| 4373 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4374 | "bitflags 2.4.2", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4375 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4376 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4377 | "rustc_data_structures", |
| 4378 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4379 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4380 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4381 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4382 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4383 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4384 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4385 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4386 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4387 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4388 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4389 | ] |
| 4390 | |
| 4391 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4392 | name = "rustc_parse_format" |
| 4393 | version = "0.0.0" |
| 4394 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4395 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4396 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4397 | ] |
| 4398 | |
| 4399 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4400 | name = "rustc_passes" |
| 4401 | version = "0.0.0" |
| 4402 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4403 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4404 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4405 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4406 | "rustc_data_structures", |
| 4407 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4408 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4409 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4410 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4411 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4412 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4413 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4414 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4415 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4416 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4417 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4418 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4419 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4420 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4421 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4422 | ] |
| 4423 | |
| 4424 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4425 | name = "rustc_pattern_analysis" |
| 4426 | version = "0.0.0" |
| 4427 | dependencies = [ |
Nadrieril | 19d6f06 | 2024-01-17 01:59:47 | [diff] [blame] | 4428 | "rustc-hash", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4429 | "rustc_apfloat", |
| 4430 | "rustc_arena", |
| 4431 | "rustc_data_structures", |
| 4432 | "rustc_errors", |
| 4433 | "rustc_fluent_macro", |
| 4434 | "rustc_hir", |
| 4435 | "rustc_index", |
| 4436 | "rustc_macros", |
| 4437 | "rustc_middle", |
| 4438 | "rustc_session", |
| 4439 | "rustc_span", |
| 4440 | "rustc_target", |
| 4441 | "smallvec", |
| 4442 | "tracing", |
| 4443 | ] |
| 4444 | |
| 4445 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4446 | name = "rustc_privacy" |
| 4447 | version = "0.0.0" |
| 4448 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4449 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4450 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4451 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4452 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4453 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4454 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4455 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4456 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4457 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4458 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4459 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4460 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4461 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4462 | ] |
| 4463 | |
| 4464 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4465 | name = "rustc_query_impl" |
| 4466 | version = "0.0.0" |
| 4467 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4468 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4469 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4470 | "rustc-rayon-core", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4471 | "rustc_data_structures", |
| 4472 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4473 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4474 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4475 | "rustc_middle", |
| 4476 | "rustc_query_system", |
| 4477 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4478 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4479 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4480 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4481 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4482 | ] |
| 4483 | |
| 4484 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4485 | name = "rustc_query_system" |
| 4486 | version = "0.0.0" |
| 4487 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4488 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4489 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4490 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4491 | "rustc_data_structures", |
| 4492 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4493 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4494 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4495 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4496 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4497 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4498 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4499 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4500 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4501 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 4502 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4503 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4504 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4505 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4506 | ] |
| 4507 | |
| 4508 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4509 | name = "rustc_resolve" |
| 4510 | version = "0.0.0" |
| 4511 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4512 | "bitflags 2.4.2", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4513 | "pulldown-cmark 0.9.6", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4514 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4515 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4516 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4517 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4518 | "rustc_data_structures", |
| 4519 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4520 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4521 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4522 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4523 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4524 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4525 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4526 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4527 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4528 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4529 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4530 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4531 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4532 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4533 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4534 | ] |
| 4535 | |
| 4536 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4537 | name = "rustc_serialize" |
| 4538 | version = "0.0.0" |
| 4539 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4540 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4541 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4542 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4543 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4544 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4545 | ] |
| 4546 | |
| 4547 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4548 | name = "rustc_session" |
| 4549 | version = "0.0.0" |
| 4550 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4551 | "bitflags 2.4.2", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4552 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4553 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4554 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4555 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4556 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4557 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4558 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4559 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4560 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4561 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4562 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4563 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4564 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4565 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4566 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4567 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4568 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4569 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4570 | ] |
| 4571 | |
| 4572 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4573 | name = "rustc_smir" |
| 4574 | version = "0.0.0" |
| 4575 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4576 | "rustc_abi", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4577 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4578 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4579 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4580 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4581 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4582 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4583 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4584 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4585 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4586 | ] |
| 4587 | |
| 4588 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4589 | name = "rustc_span" |
| 4590 | version = "0.0.0" |
| 4591 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4592 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4593 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4594 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4595 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4596 | "rustc_data_structures", |
| 4597 | "rustc_index", |
| 4598 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4599 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4600 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4601 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4602 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4603 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4604 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4605 | ] |
| 4606 | |
| 4607 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4608 | name = "rustc_symbol_mangling" |
| 4609 | version = "0.0.0" |
| 4610 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4611 | "bitflags 2.4.2", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4612 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4613 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4614 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4615 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4616 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4617 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4618 | "rustc_session", |
| 4619 | "rustc_span", |
| 4620 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4621 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 4622 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4623 | ] |
| 4624 | |
| 4625 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4626 | name = "rustc_target" |
| 4627 | version = "0.0.0" |
| 4628 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4629 | "bitflags 2.4.2", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 4630 | "object", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4631 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4632 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4633 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4634 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4635 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4636 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4637 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4638 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4639 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4640 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4641 | ] |
| 4642 | |
| 4643 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4644 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4645 | version = "0.3.0" |
| 4646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4647 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4648 | |
| 4649 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4650 | name = "rustc_trait_selection" |
| 4651 | version = "0.0.0" |
| 4652 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4653 | "bitflags 2.4.2", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4654 | "itertools 0.12.1", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4655 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4656 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4657 | "rustc_attr", |
| 4658 | "rustc_data_structures", |
| 4659 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4660 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4661 | "rustc_hir", |
| 4662 | "rustc_index", |
| 4663 | "rustc_infer", |
| 4664 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4665 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4666 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4667 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4668 | "rustc_query_system", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4669 | "rustc_session", |
| 4670 | "rustc_span", |
| 4671 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4672 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4673 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4674 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4675 | ] |
| 4676 | |
| 4677 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4678 | name = "rustc_traits" |
| 4679 | version = "0.0.0" |
| 4680 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4681 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4682 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4683 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4684 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4685 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4686 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4687 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4688 | ] |
| 4689 | |
| 4690 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4691 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4692 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4693 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4694 | "itertools 0.12.1", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4695 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4696 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4697 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4698 | "rustc_infer", |
| 4699 | "rustc_macros", |
| 4700 | "rustc_middle", |
| 4701 | "rustc_span", |
| 4702 | "rustc_target", |
| 4703 | "tracing", |
| 4704 | ] |
| 4705 | |
| 4706 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4707 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4708 | version = "0.0.0" |
| 4709 | dependencies = [ |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4710 | "itertools 0.12.1", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4711 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4712 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4713 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4714 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4715 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4716 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4717 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4718 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4719 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4720 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4721 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4722 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4723 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4724 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4725 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4726 | ] |
| 4727 | |
| 4728 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4729 | name = "rustc_type_ir" |
| 4730 | version = "0.0.0" |
| 4731 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4732 | "bitflags 2.4.2", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 4733 | "derivative", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4734 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4735 | "rustc_data_structures", |
| 4736 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4737 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4738 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4739 | "rustc_span", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4740 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4741 | ] |
| 4742 | |
| 4743 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4744 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4745 | version = "0.4.0" |
| 4746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4747 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4748 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4749 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4750 | ] |
| 4751 | |
| 4752 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4753 | name = "rustdoc" |
| 4754 | version = "0.0.0" |
| 4755 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4756 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4757 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4758 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4759 | "indexmap", |
klensy | 52501c2 | 2024-02-23 13:37:47 | [diff] [blame] | 4760 | "itertools 0.12.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4761 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 4762 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4763 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4764 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4765 | "serde", |
| 4766 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4767 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4768 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4769 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4770 | "tracing", |
| 4771 | "tracing-subscriber", |
| 4772 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4773 | ] |
| 4774 | |
| 4775 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4776 | name = "rustdoc-gui-test" |
| 4777 | version = "0.1.0" |
| 4778 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4779 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4780 | "compiletest", |
| 4781 | "getopts", |
| 4782 | "walkdir", |
| 4783 | ] |
| 4784 | |
| 4785 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4786 | name = "rustdoc-json-types" |
| 4787 | version = "0.1.0" |
| 4788 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4789 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4790 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4791 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4792 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4793 | ] |
| 4794 | |
| 4795 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4796 | name = "rustdoc-themes" |
| 4797 | version = "0.1.0" |
| 4798 | |
| 4799 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4800 | name = "rustdoc-tool" |
| 4801 | version = "0.0.0" |
| 4802 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4803 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4804 | ] |
| 4805 | |
| 4806 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4807 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4808 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4810 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4811 | dependencies = [ |
| 4812 | "anyhow", |
| 4813 | "log", |
| 4814 | "serde", |
| 4815 | "serde_json", |
| 4816 | ] |
| 4817 | |
| 4818 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4819 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4820 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4821 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4822 | "proc-macro2", |
| 4823 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4824 | "serde", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 4825 | "syn 2.0.53", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4826 | ] |
| 4827 | |
| 4828 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4829 | name = "rustfmt-nightly" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4830 | version = "1.7.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4831 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4832 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4833 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4834 | "bytecount", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 4835 | "cargo_metadata 0.15.4", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4836 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4837 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4838 | "diff", |
| 4839 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4840 | "getopts", |
| 4841 | "ignore", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4842 | "itertools 0.11.0", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4843 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4844 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4845 | "rustfmt-config_proc_macro", |
| 4846 | "serde", |
| 4847 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4848 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4849 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4850 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4851 | "tracing", |
| 4852 | "tracing-subscriber", |
| 4853 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4854 | "unicode-segmentation", |
| 4855 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4856 | ] |
| 4857 | |
| 4858 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4859 | name = "rustix" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4860 | version = "0.38.31" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4862 | checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4863 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4864 | "bitflags 2.4.2", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4865 | "errno", |
| 4866 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4867 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4868 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4869 | ] |
| 4870 | |
| 4871 | [[package]] |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4872 | name = "rustls-pemfile" |
| 4873 | version = "1.0.4" |
| 4874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4875 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" |
| 4876 | dependencies = [ |
| 4877 | "base64", |
| 4878 | ] |
| 4879 | |
| 4880 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4881 | name = "rustversion" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4882 | version = "1.0.14" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4884 | checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4885 | |
| 4886 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4887 | name = "ruzstd" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4888 | version = "0.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4890 | checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4891 | dependencies = [ |
| 4892 | "byteorder", |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 4893 | "derive_more", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4894 | "twox-hash", |
| 4895 | ] |
| 4896 | |
| 4897 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4898 | name = "ryu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4899 | version = "1.0.17" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4901 | checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4902 | |
| 4903 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4904 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4905 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4907 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4908 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4909 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4910 | ] |
| 4911 | |
| 4912 | [[package]] |
| 4913 | name = "schannel" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4914 | version = "0.1.23" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4916 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4917 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4918 | "windows-sys 0.52.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4919 | ] |
| 4920 | |
| 4921 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4922 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4923 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4925 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4926 | |
| 4927 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4928 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4929 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4931 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4932 | |
| 4933 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4934 | name = "security-framework" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4935 | version = "2.9.2" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4937 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4938 | dependencies = [ |
| 4939 | "bitflags 1.3.2", |
| 4940 | "core-foundation", |
| 4941 | "core-foundation-sys", |
| 4942 | "libc", |
| 4943 | "security-framework-sys", |
| 4944 | ] |
| 4945 | |
| 4946 | [[package]] |
| 4947 | name = "security-framework-sys" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4948 | version = "2.9.1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4950 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4951 | dependencies = [ |
| 4952 | "core-foundation-sys", |
| 4953 | "libc", |
| 4954 | ] |
| 4955 | |
| 4956 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4957 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4958 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4960 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4961 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4962 | "self_cell 1.0.3", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4963 | ] |
| 4964 | |
| 4965 | [[package]] |
| 4966 | name = "self_cell" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4967 | version = "1.0.3" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4969 | checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4970 | |
| 4971 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4972 | name = "semver" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4973 | version = "1.0.22" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4975 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4976 | dependencies = [ |
| 4977 | "serde", |
| 4978 | ] |
| 4979 | |
| 4980 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4981 | name = "serde" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4982 | version = "1.0.197" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4984 | checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4985 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4986 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4987 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4988 | |
| 4989 | [[package]] |
| 4990 | name = "serde_derive" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4991 | version = "1.0.197" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4993 | checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4994 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4995 | "proc-macro2", |
| 4996 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 4997 | "syn 2.0.53", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4998 | ] |
| 4999 | |
| 5000 | [[package]] |
| 5001 | name = "serde_json" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5002 | version = "1.0.114" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5004 | checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5005 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5006 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5007 | "itoa", |
| 5008 | "ryu", |
| 5009 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 5010 | ] |
| 5011 | |
| 5012 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5013 | name = "serde_spanned" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5014 | version = "0.6.5" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5016 | checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5017 | dependencies = [ |
| 5018 | "serde", |
| 5019 | ] |
| 5020 | |
| 5021 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5022 | name = "serde_urlencoded" |
| 5023 | version = "0.7.1" |
| 5024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5025 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 5026 | dependencies = [ |
| 5027 | "form_urlencoded", |
| 5028 | "itoa", |
| 5029 | "ryu", |
| 5030 | "serde", |
| 5031 | ] |
| 5032 | |
| 5033 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5034 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5035 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5036 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5037 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 5038 | dependencies = [ |
| 5039 | "cfg-if", |
| 5040 | "cpufeatures", |
| 5041 | "digest", |
| 5042 | ] |
| 5043 | |
| 5044 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5045 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5046 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5048 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 5049 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5050 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 5051 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 5052 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5053 | ] |
| 5054 | |
| 5055 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5056 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5057 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5059 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5060 | dependencies = [ |
| 5061 | "lazy_static", |
| 5062 | ] |
| 5063 | |
| 5064 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5065 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5066 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5068 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5069 | |
| 5070 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 5071 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5072 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 5074 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 5075 | |
| 5076 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5077 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5078 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5080 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5081 | |
| 5082 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5083 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5084 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5086 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5087 | dependencies = [ |
| 5088 | "autocfg", |
| 5089 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5090 | |
| 5091 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 5092 | name = "smallvec" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5093 | version = "1.13.1" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5095 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 5096 | |
| 5097 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5098 | name = "snap" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5099 | version = "1.1.1" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5101 | checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 5102 | |
| 5103 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 5104 | name = "socket2" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5105 | version = "0.5.6" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5107 | checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5108 | dependencies = [ |
| 5109 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5110 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5111 | ] |
| 5112 | |
| 5113 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5114 | name = "spanned" |
| 5115 | version = "0.1.6" |
| 5116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5117 | checksum = "ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d" |
| 5118 | dependencies = [ |
| 5119 | "bstr", |
| 5120 | "color-eyre", |
| 5121 | ] |
| 5122 | |
| 5123 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5124 | name = "spdx-expression" |
| 5125 | version = "0.5.2" |
| 5126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5127 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5128 | dependencies = [ |
| 5129 | "nom", |
| 5130 | "serde", |
| 5131 | "thiserror", |
| 5132 | "tracing", |
| 5133 | ] |
| 5134 | |
| 5135 | [[package]] |
| 5136 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5137 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5139 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5140 | dependencies = [ |
| 5141 | "chrono", |
| 5142 | "log", |
| 5143 | "nom", |
| 5144 | "serde", |
| 5145 | "spdx-expression", |
| 5146 | "strum", |
| 5147 | "strum_macros", |
| 5148 | "thiserror", |
| 5149 | "uuid", |
| 5150 | ] |
| 5151 | |
| 5152 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5153 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5154 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5156 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5157 | |
| 5158 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5159 | name = "stable_mir" |
| 5160 | version = "0.1.0-preview" |
| 5161 | dependencies = [ |
| 5162 | "scoped-tls", |
| 5163 | "tracing", |
| 5164 | ] |
| 5165 | |
| 5166 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5167 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5168 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5170 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5171 | dependencies = [ |
| 5172 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5173 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5174 | "libc", |
| 5175 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5176 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5177 | ] |
| 5178 | |
| 5179 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5180 | name = "static_assertions" |
| 5181 | version = "1.1.0" |
| 5182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5183 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5184 | |
| 5185 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5186 | name = "std" |
| 5187 | version = "0.0.0" |
| 5188 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5189 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5190 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5191 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5192 | "compiler_builtins", |
| 5193 | "core", |
| 5194 | "dlmalloc", |
| 5195 | "fortanix-sgx-abi", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5196 | "hashbrown", |
| 5197 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5198 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 5199 | "miniz_oxide", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5200 | "object", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5201 | "panic_abort", |
| 5202 | "panic_unwind", |
| 5203 | "profiler_builtins", |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 5204 | "r-efi", |
| 5205 | "r-efi-alloc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5206 | "rand", |
| 5207 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5208 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5209 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5210 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5211 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5212 | ] |
| 5213 | |
| 5214 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5215 | name = "std_detect" |
| 5216 | version = "0.1.5" |
| 5217 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5218 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5219 | "compiler_builtins", |
| 5220 | "libc", |
| 5221 | "rustc-std-workspace-alloc", |
| 5222 | "rustc-std-workspace-core", |
| 5223 | ] |
| 5224 | |
| 5225 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5226 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5227 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5229 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5230 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5231 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5232 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5233 | "parking_lot", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5234 | "phf_shared", |
| 5235 | "precomputed-hash", |
| 5236 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5237 | ] |
| 5238 | |
| 5239 | [[package]] |
| 5240 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5241 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5243 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5244 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5245 | "phf_generator", |
| 5246 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5247 | "proc-macro2", |
| 5248 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5249 | ] |
| 5250 | |
| 5251 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5252 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 5253 | version = "0.10.0" |
| 5254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5255 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 5256 | |
| 5257 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5258 | name = "strsim" |
| 5259 | version = "0.11.0" |
| 5260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5261 | checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" |
| 5262 | |
| 5263 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5264 | name = "strum" |
| 5265 | version = "0.24.1" |
| 5266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5267 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5268 | |
| 5269 | [[package]] |
| 5270 | name = "strum_macros" |
| 5271 | version = "0.24.3" |
| 5272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5273 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5274 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5275 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5276 | "proc-macro2", |
| 5277 | "quote", |
| 5278 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5279 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5280 | ] |
| 5281 | |
| 5282 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5283 | name = "suggest-tests" |
| 5284 | version = "0.1.0" |
| 5285 | dependencies = [ |
| 5286 | "build_helper", |
| 5287 | "glob", |
| 5288 | "once_cell", |
| 5289 | ] |
| 5290 | |
| 5291 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5292 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5293 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5295 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5296 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5297 | "proc-macro2", |
| 5298 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5299 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5300 | ] |
| 5301 | |
| 5302 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5303 | name = "syn" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5304 | version = "2.0.53" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5306 | checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5307 | dependencies = [ |
| 5308 | "proc-macro2", |
| 5309 | "quote", |
| 5310 | "unicode-ident", |
| 5311 | ] |
| 5312 | |
| 5313 | [[package]] |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5314 | name = "sync_wrapper" |
| 5315 | version = "0.1.2" |
| 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5317 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
| 5318 | |
| 5319 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5320 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5321 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5323 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5324 | dependencies = [ |
| 5325 | "proc-macro2", |
| 5326 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5327 | "syn 2.0.53", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5328 | ] |
| 5329 | |
| 5330 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5331 | name = "sysinfo" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5332 | version = "0.30.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5334 | checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5335 | dependencies = [ |
| 5336 | "cfg-if", |
| 5337 | "core-foundation-sys", |
| 5338 | "libc", |
| 5339 | "ntapi", |
| 5340 | "once_cell", |
klensy | 0b44330 | 2024-02-22 11:01:13 | [diff] [blame] | 5341 | "windows", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5342 | ] |
| 5343 | |
| 5344 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 5345 | name = "sysroot" |
| 5346 | version = "0.0.0" |
| 5347 | dependencies = [ |
| 5348 | "proc_macro", |
| 5349 | "std", |
| 5350 | "test", |
| 5351 | ] |
| 5352 | |
| 5353 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5354 | name = "system-configuration" |
| 5355 | version = "0.5.1" |
| 5356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5357 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
| 5358 | dependencies = [ |
| 5359 | "bitflags 1.3.2", |
| 5360 | "core-foundation", |
| 5361 | "system-configuration-sys", |
| 5362 | ] |
| 5363 | |
| 5364 | [[package]] |
| 5365 | name = "system-configuration-sys" |
| 5366 | version = "0.5.0" |
| 5367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5368 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" |
| 5369 | dependencies = [ |
| 5370 | "core-foundation-sys", |
| 5371 | "libc", |
| 5372 | ] |
| 5373 | |
| 5374 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5375 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5376 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5378 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5379 | dependencies = [ |
| 5380 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5381 | "unicode-width", |
| 5382 | ] |
| 5383 | |
| 5384 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5385 | name = "tar" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5386 | version = "0.4.40" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5388 | checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5389 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5390 | "filetime", |
| 5391 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5392 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5393 | ] |
| 5394 | |
| 5395 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5396 | name = "tempfile" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5397 | version = "3.10.1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5399 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5400 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5401 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5402 | "fastrand", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5403 | "rustix", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5404 | "windows-sys 0.52.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5405 | ] |
| 5406 | |
| 5407 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5408 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5409 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5411 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5412 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5413 | "futf", |
| 5414 | "mac", |
| 5415 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5416 | ] |
| 5417 | |
| 5418 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5419 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5420 | version = "0.7.0" |
| 5421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5422 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5423 | dependencies = [ |
| 5424 | "dirs-next", |
| 5425 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5426 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5427 | ] |
| 5428 | |
| 5429 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5430 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5431 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5433 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5434 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5435 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5436 | ] |
| 5437 | |
| 5438 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5439 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5440 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5442 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5443 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5444 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5445 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5446 | ] |
| 5447 | |
| 5448 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5449 | name = "termize" |
| 5450 | version = "0.1.1" |
| 5451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5452 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5453 | dependencies = [ |
| 5454 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5455 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5456 | ] |
| 5457 | |
| 5458 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5459 | name = "test" |
| 5460 | version = "0.0.0" |
| 5461 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5462 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5463 | "getopts", |
Tyler Mandry | f622e83 | 2024-01-24 23:57:43 | [diff] [blame] | 5464 | "libc", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5465 | "panic_abort", |
| 5466 | "panic_unwind", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5467 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5468 | ] |
| 5469 | |
| 5470 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 5471 | name = "tester" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5472 | version = "0.9.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5474 | checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5475 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5476 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5477 | "getopts", |
| 5478 | "libc", |
| 5479 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5480 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5481 | ] |
| 5482 | |
| 5483 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5484 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5485 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5487 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5488 | |
| 5489 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5490 | name = "thiserror" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5491 | version = "1.0.58" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5493 | checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5494 | dependencies = [ |
| 5495 | "thiserror-impl", |
| 5496 | ] |
| 5497 | |
| 5498 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5499 | name = "thiserror-impl" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5500 | version = "1.0.58" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5502 | checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5503 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5504 | "proc-macro2", |
| 5505 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5506 | "syn 2.0.53", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5507 | ] |
| 5508 | |
| 5509 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5510 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5511 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5513 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5514 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5515 | "gimli", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5516 | "hashbrown", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5517 | "object", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5518 | "tracing", |
| 5519 | ] |
| 5520 | |
| 5521 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5522 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5523 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5525 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5526 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5527 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5528 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5529 | ] |
| 5530 | |
| 5531 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5532 | name = "threadpool" |
| 5533 | version = "1.8.1" |
| 5534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5535 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5536 | dependencies = [ |
| 5537 | "num_cpus", |
| 5538 | ] |
| 5539 | |
| 5540 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5541 | name = "tidy" |
| 5542 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5543 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 5544 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5545 | "cargo_metadata 0.15.4", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5546 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5547 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5548 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5549 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5550 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5551 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5552 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5553 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5554 | |
| 5555 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5556 | name = "tier-check" |
| 5557 | version = "0.1.0" |
| 5558 | |
| 5559 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5560 | name = "time" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5561 | version = "0.3.34" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5563 | checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5564 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5565 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5566 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5567 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5568 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5569 | "serde", |
| 5570 | "time-core", |
| 5571 | "time-macros", |
| 5572 | ] |
| 5573 | |
| 5574 | [[package]] |
| 5575 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5576 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5578 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5579 | |
| 5580 | [[package]] |
| 5581 | name = "time-macros" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5582 | version = "0.2.17" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5584 | checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5585 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5586 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5587 | "time-core", |
| 5588 | ] |
| 5589 | |
| 5590 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5591 | name = "tinystr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5592 | version = "0.7.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5594 | checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5595 | dependencies = [ |
| 5596 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5597 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5598 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5599 | |
| 5600 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5601 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5602 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5604 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 5605 | dependencies = [ |
| 5606 | "tinyvec_macros", |
| 5607 | ] |
| 5608 | |
| 5609 | [[package]] |
| 5610 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5611 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5613 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5614 | |
| 5615 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5616 | name = "tokio" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5617 | version = "1.36.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5619 | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5620 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5621 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5622 | "bytes", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5623 | "libc", |
| 5624 | "mio", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5625 | "pin-project-lite", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5626 | "socket2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5627 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5628 | ] |
| 5629 | |
| 5630 | [[package]] |
| 5631 | name = "tokio-native-tls" |
| 5632 | version = "0.3.1" |
| 5633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5634 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 5635 | dependencies = [ |
| 5636 | "native-tls", |
| 5637 | "tokio", |
| 5638 | ] |
| 5639 | |
| 5640 | [[package]] |
| 5641 | name = "tokio-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5642 | version = "0.7.10" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5644 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5645 | dependencies = [ |
| 5646 | "bytes", |
| 5647 | "futures-core", |
| 5648 | "futures-sink", |
| 5649 | "pin-project-lite", |
| 5650 | "tokio", |
| 5651 | "tracing", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5652 | ] |
| 5653 | |
| 5654 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5655 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5656 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5658 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5659 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5660 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5661 | ] |
| 5662 | |
| 5663 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5664 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5665 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5667 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5668 | dependencies = [ |
| 5669 | "serde", |
| 5670 | "serde_spanned", |
| 5671 | "toml_datetime", |
| 5672 | "toml_edit", |
| 5673 | ] |
| 5674 | |
| 5675 | [[package]] |
| 5676 | name = "toml_datetime" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5677 | version = "0.6.5" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5679 | checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5680 | dependencies = [ |
| 5681 | "serde", |
| 5682 | ] |
| 5683 | |
| 5684 | [[package]] |
| 5685 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5686 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5688 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5689 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5690 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5691 | "serde", |
| 5692 | "serde_spanned", |
| 5693 | "toml_datetime", |
| 5694 | "winnow", |
| 5695 | ] |
| 5696 | |
| 5697 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5698 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5699 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5701 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5702 | |
| 5703 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5704 | name = "tower-service" |
| 5705 | version = "0.3.2" |
| 5706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5707 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| 5708 | |
| 5709 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5710 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5711 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5713 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5714 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5715 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5716 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5717 | "tracing-attributes", |
| 5718 | "tracing-core", |
| 5719 | ] |
| 5720 | |
| 5721 | [[package]] |
| 5722 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5723 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5725 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5726 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5727 | "proc-macro2", |
| 5728 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5729 | "syn 2.0.53", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5730 | ] |
| 5731 | |
| 5732 | [[package]] |
| 5733 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5734 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5736 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5737 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5738 | "once_cell", |
| 5739 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5740 | ] |
| 5741 | |
| 5742 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5743 | name = "tracing-error" |
| 5744 | version = "0.2.0" |
| 5745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5746 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5747 | dependencies = [ |
| 5748 | "tracing", |
| 5749 | "tracing-subscriber", |
| 5750 | ] |
| 5751 | |
| 5752 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5753 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5754 | version = "0.1.4" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5756 | checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5757 | dependencies = [ |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5758 | "log", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5759 | "once_cell", |
| 5760 | "tracing-core", |
| 5761 | ] |
| 5762 | |
| 5763 | [[package]] |
| 5764 | name = "tracing-log" |
| 5765 | version = "0.2.0" |
| 5766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5767 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5768 | dependencies = [ |
| 5769 | "log", |
| 5770 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5771 | "tracing-core", |
| 5772 | ] |
| 5773 | |
| 5774 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5775 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5776 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5778 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5779 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5780 | "matchers", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5781 | "nu-ansi-term", |
| 5782 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5783 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5784 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5785 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5786 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5787 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5788 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5789 | "tracing-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5790 | "tracing-log 0.2.0", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5791 | ] |
| 5792 | |
| 5793 | [[package]] |
| 5794 | name = "tracing-tree" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5795 | version = "0.2.5" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5797 | checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5798 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5799 | "nu-ansi-term", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5800 | "tracing-core", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5801 | "tracing-log 0.1.4", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5802 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5803 | ] |
| 5804 | |
| 5805 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5806 | name = "try-lock" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5807 | version = "0.2.5" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5809 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5810 | |
| 5811 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5812 | name = "twox-hash" |
| 5813 | version = "1.6.3" |
| 5814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5815 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5816 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5817 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5818 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5819 | "static_assertions", |
| 5820 | ] |
| 5821 | |
| 5822 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5823 | name = "type-map" |
| 5824 | version = "0.4.0" |
| 5825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5826 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 5827 | dependencies = [ |
| 5828 | "rustc-hash", |
| 5829 | ] |
| 5830 | |
| 5831 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5832 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5833 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5835 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5836 | |
| 5837 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5838 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5839 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5841 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5842 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5843 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5844 | ] |
| 5845 | |
| 5846 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5847 | name = "ucd-trie" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5848 | version = "0.1.6" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5850 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5851 | |
| 5852 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5853 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5854 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5856 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5857 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5858 | "annotate-snippets 0.9.2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5859 | "anyhow", |
| 5860 | "bstr", |
| 5861 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5862 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5863 | "color-eyre", |
| 5864 | "colored", |
| 5865 | "comma", |
| 5866 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5867 | "indicatif", |
| 5868 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5869 | "levenshtein", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5870 | "prettydiff", |
| 5871 | "regex", |
| 5872 | "rustc_version", |
| 5873 | "rustfix", |
| 5874 | "serde", |
| 5875 | "serde_json", |
| 5876 | "tempfile", |
| 5877 | ] |
| 5878 | |
| 5879 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5880 | name = "ui_test" |
| 5881 | version = "0.22.2" |
| 5882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5883 | checksum = "0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7" |
| 5884 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5885 | "annotate-snippets 0.10.2", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5886 | "anyhow", |
| 5887 | "bstr", |
| 5888 | "cargo-platform", |
| 5889 | "cargo_metadata 0.18.1", |
| 5890 | "color-eyre", |
| 5891 | "colored", |
| 5892 | "comma", |
| 5893 | "crossbeam-channel", |
| 5894 | "indicatif", |
| 5895 | "lazy_static", |
| 5896 | "levenshtein", |
| 5897 | "prettydiff", |
| 5898 | "regex", |
| 5899 | "rustc_version", |
| 5900 | "rustfix", |
| 5901 | "serde", |
| 5902 | "serde_json", |
| 5903 | "spanned", |
| 5904 | "tempfile", |
| 5905 | ] |
| 5906 | |
| 5907 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5908 | name = "unic-langid" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5909 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5911 | checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5912 | dependencies = [ |
| 5913 | "unic-langid-impl", |
| 5914 | "unic-langid-macros", |
| 5915 | ] |
| 5916 | |
| 5917 | [[package]] |
| 5918 | name = "unic-langid-impl" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5919 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5921 | checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5922 | dependencies = [ |
| 5923 | "tinystr", |
| 5924 | ] |
| 5925 | |
| 5926 | [[package]] |
| 5927 | name = "unic-langid-macros" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5928 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5930 | checksum = "5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5931 | dependencies = [ |
| 5932 | "proc-macro-hack", |
| 5933 | "tinystr", |
| 5934 | "unic-langid-impl", |
| 5935 | "unic-langid-macros-impl", |
| 5936 | ] |
| 5937 | |
| 5938 | [[package]] |
| 5939 | name = "unic-langid-macros-impl" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5940 | version = "0.9.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | b50b333 | 2024-01-21 17:17:34 | [diff] [blame] | 5942 | checksum = "fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5943 | dependencies = [ |
| 5944 | "proc-macro-hack", |
| 5945 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 5946 | "syn 2.0.53", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5947 | "unic-langid-impl", |
| 5948 | ] |
| 5949 | |
| 5950 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5951 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5952 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5954 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5955 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5956 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5957 | ] |
| 5958 | |
| 5959 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5960 | name = "unicode-bdd" |
| 5961 | version = "0.1.0" |
| 5962 | dependencies = [ |
| 5963 | "ucd-parse", |
| 5964 | ] |
| 5965 | |
| 5966 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5967 | name = "unicode-bidi" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5968 | version = "0.3.15" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5970 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5971 | |
| 5972 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5973 | name = "unicode-ident" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5974 | version = "1.0.12" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5976 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5977 | |
| 5978 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5979 | name = "unicode-normalization" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5980 | version = "0.1.23" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5982 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5983 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5984 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5985 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5986 | |
| 5987 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5988 | name = "unicode-properties" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5989 | version = "0.1.1" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5991 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5992 | |
| 5993 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5994 | name = "unicode-script" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5995 | version = "0.5.6" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5997 | checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5998 | |
| 5999 | [[package]] |
| 6000 | name = "unicode-security" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6001 | version = "0.1.1" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6003 | checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6004 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 6005 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 6006 | "unicode-script", |
| 6007 | ] |
| 6008 | |
| 6009 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6010 | name = "unicode-segmentation" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6011 | version = "1.11.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6013 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6014 | |
| 6015 | [[package]] |
| 6016 | name = "unicode-width" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 6017 | version = "0.1.11" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 6019 | checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 6020 | dependencies = [ |
| 6021 | "compiler_builtins", |
| 6022 | "rustc-std-workspace-core", |
| 6023 | "rustc-std-workspace-std", |
| 6024 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6025 | |
| 6026 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6027 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6028 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 6030 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 6031 | |
| 6032 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 6033 | name = "unified-diff" |
| 6034 | version = "0.2.1" |
| 6035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6036 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 6037 | dependencies = [ |
| 6038 | "diff", |
| 6039 | ] |
| 6040 | |
| 6041 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6042 | name = "unstable-book-gen" |
| 6043 | version = "0.1.0" |
| 6044 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6045 | "num-traits", |
| 6046 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 6047 | ] |
| 6048 | |
| 6049 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6050 | name = "unwind" |
| 6051 | version = "0.0.0" |
| 6052 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 6053 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6054 | "compiler_builtins", |
| 6055 | "core", |
| 6056 | "libc", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 6057 | "unwinding", |
| 6058 | ] |
| 6059 | |
| 6060 | [[package]] |
| 6061 | name = "unwinding" |
| 6062 | version = "0.2.1" |
| 6063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6064 | checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| 6065 | dependencies = [ |
| 6066 | "compiler_builtins", |
| 6067 | "gimli", |
| 6068 | "rustc-std-workspace-core", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 6069 | ] |
| 6070 | |
| 6071 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 6072 | name = "url" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6073 | version = "2.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6075 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6076 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 6077 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6078 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 6079 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 6080 | ] |
| 6081 | |
| 6082 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6083 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6084 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6086 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 6087 | |
| 6088 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 6089 | name = "utf8-width" |
| 6090 | version = "0.1.7" |
| 6091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6092 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 6093 | |
| 6094 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6095 | name = "utf8parse" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 6096 | version = "0.2.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 6098 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 6099 | |
| 6100 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6101 | name = "uuid" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6102 | version = "1.7.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6104 | checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6105 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 6106 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 6107 | ] |
| 6108 | |
| 6109 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 6110 | name = "valuable" |
| 6111 | version = "0.1.0" |
| 6112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6113 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 6114 | |
| 6115 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6116 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6117 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6119 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 6120 | |
| 6121 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 6122 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6123 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 6125 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 6126 | |
| 6127 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6128 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6129 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6131 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6132 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6133 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6134 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6135 | ] |
| 6136 | |
| 6137 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6138 | name = "want" |
| 6139 | version = "0.3.1" |
| 6140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6141 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 6142 | dependencies = [ |
| 6143 | "try-lock", |
| 6144 | ] |
| 6145 | |
| 6146 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6147 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 6148 | version = "0.11.0+wasi-snapshot-preview1" |
| 6149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6150 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 6151 | dependencies = [ |
| 6152 | "compiler_builtins", |
| 6153 | "rustc-std-workspace-alloc", |
| 6154 | "rustc-std-workspace-core", |
| 6155 | ] |
| 6156 | |
| 6157 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6158 | name = "wasm-bindgen" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6159 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6161 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6162 | dependencies = [ |
| 6163 | "cfg-if", |
| 6164 | "wasm-bindgen-macro", |
| 6165 | ] |
| 6166 | |
| 6167 | [[package]] |
| 6168 | name = "wasm-bindgen-backend" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6169 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6171 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6172 | dependencies = [ |
| 6173 | "bumpalo", |
| 6174 | "log", |
| 6175 | "once_cell", |
| 6176 | "proc-macro2", |
| 6177 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6178 | "syn 2.0.53", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6179 | "wasm-bindgen-shared", |
| 6180 | ] |
| 6181 | |
| 6182 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6183 | name = "wasm-bindgen-futures" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6184 | version = "0.4.42" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6186 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6187 | dependencies = [ |
| 6188 | "cfg-if", |
| 6189 | "js-sys", |
| 6190 | "wasm-bindgen", |
| 6191 | "web-sys", |
| 6192 | ] |
| 6193 | |
| 6194 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6195 | name = "wasm-bindgen-macro" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6196 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6198 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6199 | dependencies = [ |
| 6200 | "quote", |
| 6201 | "wasm-bindgen-macro-support", |
| 6202 | ] |
| 6203 | |
| 6204 | [[package]] |
| 6205 | name = "wasm-bindgen-macro-support" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6206 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6208 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6209 | dependencies = [ |
| 6210 | "proc-macro2", |
| 6211 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6212 | "syn 2.0.53", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6213 | "wasm-bindgen-backend", |
| 6214 | "wasm-bindgen-shared", |
| 6215 | ] |
| 6216 | |
| 6217 | [[package]] |
| 6218 | name = "wasm-bindgen-shared" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6219 | version = "0.2.92" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6221 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6222 | |
| 6223 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 6224 | name = "wasm-encoder" |
| 6225 | version = "0.200.0" |
| 6226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6227 | checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9" |
| 6228 | dependencies = [ |
| 6229 | "leb128", |
| 6230 | ] |
| 6231 | |
| 6232 | [[package]] |
Alex Crichton | 6181f3a | 2024-02-02 21:26:18 | [diff] [blame] | 6233 | name = "wasmparser" |
| 6234 | version = "0.118.2" |
| 6235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6236 | checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c" |
| 6237 | dependencies = [ |
| 6238 | "indexmap", |
| 6239 | "semver", |
| 6240 | ] |
| 6241 | |
| 6242 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6243 | name = "web-sys" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6244 | version = "0.3.69" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6246 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6247 | dependencies = [ |
| 6248 | "js-sys", |
| 6249 | "wasm-bindgen", |
| 6250 | ] |
| 6251 | |
| 6252 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6253 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6254 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6256 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6257 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6258 | "winapi-i686-pc-windows-gnu", |
| 6259 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6260 | ] |
| 6261 | |
| 6262 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6263 | name = "winapi-i686-pc-windows-gnu" |
| 6264 | version = "0.4.0" |
| 6265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6266 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6267 | |
| 6268 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6269 | name = "winapi-util" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6270 | version = "0.1.6" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6272 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6273 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6274 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6275 | ] |
| 6276 | |
| 6277 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6278 | name = "winapi-x86_64-pc-windows-gnu" |
| 6279 | version = "0.4.0" |
| 6280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6281 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6282 | |
| 6283 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6284 | name = "windows" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6285 | version = "0.52.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6287 | checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6288 | dependencies = [ |
klensy | 35fe267 | 2024-02-18 13:02:16 | [diff] [blame] | 6289 | "windows-core", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6290 | "windows-targets 0.52.4", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6291 | ] |
| 6292 | |
| 6293 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6294 | name = "windows-bindgen" |
Chris Denton | 8e870c8 | 2024-03-07 16:06:57 | [diff] [blame] | 6295 | version = "0.55.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 8e870c8 | 2024-03-07 16:06:57 | [diff] [blame] | 6297 | checksum = "073ff8a486ebad239d557809d2cd5fe5e04ee1de29e09c6cd83fb0bae19b8a4c" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6298 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6299 | "proc-macro2", |
| 6300 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 6301 | "serde", |
| 6302 | "serde_json", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6303 | "syn 2.0.53", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6304 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6305 | ] |
| 6306 | |
| 6307 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6308 | name = "windows-core" |
| 6309 | version = "0.52.0" |
| 6310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6311 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 6312 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6313 | "windows-targets 0.52.4", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6314 | ] |
| 6315 | |
| 6316 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6317 | name = "windows-metadata" |
Chris Denton | 8e870c8 | 2024-03-07 16:06:57 | [diff] [blame] | 6318 | version = "0.55.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 8e870c8 | 2024-03-07 16:06:57 | [diff] [blame] | 6320 | checksum = "b602635050172a1fc57a35040d4d225baefc6098fefd97094919921d95961a7d" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6321 | |
| 6322 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6323 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6324 | version = "0.48.0" |
| 6325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6326 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6327 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6328 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6329 | ] |
| 6330 | |
| 6331 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6332 | name = "windows-sys" |
| 6333 | version = "0.52.0" |
| 6334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6335 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6336 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6337 | "windows-targets 0.52.4", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6338 | ] |
| 6339 | |
| 6340 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6341 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6342 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6344 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6345 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6346 | "windows_aarch64_gnullvm 0.48.5", |
| 6347 | "windows_aarch64_msvc 0.48.5", |
| 6348 | "windows_i686_gnu 0.48.5", |
| 6349 | "windows_i686_msvc 0.48.5", |
| 6350 | "windows_x86_64_gnu 0.48.5", |
| 6351 | "windows_x86_64_gnullvm 0.48.5", |
| 6352 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6353 | ] |
| 6354 | |
| 6355 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6356 | name = "windows-targets" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6357 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6359 | checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6360 | dependencies = [ |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6361 | "windows_aarch64_gnullvm 0.52.4", |
| 6362 | "windows_aarch64_msvc 0.52.4", |
| 6363 | "windows_i686_gnu 0.52.4", |
| 6364 | "windows_i686_msvc 0.52.4", |
| 6365 | "windows_x86_64_gnu 0.52.4", |
| 6366 | "windows_x86_64_gnullvm 0.52.4", |
| 6367 | "windows_x86_64_msvc 0.52.4", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6368 | ] |
| 6369 | |
| 6370 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6371 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6372 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6374 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6375 | |
| 6376 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6377 | name = "windows_aarch64_gnullvm" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6378 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6380 | checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6381 | |
| 6382 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6383 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6384 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6386 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6387 | |
| 6388 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6389 | name = "windows_aarch64_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6390 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6392 | checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6393 | |
| 6394 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6395 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6396 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6398 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6399 | |
| 6400 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6401 | name = "windows_i686_gnu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6402 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6404 | checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6405 | |
| 6406 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6407 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6408 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6410 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6411 | |
| 6412 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6413 | name = "windows_i686_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6414 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6416 | checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6417 | |
| 6418 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6419 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6420 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6422 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6423 | |
| 6424 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6425 | name = "windows_x86_64_gnu" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6426 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6428 | checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6429 | |
| 6430 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6431 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6432 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6434 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6435 | |
| 6436 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6437 | name = "windows_x86_64_gnullvm" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6438 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6440 | checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6441 | |
| 6442 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6443 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6444 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6446 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6447 | |
| 6448 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6449 | name = "windows_x86_64_msvc" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6450 | version = "0.52.4" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 6452 | checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6453 | |
| 6454 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6455 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6456 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6458 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6459 | dependencies = [ |
| 6460 | "memchr", |
| 6461 | ] |
| 6462 | |
| 6463 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6464 | name = "winreg" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6465 | version = "0.50.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6467 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6468 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6469 | "cfg-if", |
| 6470 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6471 | ] |
| 6472 | |
| 6473 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6474 | name = "writeable" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6475 | version = "0.5.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6477 | checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6478 | |
| 6479 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6480 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6481 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6483 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6484 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6485 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6486 | "linux-raw-sys", |
| 6487 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6488 | ] |
| 6489 | |
| 6490 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6491 | name = "xz" |
| 6492 | version = "0.1.0" |
| 6493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6494 | checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34" |
| 6495 | dependencies = [ |
| 6496 | "xz2", |
| 6497 | ] |
| 6498 | |
| 6499 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6500 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6501 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6503 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6504 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6505 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6506 | ] |
| 6507 | |
| 6508 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6509 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6510 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6512 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6513 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 6514 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6515 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 6516 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6517 | ] |
| 6518 | |
| 6519 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6520 | name = "yaml-rust" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6521 | version = "0.4.5" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6523 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6524 | dependencies = [ |
| 6525 | "linked-hash-map", |
| 6526 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6527 | |
| 6528 | [[package]] |
| 6529 | name = "yansi-term" |
| 6530 | version = "0.1.2" |
| 6531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6532 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6533 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6534 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6535 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6536 | |
| 6537 | [[package]] |
| 6538 | name = "yoke" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6539 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6541 | checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6542 | dependencies = [ |
| 6543 | "serde", |
| 6544 | "stable_deref_trait", |
| 6545 | "yoke-derive", |
| 6546 | "zerofrom", |
| 6547 | ] |
| 6548 | |
| 6549 | [[package]] |
| 6550 | name = "yoke-derive" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6551 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6553 | checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6554 | dependencies = [ |
| 6555 | "proc-macro2", |
| 6556 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6557 | "syn 2.0.53", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6558 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6559 | ] |
| 6560 | |
| 6561 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6562 | name = "zerocopy" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6563 | version = "0.7.32" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6565 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6566 | dependencies = [ |
| 6567 | "zerocopy-derive", |
| 6568 | ] |
| 6569 | |
| 6570 | [[package]] |
| 6571 | name = "zerocopy-derive" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6572 | version = "0.7.32" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a00ec2d | 2024-01-02 18:42:47 | [diff] [blame] | 6574 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6575 | dependencies = [ |
| 6576 | "proc-macro2", |
| 6577 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6578 | "syn 2.0.53", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6579 | ] |
| 6580 | |
| 6581 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6582 | name = "zerofrom" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6583 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6585 | checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6586 | dependencies = [ |
| 6587 | "zerofrom-derive", |
| 6588 | ] |
| 6589 | |
| 6590 | [[package]] |
| 6591 | name = "zerofrom-derive" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6592 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6594 | checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6595 | dependencies = [ |
| 6596 | "proc-macro2", |
| 6597 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6598 | "syn 2.0.53", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6599 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6600 | ] |
| 6601 | |
| 6602 | [[package]] |
| 6603 | name = "zerovec" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6604 | version = "0.10.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6606 | checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6607 | dependencies = [ |
| 6608 | "yoke", |
| 6609 | "zerofrom", |
| 6610 | "zerovec-derive", |
| 6611 | ] |
| 6612 | |
| 6613 | [[package]] |
| 6614 | name = "zerovec-derive" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6615 | version = "0.10.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6617 | checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6618 | dependencies = [ |
| 6619 | "proc-macro2", |
| 6620 | "quote", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame^] | 6621 | "syn 2.0.53", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6622 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6623 | |
| 6624 | [[package]] |
| 6625 | name = "zip" |
| 6626 | version = "0.6.6" |
| 6627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6628 | checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| 6629 | dependencies = [ |
| 6630 | "byteorder", |
| 6631 | "crc32fast", |
| 6632 | "crossbeam-utils", |
| 6633 | "flate2", |
| 6634 | ] |