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. |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 3 | version = 4 |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 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 = [ |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 11 | "gimli 0.28.1", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 15 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 16 | version = "1.0.2" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | |
| 20 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 21 | name = "adler2" |
| 22 | version = "2.0.0" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| 25 | |
| 26 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 27 | name = "aes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 28 | version = "0.8.4" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 30 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 31 | dependencies = [ |
| 32 | "cfg-if", |
| 33 | "cipher", |
| 34 | "cpufeatures", |
| 35 | ] |
| 36 | |
| 37 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 38 | name = "ahash" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 39 | version = "0.8.11" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 41 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 42 | dependencies = [ |
| 43 | "cfg-if", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 44 | "once_cell", |
| 45 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 46 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 47 | ] |
| 48 | |
| 49 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 50 | name = "aho-corasick" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 51 | version = "1.1.3" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 53 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 54 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 55 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 56 | ] |
| 57 | |
| 58 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 59 | name = "allocator-api2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 60 | version = "0.2.18" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 62 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 63 | |
| 64 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 65 | name = "ammonia" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 66 | version = "4.0.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 68 | checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 69 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 70 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 71 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 72 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 73 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 74 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 75 | ] |
| 76 | |
| 77 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 78 | name = "android-tzdata" |
| 79 | version = "0.1.1" |
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 82 | |
| 83 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 84 | name = "android_system_properties" |
| 85 | version = "0.1.5" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 88 | dependencies = [ |
| 89 | "libc", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 93 | name = "annotate-snippets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 94 | version = "0.9.2" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 96 | checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 97 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 98 | "unicode-width 0.1.14", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 99 | "yansi-term", |
| 100 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 101 | |
| 102 | [[package]] |
klensy | 5b153b5 | 2023-12-30 15:11:41 | [diff] [blame] | 103 | name = "annotate-snippets" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 104 | version = "0.11.4" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 106 | checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 107 | dependencies = [ |
| 108 | "anstyle", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 109 | "unicode-width 0.1.14", |
Philipp Krones | e395dc9 | 2024-05-02 15:27:08 | [diff] [blame] | 110 | ] |
| 111 | |
| 112 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 113 | name = "anstream" |
Urgau | e8bd643 | 2024-11-04 18:17:39 | [diff] [blame] | 114 | version = "0.6.18" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Urgau | e8bd643 | 2024-11-04 18:17:39 | [diff] [blame] | 116 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 117 | dependencies = [ |
| 118 | "anstyle", |
| 119 | "anstyle-parse", |
| 120 | "anstyle-query", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 121 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 122 | "colorchoice", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 123 | "is_terminal_polyfill", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 124 | "utf8parse", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "anstyle" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 129 | version = "1.0.10" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 131 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 132 | |
| 133 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 134 | name = "anstyle-lossy" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 135 | version = "1.1.3" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 137 | checksum = "934ff8719effd2023a48cf63e69536c1c3ced9d3895068f6f5cc9a4ff845e59b" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 138 | dependencies = [ |
| 139 | "anstyle", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 143 | name = "anstyle-parse" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 144 | version = "0.2.6" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 146 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 147 | dependencies = [ |
| 148 | "utf8parse", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 152 | name = "anstyle-query" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 153 | version = "1.1.2" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 155 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 156 | dependencies = [ |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 157 | "windows-sys 0.59.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 158 | ] |
| 159 | |
| 160 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 161 | name = "anstyle-svg" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 162 | version = "0.1.7" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 164 | checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35" |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 165 | dependencies = [ |
| 166 | "anstream", |
| 167 | "anstyle", |
| 168 | "anstyle-lossy", |
| 169 | "html-escape", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 170 | "unicode-width 0.2.0", |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 171 | ] |
| 172 | |
| 173 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 174 | name = "anstyle-wincon" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 175 | version = "3.0.6" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 177 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 178 | dependencies = [ |
| 179 | "anstyle", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 180 | "windows-sys 0.59.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 181 | ] |
| 182 | |
| 183 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 184 | name = "anyhow" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 185 | version = "1.0.92" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 187 | checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 188 | dependencies = [ |
| 189 | "backtrace", |
| 190 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 191 | |
| 192 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 193 | name = "ar_archive_writer" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 194 | version = "0.4.2" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 40af214 | 2024-08-19 17:33:24 | [diff] [blame] | 196 | checksum = "01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 197 | dependencies = [ |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 198 | "object 0.36.5", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 199 | ] |
| 200 | |
| 201 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 202 | name = "arrayref" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 203 | version = "0.3.9" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 205 | checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 206 | |
| 207 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 208 | name = "arrayvec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 209 | version = "0.7.6" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 211 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 212 | |
| 213 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 214 | name = "autocfg" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 215 | version = "1.4.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 217 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 218 | |
| 219 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 220 | name = "backtrace" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 221 | version = "0.3.71" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 223 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 224 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 225 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 226 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 227 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 228 | "libc", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 229 | "miniz_oxide 0.7.4", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 230 | "object 0.32.2", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 231 | "rustc-demangle", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 235 | name = "base64" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 236 | version = "0.21.7" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 238 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 239 | |
| 240 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 241 | name = "basic-toml" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 242 | version = "0.1.9" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 244 | checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 245 | dependencies = [ |
| 246 | "serde", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 250 | name = "bincode" |
| 251 | version = "1.3.3" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 254 | dependencies = [ |
| 255 | "serde", |
| 256 | ] |
| 257 | |
| 258 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 259 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 260 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 262 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 263 | |
| 264 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 265 | name = "bitflags" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 266 | version = "2.6.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 268 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 269 | |
| 270 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 271 | name = "blake3" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 272 | version = "1.5.4" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 274 | checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 275 | dependencies = [ |
| 276 | "arrayref", |
| 277 | "arrayvec", |
| 278 | "cc", |
| 279 | "cfg-if", |
| 280 | "constant_time_eq", |
| 281 | ] |
| 282 | |
| 283 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 284 | name = "block-buffer" |
| 285 | version = "0.10.4" |
| 286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 288 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 289 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 290 | ] |
| 291 | |
| 292 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 293 | name = "bstr" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 294 | version = "1.10.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 296 | checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 297 | dependencies = [ |
| 298 | "memchr", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 299 | "regex-automata 0.4.8", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 300 | "serde", |
| 301 | ] |
| 302 | |
| 303 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 304 | name = "build-manifest" |
| 305 | version = "0.1.0" |
| 306 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 307 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 308 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 309 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 310 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 311 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 312 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 313 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 314 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 315 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 316 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 317 | ] |
| 318 | |
| 319 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 320 | name = "build_helper" |
| 321 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 322 | dependencies = [ |
| 323 | "serde", |
| 324 | "serde_derive", |
| 325 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 326 | |
| 327 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 328 | name = "bump-stage0" |
| 329 | version = "0.1.0" |
| 330 | dependencies = [ |
| 331 | "anyhow", |
onur-ozkan | b46c3f2 | 2024-05-09 15:18:01 | [diff] [blame] | 332 | "build_helper", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 333 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 334 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 335 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 336 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 337 | ] |
| 338 | |
| 339 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 340 | name = "bumpalo" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 341 | version = "3.16.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 343 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 344 | |
| 345 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 346 | name = "bytecount" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 347 | version = "0.6.8" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 349 | checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 350 | |
| 351 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 352 | name = "byteorder" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 353 | version = "1.5.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 355 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 356 | |
| 357 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 358 | name = "bytes" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 359 | version = "1.8.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 361 | checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 362 | |
| 363 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 364 | name = "camino" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 365 | version = "1.1.9" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 367 | checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 368 | dependencies = [ |
| 369 | "serde", |
| 370 | ] |
| 371 | |
| 372 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 373 | name = "cargo-miri" |
| 374 | version = "0.1.0" |
| 375 | dependencies = [ |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 376 | "cargo_metadata", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 377 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 378 | "rustc-build-sysroot", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 379 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 380 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 381 | "serde", |
| 382 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 383 | ] |
| 384 | |
| 385 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 386 | name = "cargo-platform" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 387 | version = "0.1.8" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 389 | checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 390 | dependencies = [ |
| 391 | "serde", |
| 392 | ] |
| 393 | |
| 394 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 395 | name = "cargo_metadata" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 396 | version = "0.18.1" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 398 | checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 399 | dependencies = [ |
| 400 | "camino", |
| 401 | "cargo-platform", |
| 402 | "semver", |
| 403 | "serde", |
| 404 | "serde_json", |
| 405 | "thiserror", |
| 406 | ] |
| 407 | |
| 408 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 409 | name = "cargotest2" |
| 410 | version = "0.1.0" |
| 411 | |
| 412 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 413 | name = "cc" |
clubby789 | e00bfa6 | 2024-11-13 12:26:24 | [diff] [blame] | 414 | version = "1.2.0" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | e00bfa6 | 2024-11-13 12:26:24 | [diff] [blame] | 416 | checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" |
Trevor Gross | eaaa943 | 2024-09-30 17:26:02 | [diff] [blame] | 417 | dependencies = [ |
| 418 | "shlex", |
| 419 | ] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 420 | |
| 421 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 422 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 423 | version = "1.0.0" |
| 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 426 | |
| 427 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 428 | name = "cfg_aliases" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 429 | version = "0.2.1" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 431 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 432 | |
| 433 | [[package]] |
| 434 | name = "chrono" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 435 | version = "0.4.38" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 437 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 438 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 439 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 440 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 441 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 442 | "serde", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 443 | "windows-targets 0.52.6", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 444 | ] |
| 445 | |
| 446 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 447 | name = "chrono-tz" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 448 | version = "0.10.0" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 450 | checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 451 | dependencies = [ |
| 452 | "chrono", |
| 453 | "chrono-tz-build", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 454 | "phf", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "chrono-tz-build" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 459 | version = "0.4.0" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 8c0adc6 | 2024-09-29 21:08:25 | [diff] [blame] | 461 | checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 462 | dependencies = [ |
| 463 | "parse-zoneinfo", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 464 | "phf_codegen", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 465 | ] |
| 466 | |
| 467 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 468 | name = "cipher" |
| 469 | version = "0.4.4" |
| 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 472 | dependencies = [ |
| 473 | "crypto-common", |
| 474 | "inout", |
| 475 | ] |
| 476 | |
| 477 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 478 | name = "clap" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 479 | version = "4.5.20" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 481 | checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 482 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 483 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 484 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 485 | ] |
| 486 | |
| 487 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 488 | name = "clap-cargo" |
| 489 | version = "0.12.0" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 492 | dependencies = [ |
| 493 | "anstyle", |
| 494 | "clap", |
| 495 | ] |
| 496 | |
| 497 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 498 | name = "clap_builder" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 499 | version = "4.5.20" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 501 | checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 502 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 503 | "anstream", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 504 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 505 | "clap_lex", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 506 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 507 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 508 | ] |
| 509 | |
| 510 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 511 | name = "clap_complete" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 512 | version = "4.5.36" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 514 | checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 515 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 516 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 517 | ] |
| 518 | |
| 519 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 520 | name = "clap_derive" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 521 | version = "4.5.18" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 523 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 524 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 525 | "heck 0.5.0", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 526 | "proc-macro2", |
| 527 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 528 | "syn 2.0.87", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 529 | ] |
| 530 | |
| 531 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 532 | name = "clap_lex" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 533 | version = "0.7.2" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 535 | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 536 | |
| 537 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 538 | name = "clippy" |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 539 | version = "0.1.85" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 540 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 541 | "anstream", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 542 | "cargo_metadata", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 543 | "clippy_config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 544 | "clippy_lints", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 545 | "clippy_utils", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 546 | "color-print", |
flip1995 | 647f2b4 | 2021-06-03 07:06:49 | [diff] [blame] | 547 | "filetime", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 548 | "futures", |
| 549 | "if_chain", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 550 | "itertools", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 551 | "parking_lot", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 552 | "pulldown-cmark 0.11.3", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 553 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 554 | "regex", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 555 | "rinja", |
| 556 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 557 | "serde", |
Jason Newcomb | 6c3f43d | 2024-08-24 21:34:45 | [diff] [blame] | 558 | "serde_json", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 559 | "syn 2.0.87", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 560 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 561 | "termize", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 562 | "tokio", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 563 | "toml 0.7.8", |
Philipp Krones | 907b6a1 | 2024-09-24 09:58:12 | [diff] [blame] | 564 | "ui_test", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 565 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 566 | ] |
| 567 | |
| 568 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 569 | name = "clippy_config" |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 570 | version = "0.1.85" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 571 | dependencies = [ |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 572 | "clippy_utils", |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 573 | "itertools", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 574 | "serde", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 575 | "toml 0.7.8", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 576 | "walkdir", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 580 | name = "clippy_dev" |
| 581 | version = "0.0.1" |
| 582 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 583 | "aho-corasick", |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 584 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 585 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 586 | "indoc", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 587 | "itertools", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 588 | "opener", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 589 | "shell-escape", |
| 590 | "walkdir", |
| 591 | ] |
| 592 | |
| 593 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 594 | name = "clippy_lints" |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 595 | version = "0.1.85" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 596 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 597 | "arrayvec", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 598 | "cargo_metadata", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 599 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 600 | "clippy_utils", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 601 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 602 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 603 | "regex", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 604 | "regex-syntax 0.8.5", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 605 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 606 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 607 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 608 | "tempfile", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 609 | "toml 0.7.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 610 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 611 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 612 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 613 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 614 | ] |
| 615 | |
| 616 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 617 | name = "clippy_utils" |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 618 | version = "0.1.85" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 619 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 620 | "arrayvec", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 621 | "itertools", |
Trevor Gross | ff9efea | 2024-06-18 16:46:26 | [diff] [blame] | 622 | "rustc_apfloat", |
Philipp Krones | 315b47e | 2024-11-28 18:39:15 | [diff] [blame] | 623 | "serde", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 624 | ] |
| 625 | |
| 626 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 627 | name = "collect-license-metadata" |
| 628 | version = "0.1.0" |
| 629 | dependencies = [ |
| 630 | "anyhow", |
| 631 | "serde", |
| 632 | "serde_json", |
| 633 | "spdx-rs", |
| 634 | ] |
| 635 | |
| 636 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 637 | name = "color-eyre" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 638 | version = "0.6.3" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 640 | checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 641 | dependencies = [ |
| 642 | "backtrace", |
| 643 | "color-spantrace", |
| 644 | "eyre", |
| 645 | "indenter", |
| 646 | "once_cell", |
| 647 | "owo-colors", |
| 648 | "tracing-error", |
| 649 | ] |
| 650 | |
| 651 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 652 | name = "color-print" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 653 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 655 | checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 656 | dependencies = [ |
| 657 | "color-print-proc-macro", |
| 658 | ] |
| 659 | |
| 660 | [[package]] |
| 661 | name = "color-print-proc-macro" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 662 | version = "0.3.6" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 664 | checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 665 | dependencies = [ |
| 666 | "nom", |
| 667 | "proc-macro2", |
| 668 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 669 | "syn 2.0.87", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 670 | ] |
| 671 | |
| 672 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 673 | name = "color-spantrace" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 674 | version = "0.2.1" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 676 | checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 677 | dependencies = [ |
| 678 | "once_cell", |
| 679 | "owo-colors", |
| 680 | "tracing-core", |
| 681 | "tracing-error", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 685 | name = "colorchoice" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 686 | version = "1.0.3" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 688 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 689 | |
| 690 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 691 | name = "colored" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 692 | version = "2.1.0" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 694 | checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 695 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 696 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 697 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 698 | ] |
| 699 | |
| 700 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 701 | name = "comma" |
| 702 | version = "1.0.0" |
| 703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 704 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 705 | |
| 706 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 707 | name = "compiletest" |
| 708 | version = "0.0.0" |
| 709 | dependencies = [ |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 710 | "anstyle-svg", |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 711 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 712 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 713 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 714 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 715 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 716 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 717 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 718 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 719 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 720 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 721 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 722 | "regex", |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 723 | "rustfix", |
许杰友 Jieyou Xu (Joe) | e419b3d | 2024-10-29 08:10:05 | [diff] [blame] | 724 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 725 | "serde", |
| 726 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 727 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 728 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 729 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 730 | "walkdir", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 731 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 732 | ] |
| 733 | |
| 734 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 735 | name = "console" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 736 | version = "0.15.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 738 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 739 | dependencies = [ |
| 740 | "encode_unicode", |
| 741 | "lazy_static", |
| 742 | "libc", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 743 | "unicode-width 0.1.14", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 744 | "windows-sys 0.52.0", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 745 | ] |
| 746 | |
| 747 | [[package]] |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 748 | name = "constant_time_eq" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 749 | version = "0.3.1" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 751 | checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 752 | |
| 753 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 754 | name = "core-foundation-sys" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 755 | version = "0.8.7" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 757 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 758 | |
| 759 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 760 | name = "coverage-dump" |
| 761 | version = "0.1.0" |
| 762 | dependencies = [ |
| 763 | "anyhow", |
| 764 | "leb128", |
| 765 | "md-5", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 766 | "miniz_oxide 0.7.4", |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 767 | "regex", |
| 768 | "rustc-demangle", |
| 769 | ] |
| 770 | |
| 771 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 772 | name = "cpufeatures" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 773 | version = "0.2.14" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 775 | checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 776 | dependencies = [ |
| 777 | "libc", |
| 778 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 779 | |
| 780 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 781 | name = "crc32fast" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 782 | version = "1.4.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 784 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 785 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 786 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 787 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 788 | |
| 789 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 790 | name = "crossbeam-channel" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 791 | version = "0.5.13" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 793 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 794 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 795 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 796 | ] |
| 797 | |
| 798 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 799 | name = "crossbeam-deque" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 800 | version = "0.8.5" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 802 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 803 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 804 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 805 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 806 | ] |
| 807 | |
| 808 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 809 | name = "crossbeam-epoch" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 810 | version = "0.9.18" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 812 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 813 | dependencies = [ |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 814 | "crossbeam-utils", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 815 | ] |
| 816 | |
| 817 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 818 | name = "crossbeam-utils" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 819 | version = "0.8.20" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 821 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 822 | |
| 823 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 824 | name = "crypto-common" |
| 825 | version = "0.1.6" |
| 826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 827 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 828 | dependencies = [ |
| 829 | "generic-array", |
| 830 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 831 | ] |
| 832 | |
| 833 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 834 | name = "ctrlc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 835 | version = "3.4.5" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 837 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 838 | dependencies = [ |
| 839 | "nix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 840 | "windows-sys 0.59.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 841 | ] |
| 842 | |
| 843 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 844 | name = "curl" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 845 | version = "0.4.47" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 847 | checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 848 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 849 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 850 | "libc", |
| 851 | "openssl-probe", |
| 852 | "openssl-sys", |
| 853 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 854 | "socket2", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 855 | "windows-sys 0.52.0", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 856 | ] |
| 857 | |
| 858 | [[package]] |
| 859 | name = "curl-sys" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 860 | version = "0.4.77+curl-8.10.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 862 | checksum = "f469e8a5991f277a208224f6c7ad72ecb5f986e36d09ae1f2c1bb9259478a480" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 863 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 864 | "cc", |
| 865 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 866 | "libz-sys", |
| 867 | "openssl-sys", |
| 868 | "pkg-config", |
| 869 | "vcpkg", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 870 | "windows-sys 0.52.0", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 871 | ] |
| 872 | |
| 873 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 874 | name = "darling" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 875 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 877 | checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 878 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 879 | "darling_core", |
| 880 | "darling_macro", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 881 | ] |
| 882 | |
| 883 | [[package]] |
| 884 | name = "darling_core" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 885 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 887 | checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 888 | dependencies = [ |
| 889 | "fnv", |
| 890 | "ident_case", |
| 891 | "proc-macro2", |
| 892 | "quote", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 893 | "strsim", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 894 | "syn 2.0.87", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 895 | ] |
| 896 | |
| 897 | [[package]] |
| 898 | name = "darling_macro" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 899 | version = "0.20.10" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 901 | checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 902 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 903 | "darling_core", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 904 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 905 | "syn 2.0.87", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 906 | ] |
| 907 | |
| 908 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 909 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 910 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 912 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 913 | |
| 914 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 915 | name = "dbus" |
| 916 | version = "0.9.7" |
| 917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 918 | checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" |
| 919 | dependencies = [ |
| 920 | "libc", |
| 921 | "libdbus-sys", |
| 922 | "winapi", |
| 923 | ] |
| 924 | |
| 925 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 926 | name = "deranged" |
| 927 | version = "0.3.11" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| 930 | dependencies = [ |
| 931 | "powerfmt", |
| 932 | ] |
| 933 | |
| 934 | [[package]] |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 935 | name = "derive-where" |
| 936 | version = "1.2.7" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 938 | checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 939 | dependencies = [ |
| 940 | "proc-macro2", |
| 941 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 942 | "syn 2.0.87", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 943 | ] |
| 944 | |
| 945 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 946 | name = "derive_builder" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 947 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 949 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 950 | dependencies = [ |
| 951 | "derive_builder_macro", |
| 952 | ] |
| 953 | |
| 954 | [[package]] |
| 955 | name = "derive_builder_core" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 956 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 958 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 959 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 960 | "darling", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 961 | "proc-macro2", |
| 962 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 963 | "syn 2.0.87", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 964 | ] |
| 965 | |
| 966 | [[package]] |
| 967 | name = "derive_builder_macro" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 968 | version = "0.20.2" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 970 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 971 | dependencies = [ |
| 972 | "derive_builder_core", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 973 | "syn 2.0.87", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 974 | ] |
| 975 | |
| 976 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 977 | name = "derive_setters" |
| 978 | version = "0.1.6" |
| 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 981 | dependencies = [ |
klensy | 5e2a7ac | 2024-02-18 11:40:19 | [diff] [blame] | 982 | "darling", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 983 | "proc-macro2", |
| 984 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 985 | "syn 2.0.87", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 986 | ] |
| 987 | |
| 988 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 989 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 990 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 992 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 993 | |
| 994 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 995 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 996 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 998 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 999 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1000 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1001 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1002 | ] |
| 1003 | |
| 1004 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1005 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1006 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1008 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1009 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1010 | "dirs-sys", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1011 | ] |
| 1012 | |
| 1013 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1014 | name = "dirs" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1015 | version = "5.0.1" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1017 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1018 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 1019 | "dirs-sys", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1020 | ] |
| 1021 | |
| 1022 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1023 | name = "dirs-next" |
| 1024 | version = "2.0.0" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1027 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1028 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1029 | "dirs-sys-next", |
| 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1033 | name = "dirs-sys" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1034 | version = "0.4.1" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1037 | dependencies = [ |
| 1038 | "libc", |
| 1039 | "option-ext", |
| 1040 | "redox_users", |
| 1041 | "windows-sys 0.48.0", |
| 1042 | ] |
| 1043 | |
| 1044 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1045 | name = "dirs-sys-next" |
| 1046 | version = "0.1.2" |
| 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1049 | dependencies = [ |
| 1050 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1051 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1052 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1053 | ] |
| 1054 | |
| 1055 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1056 | name = "displaydoc" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1057 | version = "0.2.5" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1059 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1060 | dependencies = [ |
| 1061 | "proc-macro2", |
| 1062 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1063 | "syn 2.0.87", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1064 | ] |
| 1065 | |
| 1066 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1067 | name = "dissimilar" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1068 | version = "1.0.9" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1070 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1071 | |
| 1072 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1073 | name = "either" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1074 | version = "1.13.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1076 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1077 | |
| 1078 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1079 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1080 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1082 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1083 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1084 | "regex", |
| 1085 | "serde", |
| 1086 | "serde_derive", |
| 1087 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1088 | ] |
| 1089 | |
| 1090 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1091 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1092 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1094 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1095 | dependencies = [ |
| 1096 | "stable_deref_trait", |
| 1097 | ] |
| 1098 | |
| 1099 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1100 | name = "ena" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1101 | version = "0.14.3" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Goulet | 2af0871 | 2024-05-06 18:32:39 | [diff] [blame] | 1103 | checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1104 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1105 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1106 | ] |
| 1107 | |
| 1108 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1109 | name = "encode_unicode" |
| 1110 | version = "0.3.6" |
| 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1113 | |
| 1114 | [[package]] |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1115 | name = "env_filter" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1116 | version = "0.1.2" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1118 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1119 | dependencies = [ |
| 1120 | "log", |
| 1121 | "regex", |
| 1122 | ] |
| 1123 | |
| 1124 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1125 | name = "env_logger" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1126 | version = "0.11.5" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1128 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1129 | dependencies = [ |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1130 | "anstream", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 1131 | "anstyle", |
| 1132 | "env_filter", |
| 1133 | "humantime", |
| 1134 | "log", |
| 1135 | ] |
| 1136 | |
| 1137 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1138 | name = "equivalent" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1139 | version = "1.0.1" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1141 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1142 | |
| 1143 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1144 | name = "errno" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1145 | version = "0.3.9" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1147 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1148 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1149 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1150 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1151 | ] |
| 1152 | |
| 1153 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1154 | name = "error_index_generator" |
| 1155 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1156 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1157 | "mdbook", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1158 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1159 | |
| 1160 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1161 | name = "expect-test" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1162 | version = "1.5.0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 1164 | checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1165 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1166 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1167 | "once_cell", |
| 1168 | ] |
| 1169 | |
| 1170 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1171 | name = "eyre" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1172 | version = "0.6.12" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1174 | checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1175 | dependencies = [ |
| 1176 | "indenter", |
| 1177 | "once_cell", |
| 1178 | ] |
| 1179 | |
| 1180 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1181 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1182 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1184 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1185 | |
| 1186 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1187 | name = "fastrand" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1188 | version = "2.1.1" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1190 | checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1191 | |
| 1192 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1193 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1194 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1196 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1197 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1198 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1199 | "rustc_version", |
| 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1203 | name = "filetime" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1204 | version = "0.2.25" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1206 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1207 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1208 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1209 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1210 | "libredox", |
| 1211 | "windows-sys 0.59.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1212 | ] |
| 1213 | |
| 1214 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1215 | name = "flate2" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 1216 | version = "1.0.34" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 1218 | checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1219 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1220 | "crc32fast", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1221 | "miniz_oxide 0.8.0", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1222 | ] |
| 1223 | |
| 1224 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1225 | name = "fluent-bundle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1226 | version = "0.15.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1228 | checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1229 | dependencies = [ |
| 1230 | "fluent-langneg", |
| 1231 | "fluent-syntax", |
| 1232 | "intl-memoizer", |
| 1233 | "intl_pluralrules", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1234 | "rustc-hash 1.1.0", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1235 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1236 | "smallvec", |
| 1237 | "unic-langid", |
| 1238 | ] |
| 1239 | |
| 1240 | [[package]] |
| 1241 | name = "fluent-langneg" |
| 1242 | version = "0.13.0" |
| 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1245 | dependencies = [ |
| 1246 | "unic-langid", |
| 1247 | ] |
| 1248 | |
| 1249 | [[package]] |
| 1250 | name = "fluent-syntax" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1251 | version = "0.11.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1253 | checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1254 | dependencies = [ |
| 1255 | "thiserror", |
| 1256 | ] |
| 1257 | |
| 1258 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1259 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1260 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1262 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1263 | |
| 1264 | [[package]] |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1265 | name = "foldhash" |
| 1266 | version = "0.1.3" |
| 1267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1268 | checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" |
| 1269 | |
| 1270 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1271 | name = "form_urlencoded" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1272 | version = "1.2.1" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1274 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1275 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1276 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1277 | ] |
| 1278 | |
| 1279 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1280 | name = "fs-err" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1281 | version = "2.11.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1283 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1284 | dependencies = [ |
| 1285 | "autocfg", |
| 1286 | ] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1287 | |
| 1288 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1289 | name = "fs_extra" |
| 1290 | version = "1.3.0" |
| 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1292 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1293 | |
| 1294 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1295 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1296 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1298 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1299 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1300 | "mac", |
| 1301 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1302 | ] |
| 1303 | |
| 1304 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1305 | name = "futures" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1306 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1308 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1309 | dependencies = [ |
| 1310 | "futures-channel", |
| 1311 | "futures-core", |
| 1312 | "futures-executor", |
| 1313 | "futures-io", |
| 1314 | "futures-sink", |
| 1315 | "futures-task", |
| 1316 | "futures-util", |
| 1317 | ] |
| 1318 | |
| 1319 | [[package]] |
| 1320 | name = "futures-channel" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1321 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1323 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1324 | dependencies = [ |
| 1325 | "futures-core", |
| 1326 | "futures-sink", |
| 1327 | ] |
| 1328 | |
| 1329 | [[package]] |
| 1330 | name = "futures-core" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1331 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1333 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1334 | |
| 1335 | [[package]] |
| 1336 | name = "futures-executor" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1337 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1339 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1340 | dependencies = [ |
| 1341 | "futures-core", |
| 1342 | "futures-task", |
| 1343 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1344 | ] |
| 1345 | |
| 1346 | [[package]] |
| 1347 | name = "futures-io" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1348 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1350 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1351 | |
| 1352 | [[package]] |
| 1353 | name = "futures-macro" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1354 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1356 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1357 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1358 | "proc-macro2", |
| 1359 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1360 | "syn 2.0.87", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1361 | ] |
| 1362 | |
| 1363 | [[package]] |
| 1364 | name = "futures-sink" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1365 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1367 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1368 | |
| 1369 | [[package]] |
| 1370 | name = "futures-task" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1371 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1373 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1374 | |
| 1375 | [[package]] |
| 1376 | name = "futures-util" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1377 | version = "0.3.31" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1379 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1380 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1381 | "futures-channel", |
| 1382 | "futures-core", |
| 1383 | "futures-io", |
| 1384 | "futures-macro", |
| 1385 | "futures-sink", |
| 1386 | "futures-task", |
| 1387 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1388 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1389 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1390 | "slab", |
| 1391 | ] |
| 1392 | |
| 1393 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1394 | name = "generate-copyright" |
| 1395 | version = "0.1.0" |
| 1396 | dependencies = [ |
| 1397 | "anyhow", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 1398 | "cargo_metadata", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 1399 | "rinja", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1400 | "serde", |
| 1401 | "serde_json", |
Jonathan Pallant | ba0d6c9 | 2024-07-04 17:34:35 | [diff] [blame] | 1402 | "thiserror", |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1403 | ] |
| 1404 | |
| 1405 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1406 | name = "generate-windows-sys" |
| 1407 | version = "0.1.0" |
| 1408 | dependencies = [ |
| 1409 | "windows-bindgen", |
| 1410 | ] |
| 1411 | |
| 1412 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1413 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1414 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1416 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1417 | dependencies = [ |
| 1418 | "typenum", |
| 1419 | "version_check", |
| 1420 | ] |
| 1421 | |
| 1422 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1423 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1424 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1426 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1427 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 1428 | "unicode-width 0.1.14", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1429 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1430 | |
| 1431 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1432 | name = "getrandom" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1433 | version = "0.2.15" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 1435 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1436 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1437 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1438 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1439 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1440 | ] |
| 1441 | |
| 1442 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1443 | name = "gimli" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1444 | version = "0.28.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1446 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 1447 | |
| 1448 | [[package]] |
| 1449 | name = "gimli" |
| 1450 | version = "0.30.0" |
| 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1452 | checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1453 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1454 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1455 | "indexmap", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1456 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1457 | ] |
| 1458 | |
| 1459 | [[package]] |
Jubilee Young | 3ec9d8d | 2024-05-28 00:05:32 | [diff] [blame] | 1460 | name = "gimli" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1461 | version = "0.31.1" |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1463 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
Mrmaxmeier | 664907c | 2024-07-16 09:01:35 | [diff] [blame] | 1464 | dependencies = [ |
| 1465 | "fallible-iterator", |
| 1466 | "indexmap", |
| 1467 | "stable_deref_trait", |
| 1468 | ] |
| 1469 | |
| 1470 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1471 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1472 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1474 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1475 | |
| 1476 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1477 | name = "globset" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1478 | version = "0.4.15" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1480 | checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1481 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1482 | "aho-corasick", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1483 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1484 | "log", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1485 | "regex-automata 0.4.8", |
| 1486 | "regex-syntax 0.8.5", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1487 | ] |
| 1488 | |
| 1489 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1490 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1491 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1493 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1494 | dependencies = [ |
| 1495 | "serde", |
| 1496 | ] |
| 1497 | |
| 1498 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1499 | name = "handlebars" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1500 | version = "5.1.2" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1502 | checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1503 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1504 | "log", |
| 1505 | "pest", |
| 1506 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1507 | "serde", |
| 1508 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1509 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1510 | ] |
| 1511 | |
| 1512 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1513 | name = "hashbrown" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1514 | version = "0.14.5" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1516 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1517 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1518 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1519 | "allocator-api2", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1520 | "serde", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1524 | name = "hashbrown" |
| 1525 | version = "0.15.0" |
| 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 | checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" |
| 1528 | dependencies = [ |
| 1529 | "foldhash", |
| 1530 | ] |
| 1531 | |
| 1532 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1533 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1534 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1536 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1537 | |
| 1538 | [[package]] |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 1539 | name = "heck" |
| 1540 | version = "0.5.0" |
| 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1542 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1543 | |
| 1544 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1545 | name = "hermit-abi" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1546 | version = "0.3.9" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 3726cbb | 2024-02-28 22:01:56 | [diff] [blame] | 1548 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
Stefan Lankes | 1f125a6 | 2024-06-07 18:20:51 | [diff] [blame] | 1549 | |
| 1550 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1551 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1552 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1554 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1555 | |
| 1556 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1557 | name = "home" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1558 | version = "0.5.9" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1560 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1561 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1562 | "windows-sys 0.52.0", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1563 | ] |
| 1564 | |
| 1565 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1566 | name = "html-checker" |
| 1567 | version = "0.1.0" |
| 1568 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1569 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1570 | "walkdir", |
| 1571 | ] |
| 1572 | |
| 1573 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 1574 | name = "html-escape" |
| 1575 | version = "0.2.13" |
| 1576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1577 | checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
| 1578 | dependencies = [ |
| 1579 | "utf8-width", |
| 1580 | ] |
| 1581 | |
| 1582 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1583 | name = "html5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1584 | version = "0.27.0" |
| 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1586 | checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" |
| 1587 | dependencies = [ |
| 1588 | "log", |
| 1589 | "mac", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 1590 | "markup5ever", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1591 | "proc-macro2", |
| 1592 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1593 | "syn 2.0.87", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1597 | name = "humansize" |
| 1598 | version = "2.1.3" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1601 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1602 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1606 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1607 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1609 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1610 | |
| 1611 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1612 | name = "iana-time-zone" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1613 | version = "0.1.61" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1615 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1616 | dependencies = [ |
| 1617 | "android_system_properties", |
| 1618 | "core-foundation-sys", |
| 1619 | "iana-time-zone-haiku", |
| 1620 | "js-sys", |
| 1621 | "wasm-bindgen", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 1622 | "windows-core 0.52.0", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1623 | ] |
| 1624 | |
| 1625 | [[package]] |
| 1626 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1627 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1629 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1630 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1631 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1632 | ] |
| 1633 | |
| 1634 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1635 | name = "icu_list" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1636 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1638 | checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1639 | dependencies = [ |
| 1640 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1641 | "icu_list_data", |
| 1642 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1643 | "icu_provider", |
| 1644 | "regex-automata 0.2.0", |
| 1645 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1646 | ] |
| 1647 | |
| 1648 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1649 | name = "icu_list_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1650 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1652 | checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1653 | |
| 1654 | [[package]] |
| 1655 | name = "icu_locid" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1656 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1658 | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1659 | dependencies = [ |
| 1660 | "displaydoc", |
| 1661 | "litemap", |
| 1662 | "tinystr", |
| 1663 | "writeable", |
| 1664 | "zerovec", |
| 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1668 | name = "icu_locid_transform" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1669 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1671 | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1672 | dependencies = [ |
| 1673 | "displaydoc", |
| 1674 | "icu_locid", |
| 1675 | "icu_locid_transform_data", |
| 1676 | "icu_provider", |
| 1677 | "tinystr", |
| 1678 | "zerovec", |
| 1679 | ] |
| 1680 | |
| 1681 | [[package]] |
| 1682 | name = "icu_locid_transform_data" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1683 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1685 | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1686 | |
| 1687 | [[package]] |
| 1688 | name = "icu_provider" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1689 | version = "1.5.0" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1691 | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1692 | dependencies = [ |
| 1693 | "displaydoc", |
| 1694 | "icu_locid", |
| 1695 | "icu_provider_macros", |
| 1696 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1697 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1698 | "writeable", |
| 1699 | "yoke", |
| 1700 | "zerofrom", |
| 1701 | "zerovec", |
| 1702 | ] |
| 1703 | |
| 1704 | [[package]] |
| 1705 | name = "icu_provider_adapters" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1706 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1708 | checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1709 | dependencies = [ |
| 1710 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1711 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1712 | "icu_provider", |
| 1713 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1714 | "zerovec", |
| 1715 | ] |
| 1716 | |
| 1717 | [[package]] |
| 1718 | name = "icu_provider_macros" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1719 | version = "1.5.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 1721 | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1722 | dependencies = [ |
| 1723 | "proc-macro2", |
| 1724 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1725 | "syn 2.0.87", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1726 | ] |
| 1727 | |
| 1728 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1729 | name = "id-arena" |
| 1730 | version = "2.2.1" |
| 1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1732 | checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" |
| 1733 | |
| 1734 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1735 | name = "ident_case" |
| 1736 | version = "1.0.1" |
| 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1739 | |
| 1740 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1741 | name = "idna" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1742 | version = "0.5.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1744 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1745 | dependencies = [ |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1746 | "unicode-bidi", |
| 1747 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1748 | ] |
| 1749 | |
| 1750 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1751 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1752 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1754 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1755 | |
| 1756 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1757 | name = "ignore" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1758 | version = "0.4.23" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1760 | checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1761 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 1762 | "crossbeam-deque", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1763 | "globset", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1764 | "log", |
| 1765 | "memchr", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1766 | "regex-automata 0.4.8", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1767 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1768 | "walkdir", |
| 1769 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1773 | name = "indenter" |
| 1774 | version = "0.3.3" |
| 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1777 | |
| 1778 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1779 | name = "indexmap" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1780 | version = "2.6.0" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1782 | checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1783 | dependencies = [ |
| 1784 | "equivalent", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1785 | "hashbrown 0.15.0", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1786 | "rustc-rayon", |
| 1787 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1788 | ] |
| 1789 | |
| 1790 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1791 | name = "indicatif" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1792 | version = "0.17.8" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 1794 | checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1795 | dependencies = [ |
| 1796 | "console", |
| 1797 | "instant", |
| 1798 | "number_prefix", |
| 1799 | "portable-atomic", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 1800 | "unicode-width 0.1.14", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1801 | ] |
| 1802 | |
| 1803 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1804 | name = "indoc" |
| 1805 | version = "1.0.9" |
| 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1807 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1808 | |
| 1809 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1810 | name = "inout" |
| 1811 | version = "0.1.3" |
| 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1813 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1814 | dependencies = [ |
| 1815 | "generic-array", |
| 1816 | ] |
| 1817 | |
| 1818 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1819 | name = "installer" |
| 1820 | version = "0.0.0" |
| 1821 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1822 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1823 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1824 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1825 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1826 | "tar", |
| 1827 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1828 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1829 | ] |
| 1830 | |
| 1831 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1832 | name = "instant" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1833 | version = "0.1.13" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1835 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1836 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1837 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 1838 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1839 | |
| 1840 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1841 | name = "intl-memoizer" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1842 | version = "0.5.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1844 | checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1845 | dependencies = [ |
| 1846 | "type-map", |
| 1847 | "unic-langid", |
| 1848 | ] |
| 1849 | |
| 1850 | [[package]] |
| 1851 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1852 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1854 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1855 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1856 | "unic-langid", |
| 1857 | ] |
| 1858 | |
| 1859 | [[package]] |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1860 | name = "is_terminal_polyfill" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1861 | version = "1.70.1" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1863 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 1864 | |
| 1865 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1866 | name = "itertools" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 1867 | version = "0.12.1" |
| 1868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1869 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| 1870 | dependencies = [ |
| 1871 | "either", |
| 1872 | ] |
| 1873 | |
| 1874 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1875 | name = "itoa" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1876 | version = "1.0.11" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 1878 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 1879 | |
| 1880 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1881 | name = "jobserver" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1882 | version = "0.1.32" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1884 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1885 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1886 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 1887 | ] |
| 1888 | |
| 1889 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1890 | name = "js-sys" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1891 | version = "0.3.72" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 1893 | checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1894 | dependencies = [ |
| 1895 | "wasm-bindgen", |
| 1896 | ] |
| 1897 | |
| 1898 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1899 | name = "jsondocck" |
| 1900 | version = "0.1.0" |
| 1901 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1902 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1903 | "getopts", |
| 1904 | "jsonpath_lib", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1905 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1906 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 1907 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1908 | ] |
| 1909 | |
| 1910 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1911 | name = "jsondoclint" |
| 1912 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1913 | dependencies = [ |
| 1914 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1915 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1916 | "fs-err", |
Noratrieb | 4348383 | 2024-08-24 22:31:10 | [diff] [blame] | 1917 | "rustc-hash 2.0.0", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1918 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 1919 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 1920 | "serde_json", |
| 1921 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 1922 | |
| 1923 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1924 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1925 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1927 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1928 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 1929 | "log", |
| 1930 | "serde", |
| 1931 | "serde_json", |
| 1932 | ] |
| 1933 | |
| 1934 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1935 | name = "lazy_static" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1936 | version = "1.5.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 1938 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 1939 | |
| 1940 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 1941 | name = "leb128" |
| 1942 | version = "0.2.5" |
| 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1944 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 1945 | |
| 1946 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 1947 | name = "levenshtein" |
| 1948 | version = "1.0.5" |
| 1949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1950 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 1951 | |
| 1952 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 1953 | name = "lexopt" |
| 1954 | version = "0.3.0" |
| 1955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1956 | checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" |
| 1957 | |
| 1958 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1959 | name = "libc" |
Henry Jiang | 0db9059 | 2024-11-18 02:59:43 | [diff] [blame] | 1960 | version = "0.2.164" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Henry Jiang | 0db9059 | 2024-11-18 02:59:43 | [diff] [blame] | 1962 | checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1963 | |
| 1964 | [[package]] |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 1965 | name = "libdbus-sys" |
| 1966 | version = "0.2.5" |
| 1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1968 | checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" |
| 1969 | dependencies = [ |
| 1970 | "cc", |
| 1971 | "pkg-config", |
| 1972 | ] |
| 1973 | |
| 1974 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1975 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1976 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 1978 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1979 | dependencies = [ |
| 1980 | "libc", |
| 1981 | "libffi-sys", |
| 1982 | ] |
| 1983 | |
| 1984 | [[package]] |
| 1985 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1986 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 1988 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 1989 | dependencies = [ |
| 1990 | "cc", |
| 1991 | ] |
| 1992 | |
| 1993 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 1994 | name = "libloading" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1995 | version = "0.8.5" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 1996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 1997 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 1998 | dependencies = [ |
| 1999 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2000 | "windows-targets 0.52.6", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2004 | name = "libm" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2005 | version = "0.2.11" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2007 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2008 | |
| 2009 | [[package]] |
| 2010 | name = "libredox" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2011 | version = "0.1.3" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2013 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2014 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2015 | "bitflags 2.6.0", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2016 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2017 | "redox_syscall", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2018 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2019 | |
| 2020 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2021 | name = "libz-sys" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2022 | version = "1.1.20" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2024 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2025 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2026 | "cc", |
| 2027 | "libc", |
| 2028 | "pkg-config", |
| 2029 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2030 | ] |
| 2031 | |
| 2032 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2033 | name = "linkchecker" |
| 2034 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2035 | dependencies = [ |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2036 | "html5ever", |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2037 | "regex", |
| 2038 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2039 | |
| 2040 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2041 | name = "lint-docs" |
| 2042 | version = "0.1.0" |
| 2043 | dependencies = [ |
| 2044 | "serde_json", |
| 2045 | "tempfile", |
| 2046 | "walkdir", |
| 2047 | ] |
| 2048 | |
| 2049 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2050 | name = "linux-raw-sys" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2051 | version = "0.4.14" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2053 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2054 | |
| 2055 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2056 | name = "litemap" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2057 | version = "0.7.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 2059 | checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2060 | |
| 2061 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2062 | name = "lld-wrapper" |
| 2063 | version = "0.1.0" |
| 2064 | |
| 2065 | [[package]] |
Kjetil Kjeka | 222ce4f | 2024-02-06 18:15:38 | [diff] [blame] | 2066 | name = "llvm-bitcode-linker" |
| 2067 | version = "0.0.1" |
| 2068 | dependencies = [ |
| 2069 | "anyhow", |
| 2070 | "clap", |
| 2071 | "thiserror", |
| 2072 | "tracing", |
| 2073 | "tracing-subscriber", |
| 2074 | ] |
| 2075 | |
| 2076 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2077 | name = "lock_api" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2078 | version = "0.4.12" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2080 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2081 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2082 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2083 | "scopeguard", |
| 2084 | ] |
| 2085 | |
| 2086 | [[package]] |
| 2087 | name = "log" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2088 | version = "0.4.22" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2090 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2091 | |
| 2092 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2093 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2094 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2096 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2097 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2098 | "cc", |
| 2099 | "libc", |
| 2100 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2101 | ] |
| 2102 | |
| 2103 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2104 | name = "mac" |
| 2105 | version = "0.1.1" |
| 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2107 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2108 | |
| 2109 | [[package]] |
| 2110 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2111 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2113 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2114 | |
| 2115 | [[package]] |
| 2116 | name = "markup5ever" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2117 | version = "0.12.1" |
| 2118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2119 | checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" |
| 2120 | dependencies = [ |
| 2121 | "log", |
klensy | 52242f2 | 2024-06-15 15:53:45 | [diff] [blame] | 2122 | "phf", |
| 2123 | "phf_codegen", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2124 | "string_cache", |
| 2125 | "string_cache_codegen", |
| 2126 | "tendril", |
| 2127 | ] |
| 2128 | |
| 2129 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2130 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2131 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2133 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2134 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2135 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2136 | ] |
| 2137 | |
| 2138 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2139 | name = "md-5" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2140 | version = "0.10.6" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2142 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2143 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2144 | "cfg-if", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2145 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2146 | ] |
| 2147 | |
| 2148 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2149 | name = "mdbook" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2150 | version = "0.4.40" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2152 | checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2153 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2154 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2155 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2156 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2157 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2158 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2159 | "elasticlunr-rs", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2160 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2161 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2162 | "log", |
| 2163 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2164 | "once_cell", |
Philipp Krones | 375ca8d | 2024-10-18 11:44:57 | [diff] [blame] | 2165 | "opener", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2166 | "pulldown-cmark 0.10.3", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2167 | "regex", |
| 2168 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2169 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2170 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2171 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2172 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2173 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2174 | ] |
| 2175 | |
| 2176 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2177 | name = "measureme" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2178 | version = "11.0.1" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | ac58f9a | 2024-01-13 15:32:03 | [diff] [blame] | 2180 | checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2181 | dependencies = [ |
| 2182 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2183 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2184 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2185 | "perf-event-open-sys", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2186 | "rustc-hash 1.1.0", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2187 | "smallvec", |
| 2188 | ] |
| 2189 | |
| 2190 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2191 | name = "memchr" |
Trevor Gross | e95d15a | 2024-08-26 18:56:18 | [diff] [blame] | 2192 | version = "2.7.4" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | e95d15a | 2024-08-26 18:56:18 | [diff] [blame] | 2194 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2195 | |
| 2196 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2197 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2198 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2200 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2201 | dependencies = [ |
| 2202 | "libc", |
| 2203 | ] |
| 2204 | |
| 2205 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2206 | name = "memoffset" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2207 | version = "0.9.1" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 629d694 | 2024-04-01 13:06:32 | [diff] [blame] | 2209 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2210 | dependencies = [ |
| 2211 | "autocfg", |
| 2212 | ] |
| 2213 | |
| 2214 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2215 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2216 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2218 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2219 | |
| 2220 | [[package]] |
| 2221 | name = "mime_guess" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2222 | version = "2.0.5" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2224 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2225 | dependencies = [ |
| 2226 | "mime", |
| 2227 | "unicase", |
| 2228 | ] |
| 2229 | |
| 2230 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2231 | name = "minifier" |
Guillaume Gomez | bc1c4be | 2024-11-10 15:32:22 | [diff] [blame] | 2232 | version = "0.3.2" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | bc1c4be | 2024-11-10 15:32:22 | [diff] [blame] | 2234 | checksum = "bd559bbf5d350ac7f2c1cf92ed71a869b847a92bce0c1318b47932a5b5f65cdd" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2235 | |
| 2236 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2237 | name = "minimal-lexical" |
| 2238 | version = "0.2.1" |
| 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2240 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2241 | |
| 2242 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2243 | name = "miniz_oxide" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2244 | version = "0.7.4" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 2246 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2247 | dependencies = [ |
| 2248 | "adler", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2249 | ] |
| 2250 | |
| 2251 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2252 | name = "miniz_oxide" |
| 2253 | version = "0.8.0" |
| 2254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2255 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
| 2256 | dependencies = [ |
| 2257 | "adler2", |
| 2258 | ] |
| 2259 | |
| 2260 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2261 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2262 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2264 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2265 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2266 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2267 | ] |
| 2268 | |
| 2269 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2270 | name = "miri" |
| 2271 | version = "0.1.0" |
| 2272 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2273 | "aes", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2274 | "chrono", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2275 | "chrono-tz", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2276 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2277 | "ctrlc", |
Ralf Jung | 9f7194b | 2024-04-25 10:28:45 | [diff] [blame] | 2278 | "directories", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2279 | "getrandom", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2280 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2281 | "libffi", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 2282 | "libloading", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2283 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2284 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2285 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2286 | "rustc_version", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2287 | "smallvec", |
Ralf Jung | 9a308d4 | 2024-03-09 17:56:52 | [diff] [blame] | 2288 | "tempfile", |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 2289 | "tikv-jemalloc-sys", |
Philipp Krones | 907b6a1 | 2024-09-24 09:58:12 | [diff] [blame] | 2290 | "ui_test", |
Ralf Jung | f6edc8a | 2024-08-05 18:39:56 | [diff] [blame] | 2291 | "windows-sys 0.52.0", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2292 | ] |
| 2293 | |
| 2294 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2295 | name = "miropt-test-tools" |
| 2296 | version = "0.1.0" |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2297 | |
| 2298 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2299 | name = "new_debug_unreachable" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2300 | version = "1.0.6" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2302 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2303 | |
| 2304 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2305 | name = "nix" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2306 | version = "0.29.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2308 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2309 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2310 | "bitflags 2.6.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2311 | "cfg-if", |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 2312 | "cfg_aliases", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2313 | "libc", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2317 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2318 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2320 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2321 | dependencies = [ |
| 2322 | "memchr", |
| 2323 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2324 | ] |
| 2325 | |
| 2326 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2327 | name = "normpath" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2328 | version = "1.3.0" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2330 | checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2331 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2332 | "windows-sys 0.59.0", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2333 | ] |
| 2334 | |
| 2335 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2336 | name = "nu-ansi-term" |
| 2337 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2339 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2340 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2341 | "overload", |
| 2342 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2343 | ] |
| 2344 | |
| 2345 | [[package]] |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2346 | name = "nu-ansi-term" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2347 | version = "0.50.1" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2349 | checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2350 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2351 | "windows-sys 0.52.0", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 2352 | ] |
| 2353 | |
| 2354 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2355 | name = "num" |
| 2356 | version = "0.4.3" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 2359 | dependencies = [ |
| 2360 | "num-bigint", |
| 2361 | "num-complex", |
| 2362 | "num-integer", |
| 2363 | "num-iter", |
| 2364 | "num-rational", |
| 2365 | "num-traits", |
| 2366 | ] |
| 2367 | |
| 2368 | [[package]] |
| 2369 | name = "num-bigint" |
| 2370 | version = "0.4.6" |
| 2371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2372 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2373 | dependencies = [ |
| 2374 | "num-integer", |
| 2375 | "num-traits", |
| 2376 | ] |
| 2377 | |
| 2378 | [[package]] |
| 2379 | name = "num-complex" |
| 2380 | version = "0.4.6" |
| 2381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2382 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 2383 | dependencies = [ |
| 2384 | "num-traits", |
| 2385 | ] |
| 2386 | |
| 2387 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2388 | name = "num-conv" |
| 2389 | version = "0.1.0" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2391 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2392 | |
| 2393 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 2394 | name = "num-integer" |
| 2395 | version = "0.1.46" |
| 2396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2397 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2398 | dependencies = [ |
| 2399 | "num-traits", |
| 2400 | ] |
| 2401 | |
| 2402 | [[package]] |
| 2403 | name = "num-iter" |
| 2404 | version = "0.1.45" |
| 2405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2406 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2407 | dependencies = [ |
| 2408 | "autocfg", |
| 2409 | "num-integer", |
| 2410 | "num-traits", |
| 2411 | ] |
| 2412 | |
| 2413 | [[package]] |
| 2414 | name = "num-rational" |
| 2415 | version = "0.4.2" |
| 2416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2417 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 2418 | dependencies = [ |
| 2419 | "num-bigint", |
| 2420 | "num-integer", |
| 2421 | "num-traits", |
| 2422 | ] |
| 2423 | |
| 2424 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2425 | name = "num-traits" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2426 | version = "0.2.19" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2428 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2429 | dependencies = [ |
| 2430 | "autocfg", |
| 2431 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2432 | |
| 2433 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2434 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2435 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [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 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2438 | dependencies = [ |
bjorn3 | 1f3be75 | 2024-08-01 20:09:50 | [diff] [blame] | 2439 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2440 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2441 | ] |
| 2442 | |
| 2443 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2444 | name = "number_prefix" |
| 2445 | version = "0.4.0" |
| 2446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2447 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2448 | |
| 2449 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2450 | name = "object" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2451 | version = "0.32.2" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 56bc552 | 2024-01-21 17:16:26 | [diff] [blame] | 2453 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2454 | dependencies = [ |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2455 | "memchr", |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 2456 | ] |
| 2457 | |
| 2458 | [[package]] |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2459 | name = "object" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2460 | version = "0.36.5" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2462 | checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2463 | dependencies = [ |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2464 | "crc32fast", |
| 2465 | "flate2", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2466 | "hashbrown 0.15.0", |
klensy | 58c9999 | 2024-07-17 11:33:20 | [diff] [blame] | 2467 | "indexmap", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2468 | "memchr", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 2469 | "ruzstd", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2470 | "wasmparser 0.218.0", |
Jubilee Young | 49c2a1d | 2024-06-07 05:50:28 | [diff] [blame] | 2471 | ] |
| 2472 | |
| 2473 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2474 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2475 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2477 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2478 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2479 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2480 | ] |
| 2481 | |
| 2482 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2483 | name = "once_cell" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2484 | version = "1.20.2" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2486 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 2487 | |
| 2488 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2489 | name = "opener" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2490 | version = "0.7.2" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2492 | checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2493 | dependencies = [ |
| 2494 | "bstr", |
| 2495 | "dbus", |
| 2496 | "normpath", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2497 | "windows-sys 0.59.0", |
github-actions | 36c0933 | 2024-05-19 00:17:38 | [diff] [blame] | 2498 | ] |
| 2499 | |
| 2500 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2501 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2502 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2504 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2505 | |
| 2506 | [[package]] |
| 2507 | name = "openssl-sys" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2508 | version = "0.9.104" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2510 | checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2511 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2512 | "cc", |
| 2513 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2514 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2515 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2516 | ] |
| 2517 | |
| 2518 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2519 | name = "opt-dist" |
| 2520 | version = "0.1.0" |
| 2521 | dependencies = [ |
| 2522 | "anyhow", |
| 2523 | "build_helper", |
| 2524 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2525 | "clap", |
| 2526 | "derive_builder", |
klensy | 53efefb | 2024-02-22 11:35:21 | [diff] [blame] | 2527 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2528 | "fs_extra", |
| 2529 | "glob", |
| 2530 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2531 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2532 | "log", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2533 | "serde", |
| 2534 | "serde_json", |
| 2535 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2536 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2537 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2538 | "tempfile", |
klensy | 39159a3 | 2024-05-09 13:43:14 | [diff] [blame] | 2539 | "xz2", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2540 | ] |
| 2541 | |
| 2542 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2543 | name = "option-ext" |
| 2544 | version = "0.2.0" |
| 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2547 | |
| 2548 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2549 | name = "overload" |
| 2550 | version = "0.1.1" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2553 | |
| 2554 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2555 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2556 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2558 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2559 | |
| 2560 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2561 | name = "pad" |
| 2562 | version = "0.1.6" |
| 2563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2564 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2565 | dependencies = [ |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 2566 | "unicode-width 0.1.14", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2567 | ] |
| 2568 | |
| 2569 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2570 | name = "papergrid" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2571 | version = "0.11.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 2573 | checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2574 | dependencies = [ |
| 2575 | "bytecount", |
| 2576 | "fnv", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 2577 | "unicode-width 0.1.14", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2578 | ] |
| 2579 | |
| 2580 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2581 | name = "parking_lot" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2582 | version = "0.12.3" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 2584 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2585 | dependencies = [ |
| 2586 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 2587 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2588 | ] |
| 2589 | |
| 2590 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2591 | name = "parking_lot_core" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2592 | version = "0.9.10" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2594 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2595 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2596 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2597 | "libc", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2598 | "redox_syscall", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2599 | "smallvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2600 | "windows-targets 0.52.6", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2601 | ] |
| 2602 | |
| 2603 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2604 | name = "parse-zoneinfo" |
| 2605 | version = "0.3.1" |
| 2606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2607 | checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 2608 | dependencies = [ |
| 2609 | "regex", |
| 2610 | ] |
| 2611 | |
| 2612 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2613 | name = "pathdiff" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2614 | version = "0.2.2" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2616 | checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2617 | |
| 2618 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2619 | name = "percent-encoding" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2620 | version = "2.3.1" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2622 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2623 | |
| 2624 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2625 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2626 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2628 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2629 | dependencies = [ |
| 2630 | "libc", |
| 2631 | ] |
| 2632 | |
| 2633 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2634 | name = "pest" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2635 | version = "2.7.14" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2637 | checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2638 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2639 | "memchr", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2640 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2641 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2642 | ] |
| 2643 | |
| 2644 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2645 | name = "pest_derive" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2646 | version = "2.7.14" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2648 | checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2649 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2650 | "pest", |
| 2651 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2652 | ] |
| 2653 | |
| 2654 | [[package]] |
| 2655 | name = "pest_generator" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2656 | version = "2.7.14" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2658 | checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2659 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2660 | "pest", |
| 2661 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2662 | "proc-macro2", |
| 2663 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2664 | "syn 2.0.87", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2665 | ] |
| 2666 | |
| 2667 | [[package]] |
| 2668 | name = "pest_meta" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2669 | version = "2.7.14" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2671 | checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2672 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2673 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2674 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2675 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2676 | ] |
| 2677 | |
| 2678 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2679 | name = "phf" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2680 | version = "0.11.2" |
| 2681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2682 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| 2683 | dependencies = [ |
| 2684 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2685 | ] |
| 2686 | |
| 2687 | [[package]] |
| 2688 | name = "phf_codegen" |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2689 | version = "0.11.2" |
| 2690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2691 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| 2692 | dependencies = [ |
| 2693 | "phf_generator 0.11.2", |
| 2694 | "phf_shared 0.11.2", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2695 | ] |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2699 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2701 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2702 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2703 | "phf_shared 0.10.0", |
| 2704 | "rand", |
| 2705 | ] |
| 2706 | |
| 2707 | [[package]] |
| 2708 | name = "phf_generator" |
| 2709 | version = "0.11.2" |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| 2712 | dependencies = [ |
| 2713 | "phf_shared 0.11.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2714 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2715 | ] |
| 2716 | |
| 2717 | [[package]] |
| 2718 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2719 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2721 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2722 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2723 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2724 | ] |
| 2725 | |
| 2726 | [[package]] |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 2727 | name = "phf_shared" |
| 2728 | version = "0.11.2" |
| 2729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2730 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| 2731 | dependencies = [ |
| 2732 | "siphasher", |
| 2733 | ] |
| 2734 | |
| 2735 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2736 | name = "pin-project-lite" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2737 | version = "0.2.15" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2739 | checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2740 | |
| 2741 | [[package]] |
| 2742 | name = "pin-utils" |
| 2743 | version = "0.1.0" |
| 2744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2745 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2746 | |
| 2747 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2748 | name = "pkg-config" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2749 | version = "0.3.31" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2751 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2752 | |
| 2753 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2754 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2755 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2757 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2758 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2759 | "datafrog", |
| 2760 | "log", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2761 | "rustc-hash 1.1.0", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2762 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2763 | |
| 2764 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2765 | name = "portable-atomic" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 2766 | version = "1.9.0" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 2768 | checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2769 | |
| 2770 | [[package]] |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 2771 | name = "powerfmt" |
| 2772 | version = "0.2.0" |
| 2773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2774 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2775 | |
| 2776 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2777 | name = "ppv-lite86" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2778 | version = "0.2.20" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2780 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| 2781 | dependencies = [ |
| 2782 | "zerocopy", |
| 2783 | ] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2784 | |
| 2785 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2786 | name = "precomputed-hash" |
| 2787 | version = "0.1.1" |
| 2788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2789 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2790 | |
| 2791 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2792 | name = "prettydiff" |
Philipp Krones | 0949ff9 | 2024-07-25 16:29:27 | [diff] [blame] | 2793 | version = "0.7.0" |
| 2794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2795 | checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" |
| 2796 | dependencies = [ |
| 2797 | "owo-colors", |
| 2798 | "pad", |
| 2799 | ] |
| 2800 | |
| 2801 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2802 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2803 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2805 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2806 | |
| 2807 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2808 | name = "proc-macro2" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2809 | version = "1.0.89" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2811 | checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2812 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2813 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2814 | ] |
| 2815 | |
| 2816 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2817 | name = "psm" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2818 | version = "0.1.23" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2820 | checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2821 | dependencies = [ |
| 2822 | "cc", |
| 2823 | ] |
| 2824 | |
| 2825 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2826 | name = "pulldown-cmark" |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2827 | version = "0.9.6" |
| 2828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2829 | checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| 2830 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2831 | "bitflags 2.6.0", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 2832 | "memchr", |
| 2833 | "unicase", |
| 2834 | ] |
| 2835 | |
| 2836 | [[package]] |
| 2837 | name = "pulldown-cmark" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2838 | version = "0.10.3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2840 | checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2841 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2842 | "bitflags 2.6.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2843 | "memchr", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2844 | "pulldown-cmark-escape 0.10.1", |
| 2845 | "unicase", |
| 2846 | ] |
| 2847 | |
| 2848 | [[package]] |
| 2849 | name = "pulldown-cmark" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2850 | version = "0.11.3" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2852 | checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625" |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2853 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2854 | "bitflags 2.6.0", |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2855 | "memchr", |
| 2856 | "pulldown-cmark-escape 0.11.0", |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2857 | "unicase", |
| 2858 | ] |
| 2859 | |
| 2860 | [[package]] |
| 2861 | name = "pulldown-cmark-escape" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2862 | version = "0.10.1" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2864 | checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 2865 | |
| 2866 | [[package]] |
Michael Howell | 15fbe61 | 2024-06-29 16:34:52 | [diff] [blame] | 2867 | name = "pulldown-cmark-escape" |
| 2868 | version = "0.11.0" |
| 2869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2870 | checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 2871 | |
| 2872 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2873 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2874 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2876 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 2877 | |
| 2878 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2879 | name = "quine-mc_cluskey" |
| 2880 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2882 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2883 | |
| 2884 | [[package]] |
| 2885 | name = "quote" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2886 | version = "1.0.37" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2888 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2889 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2890 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2891 | ] |
| 2892 | |
| 2893 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2894 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2895 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2897 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2898 | dependencies = [ |
| 2899 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2900 | "rand_chacha", |
| 2901 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2902 | ] |
| 2903 | |
| 2904 | [[package]] |
| 2905 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2906 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2908 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2909 | dependencies = [ |
| 2910 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2911 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2912 | ] |
| 2913 | |
| 2914 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2915 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2916 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 2918 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2919 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2920 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 2921 | ] |
| 2922 | |
| 2923 | [[package]] |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 2924 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2925 | version = "0.6.0" |
| 2926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2927 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 2928 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2929 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 2930 | ] |
| 2931 | |
| 2932 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2933 | name = "rayon" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2934 | version = "1.10.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 2936 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2937 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2938 | "either", |
| 2939 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2940 | ] |
| 2941 | |
| 2942 | [[package]] |
| 2943 | name = "rayon-core" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2944 | version = "1.12.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2946 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2947 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 2948 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 2949 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 2950 | ] |
| 2951 | |
| 2952 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 2953 | name = "redox_syscall" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2954 | version = "0.5.7" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2956 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 2957 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 2958 | "bitflags 2.6.0", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 2959 | ] |
| 2960 | |
| 2961 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 2962 | name = "redox_users" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2963 | version = "0.4.6" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 2965 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2966 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2967 | "getrandom", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2968 | "libredox", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2969 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 2970 | ] |
| 2971 | |
| 2972 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2973 | name = "regex" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2974 | version = "1.11.1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2976 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2977 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 2978 | "aho-corasick", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2979 | "memchr", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 2980 | "regex-automata 0.4.8", |
| 2981 | "regex-syntax 0.8.5", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 2982 | ] |
| 2983 | |
| 2984 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2985 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2986 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 2988 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2989 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2990 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2991 | ] |
| 2992 | |
| 2993 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2994 | name = "regex-automata" |
| 2995 | version = "0.2.0" |
| 2996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2997 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 2998 | dependencies = [ |
| 2999 | "memchr", |
| 3000 | ] |
| 3001 | |
| 3002 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3003 | name = "regex-automata" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3004 | version = "0.4.8" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3006 | checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3007 | dependencies = [ |
| 3008 | "aho-corasick", |
| 3009 | "memchr", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3010 | "regex-syntax 0.8.5", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3011 | ] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3012 | |
| 3013 | [[package]] |
| 3014 | name = "regex-lite" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3015 | version = "0.1.6" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 729ed81 | 2024-06-16 00:18:06 | [diff] [blame] | 3017 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 3018 | |
| 3019 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3020 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3021 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3023 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3024 | |
| 3025 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3026 | name = "regex-syntax" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3027 | version = "0.8.5" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3029 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
Philipp Krones | b92ab50 | 2023-12-16 13:13:12 | [diff] [blame] | 3030 | |
| 3031 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3032 | name = "remote-test-client" |
| 3033 | version = "0.1.0" |
| 3034 | |
| 3035 | [[package]] |
| 3036 | name = "remote-test-server" |
| 3037 | version = "0.1.0" |
| 3038 | |
| 3039 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3040 | name = "replace-version-placeholder" |
| 3041 | version = "0.1.0" |
| 3042 | dependencies = [ |
| 3043 | "tidy", |
| 3044 | "walkdir", |
| 3045 | ] |
| 3046 | |
| 3047 | [[package]] |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3048 | name = "rinja" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3049 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3051 | checksum = "3dc4940d00595430b3d7d5a01f6222b5e5b51395d1120bdb28d854bb8abb17a5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3052 | dependencies = [ |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3053 | "humansize", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3054 | "itoa", |
Jonathan Pallant | 4e24e9b | 2024-08-06 11:03:37 | [diff] [blame] | 3055 | "percent-encoding", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3056 | "rinja_derive", |
| 3057 | ] |
| 3058 | |
| 3059 | [[package]] |
| 3060 | name = "rinja_derive" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3061 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3063 | checksum = "08d9ed0146aef6e2825f1b1515f074510549efba38d71f4554eec32eb36ba18b" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3064 | dependencies = [ |
| 3065 | "basic-toml", |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3066 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3067 | "mime", |
| 3068 | "mime_guess", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3069 | "proc-macro2", |
| 3070 | "quote", |
| 3071 | "rinja_parser", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3072 | "rustc-hash 2.0.0", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3073 | "serde", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3074 | "syn 2.0.87", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3075 | ] |
| 3076 | |
| 3077 | [[package]] |
| 3078 | name = "rinja_parser" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3079 | version = "0.3.5" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3081 | checksum = "93f9a866e2e00a7a1fb27e46e9e324a6f7c0e7edc4543cae1d38f4e4a100c610" |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3082 | dependencies = [ |
Guillaume Gomez | cb7c596 | 2024-08-03 23:08:10 | [diff] [blame] | 3083 | "memchr", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3084 | "nom", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3085 | "serde", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 3086 | ] |
| 3087 | |
| 3088 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3089 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3090 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3091 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3092 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3093 | ] |
| 3094 | |
| 3095 | [[package]] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3096 | name = "run_make_support" |
许杰友 Jieyou Xu (Joe) | f6ab5e9 | 2024-06-09 16:29:14 | [diff] [blame] | 3097 | version = "0.2.0" |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3098 | dependencies = [ |
Oneirical | 1795082 | 2024-06-27 18:38:30 | [diff] [blame] | 3099 | "bstr", |
Jakub Beránek | 97990a4 | 2024-07-04 13:47:30 | [diff] [blame] | 3100 | "build_helper", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3101 | "gimli 0.31.1", |
Oneirical | 318dfb4 | 2024-08-01 17:17:34 | [diff] [blame] | 3102 | "libc", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3103 | "object 0.36.5", |
Rémy Rakic | 682535e | 2024-04-14 16:36:09 | [diff] [blame] | 3104 | "regex", |
Guillaume Gomez | 6b1637c | 2024-08-16 13:09:04 | [diff] [blame] | 3105 | "serde_json", |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 3106 | "similar", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3107 | "wasmparser 0.216.0", |
Alex Crichton | 7141379 | 2024-03-06 20:39:07 | [diff] [blame] | 3108 | ] |
许杰友 Jieyou Xu (Joe) | 48e9f92 | 2024-01-20 16:51:59 | [diff] [blame] | 3109 | |
| 3110 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3111 | name = "rustc-build-sysroot" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3112 | version = "0.5.4" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3114 | checksum = "d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3115 | dependencies = [ |
| 3116 | "anyhow", |
| 3117 | "rustc_version", |
| 3118 | "tempfile", |
Ralf Jung | 9577051 | 2024-02-25 07:17:20 | [diff] [blame] | 3119 | "walkdir", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3120 | ] |
| 3121 | |
| 3122 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3123 | name = "rustc-demangle" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3124 | version = "0.1.24" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 3126 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3127 | |
| 3128 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3129 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3130 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3132 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3133 | |
| 3134 | [[package]] |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3135 | name = "rustc-hash" |
| 3136 | version = "2.0.0" |
| 3137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3138 | checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" |
| 3139 | |
| 3140 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3141 | name = "rustc-main" |
| 3142 | version = "0.0.0" |
| 3143 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3144 | "rustc_codegen_ssa", |
| 3145 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3146 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3147 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3148 | "stable_mir", |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 3149 | "tikv-jemalloc-sys", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3150 | ] |
| 3151 | |
| 3152 | [[package]] |
Jakub Beránek | 151986f | 2024-06-27 08:22:03 | [diff] [blame] | 3153 | name = "rustc-perf-wrapper" |
| 3154 | version = "0.1.0" |
| 3155 | dependencies = [ |
| 3156 | "clap", |
| 3157 | ] |
| 3158 | |
| 3159 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3160 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3161 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3163 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3164 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3165 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3166 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3167 | ] |
| 3168 | |
| 3169 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3170 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3171 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3173 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3174 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3175 | "crossbeam-channel", |
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", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3178 | "num_cpus", |
| 3179 | ] |
| 3180 | |
| 3181 | [[package]] |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3182 | name = "rustc-stable-hash" |
| 3183 | version = "0.1.0" |
| 3184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3185 | checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2" |
| 3186 | |
| 3187 | [[package]] |
Ralf Jung | b127458 | 2024-11-03 21:30:16 | [diff] [blame] | 3188 | name = "rustc-std-workspace-alloc" |
| 3189 | version = "1.0.1" |
| 3190 | |
| 3191 | [[package]] |
| 3192 | name = "rustc-std-workspace-core" |
| 3193 | version = "1.0.1" |
| 3194 | |
| 3195 | [[package]] |
| 3196 | name = "rustc-std-workspace-std" |
| 3197 | version = "1.0.1" |
| 3198 | |
| 3199 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3200 | name = "rustc_abi" |
| 3201 | version = "0.0.0" |
| 3202 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3203 | "bitflags 2.6.0", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3204 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3205 | "rand_xoshiro", |
| 3206 | "rustc_data_structures", |
Jubilee Young | eca1702 | 2024-10-31 03:37:51 | [diff] [blame] | 3207 | "rustc_feature", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3208 | "rustc_index", |
| 3209 | "rustc_macros", |
| 3210 | "rustc_serialize", |
Jubilee Young | eca1702 | 2024-10-31 03:37:51 | [diff] [blame] | 3211 | "rustc_span", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3212 | "tracing", |
| 3213 | ] |
| 3214 | |
| 3215 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3216 | name = "rustc_apfloat" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3217 | version = "0.2.1+llvm-462a31f5a5ab" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3219 | checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3220 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3221 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3222 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3223 | ] |
| 3224 | |
| 3225 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3226 | name = "rustc_arena" |
| 3227 | version = "0.0.0" |
| 3228 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3229 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3230 | ] |
| 3231 | |
| 3232 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3233 | name = "rustc_ast" |
| 3234 | version = "0.0.0" |
| 3235 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3236 | "bitflags 2.6.0", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3237 | "memchr", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3238 | "rustc_ast_ir", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3239 | "rustc_data_structures", |
| 3240 | "rustc_index", |
| 3241 | "rustc_lexer", |
| 3242 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3243 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3244 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3245 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3246 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3247 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3248 | ] |
| 3249 | |
| 3250 | [[package]] |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3251 | name = "rustc_ast_ir" |
| 3252 | version = "0.0.0" |
| 3253 | dependencies = [ |
| 3254 | "rustc_data_structures", |
| 3255 | "rustc_macros", |
| 3256 | "rustc_serialize", |
| 3257 | "rustc_span", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 3258 | ] |
| 3259 | |
| 3260 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3261 | name = "rustc_ast_lowering" |
| 3262 | version = "0.0.0" |
| 3263 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3264 | "rustc_ast", |
Luca Versari | b462c68 | 2024-09-16 09:56:22 | [diff] [blame] | 3265 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3266 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3267 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3268 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3269 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3270 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3271 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3272 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3273 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3274 | "rustc_span", |
| 3275 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3276 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3277 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3278 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3279 | ] |
| 3280 | |
| 3281 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3282 | name = "rustc_ast_passes" |
| 3283 | version = "0.0.0" |
| 3284 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3285 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3286 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3287 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3288 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3289 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3290 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3291 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3292 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3293 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3294 | "rustc_parse", |
| 3295 | "rustc_session", |
| 3296 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3297 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3298 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3299 | ] |
| 3300 | |
| 3301 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3302 | name = "rustc_ast_pretty" |
| 3303 | version = "0.0.0" |
| 3304 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3305 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3306 | "rustc_ast", |
klensy | 746b675 | 2024-10-07 19:22:51 | [diff] [blame] | 3307 | "rustc_data_structures", |
Nicholas Nethercote | 69f2c9c | 2023-11-27 08:23:20 | [diff] [blame] | 3308 | "rustc_lexer", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3309 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3310 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3311 | ] |
| 3312 | |
| 3313 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3314 | name = "rustc_attr" |
| 3315 | version = "0.0.0" |
| 3316 | dependencies = [ |
beetrees | 6e5f1dac | 2024-03-24 01:03:39 | [diff] [blame] | 3317 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3318 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3319 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3320 | "rustc_data_structures", |
| 3321 | "rustc_errors", |
| 3322 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3323 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3324 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3325 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3326 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3327 | "rustc_session", |
| 3328 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3329 | ] |
| 3330 | |
| 3331 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3332 | name = "rustc_baked_icu_data" |
| 3333 | version = "0.0.0" |
| 3334 | dependencies = [ |
| 3335 | "icu_list", |
| 3336 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3337 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3338 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3339 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3340 | ] |
| 3341 | |
| 3342 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3343 | name = "rustc_borrowck" |
| 3344 | version = "0.0.0" |
| 3345 | dependencies = [ |
| 3346 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3347 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3348 | "polonius-engine", |
Jubilee Young | 586766e | 2024-11-03 03:24:15 | [diff] [blame] | 3349 | "rustc_abi", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3350 | "rustc_data_structures", |
| 3351 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3352 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3353 | "rustc_graphviz", |
| 3354 | "rustc_hir", |
| 3355 | "rustc_index", |
| 3356 | "rustc_infer", |
| 3357 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3358 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3359 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3360 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3361 | "rustc_session", |
| 3362 | "rustc_span", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3363 | "rustc_trait_selection", |
| 3364 | "rustc_traits", |
| 3365 | "smallvec", |
| 3366 | "tracing", |
| 3367 | ] |
| 3368 | |
| 3369 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3370 | name = "rustc_builtin_macros" |
| 3371 | version = "0.0.0" |
| 3372 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3373 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3374 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3375 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3376 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3377 | "rustc_errors", |
| 3378 | "rustc_expand", |
| 3379 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3380 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3381 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3382 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3383 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3384 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3385 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3386 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3387 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3388 | "rustc_span", |
| 3389 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3390 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3391 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3392 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3393 | ] |
| 3394 | |
| 3395 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3396 | name = "rustc_codegen_llvm" |
| 3397 | version = "0.0.0" |
| 3398 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3399 | "bitflags 2.6.0", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3400 | "itertools", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3401 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3402 | "measureme", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3403 | "object 0.36.5", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3404 | "rustc-demangle", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3405 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3406 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3407 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3408 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3409 | "rustc_data_structures", |
| 3410 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3411 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3412 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3413 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3414 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3415 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3416 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3417 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3418 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3419 | "rustc_query_system", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 3420 | "rustc_sanitizers", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3421 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3422 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3423 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3424 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3425 | "serde", |
| 3426 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3427 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3428 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3429 | ] |
| 3430 | |
| 3431 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3432 | name = "rustc_codegen_ssa" |
| 3433 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3434 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3435 | "ar_archive_writer", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3436 | "arrayvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3437 | "bitflags 2.6.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3438 | "cc", |
Scott McMurray | c38f75c | 2024-04-14 07:51:49 | [diff] [blame] | 3439 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3440 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3441 | "jobserver", |
| 3442 | "libc", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3443 | "object 0.36.5", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3444 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3445 | "regex", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3446 | "rustc_abi", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3447 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3448 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3449 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3450 | "rustc_data_structures", |
| 3451 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3452 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3453 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3454 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3455 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3456 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3457 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3458 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3459 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3460 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3461 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3462 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3463 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3464 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3465 | "rustc_target", |
Michael Goulet | eb75d20 | 2024-09-28 18:16:05 | [diff] [blame] | 3466 | "rustc_trait_selection", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3467 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3468 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3469 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3470 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3471 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3472 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3473 | "tracing", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 3474 | "wasm-encoder 0.216.0", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 3475 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3476 | ] |
| 3477 | |
| 3478 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3479 | name = "rustc_const_eval" |
| 3480 | version = "0.0.0" |
| 3481 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3482 | "either", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3483 | "rustc_abi", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3484 | "rustc_apfloat", |
| 3485 | "rustc_ast", |
| 3486 | "rustc_attr", |
| 3487 | "rustc_data_structures", |
| 3488 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3489 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3490 | "rustc_hir", |
| 3491 | "rustc_index", |
| 3492 | "rustc_infer", |
| 3493 | "rustc_macros", |
| 3494 | "rustc_middle", |
| 3495 | "rustc_mir_dataflow", |
| 3496 | "rustc_session", |
| 3497 | "rustc_span", |
| 3498 | "rustc_target", |
| 3499 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3500 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3501 | "tracing", |
| 3502 | ] |
| 3503 | |
| 3504 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3505 | name = "rustc_data_structures" |
| 3506 | version = "0.0.0" |
| 3507 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3508 | "arrayvec", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3509 | "bitflags 2.6.0", |
Josh Stone | 8f3af4c | 2024-01-24 23:36:57 | [diff] [blame] | 3510 | "either", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3511 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3512 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3513 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3514 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3515 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3516 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3517 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 3518 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3519 | "portable-atomic", |
Noratrieb | 4348383 | 2024-08-24 22:31:10 | [diff] [blame] | 3520 | "rustc-hash 2.0.0", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3521 | "rustc-rayon", |
Urgau | 977439d | 2024-06-19 19:23:40 | [diff] [blame] | 3522 | "rustc-stable-hash", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3523 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3524 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3525 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3526 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3527 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3528 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3529 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3530 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3531 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3532 | "tracing", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 3533 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3534 | ] |
| 3535 | |
| 3536 | [[package]] |
| 3537 | name = "rustc_driver" |
| 3538 | version = "0.0.0" |
| 3539 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3540 | "rustc_driver_impl", |
| 3541 | ] |
| 3542 | |
| 3543 | [[package]] |
| 3544 | name = "rustc_driver_impl" |
| 3545 | version = "0.0.0" |
| 3546 | dependencies = [ |
Ben Kimock | 9e0d1a3 | 2023-05-19 20:03:35 | [diff] [blame] | 3547 | "ctrlc", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3548 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3549 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3550 | "rustc_ast_lowering", |
| 3551 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3552 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3553 | "rustc_attr", |
| 3554 | "rustc_borrowck", |
| 3555 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3556 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3557 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3558 | "rustc_data_structures", |
| 3559 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3560 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3561 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3562 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3563 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3564 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3565 | "rustc_hir_typeck", |
| 3566 | "rustc_incremental", |
The 8472 | 5bf8eeb | 2022-09-02 18:17:20 | [diff] [blame] | 3567 | "rustc_index", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3568 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3569 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3570 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3571 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3572 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3573 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3574 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3575 | "rustc_mir_build", |
| 3576 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3577 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3578 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3579 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3580 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3581 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3582 | "rustc_privacy", |
| 3583 | "rustc_query_system", |
| 3584 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3585 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3586 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3587 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3588 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3589 | "rustc_trait_selection", |
| 3590 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3591 | "serde_json", |
David Koloski | 684aa2c | 2023-12-06 18:25:13 | [diff] [blame] | 3592 | "shlex", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3593 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3594 | "tracing", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 3595 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3596 | ] |
| 3597 | |
| 3598 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3599 | name = "rustc_error_codes" |
| 3600 | version = "0.0.0" |
| 3601 | |
| 3602 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3603 | name = "rustc_error_messages" |
| 3604 | version = "0.0.0" |
| 3605 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3606 | "fluent-bundle", |
| 3607 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3608 | "icu_list", |
| 3609 | "icu_locid", |
| 3610 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3611 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3612 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3613 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3614 | "rustc_macros", |
| 3615 | "rustc_serialize", |
| 3616 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3617 | "tracing", |
| 3618 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3619 | ] |
| 3620 | |
| 3621 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3622 | name = "rustc_errors" |
| 3623 | version = "0.0.0" |
| 3624 | dependencies = [ |
Xiretza | c864238 | 2024-08-19 20:20:48 | [diff] [blame] | 3625 | "annotate-snippets 0.11.4", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3626 | "derive_setters", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 3627 | "rustc_abi", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3628 | "rustc_ast", |
| 3629 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3630 | "rustc_data_structures", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3631 | "rustc_error_codes", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3632 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3633 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3634 | "rustc_hir", |
Nicholas Nethercote | 5d9dfbd | 2024-01-13 23:57:07 | [diff] [blame] | 3635 | "rustc_index", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3636 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3637 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3638 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3639 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3640 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3641 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3642 | "serde", |
| 3643 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3644 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3645 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3646 | "tracing", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 3647 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3648 | ] |
| 3649 | |
| 3650 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3651 | name = "rustc_expand" |
| 3652 | version = "0.0.0" |
| 3653 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3654 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3655 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3656 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3657 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3658 | "rustc_data_structures", |
| 3659 | "rustc_errors", |
| 3660 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3661 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3662 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3663 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3664 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3665 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3666 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3667 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3668 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3669 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3670 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3671 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3672 | ] |
| 3673 | |
| 3674 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3675 | name = "rustc_feature" |
| 3676 | version = "0.0.0" |
| 3677 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3678 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3679 | "rustc_span", |
Jane Losare-Lusby | dc97db1 | 2024-09-06 20:05:01 | [diff] [blame] | 3680 | "serde", |
| 3681 | "serde_json", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3682 | ] |
| 3683 | |
| 3684 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3685 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3686 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3687 | dependencies = [ |
Xiretza | c864238 | 2024-08-19 20:20:48 | [diff] [blame] | 3688 | "annotate-snippets 0.11.4", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3689 | "fluent-bundle", |
| 3690 | "fluent-syntax", |
| 3691 | "proc-macro2", |
| 3692 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3693 | "syn 2.0.87", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3694 | "unic-langid", |
| 3695 | ] |
| 3696 | |
| 3697 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3698 | name = "rustc_fs_util" |
| 3699 | version = "0.0.0" |
| 3700 | |
| 3701 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3702 | name = "rustc_graphviz" |
| 3703 | version = "0.0.0" |
| 3704 | |
| 3705 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3706 | name = "rustc_hir" |
| 3707 | version = "0.0.0" |
| 3708 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3709 | "odht", |
Jubilee Young | bb0cd56 | 2024-11-03 03:24:38 | [diff] [blame] | 3710 | "rustc_abi", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3711 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3712 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3713 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3714 | "rustc_index", |
| 3715 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3716 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3717 | "rustc_span", |
| 3718 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3719 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3720 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3721 | ] |
| 3722 | |
| 3723 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3724 | name = "rustc_hir_analysis" |
| 3725 | version = "0.0.0" |
| 3726 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3727 | "itertools", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 3728 | "rustc_abi", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3729 | "rustc_arena", |
| 3730 | "rustc_ast", |
| 3731 | "rustc_attr", |
| 3732 | "rustc_data_structures", |
| 3733 | "rustc_errors", |
| 3734 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3735 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3736 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3737 | "rustc_index", |
| 3738 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3739 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3740 | "rustc_macros", |
| 3741 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3742 | "rustc_session", |
| 3743 | "rustc_span", |
| 3744 | "rustc_target", |
| 3745 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3746 | "rustc_type_ir", |
| 3747 | "smallvec", |
| 3748 | "tracing", |
| 3749 | ] |
| 3750 | |
| 3751 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3752 | name = "rustc_hir_pretty" |
| 3753 | version = "0.0.0" |
| 3754 | dependencies = [ |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 3755 | "rustc_abi", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3756 | "rustc_ast", |
| 3757 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3758 | "rustc_hir", |
| 3759 | "rustc_span", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3760 | ] |
| 3761 | |
| 3762 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3763 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3764 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3765 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 3766 | "itertools", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 3767 | "rustc_abi", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3768 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3769 | "rustc_ast_ir", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3770 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3771 | "rustc_data_structures", |
| 3772 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3773 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3774 | "rustc_hir", |
| 3775 | "rustc_hir_analysis", |
| 3776 | "rustc_hir_pretty", |
| 3777 | "rustc_index", |
| 3778 | "rustc_infer", |
| 3779 | "rustc_lint", |
| 3780 | "rustc_macros", |
| 3781 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3782 | "rustc_session", |
| 3783 | "rustc_span", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3784 | "rustc_trait_selection", |
| 3785 | "rustc_type_ir", |
| 3786 | "smallvec", |
| 3787 | "tracing", |
| 3788 | ] |
| 3789 | |
| 3790 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3791 | name = "rustc_incremental" |
| 3792 | version = "0.0.0" |
| 3793 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3794 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3795 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3796 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3797 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3798 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3799 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3800 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3801 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3802 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3803 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3804 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3805 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3806 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3807 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3808 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3809 | ] |
| 3810 | |
| 3811 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3812 | name = "rustc_index" |
| 3813 | version = "0.0.0" |
| 3814 | dependencies = [ |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3815 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3816 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3817 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3818 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3819 | ] |
| 3820 | |
| 3821 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3822 | name = "rustc_index_macros" |
| 3823 | version = "0.0.0" |
| 3824 | dependencies = [ |
| 3825 | "proc-macro2", |
| 3826 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3827 | "syn 2.0.87", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3828 | ] |
| 3829 | |
| 3830 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3831 | name = "rustc_infer" |
| 3832 | version = "0.0.0" |
| 3833 | dependencies = [ |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 3834 | "rustc_ast_ir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3835 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3836 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3837 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3838 | "rustc_hir", |
| 3839 | "rustc_index", |
| 3840 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3841 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3842 | "rustc_span", |
Michael Goulet | 27588d1 | 2024-07-05 20:39:24 | [diff] [blame] | 3843 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3844 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 3845 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3846 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3847 | ] |
| 3848 | |
| 3849 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3850 | name = "rustc_interface" |
| 3851 | version = "0.0.0" |
| 3852 | dependencies = [ |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3853 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3854 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3855 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3856 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3857 | "rustc_ast_passes", |
Urgau | 228496e | 2024-05-03 19:14:42 | [diff] [blame] | 3858 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3859 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3860 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3861 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3862 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3863 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3864 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3865 | "rustc_data_structures", |
| 3866 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3867 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 3868 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3869 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3870 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3871 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3872 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3873 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3874 | "rustc_incremental", |
| 3875 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 3876 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3877 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3878 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 3879 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 3880 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 3881 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3882 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3883 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3884 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 3885 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 3886 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3887 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 3888 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 3889 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3890 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3891 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 3892 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3893 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3894 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 3895 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3896 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3897 | ] |
| 3898 | |
| 3899 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3900 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3901 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3902 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 3903 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 3904 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3905 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 3906 | ] |
| 3907 | |
| 3908 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3909 | name = "rustc_lint" |
| 3910 | version = "0.0.0" |
| 3911 | dependencies = [ |
Jubilee Young | 3f73fe7 | 2024-10-28 06:57:43 | [diff] [blame] | 3912 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3913 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3914 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3915 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3916 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 3917 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3918 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3919 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3920 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 3921 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 3922 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 3923 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3924 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 3925 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 3926 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3927 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3928 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 3929 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3930 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3931 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 3932 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3933 | ] |
| 3934 | |
| 3935 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3936 | name = "rustc_lint_defs" |
| 3937 | version = "0.0.0" |
| 3938 | dependencies = [ |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 3939 | "rustc_abi", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3940 | "rustc_ast", |
| 3941 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3942 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 3943 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3944 | "rustc_macros", |
| 3945 | "rustc_serialize", |
| 3946 | "rustc_span", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3947 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3948 | ] |
| 3949 | |
| 3950 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3951 | name = "rustc_llvm" |
| 3952 | version = "0.0.0" |
| 3953 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3954 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 3955 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3956 | ] |
| 3957 | |
| 3958 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3959 | name = "rustc_log" |
| 3960 | version = "0.0.0" |
| 3961 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 3962 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3963 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 3964 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3965 | "tracing-subscriber", |
| 3966 | "tracing-tree", |
| 3967 | ] |
| 3968 | |
| 3969 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3970 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3971 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3972 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3973 | "proc-macro2", |
| 3974 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 3975 | "syn 2.0.87", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 3976 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 3977 | ] |
| 3978 | |
| 3979 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3980 | name = "rustc_metadata" |
| 3981 | version = "0.0.0" |
| 3982 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 3983 | "bitflags 2.6.0", |
Henry Jiang | 0db9059 | 2024-11-18 02:59:43 | [diff] [blame] | 3984 | "libc", |
Simonas Kazlauskas | fcaeb45 | 2024-01-10 15:12:01 | [diff] [blame] | 3985 | "libloading", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3986 | "odht", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 3987 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3988 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3989 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3990 | "rustc_data_structures", |
| 3991 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3992 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 3993 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3994 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 3995 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3996 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3997 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3998 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3999 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4000 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4001 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4002 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4003 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4004 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4005 | "rustc_type_ir", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4006 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4007 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4008 | ] |
| 4009 | |
| 4010 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4011 | name = "rustc_middle" |
| 4012 | version = "0.0.0" |
| 4013 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4014 | "bitflags 2.6.0", |
Pavel Grigorenko | fd16a0e | 2024-06-26 22:29:49 | [diff] [blame] | 4015 | "derive-where", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4016 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4017 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4018 | "gsgdt", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4019 | "polonius-engine", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4020 | "rustc-rayon-core", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 4021 | "rustc_abi", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4022 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4023 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4024 | "rustc_ast", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4025 | "rustc_ast_ir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4026 | "rustc_attr", |
| 4027 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4028 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4029 | "rustc_errors", |
| 4030 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4031 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4032 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4033 | "rustc_hir", |
Michael Goulet | 619e044 | 2024-04-14 14:26:59 | [diff] [blame] | 4034 | "rustc_hir_pretty", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4035 | "rustc_index", |
blyxyas | b4da058 | 2023-11-13 13:35:37 | [diff] [blame] | 4036 | "rustc_lint_defs", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4037 | "rustc_macros", |
| 4038 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4039 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4040 | "rustc_session", |
| 4041 | "rustc_span", |
| 4042 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4043 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4044 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4045 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4046 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4047 | ] |
| 4048 | |
| 4049 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4050 | name = "rustc_mir_build" |
| 4051 | version = "0.0.0" |
| 4052 | dependencies = [ |
Ralf Jung | e613bc9 | 2024-07-13 15:24:50 | [diff] [blame] | 4053 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4054 | "itertools", |
Jubilee Young | 8a0e640 | 2024-10-31 04:57:40 | [diff] [blame] | 4055 | "rustc_abi", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4056 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4057 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4058 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4059 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4060 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4061 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4062 | "rustc_hir", |
| 4063 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4064 | "rustc_infer", |
Jules Bertholet | 9d92a7f | 2024-05-02 23:55:03 | [diff] [blame] | 4065 | "rustc_lint", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4066 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4067 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4068 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4069 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4070 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4071 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4072 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4073 | ] |
| 4074 | |
| 4075 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4076 | name = "rustc_mir_dataflow" |
| 4077 | version = "0.0.0" |
| 4078 | dependencies = [ |
| 4079 | "polonius-engine", |
| 4080 | "regex", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4081 | "rustc_abi", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4082 | "rustc_ast", |
| 4083 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4084 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4085 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4086 | "rustc_graphviz", |
| 4087 | "rustc_hir", |
| 4088 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4089 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4090 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4091 | "rustc_span", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4092 | "smallvec", |
| 4093 | "tracing", |
| 4094 | ] |
| 4095 | |
| 4096 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4097 | name = "rustc_mir_transform" |
| 4098 | version = "0.0.0" |
| 4099 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4100 | "either", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4101 | "itertools", |
Jubilee Young | 88a9edc | 2024-10-28 04:34:49 | [diff] [blame] | 4102 | "rustc_abi", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4103 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4104 | "rustc_ast", |
| 4105 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4106 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4107 | "rustc_data_structures", |
| 4108 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4109 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4110 | "rustc_hir", |
| 4111 | "rustc_index", |
Jubilee Young | db6ec26 | 2024-05-24 08:14:31 | [diff] [blame] | 4112 | "rustc_infer", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4113 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4114 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4115 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4116 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4117 | "rustc_session", |
| 4118 | "rustc_span", |
| 4119 | "rustc_target", |
| 4120 | "rustc_trait_selection", |
DianQK | 8b9d7b1 | 2024-07-04 04:43:37 | [diff] [blame] | 4121 | "rustc_type_ir", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4122 | "smallvec", |
| 4123 | "tracing", |
| 4124 | ] |
| 4125 | |
| 4126 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4127 | name = "rustc_monomorphize" |
| 4128 | version = "0.0.0" |
| 4129 | dependencies = [ |
Jubilee Young | 31cbde03 | 2024-11-03 03:28:24 | [diff] [blame] | 4130 | "rustc_abi", |
Mark Rousskov | 4a216a2 | 2024-11-23 18:19:17 | [diff] [blame] | 4131 | "rustc_attr", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4132 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4133 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4134 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4135 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4136 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4137 | "rustc_middle", |
| 4138 | "rustc_session", |
| 4139 | "rustc_span", |
| 4140 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4141 | "serde", |
| 4142 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4143 | "tracing", |
| 4144 | ] |
| 4145 | |
| 4146 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4147 | name = "rustc_next_trait_solver" |
| 4148 | version = "0.0.0" |
| 4149 | dependencies = [ |
Pavel Grigorenko | 70a11c7 | 2024-06-26 22:59:30 | [diff] [blame] | 4150 | "derive-where", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4151 | "rustc_ast_ir", |
| 4152 | "rustc_data_structures", |
| 4153 | "rustc_index", |
| 4154 | "rustc_macros", |
| 4155 | "rustc_serialize", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4156 | "rustc_type_ir", |
Michael Goulet | 532149e | 2024-06-17 21:59:08 | [diff] [blame] | 4157 | "rustc_type_ir_macros", |
| 4158 | "tracing", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4159 | ] |
| 4160 | |
| 4161 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4162 | name = "rustc_parse" |
| 4163 | version = "0.0.0" |
| 4164 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4165 | "bitflags 2.6.0", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4166 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4167 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4168 | "rustc_data_structures", |
| 4169 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4170 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4171 | "rustc_fluent_macro", |
Nicholas Nethercote | 1fdabfb | 2024-08-21 04:16:42 | [diff] [blame] | 4172 | "rustc_index", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4173 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4174 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4175 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4176 | "rustc_span", |
Nicholas Nethercote | 2acbe9c | 2024-05-02 23:26:34 | [diff] [blame] | 4177 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4178 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4179 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4180 | "unicode-normalization", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4181 | "unicode-width 0.2.0", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4182 | ] |
| 4183 | |
| 4184 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4185 | name = "rustc_parse_format" |
| 4186 | version = "0.0.0" |
| 4187 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4188 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4189 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4190 | ] |
| 4191 | |
| 4192 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4193 | name = "rustc_passes" |
| 4194 | version = "0.0.0" |
| 4195 | dependencies = [ |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4196 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4197 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4198 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4199 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4200 | "rustc_data_structures", |
| 4201 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4202 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4203 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4204 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4205 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4206 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4207 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4208 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4209 | "rustc_middle", |
Oli Scherer | 746e4ef | 2024-03-12 07:00:01 | [diff] [blame] | 4210 | "rustc_privacy", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4211 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4212 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4213 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4214 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4215 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4216 | ] |
| 4217 | |
| 4218 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4219 | name = "rustc_pattern_analysis" |
| 4220 | version = "0.0.0" |
| 4221 | dependencies = [ |
Noratrieb | 4348383 | 2024-08-24 22:31:10 | [diff] [blame] | 4222 | "rustc-hash 2.0.0", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4223 | "rustc_abi", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4224 | "rustc_apfloat", |
| 4225 | "rustc_arena", |
| 4226 | "rustc_data_structures", |
| 4227 | "rustc_errors", |
| 4228 | "rustc_fluent_macro", |
| 4229 | "rustc_hir", |
| 4230 | "rustc_index", |
| 4231 | "rustc_macros", |
| 4232 | "rustc_middle", |
| 4233 | "rustc_session", |
| 4234 | "rustc_span", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4235 | "smallvec", |
| 4236 | "tracing", |
Nadrieril | d697dd4 | 2024-03-04 15:57:32 | [diff] [blame] | 4237 | "tracing-subscriber", |
| 4238 | "tracing-tree", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4239 | ] |
| 4240 | |
| 4241 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4242 | name = "rustc_privacy" |
| 4243 | version = "0.0.0" |
| 4244 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4245 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4246 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4247 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4248 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4249 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4250 | "rustc_hir", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4251 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4252 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4253 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4254 | "rustc_span", |
Oli Scherer | 4389a1c | 2023-07-18 07:22:46 | [diff] [blame] | 4255 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4256 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4257 | ] |
| 4258 | |
| 4259 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4260 | name = "rustc_query_impl" |
| 4261 | version = "0.0.0" |
| 4262 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4263 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4264 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4265 | "rustc_data_structures", |
| 4266 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4267 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4268 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4269 | "rustc_middle", |
| 4270 | "rustc_query_system", |
| 4271 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4272 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4273 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4274 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4275 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4276 | ] |
| 4277 | |
| 4278 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4279 | name = "rustc_query_system" |
| 4280 | version = "0.0.0" |
| 4281 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4282 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4283 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4284 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4285 | "rustc_data_structures", |
| 4286 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4287 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4288 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4289 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4290 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4291 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4292 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4293 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4294 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4295 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4296 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4297 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4298 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4299 | ] |
| 4300 | |
| 4301 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4302 | name = "rustc_resolve" |
| 4303 | version = "0.0.0" |
| 4304 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4305 | "bitflags 2.6.0", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4306 | "pulldown-cmark 0.11.3", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4307 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4308 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4309 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4310 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4311 | "rustc_data_structures", |
| 4312 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4313 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4314 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4315 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4316 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4317 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4318 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4319 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4320 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4321 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4322 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4323 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4324 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4325 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4326 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4327 | ] |
| 4328 | |
| 4329 | [[package]] |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4330 | name = "rustc_sanitizers" |
| 4331 | version = "0.0.0" |
| 4332 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4333 | "bitflags 2.6.0", |
Jubilee Young | ab6994f | 2024-11-03 03:28:42 | [diff] [blame] | 4334 | "rustc_abi", |
Ramon de C Valle | 1f0f2c4 | 2024-04-08 02:35:49 | [diff] [blame] | 4335 | "rustc_data_structures", |
| 4336 | "rustc_hir", |
| 4337 | "rustc_middle", |
| 4338 | "rustc_span", |
| 4339 | "rustc_target", |
| 4340 | "rustc_trait_selection", |
| 4341 | "tracing", |
| 4342 | "twox-hash", |
| 4343 | ] |
| 4344 | |
| 4345 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4346 | name = "rustc_serialize" |
| 4347 | version = "0.0.0" |
| 4348 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4349 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4350 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4351 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4352 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4353 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4354 | ] |
| 4355 | |
| 4356 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4357 | name = "rustc_session" |
| 4358 | version = "0.0.0" |
| 4359 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4360 | "bitflags 2.6.0", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4361 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4362 | "libc", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4363 | "rustc_abi", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4364 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4365 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4366 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4367 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4368 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4369 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4370 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4371 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4372 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4373 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4374 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4375 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4376 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4377 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4378 | "tracing", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 4379 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4380 | ] |
| 4381 | |
| 4382 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4383 | name = "rustc_smir" |
| 4384 | version = "0.0.0" |
| 4385 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4386 | "rustc_abi", |
Adwin White | 84071e2 | 2024-06-26 04:09:55 | [diff] [blame] | 4387 | "rustc_ast", |
| 4388 | "rustc_ast_pretty", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4389 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4390 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4391 | "rustc_middle", |
Mohammad Omidvar | 2137487 | 2024-02-12 19:44:35 | [diff] [blame] | 4392 | "rustc_session", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4393 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4394 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4395 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4396 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4397 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4398 | ] |
| 4399 | |
| 4400 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4401 | name = "rustc_span" |
| 4402 | version = "0.0.0" |
| 4403 | dependencies = [ |
Jacob Kiesel | bb5a827 | 2024-06-22 07:27:59 | [diff] [blame] | 4404 | "blake3", |
Pavel Grigorenko | 35ba700 | 2024-06-26 22:39:48 | [diff] [blame] | 4405 | "derive-where", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4406 | "indexmap", |
Urgau | 33ef4b9 | 2024-03-06 18:39:36 | [diff] [blame] | 4407 | "itoa", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4408 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4409 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4410 | "rustc_data_structures", |
| 4411 | "rustc_index", |
| 4412 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4413 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4414 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4415 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4416 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4417 | "tracing", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4418 | "unicode-width 0.2.0", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4419 | ] |
| 4420 | |
| 4421 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4422 | name = "rustc_symbol_mangling" |
| 4423 | version = "0.0.0" |
| 4424 | dependencies = [ |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4425 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4426 | "rustc-demangle", |
Jubilee Young | 4839d6e | 2024-10-28 03:38:33 | [diff] [blame] | 4427 | "rustc_abi", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4428 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4429 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4430 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4431 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4432 | "rustc_session", |
| 4433 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4434 | "tracing", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4435 | ] |
| 4436 | |
| 4437 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4438 | name = "rustc_target" |
| 4439 | version = "0.0.0" |
| 4440 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4441 | "bitflags 2.6.0", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4442 | "object 0.36.5", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4443 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4444 | "rustc_data_structures", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4445 | "rustc_fs_util", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4446 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4447 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4448 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4449 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4450 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4451 | ] |
| 4452 | |
| 4453 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4454 | name = "rustc_tools_util" |
Ralf Jung | 1f501a7 | 2024-10-15 05:51:50 | [diff] [blame] | 4455 | version = "0.4.0" |
| 4456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4457 | checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d" |
| 4458 | |
| 4459 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4460 | name = "rustc_trait_selection" |
| 4461 | version = "0.0.0" |
| 4462 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4463 | "itertools", |
Jubilee Young | 4046e36 | 2024-11-03 03:25:30 | [diff] [blame] | 4464 | "rustc_abi", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4465 | "rustc_ast", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4466 | "rustc_ast_ir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4467 | "rustc_attr", |
| 4468 | "rustc_data_structures", |
| 4469 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4470 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4471 | "rustc_hir", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4472 | "rustc_infer", |
| 4473 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4474 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4475 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4476 | "rustc_parse_format", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4477 | "rustc_session", |
| 4478 | "rustc_span", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4479 | "rustc_transmute", |
Michael Goulet | 6ee22e1 | 2024-05-17 16:43:05 | [diff] [blame] | 4480 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4481 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 4482 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4483 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4484 | ] |
| 4485 | |
| 4486 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4487 | name = "rustc_traits" |
| 4488 | version = "0.0.0" |
| 4489 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4490 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4491 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4492 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4493 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4494 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4495 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4496 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4497 | ] |
| 4498 | |
| 4499 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4500 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4501 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4502 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4503 | "itertools", |
Jubilee Young | 2720706 | 2024-10-28 00:21:23 | [diff] [blame] | 4504 | "rustc_abi", |
Jason Newcomb | be9b125 | 2024-02-24 22:22:28 | [diff] [blame] | 4505 | "rustc_ast_ir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4506 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4507 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4508 | "rustc_infer", |
| 4509 | "rustc_macros", |
| 4510 | "rustc_middle", |
| 4511 | "rustc_span", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4512 | "tracing", |
| 4513 | ] |
| 4514 | |
| 4515 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4516 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4517 | version = "0.0.0" |
| 4518 | dependencies = [ |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4519 | "itertools", |
Jubilee Young | 43e198a | 2024-10-09 00:32:52 | [diff] [blame] | 4520 | "rustc_abi", |
Jason Newcomb | ea9ae30 | 2024-02-25 00:25:04 | [diff] [blame] | 4521 | "rustc_ast_ir", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4522 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4523 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4524 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4525 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4526 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4527 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4528 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4529 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4530 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4531 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4532 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4533 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4534 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4535 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4536 | ] |
| 4537 | |
| 4538 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4539 | name = "rustc_type_ir" |
| 4540 | version = "0.0.0" |
| 4541 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4542 | "bitflags 2.6.0", |
Pavel Grigorenko | 168096f | 2024-06-27 11:55:44 | [diff] [blame] | 4543 | "derive-where", |
Michael Goulet | 9b0f9ef | 2024-06-18 17:21:48 | [diff] [blame] | 4544 | "indexmap", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4545 | "rustc-hash 1.1.0", |
Oli Scherer | 8a6d353 | 2024-02-27 18:11:23 | [diff] [blame] | 4546 | "rustc_ast_ir", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4547 | "rustc_data_structures", |
| 4548 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4549 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4550 | "rustc_serialize", |
bjorn3 | 6ed37bd | 2023-12-31 19:35:32 | [diff] [blame] | 4551 | "rustc_span", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4552 | "rustc_type_ir_macros", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4553 | "smallvec", |
GnomedDev | 8de8f46 | 2024-10-10 18:56:21 | [diff] [blame] | 4554 | "thin-vec", |
Michael Goulet | 993553c | 2024-05-27 00:45:37 | [diff] [blame] | 4555 | "tracing", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4556 | ] |
| 4557 | |
| 4558 | [[package]] |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4559 | name = "rustc_type_ir_macros" |
| 4560 | version = "0.0.0" |
| 4561 | dependencies = [ |
| 4562 | "proc-macro2", |
| 4563 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4564 | "syn 2.0.87", |
Michael Goulet | d5797e9 | 2024-05-11 00:30:24 | [diff] [blame] | 4565 | "synstructure", |
| 4566 | ] |
| 4567 | |
| 4568 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4569 | name = "rustc_version" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4570 | version = "0.4.1" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4572 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4573 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4574 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4575 | ] |
| 4576 | |
| 4577 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4578 | name = "rustdoc" |
| 4579 | version = "0.0.0" |
| 4580 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4581 | "arrayvec", |
Michael Howell | 28db4cc | 2024-03-22 00:19:39 | [diff] [blame] | 4582 | "base64", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4583 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4584 | "indexmap", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4585 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4586 | "minifier", |
Michael Howell | 294c3dd | 2024-06-29 18:24:36 | [diff] [blame] | 4587 | "pulldown-cmark 0.9.6", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4588 | "regex", |
Guillaume Gomez | 8d40b9e | 2024-07-18 18:56:36 | [diff] [blame] | 4589 | "rinja", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4590 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4591 | "serde", |
| 4592 | "serde_json", |
Alona Enraght-Moony | 3cf8a61 | 2024-10-18 20:28:32 | [diff] [blame] | 4593 | "sha2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4594 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4595 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4596 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4597 | "tracing", |
| 4598 | "tracing-subscriber", |
| 4599 | "tracing-tree", |
Michael Howell | f3661dc | 2024-06-10 22:01:31 | [diff] [blame] | 4600 | "unicode-segmentation", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4601 | ] |
| 4602 | |
| 4603 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4604 | name = "rustdoc-gui-test" |
| 4605 | version = "0.1.0" |
| 4606 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4607 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4608 | "compiletest", |
| 4609 | "getopts", |
| 4610 | "walkdir", |
| 4611 | ] |
| 4612 | |
| 4613 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4614 | name = "rustdoc-json-types" |
| 4615 | version = "0.1.0" |
| 4616 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4617 | "bincode", |
Noratrieb | 4348383 | 2024-08-24 22:31:10 | [diff] [blame] | 4618 | "rustc-hash 2.0.0", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4619 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4620 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4621 | ] |
| 4622 | |
| 4623 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4624 | name = "rustdoc-themes" |
| 4625 | version = "0.1.0" |
| 4626 | |
| 4627 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4628 | name = "rustdoc-tool" |
| 4629 | version = "0.0.0" |
| 4630 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4631 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4632 | ] |
| 4633 | |
| 4634 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4635 | name = "rustfix" |
Eric Huss | 123b303 | 2024-04-13 17:54:13 | [diff] [blame] | 4636 | version = "0.8.1" |
| 4637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4638 | checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4" |
| 4639 | dependencies = [ |
| 4640 | "serde", |
| 4641 | "serde_json", |
| 4642 | "thiserror", |
| 4643 | "tracing", |
| 4644 | ] |
| 4645 | |
| 4646 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4647 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4648 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4649 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4650 | "proc-macro2", |
| 4651 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4652 | "serde", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4653 | "syn 2.0.87", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4654 | ] |
| 4655 | |
| 4656 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4657 | name = "rustfmt-nightly" |
Yacin Tmimi | b23b699 | 2024-09-19 19:39:04 | [diff] [blame] | 4658 | version = "1.8.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4659 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4660 | "annotate-snippets 0.9.2", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4661 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4662 | "bytecount", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 4663 | "cargo_metadata", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4664 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4665 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4666 | "diff", |
| 4667 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4668 | "getopts", |
| 4669 | "ignore", |
Caleb Cartwright | ffad984 | 2024-06-22 21:22:00 | [diff] [blame] | 4670 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4671 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4672 | "rustfmt-config_proc_macro", |
| 4673 | "serde", |
| 4674 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4675 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4676 | "thiserror", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4677 | "toml 0.7.8", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4678 | "tracing", |
| 4679 | "tracing-subscriber", |
| 4680 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4681 | "unicode-segmentation", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 4682 | "unicode-width 0.1.14", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4683 | ] |
| 4684 | |
| 4685 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4686 | name = "rustix" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4687 | version = "0.38.38" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4689 | checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4690 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4691 | "bitflags 2.6.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4692 | "errno", |
| 4693 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4694 | "linux-raw-sys", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4695 | "windows-sys 0.52.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4696 | ] |
| 4697 | |
| 4698 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4699 | name = "rustversion" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4700 | version = "1.0.18" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4702 | checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4703 | |
| 4704 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4705 | name = "ruzstd" |
Paolo Barbolini | 43c12ed | 2024-11-28 11:17:57 | [diff] [blame] | 4706 | version = "0.7.3" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Paolo Barbolini | 43c12ed | 2024-11-28 11:17:57 | [diff] [blame] | 4708 | checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f" |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4709 | dependencies = [ |
Ben Kimock | 2f6fb23 | 2024-03-18 22:47:41 | [diff] [blame] | 4710 | "twox-hash", |
| 4711 | ] |
| 4712 | |
| 4713 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4714 | name = "ryu" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4715 | version = "1.0.18" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4717 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4718 | |
| 4719 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4720 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4721 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4723 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4724 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4725 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4726 | ] |
| 4727 | |
| 4728 | [[package]] |
| 4729 | name = "schannel" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4730 | version = "0.1.26" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4732 | checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4733 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4734 | "windows-sys 0.59.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4735 | ] |
| 4736 | |
| 4737 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4738 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4739 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4741 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4742 | |
| 4743 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4744 | name = "scopeguard" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4745 | version = "1.2.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4747 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4748 | |
| 4749 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4750 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4751 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4753 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4754 | dependencies = [ |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4755 | "self_cell 1.0.4", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4756 | ] |
| 4757 | |
| 4758 | [[package]] |
| 4759 | name = "self_cell" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4760 | version = "1.0.4" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4762 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4763 | |
| 4764 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4765 | name = "semver" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4766 | version = "1.0.23" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4768 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4769 | dependencies = [ |
| 4770 | "serde", |
| 4771 | ] |
| 4772 | |
| 4773 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4774 | name = "serde" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4775 | version = "1.0.214" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4777 | checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4778 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4779 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4780 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4781 | |
| 4782 | [[package]] |
| 4783 | name = "serde_derive" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4784 | version = "1.0.214" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4786 | checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4787 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4788 | "proc-macro2", |
| 4789 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4790 | "syn 2.0.87", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4791 | ] |
| 4792 | |
| 4793 | [[package]] |
| 4794 | name = "serde_json" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4795 | version = "1.0.132" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 4797 | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4798 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4799 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4800 | "itoa", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4801 | "memchr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4802 | "ryu", |
| 4803 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4804 | ] |
| 4805 | |
| 4806 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4807 | name = "serde_spanned" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4808 | version = "0.6.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 4810 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4811 | dependencies = [ |
| 4812 | "serde", |
| 4813 | ] |
| 4814 | |
| 4815 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4816 | name = "sha1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4817 | version = "0.10.6" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4819 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4820 | dependencies = [ |
| 4821 | "cfg-if", |
| 4822 | "cpufeatures", |
| 4823 | "digest", |
| 4824 | ] |
| 4825 | |
| 4826 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4827 | name = "sha2" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4828 | version = "0.10.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4830 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4831 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4832 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4833 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4834 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4835 | ] |
| 4836 | |
| 4837 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4838 | name = "sharded-slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4839 | version = "0.1.7" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4841 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4842 | dependencies = [ |
| 4843 | "lazy_static", |
| 4844 | ] |
| 4845 | |
| 4846 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4847 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4848 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4850 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4851 | |
| 4852 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4853 | name = "shlex" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4854 | version = "1.3.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 51f20b4 | 2024-02-07 04:22:13 | [diff] [blame] | 4856 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4857 | |
| 4858 | [[package]] |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4859 | name = "similar" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4860 | version = "2.6.0" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 4862 | checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" |
Jover Zhang | f3530cf | 2024-04-20 11:25:53 | [diff] [blame] | 4863 | |
| 4864 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4865 | name = "siphasher" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4866 | version = "0.3.11" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4868 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4869 | |
| 4870 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4871 | name = "slab" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4872 | version = "0.4.9" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4874 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 4875 | dependencies = [ |
| 4876 | "autocfg", |
| 4877 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4878 | |
| 4879 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4880 | name = "smallvec" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4881 | version = "1.13.2" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 1848b46 | 2024-03-24 12:09:28 | [diff] [blame] | 4883 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4884 | |
| 4885 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4886 | name = "socket2" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4887 | version = "0.5.7" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 4889 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4890 | dependencies = [ |
| 4891 | "libc", |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 4892 | "windows-sys 0.52.0", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4893 | ] |
| 4894 | |
| 4895 | [[package]] |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4896 | name = "spanned" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 4897 | version = "0.3.0" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 8be2688 | 2024-08-08 17:14:09 | [diff] [blame] | 4899 | checksum = "86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6" |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 4900 | dependencies = [ |
| 4901 | "bstr", |
| 4902 | "color-eyre", |
| 4903 | ] |
| 4904 | |
| 4905 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 4906 | name = "spdx" |
| 4907 | version = "0.10.6" |
| 4908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4909 | checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" |
| 4910 | dependencies = [ |
| 4911 | "smallvec", |
| 4912 | ] |
| 4913 | |
| 4914 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4915 | name = "spdx-expression" |
| 4916 | version = "0.5.2" |
| 4917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4918 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 4919 | dependencies = [ |
| 4920 | "nom", |
| 4921 | "serde", |
| 4922 | "thiserror", |
| 4923 | "tracing", |
| 4924 | ] |
| 4925 | |
| 4926 | [[package]] |
| 4927 | name = "spdx-rs" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4928 | version = "0.5.5" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 4930 | checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 4931 | dependencies = [ |
| 4932 | "chrono", |
| 4933 | "log", |
| 4934 | "nom", |
| 4935 | "serde", |
| 4936 | "spdx-expression", |
| 4937 | "strum", |
| 4938 | "strum_macros", |
| 4939 | "thiserror", |
| 4940 | "uuid", |
| 4941 | ] |
| 4942 | |
| 4943 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4944 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4945 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4947 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 4948 | |
| 4949 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4950 | name = "stable_mir" |
| 4951 | version = "0.1.0-preview" |
| 4952 | dependencies = [ |
| 4953 | "scoped-tls", |
Stephen Skeirik | 414ebea | 2024-06-17 21:01:38 | [diff] [blame] | 4954 | "serde", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4955 | ] |
| 4956 | |
| 4957 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4958 | name = "stacker" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 4959 | version = "0.1.17" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 4961 | checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4962 | dependencies = [ |
| 4963 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4964 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4965 | "libc", |
| 4966 | "psm", |
Rain | ea6df5c | 2024-08-26 18:00:24 | [diff] [blame] | 4967 | "windows-sys 0.59.0", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 4968 | ] |
| 4969 | |
| 4970 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 4971 | name = "static_assertions" |
| 4972 | version = "1.1.0" |
| 4973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4974 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4975 | |
| 4976 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4977 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4978 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4980 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4981 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4982 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4983 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 4984 | "parking_lot", |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 4985 | "phf_shared 0.10.0", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4986 | "precomputed-hash", |
| 4987 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4988 | ] |
| 4989 | |
| 4990 | [[package]] |
| 4991 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4992 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 4994 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4995 | dependencies = [ |
Ralf Jung | 47b3ce0 | 2024-05-05 15:17:45 | [diff] [blame] | 4996 | "phf_generator 0.10.0", |
| 4997 | "phf_shared 0.10.0", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4998 | "proc-macro2", |
| 4999 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5003 | name = "strsim" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5004 | version = "0.11.1" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 4035c24 | 2024-04-07 00:16:57 | [diff] [blame] | 5006 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5007 | |
| 5008 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5009 | name = "strum" |
| 5010 | version = "0.24.1" |
| 5011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5012 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5013 | |
| 5014 | [[package]] |
| 5015 | name = "strum_macros" |
| 5016 | version = "0.24.3" |
| 5017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5018 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5019 | dependencies = [ |
github-actions | c486d2d | 2024-03-17 00:26:01 | [diff] [blame] | 5020 | "heck 0.4.1", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5021 | "proc-macro2", |
| 5022 | "quote", |
| 5023 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5024 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5025 | ] |
| 5026 | |
| 5027 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5028 | name = "suggest-tests" |
| 5029 | version = "0.1.0" |
| 5030 | dependencies = [ |
| 5031 | "build_helper", |
| 5032 | "glob", |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5033 | ] |
| 5034 | |
| 5035 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5036 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5037 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5039 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5040 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5041 | "proc-macro2", |
| 5042 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5043 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5044 | ] |
| 5045 | |
| 5046 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5047 | name = "syn" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5048 | version = "2.0.87" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5050 | checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5051 | dependencies = [ |
| 5052 | "proc-macro2", |
| 5053 | "quote", |
| 5054 | "unicode-ident", |
| 5055 | ] |
| 5056 | |
| 5057 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5058 | name = "synstructure" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5059 | version = "0.13.1" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5061 | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5062 | dependencies = [ |
| 5063 | "proc-macro2", |
| 5064 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5065 | "syn 2.0.87", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5066 | ] |
| 5067 | |
| 5068 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5069 | name = "sysinfo" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5070 | version = "0.31.4" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5072 | checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5073 | dependencies = [ |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5074 | "core-foundation-sys", |
| 5075 | "libc", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5076 | "windows", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5077 | ] |
| 5078 | |
| 5079 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5080 | name = "tabled" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5081 | version = "0.15.0" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 15bc681 | 2024-02-22 11:17:59 | [diff] [blame] | 5083 | checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e" |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5084 | dependencies = [ |
| 5085 | "papergrid", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 5086 | "unicode-width 0.1.14", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5087 | ] |
| 5088 | |
| 5089 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5090 | name = "tar" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5091 | version = "0.4.43" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5093 | checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5094 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5095 | "filetime", |
| 5096 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5097 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5098 | ] |
| 5099 | |
| 5100 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5101 | name = "tempfile" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 5102 | version = "3.13.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | bfc9951 | 2024-09-29 00:22:29 | [diff] [blame] | 5104 | checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5105 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5106 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5107 | "fastrand", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5108 | "once_cell", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5109 | "rustix", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5110 | "windows-sys 0.59.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5111 | ] |
| 5112 | |
| 5113 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5114 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5115 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5117 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5118 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5119 | "futf", |
| 5120 | "mac", |
| 5121 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5122 | ] |
| 5123 | |
| 5124 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5125 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5126 | version = "0.7.0" |
| 5127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5128 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5129 | dependencies = [ |
| 5130 | "dirs-next", |
| 5131 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5132 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5133 | ] |
| 5134 | |
| 5135 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5136 | name = "termcolor" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5137 | version = "1.4.1" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [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 = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5140 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5141 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5142 | ] |
| 5143 | |
| 5144 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5145 | name = "terminal_size" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5146 | version = "0.4.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5148 | checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5149 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5150 | "rustix", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5151 | "windows-sys 0.59.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5152 | ] |
| 5153 | |
| 5154 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5155 | name = "termize" |
| 5156 | version = "0.1.1" |
| 5157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5158 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5159 | dependencies = [ |
| 5160 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5161 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5162 | ] |
| 5163 | |
| 5164 | [[package]] |
Trevor Gross | 51827ce | 2024-07-20 16:13:27 | [diff] [blame] | 5165 | name = "test-float-parse" |
| 5166 | version = "0.1.0" |
| 5167 | dependencies = [ |
| 5168 | "indicatif", |
| 5169 | "num", |
| 5170 | "rand", |
| 5171 | "rand_chacha", |
| 5172 | "rayon", |
| 5173 | ] |
| 5174 | |
| 5175 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5176 | name = "thin-vec" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5177 | version = "0.2.13" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 862011e | 2023-02-16 18:29:11 | [diff] [blame] | 5179 | checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5180 | |
| 5181 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5182 | name = "thiserror" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5183 | version = "1.0.66" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5185 | checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5186 | dependencies = [ |
| 5187 | "thiserror-impl", |
| 5188 | ] |
| 5189 | |
| 5190 | [[package]] |
| 5191 | name = "thiserror-impl" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5192 | version = "1.0.66" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5194 | checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5195 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5196 | "proc-macro2", |
| 5197 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5198 | "syn 2.0.87", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5199 | ] |
| 5200 | |
| 5201 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5202 | name = "thorin-dwp" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5203 | version = "0.8.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5205 | checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5206 | dependencies = [ |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5207 | "gimli 0.30.0", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5208 | "hashbrown 0.14.5", |
| 5209 | "object 0.36.5", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5210 | "tracing", |
| 5211 | ] |
| 5212 | |
| 5213 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5214 | name = "thread_local" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5215 | version = "1.1.8" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5217 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5218 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5219 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5220 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5221 | ] |
| 5222 | |
| 5223 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5224 | name = "threadpool" |
| 5225 | version = "1.8.1" |
| 5226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5227 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5228 | dependencies = [ |
| 5229 | "num_cpus", |
| 5230 | ] |
| 5231 | |
| 5232 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5233 | name = "tidy" |
| 5234 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5235 | dependencies = [ |
onur-ozkan | e9e3c38 | 2024-06-10 14:07:19 | [diff] [blame] | 5236 | "build_helper", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5237 | "cargo_metadata", |
Michael Goulet | ffd72b1 | 2024-06-21 22:20:45 | [diff] [blame] | 5238 | "fluent-syntax", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5239 | "ignore", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5240 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5241 | "regex", |
Noratrieb | 4348383 | 2024-08-24 22:31:10 | [diff] [blame] | 5242 | "rustc-hash 2.0.0", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5243 | "semver", |
DianQK | de0ece2 | 2024-06-23 14:06:23 | [diff] [blame] | 5244 | "similar", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5245 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5246 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5247 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5248 | |
| 5249 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5250 | name = "tier-check" |
| 5251 | version = "0.1.0" |
| 5252 | |
| 5253 | [[package]] |
Rémy Rakic | a69fe84 | 2024-12-02 16:16:41 | [diff] [blame] | 5254 | name = "tikv-jemalloc-sys" |
| 5255 | version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| 5256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5257 | checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" |
| 5258 | dependencies = [ |
| 5259 | "cc", |
| 5260 | "libc", |
| 5261 | ] |
| 5262 | |
| 5263 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5264 | name = "time" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5265 | version = "0.3.36" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5267 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5268 | dependencies = [ |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5269 | "deranged", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5270 | "itoa", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5271 | "num-conv", |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5272 | "powerfmt", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5273 | "serde", |
| 5274 | "time-core", |
| 5275 | "time-macros", |
| 5276 | ] |
| 5277 | |
| 5278 | [[package]] |
| 5279 | name = "time-core" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5280 | version = "0.1.2" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 6ac3b57 | 2024-01-29 12:16:20 | [diff] [blame] | 5282 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5283 | |
| 5284 | [[package]] |
| 5285 | name = "time-macros" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5286 | version = "0.2.18" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Sander | 43c8e13 | 2024-05-04 18:20:46 | [diff] [blame] | 5288 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5289 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5290 | "num-conv", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5291 | "time-core", |
| 5292 | ] |
| 5293 | |
| 5294 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5295 | name = "tinystr" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5296 | version = "0.7.6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 5298 | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5299 | dependencies = [ |
| 5300 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5301 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5302 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5303 | |
| 5304 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5305 | name = "tinyvec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5306 | version = "1.8.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5308 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5309 | dependencies = [ |
| 5310 | "tinyvec_macros", |
| 5311 | ] |
| 5312 | |
| 5313 | [[package]] |
| 5314 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5315 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5317 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5318 | |
| 5319 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5320 | name = "tokio" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5321 | version = "1.41.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5323 | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5324 | dependencies = [ |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5325 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5326 | "bytes", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5327 | "pin-project-lite", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5328 | ] |
| 5329 | |
| 5330 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5331 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5332 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5334 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5335 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5336 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5337 | ] |
| 5338 | |
| 5339 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5340 | name = "toml" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5341 | version = "0.7.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5343 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5344 | dependencies = [ |
| 5345 | "serde", |
| 5346 | "serde_spanned", |
| 5347 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5348 | "toml_edit", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5349 | ] |
| 5350 | |
| 5351 | [[package]] |
| 5352 | name = "toml_datetime" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5353 | version = "0.6.8" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5355 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5356 | dependencies = [ |
| 5357 | "serde", |
| 5358 | ] |
| 5359 | |
| 5360 | [[package]] |
| 5361 | name = "toml_edit" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5362 | version = "0.19.15" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5364 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5365 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5366 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5367 | "serde", |
| 5368 | "serde_spanned", |
| 5369 | "toml_datetime", |
Eric Huss | 5dfa062 | 2024-07-15 20:30:52 | [diff] [blame] | 5370 | "winnow", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5371 | ] |
| 5372 | |
| 5373 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5374 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5375 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5377 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5378 | |
| 5379 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5380 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5381 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5383 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5384 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5385 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5386 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5387 | "tracing-attributes", |
| 5388 | "tracing-core", |
| 5389 | ] |
| 5390 | |
| 5391 | [[package]] |
| 5392 | name = "tracing-attributes" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5393 | version = "0.1.27" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5395 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5396 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5397 | "proc-macro2", |
| 5398 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5399 | "syn 2.0.87", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5400 | ] |
| 5401 | |
| 5402 | [[package]] |
| 5403 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5404 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5406 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5407 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5408 | "once_cell", |
| 5409 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5410 | ] |
| 5411 | |
| 5412 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5413 | name = "tracing-error" |
| 5414 | version = "0.2.0" |
| 5415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5416 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5417 | dependencies = [ |
| 5418 | "tracing", |
| 5419 | "tracing-subscriber", |
| 5420 | ] |
| 5421 | |
| 5422 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5423 | name = "tracing-log" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5424 | version = "0.2.0" |
| 5425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5426 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 5427 | dependencies = [ |
| 5428 | "log", |
| 5429 | "once_cell", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5430 | "tracing-core", |
| 5431 | ] |
| 5432 | |
| 5433 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5434 | name = "tracing-subscriber" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5435 | version = "0.3.18" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5437 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5438 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5439 | "matchers", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5440 | "nu-ansi-term 0.46.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5441 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame] | 5442 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5443 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5444 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5445 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5446 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5447 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5448 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5449 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5450 | ] |
| 5451 | |
| 5452 | [[package]] |
| 5453 | name = "tracing-tree" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5454 | version = "0.3.1" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5456 | checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5457 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5458 | "nu-ansi-term 0.50.1", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5459 | "tracing-core", |
klensy | 71ea506 | 2024-03-30 14:39:43 | [diff] [blame] | 5460 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5461 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5462 | ] |
| 5463 | |
| 5464 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5465 | name = "twox-hash" |
| 5466 | version = "1.6.3" |
| 5467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5468 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5469 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5470 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5471 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5472 | "static_assertions", |
| 5473 | ] |
| 5474 | |
| 5475 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5476 | name = "type-map" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5477 | version = "0.5.0" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5479 | checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5480 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5481 | "rustc-hash 1.1.0", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5482 | ] |
| 5483 | |
| 5484 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5485 | name = "typenum" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5486 | version = "1.17.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5488 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5489 | |
| 5490 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5491 | name = "ucd-parse" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5492 | version = "0.1.13" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5494 | checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5495 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5496 | "regex-lite", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5497 | ] |
| 5498 | |
| 5499 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5500 | name = "ucd-trie" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5501 | version = "0.1.7" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5503 | checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5504 | |
| 5505 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5506 | name = "ui_test" |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 5507 | version = "0.26.5" |
| 5508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5509 | checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83" |
| 5510 | dependencies = [ |
| 5511 | "annotate-snippets 0.11.4", |
| 5512 | "anyhow", |
| 5513 | "bstr", |
| 5514 | "cargo-platform", |
klensy | 26c09b6 | 2024-09-24 13:14:49 | [diff] [blame] | 5515 | "cargo_metadata", |
Ralf Jung | ba86cf8 | 2024-09-17 13:20:50 | [diff] [blame] | 5516 | "color-eyre", |
| 5517 | "colored", |
| 5518 | "comma", |
| 5519 | "crossbeam-channel", |
| 5520 | "indicatif", |
| 5521 | "levenshtein", |
| 5522 | "prettydiff", |
| 5523 | "regex", |
| 5524 | "rustc_version", |
| 5525 | "rustfix", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5526 | "serde", |
| 5527 | "serde_json", |
| 5528 | "spanned", |
Philipp Krones | f99056b | 2024-02-27 14:50:23 | [diff] [blame] | 5529 | ] |
| 5530 | |
| 5531 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5532 | name = "unic-langid" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5533 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5535 | checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5536 | dependencies = [ |
| 5537 | "unic-langid-impl", |
| 5538 | "unic-langid-macros", |
| 5539 | ] |
| 5540 | |
| 5541 | [[package]] |
| 5542 | name = "unic-langid-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5543 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5545 | checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5546 | dependencies = [ |
| 5547 | "tinystr", |
| 5548 | ] |
| 5549 | |
| 5550 | [[package]] |
| 5551 | name = "unic-langid-macros" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5552 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5554 | checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5555 | dependencies = [ |
| 5556 | "proc-macro-hack", |
| 5557 | "tinystr", |
| 5558 | "unic-langid-impl", |
| 5559 | "unic-langid-macros-impl", |
| 5560 | ] |
| 5561 | |
| 5562 | [[package]] |
| 5563 | name = "unic-langid-macros-impl" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5564 | version = "0.9.5" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 5566 | checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5567 | dependencies = [ |
| 5568 | "proc-macro-hack", |
| 5569 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5570 | "syn 2.0.87", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5571 | "unic-langid-impl", |
| 5572 | ] |
| 5573 | |
| 5574 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5575 | name = "unicase" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5576 | version = "2.8.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5578 | checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5579 | |
| 5580 | [[package]] |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5581 | name = "unicode-bidi" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5582 | version = "0.3.17" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5584 | checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5585 | |
| 5586 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5587 | name = "unicode-ident" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5588 | version = "1.0.13" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5590 | checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5591 | |
| 5592 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5593 | name = "unicode-normalization" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5594 | version = "0.1.24" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5596 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5597 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5598 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5599 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5600 | |
| 5601 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5602 | name = "unicode-properties" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5603 | version = "0.1.3" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5605 | checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5606 | |
| 5607 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5608 | name = "unicode-script" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5609 | version = "0.5.7" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5611 | checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5612 | |
| 5613 | [[package]] |
| 5614 | name = "unicode-security" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5615 | version = "0.1.2" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5617 | checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5618 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5619 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5620 | "unicode-script", |
| 5621 | ] |
| 5622 | |
| 5623 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5624 | name = "unicode-segmentation" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5625 | version = "1.12.0" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5627 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5628 | |
| 5629 | [[package]] |
许杰友 Jieyou Xu (Joe) | d21aa86 | 2024-10-13 11:11:58 | [diff] [blame] | 5630 | name = "unicode-table-generator" |
| 5631 | version = "0.1.0" |
| 5632 | dependencies = [ |
| 5633 | "ucd-parse", |
| 5634 | ] |
| 5635 | |
| 5636 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5637 | name = "unicode-width" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5638 | version = "0.1.14" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5640 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5641 | |
| 5642 | [[package]] |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 5643 | name = "unicode-width" |
| 5644 | version = "0.2.0" |
| 5645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5646 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 5647 | |
| 5648 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5649 | name = "unicode-xid" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5650 | version = "0.2.6" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5652 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5653 | |
| 5654 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5655 | name = "unified-diff" |
| 5656 | version = "0.2.1" |
| 5657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5658 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5659 | dependencies = [ |
| 5660 | "diff", |
| 5661 | ] |
| 5662 | |
| 5663 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5664 | name = "unstable-book-gen" |
| 5665 | version = "0.1.0" |
| 5666 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5667 | "num-traits", |
| 5668 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5669 | ] |
| 5670 | |
| 5671 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5672 | name = "url" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5673 | version = "2.5.2" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 9905357 | 2024-06-23 00:18:08 | [diff] [blame] | 5675 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5676 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5677 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5678 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5679 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5680 | ] |
| 5681 | |
| 5682 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5683 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5684 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5686 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5687 | |
| 5688 | [[package]] |
Esteban Kuber | b4bdb56 | 2024-03-02 22:36:52 | [diff] [blame] | 5689 | name = "utf8-width" |
| 5690 | version = "0.1.7" |
| 5691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5692 | checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" |
| 5693 | |
| 5694 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5695 | name = "utf8parse" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5696 | version = "0.2.2" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | d42c960 | 2024-06-08 19:22:16 | [diff] [blame] | 5698 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5699 | |
| 5700 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5701 | name = "uuid" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5702 | version = "1.11.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5704 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5705 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5706 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5707 | ] |
| 5708 | |
| 5709 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5710 | name = "valuable" |
| 5711 | version = "0.1.0" |
| 5712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5713 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 5714 | |
| 5715 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5716 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5717 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5719 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5720 | |
| 5721 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5722 | name = "version_check" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5723 | version = "0.9.5" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5725 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5726 | |
| 5727 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5728 | name = "walkdir" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5729 | version = "2.5.0" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
github-actions | 8ef1981 | 2024-03-03 00:16:16 | [diff] [blame] | 5731 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5732 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5733 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5734 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5735 | ] |
| 5736 | |
| 5737 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5738 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5739 | version = "0.11.0+wasi-snapshot-preview1" |
| 5740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5741 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5742 | |
| 5743 | [[package]] |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5744 | name = "wasi-preview1-component-adapter-provider" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5745 | version = "24.0.1" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5747 | checksum = "0f76d9fa52234153eeb40b088de91a8c13dc28a912cf6f31cd89ca4bac9024e0" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5748 | |
| 5749 | [[package]] |
| 5750 | name = "wasm-bindgen" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5751 | version = "0.2.95" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5753 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5754 | dependencies = [ |
| 5755 | "cfg-if", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5756 | "once_cell", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5757 | "wasm-bindgen-macro", |
| 5758 | ] |
| 5759 | |
| 5760 | [[package]] |
| 5761 | name = "wasm-bindgen-backend" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5762 | version = "0.2.95" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5764 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5765 | dependencies = [ |
| 5766 | "bumpalo", |
| 5767 | "log", |
| 5768 | "once_cell", |
| 5769 | "proc-macro2", |
| 5770 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5771 | "syn 2.0.87", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5772 | "wasm-bindgen-shared", |
| 5773 | ] |
| 5774 | |
| 5775 | [[package]] |
| 5776 | name = "wasm-bindgen-macro" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5777 | version = "0.2.95" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5779 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5780 | dependencies = [ |
| 5781 | "quote", |
| 5782 | "wasm-bindgen-macro-support", |
| 5783 | ] |
| 5784 | |
| 5785 | [[package]] |
| 5786 | name = "wasm-bindgen-macro-support" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5787 | version = "0.2.95" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5789 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5790 | dependencies = [ |
| 5791 | "proc-macro2", |
| 5792 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5793 | "syn 2.0.87", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5794 | "wasm-bindgen-backend", |
| 5795 | "wasm-bindgen-shared", |
| 5796 | ] |
| 5797 | |
| 5798 | [[package]] |
| 5799 | name = "wasm-bindgen-shared" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5800 | version = "0.2.95" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5802 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5803 | |
| 5804 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5805 | name = "wasm-component-ld" |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame^] | 5806 | version = "0.5.11" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame^] | 5808 | checksum = "a2b05c3820968b335f10e703218459e4fd2cc91fdfc8f7936a993f1aacaa0938" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5809 | dependencies = [ |
| 5810 | "anyhow", |
| 5811 | "clap", |
| 5812 | "lexopt", |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame^] | 5813 | "libc", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5814 | "tempfile", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5815 | "wasi-preview1-component-adapter-provider", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5816 | "wasmparser 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5817 | "wat", |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame^] | 5818 | "windows-sys 0.59.0", |
| 5819 | "winsplit", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5820 | "wit-component", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5821 | "wit-parser", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5822 | ] |
| 5823 | |
| 5824 | [[package]] |
| 5825 | name = "wasm-component-ld-wrapper" |
| 5826 | version = "0.1.0" |
| 5827 | dependencies = [ |
| 5828 | "wasm-component-ld", |
| 5829 | ] |
| 5830 | |
| 5831 | [[package]] |
Alex Crichton | 646e8e7 | 2024-02-22 16:12:09 | [diff] [blame] | 5832 | name = "wasm-encoder" |
Alex Crichton | 99558dc | 2024-08-29 21:38:45 | [diff] [blame] | 5833 | version = "0.216.0" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 99558dc | 2024-08-29 21:38:45 | [diff] [blame] | 5835 | checksum = "04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5836 | dependencies = [ |
| 5837 | "leb128", |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5838 | ] |
| 5839 | |
| 5840 | [[package]] |
| 5841 | name = "wasm-encoder" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5842 | version = "0.219.1" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5844 | checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5845 | dependencies = [ |
| 5846 | "leb128", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5847 | "wasmparser 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5848 | ] |
| 5849 | |
| 5850 | [[package]] |
| 5851 | name = "wasm-metadata" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5852 | version = "0.219.1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5854 | checksum = "2af5a8e37a5e996861e1813f8de30911c47609c9ff51a7284f7dbd754dc3a9f3" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5855 | dependencies = [ |
| 5856 | "anyhow", |
| 5857 | "indexmap", |
| 5858 | "serde", |
| 5859 | "serde_derive", |
| 5860 | "serde_json", |
| 5861 | "spdx", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5862 | "wasm-encoder 0.219.1", |
| 5863 | "wasmparser 0.219.1", |
Alex Crichton | 99558dc | 2024-08-29 21:38:45 | [diff] [blame] | 5864 | ] |
| 5865 | |
| 5866 | [[package]] |
| 5867 | name = "wasmparser" |
| 5868 | version = "0.216.0" |
| 5869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5870 | checksum = "bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3" |
| 5871 | dependencies = [ |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5872 | "bitflags 2.6.0", |
| 5873 | "indexmap", |
| 5874 | ] |
| 5875 | |
| 5876 | [[package]] |
| 5877 | name = "wasmparser" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5878 | version = "0.218.0" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5880 | checksum = "b09e46c7fceceaa72b2dd1a8a137ea7fd8f93dfaa69806010a709918e496c5dc" |
| 5881 | dependencies = [ |
| 5882 | "bitflags 2.6.0", |
| 5883 | ] |
| 5884 | |
| 5885 | [[package]] |
| 5886 | name = "wasmparser" |
| 5887 | version = "0.219.1" |
| 5888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5889 | checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5" |
Trevor Gross | 4a515bd | 2024-08-26 20:02:54 | [diff] [blame] | 5890 | dependencies = [ |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5891 | "ahash", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5892 | "bitflags 2.6.0", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5893 | "hashbrown 0.14.5", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5894 | "indexmap", |
| 5895 | "semver", |
| 5896 | "serde", |
| 5897 | ] |
| 5898 | |
| 5899 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5900 | name = "wast" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5901 | version = "219.0.1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5903 | checksum = "4f79a9d9df79986a68689a6b40bcc8d5d40d807487b235bebc2ac69a242b54a1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5904 | dependencies = [ |
| 5905 | "bumpalo", |
| 5906 | "leb128", |
| 5907 | "memchr", |
printfn | 46b41b4 | 2024-10-12 21:57:50 | [diff] [blame] | 5908 | "unicode-width 0.1.14", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5909 | "wasm-encoder 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5910 | ] |
| 5911 | |
| 5912 | [[package]] |
| 5913 | name = "wat" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5914 | version = "1.219.1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5916 | checksum = "8bc3cf014fb336883a411cd662f987abf6a1d2a27f2f0008616a0070bbf6bd0d" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 5917 | dependencies = [ |
| 5918 | "wast", |
| 5919 | ] |
| 5920 | |
| 5921 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5922 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5923 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5925 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5926 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5927 | "winapi-i686-pc-windows-gnu", |
| 5928 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5929 | ] |
| 5930 | |
| 5931 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5932 | name = "winapi-i686-pc-windows-gnu" |
| 5933 | version = "0.4.0" |
| 5934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5935 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5936 | |
| 5937 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5938 | name = "winapi-util" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5939 | version = "0.1.9" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5941 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5942 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5943 | "windows-sys 0.59.0", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 5944 | ] |
| 5945 | |
| 5946 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5947 | name = "winapi-x86_64-pc-windows-gnu" |
| 5948 | version = "0.4.0" |
| 5949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5950 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5951 | |
| 5952 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 5953 | name = "windows" |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5954 | version = "0.57.0" |
| 5955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5956 | checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" |
| 5957 | dependencies = [ |
| 5958 | "windows-core 0.57.0", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5959 | "windows-targets 0.52.6", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 5960 | ] |
| 5961 | |
| 5962 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5963 | name = "windows-bindgen" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 5964 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 5966 | checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5967 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 5968 | "proc-macro2", |
| 5969 | "rayon", |
Chris Denton | b25203e | 2024-03-03 14:44:58 | [diff] [blame] | 5970 | "serde", |
| 5971 | "serde_json", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 5972 | "syn 2.0.87", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5973 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 5974 | ] |
| 5975 | |
| 5976 | [[package]] |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5977 | name = "windows-core" |
| 5978 | version = "0.52.0" |
| 5979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5980 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 5981 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5982 | "windows-targets 0.52.6", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 5983 | ] |
| 5984 | |
| 5985 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5986 | name = "windows-core" |
| 5987 | version = "0.57.0" |
| 5988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5989 | checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" |
| 5990 | dependencies = [ |
| 5991 | "windows-implement", |
| 5992 | "windows-interface", |
| 5993 | "windows-result", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 5994 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 5995 | ] |
| 5996 | |
| 5997 | [[package]] |
| 5998 | name = "windows-implement" |
| 5999 | version = "0.57.0" |
| 6000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6001 | checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" |
| 6002 | dependencies = [ |
| 6003 | "proc-macro2", |
| 6004 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6005 | "syn 2.0.87", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6006 | ] |
| 6007 | |
| 6008 | [[package]] |
| 6009 | name = "windows-interface" |
| 6010 | version = "0.57.0" |
| 6011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6012 | checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" |
| 6013 | dependencies = [ |
| 6014 | "proc-macro2", |
| 6015 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6016 | "syn 2.0.87", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6017 | ] |
| 6018 | |
| 6019 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6020 | name = "windows-metadata" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6021 | version = "0.58.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 34860a5 | 2024-07-04 12:09:25 | [diff] [blame] | 6023 | checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6024 | |
| 6025 | [[package]] |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6026 | name = "windows-result" |
| 6027 | version = "0.1.2" |
| 6028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6029 | checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| 6030 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6031 | "windows-targets 0.52.6", |
Guillaume Gomez | f449586 | 2024-07-31 14:08:31 | [diff] [blame] | 6032 | ] |
| 6033 | |
| 6034 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6035 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6036 | version = "0.48.0" |
| 6037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6038 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6039 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6040 | "windows-targets 0.48.5", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6041 | ] |
| 6042 | |
| 6043 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6044 | name = "windows-sys" |
| 6045 | version = "0.52.0" |
| 6046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6047 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 6048 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6049 | "windows-targets 0.52.6", |
| 6050 | ] |
| 6051 | |
| 6052 | [[package]] |
| 6053 | name = "windows-sys" |
| 6054 | version = "0.59.0" |
| 6055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6056 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 6057 | dependencies = [ |
| 6058 | "windows-targets 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6059 | ] |
| 6060 | |
| 6061 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6062 | name = "windows-targets" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6063 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6065 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6066 | dependencies = [ |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6067 | "windows_aarch64_gnullvm 0.48.5", |
| 6068 | "windows_aarch64_msvc 0.48.5", |
| 6069 | "windows_i686_gnu 0.48.5", |
| 6070 | "windows_i686_msvc 0.48.5", |
| 6071 | "windows_x86_64_gnu 0.48.5", |
| 6072 | "windows_x86_64_gnullvm 0.48.5", |
| 6073 | "windows_x86_64_msvc 0.48.5", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6074 | ] |
| 6075 | |
| 6076 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6077 | name = "windows-targets" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6078 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6080 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6081 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6082 | "windows_aarch64_gnullvm 0.52.6", |
| 6083 | "windows_aarch64_msvc 0.52.6", |
| 6084 | "windows_i686_gnu 0.52.6", |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6085 | "windows_i686_gnullvm", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6086 | "windows_i686_msvc 0.52.6", |
| 6087 | "windows_x86_64_gnu 0.52.6", |
| 6088 | "windows_x86_64_gnullvm 0.52.6", |
| 6089 | "windows_x86_64_msvc 0.52.6", |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6090 | ] |
| 6091 | |
| 6092 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6093 | name = "windows_aarch64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6094 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6096 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6097 | |
| 6098 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6099 | name = "windows_aarch64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6100 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6102 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6103 | |
| 6104 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6105 | name = "windows_aarch64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6106 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6108 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6109 | |
| 6110 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6111 | name = "windows_aarch64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6112 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6114 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6115 | |
| 6116 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6117 | name = "windows_i686_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6118 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6120 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6121 | |
| 6122 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6123 | name = "windows_i686_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6124 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6126 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6127 | |
| 6128 | [[package]] |
| 6129 | name = "windows_i686_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6130 | version = "0.52.6" |
Mark Rousskov | 12200c9 | 2024-05-11 14:27:17 | [diff] [blame] | 6131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6132 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6133 | |
| 6134 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6135 | name = "windows_i686_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6136 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6138 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6139 | |
| 6140 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6141 | name = "windows_i686_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6142 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6144 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6145 | |
| 6146 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6147 | name = "windows_x86_64_gnu" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6148 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6150 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6151 | |
| 6152 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6153 | name = "windows_x86_64_gnu" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6154 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6156 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6157 | |
| 6158 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6159 | name = "windows_x86_64_gnullvm" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6160 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6162 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6163 | |
| 6164 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6165 | name = "windows_x86_64_gnullvm" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6166 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6168 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6169 | |
| 6170 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6171 | name = "windows_x86_64_msvc" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6172 | version = "0.48.5" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6174 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6175 | |
| 6176 | [[package]] |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6177 | name = "windows_x86_64_msvc" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6178 | version = "0.52.6" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6180 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
clubby789 | 527f903 | 2024-01-21 23:51:33 | [diff] [blame] | 6181 | |
| 6182 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6183 | name = "winnow" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6184 | version = "0.5.40" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6186 | checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6187 | dependencies = [ |
| 6188 | "memchr", |
| 6189 | ] |
| 6190 | |
| 6191 | [[package]] |
Alex Crichton | c0a00b7 | 2024-12-03 18:21:12 | [diff] [blame^] | 6192 | name = "winsplit" |
| 6193 | version = "0.1.0" |
| 6194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6195 | checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956" |
| 6196 | |
| 6197 | [[package]] |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6198 | name = "wit-component" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6199 | version = "0.219.1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6201 | checksum = "ad1673163c0cb14a6a19ddbf44dd4efe6f015ec1ebb8156710ac32501f19fba2" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6202 | dependencies = [ |
| 6203 | "anyhow", |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6204 | "bitflags 2.6.0", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6205 | "indexmap", |
| 6206 | "log", |
| 6207 | "serde", |
| 6208 | "serde_derive", |
| 6209 | "serde_json", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6210 | "wasm-encoder 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6211 | "wasm-metadata", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6212 | "wasmparser 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6213 | "wit-parser", |
| 6214 | ] |
| 6215 | |
| 6216 | [[package]] |
| 6217 | name = "wit-parser" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6218 | version = "0.219.1" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6220 | checksum = "4a86f669283257e8e424b9a4fc3518e3ade0b95deb9fbc0f93a1876be3eda598" |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6221 | dependencies = [ |
| 6222 | "anyhow", |
| 6223 | "id-arena", |
| 6224 | "indexmap", |
| 6225 | "log", |
| 6226 | "semver", |
| 6227 | "serde", |
| 6228 | "serde_derive", |
| 6229 | "serde_json", |
| 6230 | "unicode-xid", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6231 | "wasmparser 0.219.1", |
Alex Crichton | 2a3e22b | 2024-06-24 19:30:44 | [diff] [blame] | 6232 | ] |
| 6233 | |
| 6234 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6235 | name = "writeable" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6236 | version = "0.5.5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6238 | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6239 | |
| 6240 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6241 | name = "xattr" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6242 | version = "1.3.1" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6244 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6245 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6246 | "libc", |
clubby789 | 9b73db3 | 2024-01-29 12:21:16 | [diff] [blame] | 6247 | "linux-raw-sys", |
| 6248 | "rustix", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6249 | ] |
| 6250 | |
| 6251 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6252 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6253 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6255 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6256 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6257 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6258 | ] |
| 6259 | |
| 6260 | [[package]] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6261 | name = "yansi-term" |
| 6262 | version = "0.1.2" |
| 6263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6264 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6265 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6266 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6267 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6268 | |
| 6269 | [[package]] |
| 6270 | name = "yoke" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6271 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6273 | checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6274 | dependencies = [ |
| 6275 | "serde", |
| 6276 | "stable_deref_trait", |
| 6277 | "yoke-derive", |
| 6278 | "zerofrom", |
| 6279 | ] |
| 6280 | |
| 6281 | [[package]] |
| 6282 | name = "yoke-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6283 | version = "0.7.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6285 | checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6286 | dependencies = [ |
| 6287 | "proc-macro2", |
| 6288 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6289 | "syn 2.0.87", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6290 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6291 | ] |
| 6292 | |
| 6293 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6294 | name = "zerocopy" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6295 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6297 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6298 | dependencies = [ |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6299 | "byteorder", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6300 | "zerocopy-derive", |
| 6301 | ] |
| 6302 | |
| 6303 | [[package]] |
| 6304 | name = "zerocopy-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6305 | version = "0.7.35" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6307 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6308 | dependencies = [ |
| 6309 | "proc-macro2", |
| 6310 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6311 | "syn 2.0.87", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6312 | ] |
| 6313 | |
| 6314 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6315 | name = "zerofrom" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6316 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6318 | checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6319 | dependencies = [ |
| 6320 | "zerofrom-derive", |
| 6321 | ] |
| 6322 | |
| 6323 | [[package]] |
| 6324 | name = "zerofrom-derive" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6325 | version = "0.1.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
clubby789 | 9d85dfc | 2024-06-08 19:18:31 | [diff] [blame] | 6327 | checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6328 | dependencies = [ |
| 6329 | "proc-macro2", |
| 6330 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6331 | "syn 2.0.87", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6332 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6333 | ] |
| 6334 | |
| 6335 | [[package]] |
| 6336 | name = "zerovec" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6337 | version = "0.10.4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6339 | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6340 | dependencies = [ |
| 6341 | "yoke", |
| 6342 | "zerofrom", |
| 6343 | "zerovec-derive", |
| 6344 | ] |
| 6345 | |
| 6346 | [[package]] |
| 6347 | name = "zerovec-derive" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6348 | version = "0.10.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Trevor Gross | 7240da0 | 2024-08-07 07:09:12 | [diff] [blame] | 6350 | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6351 | dependencies = [ |
| 6352 | "proc-macro2", |
| 6353 | "quote", |
clubby789 | 812daed | 2024-11-03 11:31:15 | [diff] [blame] | 6354 | "syn 2.0.87", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6355 | ] |