Hirokazu Hata | bd4df0c | 2019-02-04 16:31:48 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Eric Huss | ea194b8 | 2021-03-26 19:29:08 | [diff] [blame] | 3 | version = 3 |
| 4 | |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 6 | name = "addr2line" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 7 | version = "0.21.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| 10 | dependencies = [ |
| 11 | "compiler_builtins", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 12 | "gimli", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 13 | "rustc-std-workspace-alloc", |
| 14 | "rustc-std-workspace-core", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 15 | ] |
| 16 | |
| 17 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 18 | name = "adler" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 19 | version = "1.0.2" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 22 | dependencies = [ |
| 23 | "compiler_builtins", |
| 24 | "rustc-std-workspace-core", |
| 25 | ] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 26 | |
| 27 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 28 | name = "aes" |
| 29 | version = "0.8.3" |
| 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 31 | checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" |
| 32 | dependencies = [ |
| 33 | "cfg-if", |
| 34 | "cipher", |
| 35 | "cpufeatures", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
Lain Yang | 9a337b6 | 2022-01-07 05:32:58 | [diff] [blame] | 39 | name = "ahash" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 40 | version = "0.8.6" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 42 | checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 43 | dependencies = [ |
| 44 | "cfg-if", |
| 45 | "once_cell", |
| 46 | "version_check", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 47 | "zerocopy", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 48 | ] |
| 49 | |
| 50 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 51 | name = "aho-corasick" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 52 | version = "0.7.20" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 54 | checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
| 55 | dependencies = [ |
| 56 | "memchr", |
| 57 | ] |
| 58 | |
| 59 | [[package]] |
| 60 | name = "aho-corasick" |
| 61 | version = "1.0.2" |
| 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 64 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 65 | "memchr", |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 66 | ] |
| 67 | |
| 68 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 69 | name = "alloc" |
| 70 | version = "0.0.0" |
| 71 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 72 | "compiler_builtins", |
| 73 | "core", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 74 | "rand", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 75 | "rand_xorshift", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 76 | ] |
| 77 | |
| 78 | [[package]] |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 79 | name = "allocator-api2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 80 | version = "0.2.15" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 82 | checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 83 | |
| 84 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 85 | name = "ammonia" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 86 | version = "3.3.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 88 | checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 89 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 90 | "html5ever", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 91 | "maplit", |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 92 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 93 | "tendril", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 94 | "url", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 95 | ] |
| 96 | |
| 97 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 98 | name = "android-tzdata" |
| 99 | version = "0.1.1" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 102 | |
| 103 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 104 | name = "android_system_properties" |
| 105 | version = "0.1.5" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 108 | dependencies = [ |
| 109 | "libc", |
| 110 | ] |
| 111 | |
| 112 | [[package]] |
topecongiro | ca19ffe | 2019-04-17 22:42:18 | [diff] [blame] | 113 | name = "annotate-snippets" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 114 | version = "0.9.1" |
| 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 116 | checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36" |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 117 | dependencies = [ |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 118 | "unicode-width", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 119 | "yansi-term", |
| 120 | ] |
Juan Aguilar Santillana | e9c78db | 2020-05-08 20:48:26 | [diff] [blame] | 121 | |
| 122 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 123 | name = "ansi_term" |
| 124 | version = "0.12.1" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 127 | dependencies = [ |
| 128 | "winapi", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 132 | name = "anstream" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 133 | version = "0.5.0" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 135 | checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 136 | dependencies = [ |
| 137 | "anstyle", |
| 138 | "anstyle-parse", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 139 | "anstyle-query", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 140 | "anstyle-wincon", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 141 | "colorchoice", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 142 | "utf8parse", |
| 143 | ] |
| 144 | |
| 145 | [[package]] |
| 146 | name = "anstyle" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 147 | version = "1.0.4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 149 | checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 150 | |
| 151 | [[package]] |
| 152 | name = "anstyle-parse" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 153 | version = "0.2.1" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 155 | checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 156 | dependencies = [ |
| 157 | "utf8parse", |
| 158 | ] |
| 159 | |
| 160 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 161 | name = "anstyle-query" |
| 162 | version = "1.0.0" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 164 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
| 165 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 166 | "windows-sys 0.48.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 167 | ] |
| 168 | |
| 169 | [[package]] |
| 170 | name = "anstyle-wincon" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 171 | version = "2.1.0" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 173 | checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 174 | dependencies = [ |
| 175 | "anstyle", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 176 | "windows-sys 0.48.0", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 177 | ] |
| 178 | |
| 179 | [[package]] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 180 | name = "anyhow" |
Ralf Jung | 83283a4 | 2023-08-20 13:55:33 | [diff] [blame] | 181 | version = "1.0.75" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 83283a4 | 2023-08-20 13:55:33 | [diff] [blame] | 183 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 184 | dependencies = [ |
| 185 | "backtrace", |
| 186 | ] |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 187 | |
| 188 | [[package]] |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 189 | name = "ar_archive_writer" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 190 | version = "0.1.5" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 192 | checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71" |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 193 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 194 | "object", |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 195 | ] |
| 196 | |
| 197 | [[package]] |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 198 | name = "arrayvec" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 199 | version = "0.7.4" |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 201 | checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
Nicholas Nethercote | c492ca4 | 2020-07-14 00:31:54 | [diff] [blame] | 202 | |
| 203 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 204 | name = "askama" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 205 | version = "0.12.0" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 207 | checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 208 | dependencies = [ |
| 209 | "askama_derive", |
| 210 | "askama_escape", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 211 | ] |
| 212 | |
| 213 | [[package]] |
| 214 | name = "askama_derive" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 215 | version = "0.12.1" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 217 | checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 218 | dependencies = [ |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 219 | "basic-toml", |
| 220 | "mime", |
| 221 | "mime_guess", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 222 | "nom", |
| 223 | "proc-macro2", |
| 224 | "quote", |
Guillaume Gomez | 48f5dca | 2022-01-17 16:36:39 | [diff] [blame] | 225 | "serde", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 226 | "syn 2.0.32", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 227 | ] |
| 228 | |
| 229 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 230 | name = "askama_escape" |
| 231 | version = "0.10.3" |
| 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 233 | checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
| 234 | |
| 235 | [[package]] |
Félix Saparelli | bdcc21c | 2019-09-21 10:56:05 | [diff] [blame] | 236 | name = "autocfg" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 237 | version = "1.1.0" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jon Gjengset | b83a48d | 2022-03-01 17:45:23 | [diff] [blame] | 239 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
Mateusz Mikuła | f5e702d | 2020-03-26 13:10:35 | [diff] [blame] | 240 | |
| 241 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 242 | name = "backtrace" |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 243 | version = "0.3.69" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 245 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 246 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 247 | "addr2line", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 248 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 249 | "cfg-if", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 250 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 251 | "miniz_oxide", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 252 | "object", |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 253 | "rustc-demangle", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 257 | name = "base64" |
| 258 | version = "0.21.2" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" |
| 261 | |
| 262 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 263 | name = "basic-toml" |
| 264 | version = "0.1.2" |
| 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 | checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" |
| 267 | dependencies = [ |
| 268 | "serde", |
| 269 | ] |
| 270 | |
| 271 | [[package]] |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 272 | name = "bincode" |
| 273 | version = "1.3.3" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 276 | dependencies = [ |
| 277 | "serde", |
| 278 | ] |
| 279 | |
| 280 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 281 | name = "bitflags" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 282 | version = "1.3.2" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 284 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
Tamir Duberstein | 231d9e7 | 2017-09-08 19:08:01 | [diff] [blame] | 285 | |
| 286 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 287 | name = "bitflags" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 288 | version = "2.4.0" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 290 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 291 | |
| 292 | [[package]] |
| 293 | name = "block-buffer" |
| 294 | version = "0.10.4" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 297 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 298 | "generic-array", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 299 | ] |
| 300 | |
| 301 | [[package]] |
Eric Huss | 6a09cfa | 2019-05-16 05:27:39 | [diff] [blame] | 302 | name = "bstr" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 303 | version = "1.5.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 305 | checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 306 | dependencies = [ |
| 307 | "memchr", |
| 308 | "once_cell", |
Manish Goregaokar | 2721e40 | 2022-11-18 22:46:52 | [diff] [blame] | 309 | "regex-automata 0.1.10", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 310 | "serde", |
| 311 | ] |
| 312 | |
| 313 | [[package]] |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 314 | name = "build-manifest" |
| 315 | version = "0.1.0" |
| 316 | dependencies = [ |
Pietro Albini | 3bddfea | 2020-09-18 12:40:01 | [diff] [blame] | 317 | "anyhow", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 318 | "flate2", |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 319 | "hex", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 320 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 321 | "serde", |
Ralf Jung | 9138d3b | 2019-11-03 10:47:07 | [diff] [blame] | 322 | "serde_json", |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 323 | "sha2", |
Pietro Albini | 89ffab7 | 2020-09-24 12:13:40 | [diff] [blame] | 324 | "tar", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 325 | "toml 0.5.11", |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 326 | "xz2", |
Alex Crichton | 9e8785f | 2017-01-24 22:37:04 | [diff] [blame] | 327 | ] |
| 328 | |
| 329 | [[package]] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 330 | name = "build_helper" |
| 331 | version = "0.1.0" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 332 | dependencies = [ |
| 333 | "serde", |
| 334 | "serde_derive", |
| 335 | ] |
Nilstrieb | 25c1531 | 2022-12-30 10:11:33 | [diff] [blame] | 336 | |
| 337 | [[package]] |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 338 | name = "bump-stage0" |
| 339 | version = "0.1.0" |
| 340 | dependencies = [ |
| 341 | "anyhow", |
| 342 | "curl", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 343 | "indexmap", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 344 | "serde", |
| 345 | "serde_json", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 346 | "toml 0.5.11", |
Pietro Albini | 80b81ad | 2021-08-26 09:26:03 | [diff] [blame] | 347 | ] |
| 348 | |
| 349 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 350 | name = "bumpalo" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 351 | version = "3.13.0" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 353 | checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 354 | |
| 355 | [[package]] |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 356 | name = "bytecount" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 357 | version = "0.6.4" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 359 | checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 360 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 361 | "packed_simd", |
Alex Crichton | 4f661c0 | 2018-10-08 17:39:09 | [diff] [blame] | 362 | ] |
| 363 | |
| 364 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 365 | name = "byteorder" |
| 366 | version = "1.4.3" |
| 367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| 369 | |
| 370 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 371 | name = "bytes" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 372 | version = "1.4.0" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 374 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 375 | |
| 376 | [[package]] |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 377 | name = "camino" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 378 | version = "1.1.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 380 | checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 381 | dependencies = [ |
| 382 | "serde", |
| 383 | ] |
| 384 | |
| 385 | [[package]] |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 386 | name = "cargo-miri" |
| 387 | version = "0.1.0" |
| 388 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 389 | "cargo_metadata 0.18.0", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 390 | "directories", |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 391 | "rustc-build-sysroot", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 392 | "rustc_tools_util", |
Ralf Jung | e568423 | 2022-01-05 09:41:22 | [diff] [blame] | 393 | "rustc_version", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 394 | "serde", |
| 395 | "serde_json", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 396 | ] |
| 397 | |
| 398 | [[package]] |
Alex Crichton | 5c5e3fa | 2019-09-24 18:06:56 | [diff] [blame] | 399 | name = "cargo-platform" |
Eric Huss | e62cd40 | 2021-08-10 20:40:56 | [diff] [blame] | 400 | version = "0.1.2" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 402 | checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| 403 | dependencies = [ |
| 404 | "serde", |
| 405 | ] |
| 406 | |
| 407 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 408 | name = "cargo_metadata" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 409 | version = "0.15.4" |
Caleb Cartwright | 0697f56 | 2021-10-20 05:15:20 | [diff] [blame] | 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | aca66a2 | 2023-06-20 04:19:48 | [diff] [blame] | 411 | checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 412 | dependencies = [ |
| 413 | "camino", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 414 | "cargo-platform", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 415 | "semver", |
| 416 | "serde", |
| 417 | "serde_json", |
Philipp Krones | 5566eb4 | 2023-02-10 13:01:31 | [diff] [blame] | 418 | "thiserror", |
Ralf Jung | c2df1c2 | 2022-07-21 20:04:37 | [diff] [blame] | 419 | ] |
| 420 | |
| 421 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 422 | name = "cargo_metadata" |
| 423 | version = "0.18.0" |
| 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | checksum = "fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8" |
| 426 | dependencies = [ |
| 427 | "camino", |
| 428 | "cargo-platform", |
| 429 | "semver", |
| 430 | "serde", |
| 431 | "serde_json", |
| 432 | "thiserror", |
| 433 | ] |
| 434 | |
| 435 | [[package]] |
Alex Crichton | f6304e1 | 2017-02-15 22:55:26 | [diff] [blame] | 436 | name = "cargotest2" |
| 437 | version = "0.1.0" |
| 438 | |
| 439 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 440 | name = "cc" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 441 | version = "1.0.79" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 443 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 444 | |
| 445 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 446 | name = "cfg-if" |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 447 | version = "1.0.0" |
| 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
Wesley Wiser | 9286c3c | 2022-09-15 15:39:03 | [diff] [blame] | 450 | dependencies = [ |
| 451 | "compiler_builtins", |
| 452 | "rustc-std-workspace-core", |
| 453 | ] |
Aaron Hill | 44fdfd6 | 2020-10-11 17:51:07 | [diff] [blame] | 454 | |
| 455 | [[package]] |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 456 | name = "chrono" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 457 | version = "0.4.26" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 459 | checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 460 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 461 | "android-tzdata", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 462 | "iana-time-zone", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 463 | "num-traits", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 464 | "serde", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 465 | "winapi", |
Alex Crichton | 15899b0 | 2018-01-25 04:01:42 | [diff] [blame] | 466 | ] |
| 467 | |
| 468 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 469 | name = "cipher" |
| 470 | version = "0.4.4" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| 473 | dependencies = [ |
| 474 | "crypto-common", |
| 475 | "inout", |
| 476 | ] |
| 477 | |
| 478 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 479 | name = "clap" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 480 | version = "4.4.4" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 482 | checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 483 | dependencies = [ |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 484 | "clap_builder", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 485 | "clap_derive", |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 486 | ] |
| 487 | |
| 488 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 489 | name = "clap-cargo" |
| 490 | version = "0.12.0" |
| 491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 492 | checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4" |
| 493 | dependencies = [ |
| 494 | "anstyle", |
| 495 | "clap", |
| 496 | ] |
| 497 | |
| 498 | [[package]] |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 499 | name = "clap_builder" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 500 | version = "4.4.4" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 502 | checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 503 | dependencies = [ |
| 504 | "anstream", |
| 505 | "anstyle", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 506 | "clap_lex", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 507 | "strsim", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 508 | "terminal_size", |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 509 | ] |
| 510 | |
| 511 | [[package]] |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 512 | name = "clap_complete" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 513 | version = "4.4.4" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 515 | checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae" |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 516 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 517 | "clap", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 518 | ] |
| 519 | |
| 520 | [[package]] |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 521 | name = "clap_derive" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 522 | version = "4.4.2" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 524 | checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 525 | dependencies = [ |
| 526 | "heck", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 527 | "proc-macro2", |
| 528 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 529 | "syn 2.0.32", |
Nixon Enraght-Moony | 7680b16 | 2023-01-02 19:30:39 | [diff] [blame] | 530 | ] |
| 531 | |
| 532 | [[package]] |
Arlo Siemsen | b59abdc | 2022-06-17 17:58:51 | [diff] [blame] | 533 | name = "clap_lex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 534 | version = "0.5.0" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 536 | checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" |
Weihang Lo | c1b4f11 | 2022-10-04 20:57:49 | [diff] [blame] | 537 | |
| 538 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 539 | name = "clippy" |
Philipp Krones | 2ac2b26 | 2023-11-16 18:20:09 | [diff] [blame] | 540 | version = "0.1.76" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 541 | dependencies = [ |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 542 | "anstream", |
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", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 550 | "itertools", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 551 | "parking_lot", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 552 | "quote", |
flip1995 | 412ebc3 | 2021-03-12 14:31:11 | [diff] [blame] | 553 | "regex", |
Ralf Jung | 3f88f4c | 2023-02-26 18:09:17 | [diff] [blame] | 554 | "rustc_tools_util", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 555 | "serde", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 556 | "syn 2.0.32", |
Matthias Krüger | f77104b | 2019-12-02 22:09:48 | [diff] [blame] | 557 | "tempfile", |
xFrednet | 13cc27b | 2022-05-21 11:24:00 | [diff] [blame] | 558 | "termize", |
Ralf Jung | bf11b12 | 2021-04-06 11:20:48 | [diff] [blame] | 559 | "tester", |
Philipp Krones | c2490bd | 2023-07-17 08:22:41 | [diff] [blame] | 560 | "tokio", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 561 | "toml 0.7.5", |
Philipp Krones | b8b55fe | 2023-10-21 12:16:27 | [diff] [blame] | 562 | "ui_test", |
Philipp Krones | d673219 | 2022-07-28 17:08:41 | [diff] [blame] | 563 | "walkdir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 564 | ] |
| 565 | |
| 566 | [[package]] |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 567 | name = "clippy_config" |
Philipp Krones | 2ac2b26 | 2023-11-16 18:20:09 | [diff] [blame] | 568 | version = "0.1.76" |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 569 | dependencies = [ |
| 570 | "rustc-semver", |
| 571 | "serde", |
| 572 | "toml 0.7.5", |
| 573 | "walkdir", |
| 574 | ] |
| 575 | |
| 576 | [[package]] |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 577 | name = "clippy_dev" |
| 578 | version = "0.0.1" |
| 579 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 580 | "aho-corasick 0.7.20", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 581 | "clap", |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 582 | "indoc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 583 | "itertools", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 584 | "opener 0.5.2", |
Joshua Nelson | 8c25e27 | 2021-04-14 13:20:49 | [diff] [blame] | 585 | "shell-escape", |
| 586 | "walkdir", |
| 587 | ] |
| 588 | |
| 589 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 590 | name = "clippy_lints" |
Philipp Krones | 2ac2b26 | 2023-11-16 18:20:09 | [diff] [blame] | 591 | version = "0.1.76" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 592 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 593 | "arrayvec", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 594 | "cargo_metadata 0.15.4", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 595 | "clippy_config", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 596 | "clippy_utils", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 597 | "declare_clippy_lint", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 598 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 599 | "quine-mc_cluskey", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 600 | "regex", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 601 | "regex-syntax 0.7.2", |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 602 | "rustc-semver", |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 603 | "semver", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 604 | "serde", |
flip1995 | c24058b | 2021-05-06 10:21:46 | [diff] [blame] | 605 | "serde_json", |
flip1995 | 37cdd7e | 2022-06-16 15:39:29 | [diff] [blame] | 606 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 607 | "toml 0.7.5", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 608 | "unicode-normalization", |
flip1995 | 44cea51 | 2021-07-01 16:18:02 | [diff] [blame] | 609 | "unicode-script", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 610 | "url", |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 611 | "walkdir", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 612 | ] |
| 613 | |
| 614 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 615 | name = "clippy_utils" |
Philipp Krones | 2ac2b26 | 2023-11-16 18:20:09 | [diff] [blame] | 616 | version = "0.1.76" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 617 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 618 | "arrayvec", |
Philipp Krones | 02562bf | 2023-11-02 16:50:52 | [diff] [blame] | 619 | "clippy_config", |
Jason Newcomb | 9a67767 | 2022-08-31 13:24:45 | [diff] [blame] | 620 | "itertools", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 621 | "rustc-semver", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 622 | ] |
| 623 | |
| 624 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 625 | name = "collect-license-metadata" |
| 626 | version = "0.1.0" |
| 627 | dependencies = [ |
| 628 | "anyhow", |
| 629 | "serde", |
| 630 | "serde_json", |
| 631 | "spdx-rs", |
| 632 | ] |
| 633 | |
| 634 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 635 | name = "color-eyre" |
| 636 | version = "0.6.2" |
| 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 | checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
| 639 | dependencies = [ |
| 640 | "backtrace", |
| 641 | "color-spantrace", |
| 642 | "eyre", |
| 643 | "indenter", |
| 644 | "once_cell", |
| 645 | "owo-colors", |
| 646 | "tracing-error", |
| 647 | ] |
| 648 | |
| 649 | [[package]] |
Philipp Krones | 6233d44 | 2023-10-06 15:47:56 | [diff] [blame] | 650 | name = "color-print" |
| 651 | version = "0.3.5" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" |
| 654 | dependencies = [ |
| 655 | "color-print-proc-macro", |
| 656 | ] |
| 657 | |
| 658 | [[package]] |
| 659 | name = "color-print-proc-macro" |
| 660 | version = "0.3.5" |
| 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 662 | checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" |
| 663 | dependencies = [ |
| 664 | "nom", |
| 665 | "proc-macro2", |
| 666 | "quote", |
| 667 | "syn 1.0.109", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 671 | name = "color-spantrace" |
| 672 | version = "0.2.0" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
| 675 | dependencies = [ |
| 676 | "once_cell", |
| 677 | "owo-colors", |
| 678 | "tracing-core", |
| 679 | "tracing-error", |
| 680 | ] |
| 681 | |
| 682 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 683 | name = "colorchoice" |
| 684 | version = "1.0.0" |
| 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 687 | |
| 688 | [[package]] |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 689 | name = "colored" |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 690 | version = "2.0.4" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 692 | checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 693 | dependencies = [ |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 694 | "is-terminal", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 695 | "lazy_static", |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 696 | "windows-sys 0.48.0", |
Nick Cameron | 127f9a6 | 2018-04-25 22:11:28 | [diff] [blame] | 697 | ] |
| 698 | |
| 699 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 700 | name = "comma" |
| 701 | version = "1.0.0" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" |
| 704 | |
| 705 | [[package]] |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 706 | name = "compiler_builtins" |
Nicholas Bishop | 5d3535c | 2023-11-04 17:11:10 | [diff] [blame] | 707 | version = "0.1.103" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Bishop | 5d3535c | 2023-11-04 17:11:10 | [diff] [blame] | 709 | checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242" |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 710 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 711 | "cc", |
| 712 | "rustc-std-workspace-core", |
Alex Crichton | 147e2da | 2016-10-07 06:30:38 | [diff] [blame] | 713 | ] |
| 714 | |
| 715 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 716 | name = "compiletest" |
| 717 | version = "0.0.0" |
| 718 | dependencies = [ |
David Tolnay | 6b7b775 | 2023-05-14 14:13:00 | [diff] [blame] | 719 | "anyhow", |
yukang | 414eb48 | 2023-02-03 16:23:11 | [diff] [blame] | 720 | "build_helper", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 721 | "colored", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 722 | "diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 723 | "getopts", |
Xavier Denis | f07607f | 2020-07-28 13:22:21 | [diff] [blame] | 724 | "glob", |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 725 | "home", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 726 | "indexmap", |
Eric Huss | fab8996 | 2022-08-08 04:26:13 | [diff] [blame] | 727 | "lazycell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 728 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 729 | "miow", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 730 | "miropt-test-tools", |
klensy | 58e7470 | 2023-02-21 12:58:33 | [diff] [blame] | 731 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 732 | "regex", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 733 | "rustfix", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 734 | "serde", |
| 735 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 736 | "tracing", |
Tomasz Miąsko | 08d5e96 | 2020-10-20 00:00:00 | [diff] [blame] | 737 | "tracing-subscriber", |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 738 | "unified-diff", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 739 | "walkdir", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 740 | "windows", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 741 | ] |
| 742 | |
| 743 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 744 | name = "console" |
| 745 | version = "0.15.7" |
| 746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 | checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" |
| 748 | dependencies = [ |
| 749 | "encode_unicode", |
| 750 | "lazy_static", |
| 751 | "libc", |
| 752 | "unicode-width", |
| 753 | "windows-sys 0.45.0", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 757 | name = "convert_case" |
| 758 | version = "0.4.0" |
| 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 760 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
| 761 | |
| 762 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 763 | name = "core" |
| 764 | version = "0.0.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 765 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 766 | "rand", |
Thom Chiovoloni | 0812759 | 2022-05-02 06:10:56 | [diff] [blame] | 767 | "rand_xorshift", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 768 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 769 | |
| 770 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 771 | name = "core-foundation" |
| 772 | version = "0.9.3" |
| 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
| 775 | dependencies = [ |
| 776 | "core-foundation-sys", |
| 777 | "libc", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 781 | name = "core-foundation-sys" |
| 782 | version = "0.8.4" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
| 785 | |
| 786 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 787 | name = "coverage-dump" |
| 788 | version = "0.1.0" |
| 789 | dependencies = [ |
| 790 | "anyhow", |
| 791 | "leb128", |
| 792 | "md-5", |
| 793 | "miniz_oxide", |
| 794 | "regex", |
| 795 | "rustc-demangle", |
| 796 | ] |
| 797 | |
| 798 | [[package]] |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 799 | name = "cpufeatures" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 800 | version = "0.2.8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 802 | checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 803 | dependencies = [ |
| 804 | "libc", |
| 805 | ] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 806 | |
| 807 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 808 | name = "crc32fast" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 809 | version = "1.3.2" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 811 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 812 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 813 | "cfg-if", |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 814 | ] |
Alex Crichton | 38bedfa | 2017-09-02 03:46:51 | [diff] [blame] | 815 | |
| 816 | [[package]] |
kennytm | cab21f1 | 2018-07-26 21:58:55 | [diff] [blame] | 817 | name = "crossbeam-channel" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 818 | version = "0.5.8" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 820 | checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 821 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 822 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 823 | "crossbeam-utils", |
Matthias Krüger | 451d492 | 2020-02-10 19:47:38 | [diff] [blame] | 824 | ] |
| 825 | |
| 826 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 827 | name = "crossbeam-deque" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 828 | version = "0.8.3" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 830 | checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 831 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 832 | "cfg-if", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 833 | "crossbeam-epoch", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 834 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 835 | ] |
| 836 | |
| 837 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 838 | name = "crossbeam-epoch" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 839 | version = "0.9.15" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 841 | checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 842 | dependencies = [ |
bjorn3 | aa1ab51 | 2022-12-12 16:51:39 | [diff] [blame] | 843 | "autocfg", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 844 | "cfg-if", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 845 | "crossbeam-utils", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 846 | "memoffset", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 847 | "scopeguard", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 848 | ] |
| 849 | |
| 850 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 851 | name = "crossbeam-utils" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 852 | version = "0.8.16" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 854 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
Eric Huss | e0f2f9d | 2019-11-12 17:57:41 | [diff] [blame] | 855 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 856 | "cfg-if", |
Eric Huss | 71bf7cf | 2020-10-14 22:16:47 | [diff] [blame] | 857 | ] |
| 858 | |
| 859 | [[package]] |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 860 | name = "crypto-common" |
| 861 | version = "0.1.6" |
| 862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 863 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 864 | dependencies = [ |
| 865 | "generic-array", |
| 866 | "typenum", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 867 | ] |
| 868 | |
| 869 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 870 | name = "ctrlc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 871 | version = "3.4.0" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 873 | checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 874 | dependencies = [ |
| 875 | "nix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 876 | "windows-sys 0.48.0", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 877 | ] |
| 878 | |
| 879 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 880 | name = "curl" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 881 | version = "0.4.44" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 883 | checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 884 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 885 | "curl-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 886 | "libc", |
| 887 | "openssl-probe", |
| 888 | "openssl-sys", |
| 889 | "schannel", |
klensy | d5e8ad4 | 2021-07-04 18:49:56 | [diff] [blame] | 890 | "socket2", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 891 | "winapi", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 892 | ] |
| 893 | |
| 894 | [[package]] |
| 895 | name = "curl-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 896 | version = "0.4.63+curl-8.1.2" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 898 | checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 899 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 900 | "cc", |
| 901 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 902 | "libz-sys", |
| 903 | "openssl-sys", |
| 904 | "pkg-config", |
| 905 | "vcpkg", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 906 | "winapi", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 907 | ] |
| 908 | |
| 909 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 910 | name = "darling" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 911 | version = "0.14.4" |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
| 914 | dependencies = [ |
| 915 | "darling_core 0.14.4", |
| 916 | "darling_macro 0.14.4", |
| 917 | ] |
| 918 | |
| 919 | [[package]] |
| 920 | name = "darling" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 921 | version = "0.20.3" |
| 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 | checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" |
| 924 | dependencies = [ |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 925 | "darling_core 0.20.3", |
| 926 | "darling_macro 0.20.3", |
| 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "darling_core" |
| 931 | version = "0.14.4" |
| 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
| 934 | dependencies = [ |
| 935 | "fnv", |
| 936 | "ident_case", |
| 937 | "proc-macro2", |
| 938 | "quote", |
| 939 | "strsim", |
| 940 | "syn 1.0.109", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 941 | ] |
| 942 | |
| 943 | [[package]] |
| 944 | name = "darling_core" |
| 945 | version = "0.20.3" |
| 946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 947 | checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" |
| 948 | dependencies = [ |
| 949 | "fnv", |
| 950 | "ident_case", |
| 951 | "proc-macro2", |
| 952 | "quote", |
| 953 | "strsim", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 954 | "syn 2.0.32", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 955 | ] |
| 956 | |
| 957 | [[package]] |
| 958 | name = "darling_macro" |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 959 | version = "0.14.4" |
| 960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 | checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
| 962 | dependencies = [ |
| 963 | "darling_core 0.14.4", |
| 964 | "quote", |
| 965 | "syn 1.0.109", |
| 966 | ] |
| 967 | |
| 968 | [[package]] |
| 969 | name = "darling_macro" |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 970 | version = "0.20.3" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" |
| 973 | dependencies = [ |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 974 | "darling_core 0.20.3", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 975 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 976 | "syn 2.0.32", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 977 | ] |
| 978 | |
| 979 | [[package]] |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 980 | name = "datafrog" |
Niko Matsakis | 826fb1d | 2019-01-02 19:45:22 | [diff] [blame] | 981 | version = "2.0.1" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 983 | checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 984 | |
| 985 | [[package]] |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 986 | name = "declare_clippy_lint" |
Philipp Krones | 2ac2b26 | 2023-11-16 18:20:09 | [diff] [blame] | 987 | version = "0.1.76" |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 988 | dependencies = [ |
| 989 | "itertools", |
| 990 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 991 | "syn 2.0.32", |
Philipp Krones | d407778 | 2022-11-21 19:52:06 | [diff] [blame] | 992 | ] |
| 993 | |
| 994 | [[package]] |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 995 | name = "derivative" |
| 996 | version = "2.2.0" |
| 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 | checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
| 999 | dependencies = [ |
| 1000 | "proc-macro2", |
| 1001 | "quote", |
| 1002 | "syn 1.0.109", |
| 1003 | ] |
| 1004 | |
| 1005 | [[package]] |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1006 | name = "derive_builder" |
| 1007 | version = "0.12.0" |
| 1008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1009 | checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" |
| 1010 | dependencies = [ |
| 1011 | "derive_builder_macro", |
| 1012 | ] |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "derive_builder_core" |
| 1016 | version = "0.12.0" |
| 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" |
| 1019 | dependencies = [ |
| 1020 | "darling 0.14.4", |
| 1021 | "proc-macro2", |
| 1022 | "quote", |
| 1023 | "syn 1.0.109", |
| 1024 | ] |
| 1025 | |
| 1026 | [[package]] |
| 1027 | name = "derive_builder_macro" |
| 1028 | version = "0.12.0" |
| 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 | checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" |
| 1031 | dependencies = [ |
| 1032 | "derive_builder_core", |
| 1033 | "syn 1.0.109", |
| 1034 | ] |
| 1035 | |
| 1036 | [[package]] |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1037 | name = "derive_more" |
| 1038 | version = "0.99.17" |
| 1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1040 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
| 1041 | dependencies = [ |
| 1042 | "convert_case", |
| 1043 | "proc-macro2", |
| 1044 | "quote", |
| 1045 | "rustc_version", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1046 | "syn 1.0.109", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 1047 | ] |
| 1048 | |
| 1049 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1050 | name = "derive_setters" |
| 1051 | version = "0.1.6" |
| 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1053 | checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" |
| 1054 | dependencies = [ |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 1055 | "darling 0.20.3", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1056 | "proc-macro2", |
| 1057 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1058 | "syn 2.0.32", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1062 | name = "diff" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1063 | version = "0.1.13" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 1065 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
Cengiz Can | 837817c | 2017-04-27 19:41:18 | [diff] [blame] | 1066 | |
| 1067 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1068 | name = "digest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1069 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1071 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1072 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1073 | "block-buffer", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 1074 | "crypto-common", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1075 | ] |
| 1076 | |
| 1077 | [[package]] |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1078 | name = "directories" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1079 | version = "5.0.1" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1081 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1082 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1083 | "dirs-sys 0.4.1", |
Ralf Jung | 44b0fd6 | 2018-11-28 20:22:45 | [diff] [blame] | 1084 | ] |
| 1085 | |
| 1086 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1087 | name = "dirs" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1088 | version = "4.0.0" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1090 | checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1091 | dependencies = [ |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1092 | "dirs-sys 0.3.7", |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 1093 | ] |
| 1094 | |
| 1095 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1096 | name = "dirs-next" |
| 1097 | version = "2.0.0" |
| 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1099 | checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
| 1100 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1101 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1102 | "dirs-sys-next", |
| 1103 | ] |
| 1104 | |
| 1105 | [[package]] |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1106 | name = "dirs-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1107 | version = "0.3.7" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1109 | checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1110 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1111 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1112 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1113 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1114 | ] |
| 1115 | |
| 1116 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 1117 | name = "dirs-sys" |
| 1118 | version = "0.4.1" |
| 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| 1121 | dependencies = [ |
| 1122 | "libc", |
| 1123 | "option-ext", |
| 1124 | "redox_users", |
| 1125 | "windows-sys 0.48.0", |
| 1126 | ] |
| 1127 | |
| 1128 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 1129 | name = "dirs-sys-next" |
| 1130 | version = "0.1.2" |
| 1131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1132 | checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
| 1133 | dependencies = [ |
| 1134 | "libc", |
Jubilee Young | 27ef719 | 2021-04-23 22:49:47 | [diff] [blame] | 1135 | "redox_users", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1136 | "winapi", |
Ralf Jung | 4e8626e | 2019-06-13 07:58:32 | [diff] [blame] | 1137 | ] |
| 1138 | |
| 1139 | [[package]] |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1140 | name = "displaydoc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1141 | version = "0.2.4" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1143 | checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1144 | dependencies = [ |
| 1145 | "proc-macro2", |
| 1146 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1147 | "syn 2.0.32", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 1148 | ] |
| 1149 | |
| 1150 | [[package]] |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1151 | name = "dissimilar" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1152 | version = "1.0.6" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1154 | checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e" |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1155 | |
| 1156 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1157 | name = "dlmalloc" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1158 | version = "0.2.4" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1160 | checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1161 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1162 | "compiler_builtins", |
| 1163 | "libc", |
| 1164 | "rustc-std-workspace-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1165 | ] |
| 1166 | |
| 1167 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1168 | name = "either" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1169 | version = "1.8.1" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1171 | checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1172 | |
| 1173 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1174 | name = "elasticlunr-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1175 | version = "3.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1177 | checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1178 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1179 | "regex", |
| 1180 | "serde", |
| 1181 | "serde_derive", |
| 1182 | "serde_json", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1183 | ] |
| 1184 | |
| 1185 | [[package]] |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1186 | name = "elsa" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1187 | version = "1.7.1" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Oli Scherer | 457a162 | 2023-04-05 08:07:29 | [diff] [blame] | 1189 | checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed" |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 1190 | dependencies = [ |
| 1191 | "stable_deref_trait", |
| 1192 | ] |
| 1193 | |
| 1194 | [[package]] |
Sean Griffin | 755bdaa | 2018-01-29 20:45:12 | [diff] [blame] | 1195 | name = "ena" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1196 | version = "0.14.2" |
Markus Westerlind | caacdd2 | 2020-02-25 08:47:07 | [diff] [blame] | 1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
The 8472 | 7cce618 | 2023-03-06 14:07:02 | [diff] [blame] | 1198 | checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1199 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1200 | "log", |
varkor | 443a2d4 | 2019-03-19 21:30:07 | [diff] [blame] | 1201 | ] |
| 1202 | |
| 1203 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1204 | name = "encode_unicode" |
| 1205 | version = "0.3.6" |
| 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1207 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| 1208 | |
| 1209 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1210 | name = "encoding_rs" |
| 1211 | version = "0.8.32" |
| 1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 | checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" |
| 1214 | dependencies = [ |
| 1215 | "cfg-if", |
| 1216 | ] |
| 1217 | |
| 1218 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1219 | name = "env_logger" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1220 | version = "0.10.0" |
| 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1222 | checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
| 1223 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1224 | "humantime", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1225 | "is-terminal", |
| 1226 | "log", |
| 1227 | "regex", |
| 1228 | "termcolor", |
| 1229 | ] |
| 1230 | |
| 1231 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1232 | name = "equivalent" |
| 1233 | version = "1.0.0" |
| 1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1235 | checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" |
| 1236 | |
| 1237 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1238 | name = "errno" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 1239 | version = "0.3.5" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 1241 | checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1242 | dependencies = [ |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1243 | "libc", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1244 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1248 | name = "error_index_generator" |
| 1249 | version = "0.0.0" |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1250 | dependencies = [ |
Guillaume Gomez | 1171697 | 2022-08-29 16:05:21 | [diff] [blame] | 1251 | "mdbook", |
Ezra Shaw | 5304415 | 2023-02-25 09:59:20 | [diff] [blame] | 1252 | "rustc_error_codes", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 1253 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1254 | |
| 1255 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1256 | name = "expand-yaml-anchors" |
| 1257 | version = "0.1.0" |
| 1258 | dependencies = [ |
| 1259 | "yaml-merge-keys", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 1260 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 1261 | ] |
| 1262 | |
| 1263 | [[package]] |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1264 | name = "expect-test" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1265 | version = "1.4.1" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1267 | checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1268 | dependencies = [ |
klensy | ceee880 | 2022-11-22 14:41:06 | [diff] [blame] | 1269 | "dissimilar", |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 1270 | "once_cell", |
| 1271 | ] |
| 1272 | |
| 1273 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1274 | name = "eyre" |
| 1275 | version = "0.6.8" |
| 1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1277 | checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
| 1278 | dependencies = [ |
| 1279 | "indenter", |
| 1280 | "once_cell", |
| 1281 | ] |
| 1282 | |
| 1283 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1284 | name = "fallible-iterator" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1285 | version = "0.3.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1287 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1288 | |
| 1289 | [[package]] |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1290 | name = "fastrand" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 1291 | version = "2.0.0" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 1293 | checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 1294 | |
| 1295 | [[package]] |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1296 | name = "field-offset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1297 | version = "0.3.6" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 1299 | checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1300 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1301 | "memoffset", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 1302 | "rustc_version", |
| 1303 | ] |
| 1304 | |
| 1305 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1306 | name = "filetime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1307 | version = "0.2.21" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1309 | checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1310 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1311 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1312 | "libc", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1313 | "redox_syscall 0.2.16", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1314 | "windows-sys 0.48.0", |
Alex Crichton | 924f8c7 | 2018-04-18 15:43:59 | [diff] [blame] | 1315 | ] |
| 1316 | |
| 1317 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1318 | name = "flate2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1319 | version = "1.0.26" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1321 | checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1322 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1323 | "crc32fast", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 1324 | "miniz_oxide", |
Felix Schütt | 7c13fa3 | 2017-12-31 14:34:29 | [diff] [blame] | 1325 | ] |
| 1326 | |
| 1327 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1328 | name = "fluent-bundle" |
| 1329 | version = "0.15.2" |
| 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1331 | checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd" |
| 1332 | dependencies = [ |
| 1333 | "fluent-langneg", |
| 1334 | "fluent-syntax", |
| 1335 | "intl-memoizer", |
| 1336 | "intl_pluralrules", |
| 1337 | "rustc-hash", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1338 | "self_cell 0.10.3", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 1339 | "smallvec", |
| 1340 | "unic-langid", |
| 1341 | ] |
| 1342 | |
| 1343 | [[package]] |
| 1344 | name = "fluent-langneg" |
| 1345 | version = "0.13.0" |
| 1346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1347 | checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 1348 | dependencies = [ |
| 1349 | "unic-langid", |
| 1350 | ] |
| 1351 | |
| 1352 | [[package]] |
| 1353 | name = "fluent-syntax" |
| 1354 | version = "0.11.0" |
| 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1356 | checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78" |
| 1357 | dependencies = [ |
| 1358 | "thiserror", |
| 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1362 | name = "fnv" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1363 | version = "1.0.7" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 1365 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1366 | |
| 1367 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1368 | name = "foreign-types" |
| 1369 | version = "0.3.2" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 1372 | dependencies = [ |
| 1373 | "foreign-types-shared", |
| 1374 | ] |
| 1375 | |
| 1376 | [[package]] |
| 1377 | name = "foreign-types-shared" |
| 1378 | version = "0.1.1" |
| 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1380 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1381 | |
| 1382 | [[package]] |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1383 | name = "form_urlencoded" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1384 | version = "1.2.0" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1386 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1387 | dependencies = [ |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 1388 | "percent-encoding", |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 1389 | ] |
| 1390 | |
| 1391 | [[package]] |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1392 | name = "fortanix-sgx-abi" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1393 | version = "0.5.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 1394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mohsen Zohrevandi | 70dd980 | 2022-08-15 23:02:49 | [diff] [blame] | 1395 | checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5" |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1396 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1397 | "compiler_builtins", |
| 1398 | "rustc-std-workspace-core", |
Jethro Beekman | 4a35056 | 2018-08-28 04:33:26 | [diff] [blame] | 1399 | ] |
| 1400 | |
| 1401 | [[package]] |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1402 | name = "fs-err" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1403 | version = "2.9.0" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1405 | checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 1406 | |
| 1407 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1408 | name = "fs_extra" |
| 1409 | version = "1.3.0" |
| 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1411 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1412 | |
| 1413 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1414 | name = "futf" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1415 | version = "0.1.5" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 1417 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1418 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1419 | "mac", |
| 1420 | "new_debug_unreachable", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1421 | ] |
| 1422 | |
| 1423 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 1424 | name = "futures" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1425 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1427 | checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1428 | dependencies = [ |
| 1429 | "futures-channel", |
| 1430 | "futures-core", |
| 1431 | "futures-executor", |
| 1432 | "futures-io", |
| 1433 | "futures-sink", |
| 1434 | "futures-task", |
| 1435 | "futures-util", |
| 1436 | ] |
| 1437 | |
| 1438 | [[package]] |
| 1439 | name = "futures-channel" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1440 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1442 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1443 | dependencies = [ |
| 1444 | "futures-core", |
| 1445 | "futures-sink", |
| 1446 | ] |
| 1447 | |
| 1448 | [[package]] |
| 1449 | name = "futures-core" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1450 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1452 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1453 | |
| 1454 | [[package]] |
| 1455 | name = "futures-executor" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1456 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1458 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1459 | dependencies = [ |
| 1460 | "futures-core", |
| 1461 | "futures-task", |
| 1462 | "futures-util", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1463 | ] |
| 1464 | |
| 1465 | [[package]] |
| 1466 | name = "futures-io" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1467 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1469 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1470 | |
| 1471 | [[package]] |
| 1472 | name = "futures-macro" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1473 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1475 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1476 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1477 | "proc-macro2", |
| 1478 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1479 | "syn 2.0.32", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1480 | ] |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "futures-sink" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1484 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1486 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1487 | |
| 1488 | [[package]] |
| 1489 | name = "futures-task" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1490 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1492 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1493 | |
| 1494 | [[package]] |
| 1495 | name = "futures-util" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1496 | version = "0.3.28" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Deadbeef | 2c64688 | 2023-04-08 09:38:57 | [diff] [blame] | 1498 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1499 | dependencies = [ |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1500 | "futures-channel", |
| 1501 | "futures-core", |
| 1502 | "futures-io", |
| 1503 | "futures-macro", |
| 1504 | "futures-sink", |
| 1505 | "futures-task", |
| 1506 | "memchr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 1507 | "pin-project-lite", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1508 | "pin-utils", |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 1509 | "slab", |
| 1510 | ] |
| 1511 | |
| 1512 | [[package]] |
Pietro Albini | 4af7de1 | 2022-11-15 10:27:19 | [diff] [blame] | 1513 | name = "generate-copyright" |
| 1514 | version = "0.1.0" |
| 1515 | dependencies = [ |
| 1516 | "anyhow", |
| 1517 | "serde", |
| 1518 | "serde_json", |
| 1519 | ] |
| 1520 | |
| 1521 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 1522 | name = "generate-windows-sys" |
| 1523 | version = "0.1.0" |
| 1524 | dependencies = [ |
| 1525 | "windows-bindgen", |
| 1526 | ] |
| 1527 | |
| 1528 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1529 | name = "generic-array" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1530 | version = "0.14.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1532 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 1533 | dependencies = [ |
| 1534 | "typenum", |
| 1535 | "version_check", |
| 1536 | ] |
| 1537 | |
| 1538 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1539 | name = "getopts" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1540 | version = "0.2.21" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1542 | checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1543 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 1544 | "rustc-std-workspace-core", |
| 1545 | "rustc-std-workspace-std", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1546 | "unicode-width", |
varkor | e72f7e1 | 2019-04-30 19:37:36 | [diff] [blame] | 1547 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 1548 | |
| 1549 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 1550 | name = "getrandom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1551 | version = "0.2.10" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1553 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1554 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 1555 | "cfg-if", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1556 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 1557 | "wasi", |
Ralf Jung | 0e90875 | 2020-09-17 18:04:20 | [diff] [blame] | 1558 | ] |
| 1559 | |
| 1560 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 1561 | name = "gimli" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1562 | version = "0.28.0" |
| 1563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1564 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
Qiu Chaofan | 7c8c9cf | 2023-02-01 04:29:19 | [diff] [blame] | 1565 | dependencies = [ |
| 1566 | "compiler_builtins", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1567 | "fallible-iterator", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1568 | "indexmap", |
Michael Howell | cf83a1d | 2022-11-03 17:10:15 | [diff] [blame] | 1569 | "rustc-std-workspace-alloc", |
| 1570 | "rustc-std-workspace-core", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1571 | "stable_deref_trait", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 1572 | ] |
| 1573 | |
| 1574 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1575 | name = "glob" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1576 | version = "0.3.1" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1578 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1579 | |
| 1580 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1581 | name = "globset" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1582 | version = "0.4.10" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1584 | checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1585 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1586 | "aho-corasick 0.7.20", |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1587 | "bstr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1588 | "fnv", |
| 1589 | "log", |
| 1590 | "regex", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1591 | ] |
| 1592 | |
| 1593 | [[package]] |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1594 | name = "gsgdt" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1595 | version = "0.1.2" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Krasimir Georgiev | a9698e2 | 2022-01-03 19:25:46 | [diff] [blame] | 1597 | checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825" |
Vishnunarayan K I | ea14607 | 2020-10-26 13:34:29 | [diff] [blame] | 1598 | dependencies = [ |
| 1599 | "serde", |
| 1600 | ] |
| 1601 | |
| 1602 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1603 | name = "h2" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1604 | version = "0.3.22" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1606 | checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1607 | dependencies = [ |
| 1608 | "bytes", |
| 1609 | "fnv", |
| 1610 | "futures-core", |
| 1611 | "futures-sink", |
| 1612 | "futures-util", |
| 1613 | "http", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1614 | "indexmap", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1615 | "slab", |
| 1616 | "tokio", |
| 1617 | "tokio-util", |
| 1618 | "tracing", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1622 | name = "handlebars" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1623 | version = "4.3.7" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1625 | checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 1626 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1627 | "log", |
| 1628 | "pest", |
| 1629 | "pest_derive", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1630 | "serde", |
| 1631 | "serde_json", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 1632 | "thiserror", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 1633 | ] |
| 1634 | |
| 1635 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 1636 | name = "hashbrown" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1637 | version = "0.14.3" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1639 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1640 | dependencies = [ |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 1641 | "ahash", |
The 8472 | 479be6a | 2023-06-08 14:55:49 | [diff] [blame] | 1642 | "allocator-api2", |
Urgau | 0b9feea | 2023-05-06 22:35:55 | [diff] [blame] | 1643 | "compiler_builtins", |
| 1644 | "rustc-std-workspace-alloc", |
| 1645 | "rustc-std-workspace-core", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 1646 | ] |
| 1647 | |
| 1648 | [[package]] |
Bastien Orivel | 5c4534a | 2018-12-08 14:11:47 | [diff] [blame] | 1649 | name = "heck" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1650 | version = "0.4.1" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1652 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 1653 | |
| 1654 | [[package]] |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1655 | name = "hermit-abi" |
Stefan Lankes | 8666ade | 2023-07-04 13:58:02 | [diff] [blame] | 1656 | version = "0.3.2" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stefan Lankes | 8666ade | 2023-07-04 13:58:02 | [diff] [blame] | 1658 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
Stefan Lankes | 7143379a | 2022-12-06 19:31:43 | [diff] [blame] | 1659 | dependencies = [ |
| 1660 | "compiler_builtins", |
joboet | 262193e | 2022-09-06 08:44:05 | [diff] [blame] | 1661 | "rustc-std-workspace-alloc", |
Stefan Lankes | 5ebd4d9 | 2019-10-20 07:55:10 | [diff] [blame] | 1662 | "rustc-std-workspace-core", |
| 1663 | ] |
| 1664 | |
| 1665 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 1666 | name = "hex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1667 | version = "0.4.3" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1669 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
Aaron Hill | d440e13 | 2019-09-16 18:45:40 | [diff] [blame] | 1670 | |
| 1671 | [[package]] |
Pietro Albini | c230637 | 2023-09-15 14:09:45 | [diff] [blame] | 1672 | name = "home" |
| 1673 | version = "0.5.5" |
| 1674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1675 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
| 1676 | dependencies = [ |
| 1677 | "windows-sys 0.48.0", |
| 1678 | ] |
| 1679 | |
| 1680 | [[package]] |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1681 | name = "html-checker" |
| 1682 | version = "0.1.0" |
| 1683 | dependencies = [ |
Alex Gaynor | 5b0ec1e | 2022-07-30 03:26:00 | [diff] [blame] | 1684 | "rayon", |
Guillaume Gomez | 83a2bc3 | 2021-04-23 14:43:18 | [diff] [blame] | 1685 | "walkdir", |
| 1686 | ] |
| 1687 | |
| 1688 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 1689 | name = "html5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1690 | version = "0.26.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 1692 | checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1693 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1694 | "log", |
| 1695 | "mac", |
| 1696 | "markup5ever", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 1697 | "proc-macro2", |
| 1698 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1699 | "syn 1.0.109", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 1700 | ] |
| 1701 | |
| 1702 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1703 | name = "http" |
| 1704 | version = "0.2.9" |
| 1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
| 1707 | dependencies = [ |
| 1708 | "bytes", |
| 1709 | "fnv", |
| 1710 | "itoa", |
| 1711 | ] |
| 1712 | |
| 1713 | [[package]] |
| 1714 | name = "http-body" |
| 1715 | version = "0.4.5" |
| 1716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1717 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
| 1718 | dependencies = [ |
| 1719 | "bytes", |
| 1720 | "http", |
| 1721 | "pin-project-lite", |
| 1722 | ] |
| 1723 | |
| 1724 | [[package]] |
| 1725 | name = "httparse" |
| 1726 | version = "1.8.0" |
| 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "httpdate" |
| 1732 | version = "1.0.2" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
| 1735 | |
| 1736 | [[package]] |
| 1737 | name = "humansize" |
| 1738 | version = "2.1.3" |
| 1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 1741 | dependencies = [ |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 1742 | "libm", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1743 | ] |
| 1744 | |
| 1745 | [[package]] |
Alex Crichton | 87f3dda | 2018-03-01 19:08:48 | [diff] [blame] | 1746 | name = "humantime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1747 | version = "2.1.0" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1749 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
Eric Huss | d45d8b1 | 2020-01-21 17:55:43 | [diff] [blame] | 1750 | |
| 1751 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 1752 | name = "hyper" |
| 1753 | version = "0.14.22" |
| 1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1755 | checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" |
| 1756 | dependencies = [ |
| 1757 | "bytes", |
| 1758 | "futures-channel", |
| 1759 | "futures-core", |
| 1760 | "futures-util", |
| 1761 | "h2", |
| 1762 | "http", |
| 1763 | "http-body", |
| 1764 | "httparse", |
| 1765 | "httpdate", |
| 1766 | "itoa", |
| 1767 | "pin-project-lite", |
| 1768 | "socket2", |
| 1769 | "tokio", |
| 1770 | "tower-service", |
| 1771 | "tracing", |
| 1772 | "want", |
| 1773 | ] |
| 1774 | |
| 1775 | [[package]] |
| 1776 | name = "hyper-tls" |
| 1777 | version = "0.5.0" |
| 1778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
| 1780 | dependencies = [ |
| 1781 | "bytes", |
| 1782 | "hyper", |
| 1783 | "native-tls", |
| 1784 | "tokio", |
| 1785 | "tokio-native-tls", |
| 1786 | ] |
| 1787 | |
| 1788 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1789 | name = "iana-time-zone" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1790 | version = "0.1.57" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1792 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1793 | dependencies = [ |
| 1794 | "android_system_properties", |
| 1795 | "core-foundation-sys", |
| 1796 | "iana-time-zone-haiku", |
| 1797 | "js-sys", |
| 1798 | "wasm-bindgen", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 1799 | "windows", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1800 | ] |
| 1801 | |
| 1802 | [[package]] |
| 1803 | name = "iana-time-zone-haiku" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1804 | version = "0.1.2" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1806 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1807 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1808 | "cc", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 1809 | ] |
| 1810 | |
| 1811 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1812 | name = "icu_list" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1813 | version = "1.3.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1815 | checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1816 | dependencies = [ |
| 1817 | "displaydoc", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1818 | "icu_list_data", |
| 1819 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1820 | "icu_provider", |
| 1821 | "regex-automata 0.2.0", |
| 1822 | "writeable", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1823 | ] |
| 1824 | |
| 1825 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1826 | name = "icu_list_data" |
| 1827 | version = "1.3.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1829 | checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d" |
| 1830 | |
| 1831 | [[package]] |
| 1832 | name = "icu_locid" |
| 1833 | version = "1.3.2" |
| 1834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1835 | checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1836 | dependencies = [ |
| 1837 | "displaydoc", |
| 1838 | "litemap", |
| 1839 | "tinystr", |
| 1840 | "writeable", |
| 1841 | "zerovec", |
| 1842 | ] |
| 1843 | |
| 1844 | [[package]] |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1845 | name = "icu_locid_transform" |
| 1846 | version = "1.3.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1848 | checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7" |
| 1849 | dependencies = [ |
| 1850 | "displaydoc", |
| 1851 | "icu_locid", |
| 1852 | "icu_locid_transform_data", |
| 1853 | "icu_provider", |
| 1854 | "tinystr", |
| 1855 | "zerovec", |
| 1856 | ] |
| 1857 | |
| 1858 | [[package]] |
| 1859 | name = "icu_locid_transform_data" |
| 1860 | version = "1.3.2" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44" |
| 1863 | |
| 1864 | [[package]] |
| 1865 | name = "icu_provider" |
| 1866 | version = "1.3.2" |
| 1867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1868 | checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1869 | dependencies = [ |
| 1870 | "displaydoc", |
| 1871 | "icu_locid", |
| 1872 | "icu_provider_macros", |
| 1873 | "stable_deref_trait", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1874 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1875 | "writeable", |
| 1876 | "yoke", |
| 1877 | "zerofrom", |
| 1878 | "zerovec", |
| 1879 | ] |
| 1880 | |
| 1881 | [[package]] |
| 1882 | name = "icu_provider_adapters" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1883 | version = "1.3.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1885 | checksum = "36b380ef2d3d93b015cd0563d7e0d005cc07f82a5503716dbc191798d0079e1d" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1886 | dependencies = [ |
| 1887 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1888 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1889 | "icu_provider", |
| 1890 | "tinystr", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1891 | "zerovec", |
| 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
| 1895 | name = "icu_provider_macros" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1896 | version = "1.3.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 1898 | checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1899 | dependencies = [ |
| 1900 | "proc-macro2", |
| 1901 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 1902 | "syn 2.0.32", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 1903 | ] |
| 1904 | |
| 1905 | [[package]] |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 1906 | name = "ident_case" |
| 1907 | version = "1.0.1" |
| 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1910 | |
| 1911 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 1912 | name = "idna" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1913 | version = "0.4.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1915 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1916 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1917 | "unicode-bidi", |
| 1918 | "unicode-normalization", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 1919 | ] |
| 1920 | |
| 1921 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1922 | name = "if_chain" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1923 | version = "1.0.2" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1925 | checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 1926 | |
| 1927 | [[package]] |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1928 | name = "ignore" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1929 | version = "0.4.20" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 1931 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1932 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1933 | "globset", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 1934 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1935 | "log", |
| 1936 | "memchr", |
| 1937 | "regex", |
| 1938 | "same-file", |
Yuki Okushi | b4b76b8 | 2020-05-26 04:04:59 | [diff] [blame] | 1939 | "thread_local", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1940 | "walkdir", |
| 1941 | "winapi-util", |
Simon Sapin | b77ff24 | 2017-07-18 21:26:55 | [diff] [blame] | 1942 | ] |
| 1943 | |
| 1944 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 1945 | name = "indenter" |
| 1946 | version = "0.3.3" |
| 1947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1948 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 1949 | |
| 1950 | [[package]] |
Eduard-Mihai Burtescu | 961fe54 | 2019-05-14 16:42:57 | [diff] [blame] | 1951 | name = "indexmap" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1952 | version = "2.0.0" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1954 | checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" |
| 1955 | dependencies = [ |
| 1956 | "equivalent", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 1957 | "hashbrown", |
Josh Stone | d9b1fa9 | 2023-07-03 20:51:54 | [diff] [blame] | 1958 | "rustc-rayon", |
| 1959 | "serde", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1960 | ] |
| 1961 | |
| 1962 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 1963 | name = "indicatif" |
| 1964 | version = "0.17.6" |
| 1965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 | checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" |
| 1967 | dependencies = [ |
| 1968 | "console", |
| 1969 | "instant", |
| 1970 | "number_prefix", |
| 1971 | "portable-atomic", |
| 1972 | "unicode-width", |
| 1973 | ] |
| 1974 | |
| 1975 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 1976 | name = "indoc" |
| 1977 | version = "1.0.9" |
| 1978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
flip1995 | 8d5f69d | 2021-10-21 11:13:17 | [diff] [blame] | 1980 | |
| 1981 | [[package]] |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 1982 | name = "inout" |
| 1983 | version = "0.1.3" |
| 1984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 | checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
| 1986 | dependencies = [ |
| 1987 | "generic-array", |
| 1988 | ] |
| 1989 | |
| 1990 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 1991 | name = "installer" |
| 1992 | version = "0.0.0" |
| 1993 | dependencies = [ |
Michael Forney | 32025fd | 2020-05-25 00:08:45 | [diff] [blame] | 1994 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 1995 | "clap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1996 | "flate2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1997 | "rayon", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 1998 | "tar", |
| 1999 | "walkdir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2000 | "xz2", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2001 | ] |
| 2002 | |
| 2003 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2004 | name = "instant" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2005 | version = "0.1.12" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2007 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 2008 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2009 | "cfg-if", |
flip1995 | e36e5a5 | 2021-12-06 11:33:55 | [diff] [blame] | 2010 | ] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2011 | |
| 2012 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2013 | name = "intl-memoizer" |
| 2014 | version = "0.5.1" |
| 2015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2016 | checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 2017 | dependencies = [ |
| 2018 | "type-map", |
| 2019 | "unic-langid", |
| 2020 | ] |
| 2021 | |
| 2022 | [[package]] |
| 2023 | name = "intl_pluralrules" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2024 | version = "7.0.2" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 2026 | checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2027 | dependencies = [ |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2028 | "unic-langid", |
| 2029 | ] |
| 2030 | |
| 2031 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2032 | name = "ipnet" |
| 2033 | version = "2.7.2" |
| 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2035 | checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" |
| 2036 | |
| 2037 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2038 | name = "is-terminal" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2039 | version = "0.4.8" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2041 | checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2042 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2043 | "hermit-abi", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 2044 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2045 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2046 | ] |
| 2047 | |
| 2048 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2049 | name = "itertools" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2050 | version = "0.11.0" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 3eadc68 | 2023-11-13 23:02:52 | [diff] [blame] | 2052 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 2053 | dependencies = [ |
| 2054 | "either", |
| 2055 | ] |
| 2056 | |
| 2057 | [[package]] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2058 | name = "itoa" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2059 | version = "1.0.6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 2061 | checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2062 | |
| 2063 | [[package]] |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2064 | name = "jemalloc-sys" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2065 | version = "0.5.4+5.3.0-patched" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | dcfa64b | 2023-10-02 07:41:51 | [diff] [blame] | 2067 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2068 | dependencies = [ |
| 2069 | "cc", |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 2070 | "libc", |
| 2071 | ] |
| 2072 | |
| 2073 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2074 | name = "jobserver" |
belovdv | 45e6342 | 2023-07-15 15:48:09 | [diff] [blame] | 2075 | version = "0.1.27" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
belovdv | 45e6342 | 2023-07-15 15:48:09 | [diff] [blame] | 2077 | checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2078 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2079 | "libc", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 2080 | ] |
| 2081 | |
| 2082 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2083 | name = "js-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2084 | version = "0.3.64" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2086 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 2087 | dependencies = [ |
| 2088 | "wasm-bindgen", |
| 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2092 | name = "jsondocck" |
| 2093 | version = "0.1.0" |
| 2094 | dependencies = [ |
Nixon Enraght-Moony | ce21447c | 2021-03-24 15:52:47 | [diff] [blame] | 2095 | "fs-err", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2096 | "getopts", |
| 2097 | "jsonpath_lib", |
klensy | 5afc594 | 2021-06-01 16:44:10 | [diff] [blame] | 2098 | "once_cell", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2099 | "regex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2100 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2101 | "shlex", |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2102 | ] |
| 2103 | |
| 2104 | [[package]] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2105 | name = "jsondoclint" |
| 2106 | version = "0.1.0" |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2107 | dependencies = [ |
| 2108 | "anyhow", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2109 | "clap", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2110 | "fs-err", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 2111 | "rustc-hash", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2112 | "rustdoc-json-types", |
Nixon Enraght-Moony | 226ab7f | 2023-01-02 20:15:45 | [diff] [blame] | 2113 | "serde", |
Nixon Enraght-Moony | a7a4fe9 | 2022-08-24 16:32:39 | [diff] [blame] | 2114 | "serde_json", |
| 2115 | ] |
Nixon Enraght-Moony | 2506aa0 | 2022-08-23 13:49:37 | [diff] [blame] | 2116 | |
| 2117 | [[package]] |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2118 | name = "jsonpath_lib" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2119 | version = "0.3.0" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2121 | checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f" |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2122 | dependencies = [ |
Rune Tynan | 7715656 | 2021-01-16 01:34:15 | [diff] [blame] | 2123 | "log", |
| 2124 | "serde", |
| 2125 | "serde_json", |
| 2126 | ] |
| 2127 | |
| 2128 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2129 | name = "lazy_static" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2130 | version = "1.4.0" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | aabf4e9 | 2020-01-08 15:33:57 | [diff] [blame] | 2132 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 2133 | |
| 2134 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2135 | name = "lazycell" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2136 | version = "1.3.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2138 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2139 | |
| 2140 | [[package]] |
Zalathar | 1367104 | 2023-08-11 01:52:37 | [diff] [blame] | 2141 | name = "leb128" |
| 2142 | version = "0.2.5" |
| 2143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2144 | checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
| 2145 | |
| 2146 | [[package]] |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 2147 | name = "levenshtein" |
| 2148 | version = "1.0.5" |
| 2149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2150 | checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" |
| 2151 | |
| 2152 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2153 | name = "libc" |
Urgau | 15719a8 | 2023-11-05 14:27:20 | [diff] [blame] | 2154 | version = "0.2.150" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Urgau | 15719a8 | 2023-11-05 14:27:20 | [diff] [blame] | 2156 | checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2157 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2158 | "rustc-std-workspace-core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 2159 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2160 | |
| 2161 | [[package]] |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2162 | name = "libffi" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2163 | version = "3.2.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ulrich Weigand | 09541b5 | 2023-03-30 13:37:47 | [diff] [blame] | 2165 | checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2166 | dependencies = [ |
| 2167 | "libc", |
| 2168 | "libffi-sys", |
| 2169 | ] |
| 2170 | |
| 2171 | [[package]] |
| 2172 | name = "libffi-sys" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2173 | version = "2.3.0" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
WANG Rui | c7b7248 | 2023-04-27 11:42:52 | [diff] [blame] | 2175 | checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c" |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2176 | dependencies = [ |
| 2177 | "cc", |
| 2178 | ] |
| 2179 | |
| 2180 | [[package]] |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2181 | name = "libloading" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2182 | version = "0.7.4" |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2184 | checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2185 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2186 | "cfg-if", |
Andy Russell | 923f939 | 2021-11-08 23:03:55 | [diff] [blame] | 2187 | "winapi", |
| 2188 | ] |
| 2189 | |
| 2190 | [[package]] |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2191 | name = "libloading" |
| 2192 | version = "0.8.1" |
| 2193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2194 | checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" |
| 2195 | dependencies = [ |
| 2196 | "cfg-if", |
| 2197 | "windows-sys 0.48.0", |
| 2198 | ] |
| 2199 | |
| 2200 | [[package]] |
Yuki Okushi | 2b0e27e | 2021-03-17 20:34:05 | [diff] [blame] | 2201 | name = "libm" |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2202 | version = "0.2.7" |
| 2203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2204 | checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" |
| 2205 | |
| 2206 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2207 | name = "libz-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2208 | version = "1.1.9" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2210 | checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2211 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2212 | "cc", |
| 2213 | "libc", |
| 2214 | "pkg-config", |
| 2215 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2216 | ] |
| 2217 | |
| 2218 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2219 | name = "linkchecker" |
| 2220 | version = "0.1.0" |
Joshua Nelson | 65835d1 | 2020-10-15 13:25:30 | [diff] [blame] | 2221 | dependencies = [ |
| 2222 | "once_cell", |
| 2223 | "regex", |
| 2224 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2225 | |
| 2226 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2227 | name = "linked-hash-map" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2228 | version = "0.5.6" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2230 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 2231 | |
| 2232 | [[package]] |
Eric Huss | 45c1e0a | 2020-09-08 22:09:57 | [diff] [blame] | 2233 | name = "lint-docs" |
| 2234 | version = "0.1.0" |
| 2235 | dependencies = [ |
| 2236 | "serde_json", |
| 2237 | "tempfile", |
| 2238 | "walkdir", |
| 2239 | ] |
| 2240 | |
| 2241 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2242 | name = "linux-raw-sys" |
chenx97 | b1d64c6 | 2023-10-12 10:44:39 | [diff] [blame] | 2243 | version = "0.4.10" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | b1d64c6 | 2023-10-12 10:44:39 | [diff] [blame] | 2245 | checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 2246 | |
| 2247 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2248 | name = "litemap" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 2249 | version = "0.7.1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 2251 | checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2252 | |
| 2253 | [[package]] |
Hans Kratz | 6162fc0 | 2021-09-25 13:25:08 | [diff] [blame] | 2254 | name = "lld-wrapper" |
| 2255 | version = "0.1.0" |
| 2256 | |
| 2257 | [[package]] |
Mark Rousskov | 9ec5ef5 | 2018-08-04 22:24:39 | [diff] [blame] | 2258 | name = "lock_api" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2259 | version = "0.4.10" |
Malo Jaffré | 8ed13d6 | 2017-12-29 10:24:38 | [diff] [blame] | 2260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2261 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2262 | dependencies = [ |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2263 | "autocfg", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2264 | "scopeguard", |
| 2265 | ] |
| 2266 | |
| 2267 | [[package]] |
| 2268 | name = "log" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2269 | version = "0.4.19" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2271 | checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2272 | |
| 2273 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2274 | name = "lzma-sys" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2275 | version = "0.1.20" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 2277 | checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2278 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2279 | "cc", |
| 2280 | "libc", |
| 2281 | "pkg-config", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 2282 | ] |
| 2283 | |
| 2284 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2285 | name = "mac" |
| 2286 | version = "0.1.1" |
| 2287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2288 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2289 | |
| 2290 | [[package]] |
| 2291 | name = "maplit" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2292 | version = "1.0.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2294 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2295 | |
| 2296 | [[package]] |
| 2297 | name = "markup5ever" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2298 | version = "0.11.0" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2300 | checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2301 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2302 | "log", |
| 2303 | "phf", |
| 2304 | "phf_codegen", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2305 | "string_cache", |
| 2306 | "string_cache_codegen", |
| 2307 | "tendril", |
Eric Huss | 2dafa91 | 2019-06-19 03:36:47 | [diff] [blame] | 2308 | ] |
| 2309 | |
| 2310 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2311 | name = "matchers" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2312 | version = "0.1.0" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 2314 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2315 | dependencies = [ |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 2316 | "regex-automata 0.1.10", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 2317 | ] |
| 2318 | |
| 2319 | [[package]] |
Arlo Siemsen | f86b078 | 2020-03-31 05:17:15 | [diff] [blame] | 2320 | name = "md-5" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2321 | version = "0.10.5" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2323 | checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2324 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2325 | "digest", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 2326 | ] |
| 2327 | |
| 2328 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2329 | name = "mdbook" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2330 | version = "0.4.36" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2332 | checksum = "80992cb0e05f22cc052c99f8e883f1593b891014b96a8b4637fd274d7030c85e" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2333 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2334 | "ammonia", |
Eric Huss | 6bcbc42 | 2020-06-23 22:23:46 | [diff] [blame] | 2335 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2336 | "chrono", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 2337 | "clap", |
Eric Huss | 5181422 | 2022-04-15 18:57:06 | [diff] [blame] | 2338 | "clap_complete", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2339 | "elasticlunr-rs", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2340 | "env_logger", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2341 | "handlebars", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2342 | "log", |
| 2343 | "memchr", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 2344 | "once_cell", |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2345 | "opener 0.6.1", |
| 2346 | "pathdiff", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 2347 | "pulldown-cmark", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2348 | "regex", |
| 2349 | "serde", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2350 | "serde_json", |
klensy | c63cb01 | 2021-06-01 15:25:36 | [diff] [blame] | 2351 | "shlex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2352 | "tempfile", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2353 | "toml 0.5.11", |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 2354 | "topological-sort", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2355 | ] |
| 2356 | |
| 2357 | [[package]] |
Wesley Wiser | 56e434d | 2019-04-04 23:41:49 | [diff] [blame] | 2358 | name = "measureme" |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 2359 | version = "10.1.2" |
Ryan Levick | 757f76e | 2021-10-07 13:08:44 | [diff] [blame] | 2360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 2361 | checksum = "45e381dcdad44c3c435f8052b08c5c4a1449c48ab56f312345eae12d7a693dbe" |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2362 | dependencies = [ |
| 2363 | "log", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 2364 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 2365 | "parking_lot", |
Ryan Levick | 947a33b | 2021-07-23 14:25:58 | [diff] [blame] | 2366 | "perf-event-open-sys", |
| 2367 | "rustc-hash", |
| 2368 | "smallvec", |
| 2369 | ] |
| 2370 | |
| 2371 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2372 | name = "memchr" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2373 | version = "2.5.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 2374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | 7f78a9a | 2022-07-26 18:36:20 | [diff] [blame] | 2375 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
Alex Crichton | 4a3e736 | 2021-08-19 02:44:24 | [diff] [blame] | 2376 | dependencies = [ |
| 2377 | "compiler_builtins", |
| 2378 | "rustc-std-workspace-core", |
| 2379 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2380 | |
| 2381 | [[package]] |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2382 | name = "memmap2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2383 | version = "0.2.3" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2385 | checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
Camille GILLOT | 458d044 | 2021-03-17 16:29:45 | [diff] [blame] | 2386 | dependencies = [ |
| 2387 | "libc", |
| 2388 | ] |
| 2389 | |
| 2390 | [[package]] |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2391 | name = "memoffset" |
est31 | b048396 | 2023-06-05 02:53:30 | [diff] [blame] | 2392 | version = "0.9.0" |
| 2393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2394 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| 2395 | dependencies = [ |
| 2396 | "autocfg", |
| 2397 | ] |
| 2398 | |
| 2399 | [[package]] |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2400 | name = "mime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2401 | version = "0.3.17" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2403 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
Guillaume Gomez | 76714c3 | 2023-03-06 10:15:59 | [diff] [blame] | 2404 | |
| 2405 | [[package]] |
| 2406 | name = "mime_guess" |
| 2407 | version = "2.0.4" |
| 2408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
| 2410 | dependencies = [ |
| 2411 | "mime", |
| 2412 | "unicase", |
| 2413 | ] |
| 2414 | |
| 2415 | [[package]] |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2416 | name = "minifier" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2417 | version = "0.3.0" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Guillaume Gomez | d6666e2 | 2023-11-01 14:18:41 | [diff] [blame] | 2419 | checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282" |
Guillaume Gomez | 4b14573 | 2018-05-10 22:02:05 | [diff] [blame] | 2420 | |
| 2421 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2422 | name = "minimal-lexical" |
| 2423 | version = "0.2.1" |
| 2424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2425 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2426 | |
| 2427 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 2428 | name = "miniz_oxide" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2429 | version = "0.7.1" |
| 2430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2431 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
| 2432 | dependencies = [ |
| 2433 | "adler", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2434 | "compiler_builtins", |
| 2435 | "rustc-std-workspace-alloc", |
| 2436 | "rustc-std-workspace-core", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2437 | ] |
| 2438 | |
| 2439 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2440 | name = "mio" |
| 2441 | version = "0.8.8" |
| 2442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2443 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
| 2444 | dependencies = [ |
| 2445 | "libc", |
| 2446 | "wasi", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2447 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2448 | ] |
| 2449 | |
| 2450 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2451 | name = "miow" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2452 | version = "0.6.0" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 2454 | checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2455 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2456 | "windows-sys 0.48.0", |
Weihang Lo | bfce227 | 2022-11-04 23:50:44 | [diff] [blame] | 2457 | ] |
| 2458 | |
| 2459 | [[package]] |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2460 | name = "miri" |
| 2461 | version = "0.1.0" |
| 2462 | dependencies = [ |
Ralf Jung | 49e8acb | 2023-10-21 06:41:45 | [diff] [blame] | 2463 | "aes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2464 | "colored", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2465 | "ctrlc", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2466 | "env_logger", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2467 | "getrandom", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2468 | "lazy_static", |
Ralf Jung | 759e495 | 2020-06-01 18:17:20 | [diff] [blame] | 2469 | "libc", |
Ralf Jung | fe7e207 | 2022-09-02 14:49:38 | [diff] [blame] | 2470 | "libffi", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 2471 | "libloading 0.8.1", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2472 | "log", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 2473 | "measureme", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2474 | "rand", |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 2475 | "regex", |
Ralf Jung | 64f56d2 | 2022-10-22 08:45:25 | [diff] [blame] | 2476 | "rustc_version", |
Ralf Jung | 47ba2a9 | 2023-08-22 11:47:38 | [diff] [blame] | 2477 | "serde", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 2478 | "smallvec", |
Philipp Krones | b8b55fe | 2023-10-21 12:16:27 | [diff] [blame] | 2479 | "ui_test", |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 2480 | ] |
| 2481 | |
| 2482 | [[package]] |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 2483 | name = "miropt-test-tools" |
| 2484 | version = "0.1.0" |
| 2485 | dependencies = [ |
| 2486 | "regex", |
| 2487 | ] |
| 2488 | |
| 2489 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2490 | name = "native-tls" |
| 2491 | version = "0.2.11" |
| 2492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2493 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
| 2494 | dependencies = [ |
| 2495 | "lazy_static", |
| 2496 | "libc", |
| 2497 | "log", |
| 2498 | "openssl", |
| 2499 | "openssl-probe", |
| 2500 | "openssl-sys", |
| 2501 | "schannel", |
| 2502 | "security-framework", |
| 2503 | "security-framework-sys", |
| 2504 | "tempfile", |
| 2505 | ] |
| 2506 | |
| 2507 | [[package]] |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2508 | name = "new_debug_unreachable" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2509 | version = "1.0.4" |
Alex Crichton | d825115 | 2018-07-02 16:33:16 | [diff] [blame] | 2510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2511 | checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 2512 | |
| 2513 | [[package]] |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2514 | name = "nix" |
| 2515 | version = "0.26.2" |
| 2516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2517 | checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| 2518 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2519 | "bitflags 1.3.2", |
Ralf Jung | 13e4766 | 2023-05-23 10:10:18 | [diff] [blame] | 2520 | "cfg-if", |
| 2521 | "libc", |
| 2522 | "static_assertions", |
| 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2526 | name = "nom" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2527 | version = "7.1.3" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2529 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2530 | dependencies = [ |
| 2531 | "memchr", |
| 2532 | "minimal-lexical", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 2533 | ] |
| 2534 | |
| 2535 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2536 | name = "normpath" |
| 2537 | version = "1.1.1" |
| 2538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2539 | checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5" |
| 2540 | dependencies = [ |
| 2541 | "windows-sys 0.48.0", |
| 2542 | ] |
| 2543 | |
| 2544 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2545 | name = "ntapi" |
| 2546 | version = "0.4.1" |
| 2547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2548 | checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" |
| 2549 | dependencies = [ |
| 2550 | "winapi", |
| 2551 | ] |
| 2552 | |
| 2553 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2554 | name = "nu-ansi-term" |
| 2555 | version = "0.46.0" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2557 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2558 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2559 | "overload", |
| 2560 | "winapi", |
Alex Crichton | 994bfd4 | 2018-02-26 17:07:16 | [diff] [blame] | 2561 | ] |
| 2562 | |
| 2563 | [[package]] |
| 2564 | name = "num-traits" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2565 | version = "0.2.15" |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2567 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2568 | dependencies = [ |
| 2569 | "autocfg", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2570 | "libm", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 2571 | ] |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 2572 | |
| 2573 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2574 | name = "num_cpus" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2575 | version = "1.16.0" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2577 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2578 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2579 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2580 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2581 | ] |
| 2582 | |
| 2583 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2584 | name = "number_prefix" |
| 2585 | version = "0.4.0" |
| 2586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2587 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2588 | |
| 2589 | [[package]] |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 2590 | name = "object" |
Artyom Tetyukhin | f5e3492 | 2023-11-15 10:55:18 | [diff] [blame] | 2591 | version = "0.32.1" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Artyom Tetyukhin | f5e3492 | 2023-11-15 10:55:18 | [diff] [blame] | 2593 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 2594 | dependencies = [ |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2595 | "compiler_builtins", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2596 | "crc32fast", |
| 2597 | "flate2", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2598 | "hashbrown", |
| 2599 | "indexmap", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2600 | "memchr", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 2601 | "rustc-std-workspace-alloc", |
| 2602 | "rustc-std-workspace-core", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 2603 | "ruzstd", |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 2604 | ] |
| 2605 | |
| 2606 | [[package]] |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2607 | name = "odht" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2608 | version = "0.3.1" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Michael Woerister | 6771ac3 | 2021-10-29 16:05:15 | [diff] [blame] | 2610 | checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb" |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2611 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2612 | "cfg-if", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 2613 | ] |
| 2614 | |
| 2615 | [[package]] |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2616 | name = "once_cell" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2617 | version = "1.18.0" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2619 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
Mark Rousskov | 2fc32b9 | 2019-09-10 01:01:41 | [diff] [blame] | 2620 | |
| 2621 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 2622 | name = "opener" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2623 | version = "0.5.2" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2625 | checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2626 | dependencies = [ |
klensy | 9b6a6b1 | 2023-05-26 10:03:47 | [diff] [blame] | 2627 | "bstr", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 2628 | "winapi", |
Eric Huss | faa6461 | 2021-06-22 23:19:24 | [diff] [blame] | 2629 | ] |
| 2630 | |
| 2631 | [[package]] |
Eric Huss | b07e316 | 2023-11-29 23:52:16 | [diff] [blame] | 2632 | name = "opener" |
| 2633 | version = "0.6.1" |
| 2634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2635 | checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788" |
| 2636 | dependencies = [ |
| 2637 | "bstr", |
| 2638 | "normpath", |
| 2639 | "winapi", |
| 2640 | ] |
| 2641 | |
| 2642 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2643 | name = "openssl" |
| 2644 | version = "0.10.55" |
| 2645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2646 | checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" |
| 2647 | dependencies = [ |
| 2648 | "bitflags 1.3.2", |
| 2649 | "cfg-if", |
| 2650 | "foreign-types", |
| 2651 | "libc", |
| 2652 | "once_cell", |
| 2653 | "openssl-macros", |
| 2654 | "openssl-sys", |
| 2655 | ] |
| 2656 | |
| 2657 | [[package]] |
| 2658 | name = "openssl-macros" |
| 2659 | version = "0.1.1" |
| 2660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2661 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 2662 | dependencies = [ |
| 2663 | "proc-macro2", |
| 2664 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 2665 | "syn 2.0.32", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2666 | ] |
| 2667 | |
| 2668 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2669 | name = "openssl-probe" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2670 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 43512e6 | 2022-07-26 16:16:43 | [diff] [blame] | 2672 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2673 | |
| 2674 | [[package]] |
| 2675 | name = "openssl-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2676 | version = "0.9.90" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2678 | checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2679 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2680 | "cc", |
| 2681 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2682 | "pkg-config", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2683 | "vcpkg", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2684 | ] |
| 2685 | |
| 2686 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2687 | name = "opt-dist" |
| 2688 | version = "0.1.0" |
| 2689 | dependencies = [ |
| 2690 | "anyhow", |
| 2691 | "build_helper", |
| 2692 | "camino", |
Jakub Beránek | f17047b | 2023-09-12 16:32:32 | [diff] [blame] | 2693 | "clap", |
| 2694 | "derive_builder", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2695 | "env_logger", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2696 | "fs_extra", |
| 2697 | "glob", |
| 2698 | "humansize", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 2699 | "humantime", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2700 | "log", |
| 2701 | "reqwest", |
| 2702 | "serde", |
| 2703 | "serde_json", |
| 2704 | "sysinfo", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2705 | "tabled", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2706 | "tar", |
Jakub Beránek | a16925d | 2023-07-11 15:26:17 | [diff] [blame] | 2707 | "tempfile", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 2708 | "xz", |
| 2709 | "zip", |
| 2710 | ] |
| 2711 | |
| 2712 | [[package]] |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 2713 | name = "option-ext" |
| 2714 | version = "0.2.0" |
| 2715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2716 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 2717 | |
| 2718 | [[package]] |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2719 | name = "overload" |
| 2720 | version = "0.1.1" |
| 2721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2722 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2723 | |
| 2724 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2725 | name = "owo-colors" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2726 | version = "3.5.0" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 2728 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 2729 | |
| 2730 | [[package]] |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2731 | name = "packed_simd" |
| 2732 | version = "0.3.9" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2734 | checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2735 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2736 | "cfg-if", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 2737 | "num-traits", |
Nick Cameron | 7a7445b | 2018-12-01 10:36:32 | [diff] [blame] | 2738 | ] |
| 2739 | |
| 2740 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2741 | name = "pad" |
| 2742 | version = "0.1.6" |
| 2743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2744 | checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" |
| 2745 | dependencies = [ |
| 2746 | "unicode-width", |
| 2747 | ] |
| 2748 | |
| 2749 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2750 | name = "panic_abort" |
| 2751 | version = "0.0.0" |
| 2752 | dependencies = [ |
Thiébaud Weksteen | 52ee9fb | 2021-03-15 10:21:39 | [diff] [blame] | 2753 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2754 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2755 | "compiler_builtins", |
| 2756 | "core", |
| 2757 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2758 | ] |
| 2759 | |
| 2760 | [[package]] |
| 2761 | name = "panic_unwind" |
| 2762 | version = "0.0.0" |
| 2763 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2764 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2765 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2766 | "compiler_builtins", |
| 2767 | "core", |
| 2768 | "libc", |
| 2769 | "unwind", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2770 | ] |
| 2771 | |
| 2772 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 2773 | name = "papergrid" |
| 2774 | version = "0.10.0" |
| 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2776 | checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8" |
| 2777 | dependencies = [ |
| 2778 | "bytecount", |
| 2779 | "fnv", |
| 2780 | "unicode-width", |
| 2781 | ] |
| 2782 | |
| 2783 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 2784 | name = "parking_lot" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2785 | version = "0.12.1" |
| 2786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2787 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| 2788 | dependencies = [ |
| 2789 | "lock_api", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 2790 | "parking_lot_core", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 2791 | ] |
| 2792 | |
| 2793 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2794 | name = "parking_lot_core" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 2795 | version = "0.9.8" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 2797 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2798 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 2799 | "cfg-if", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2800 | "libc", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 2801 | "redox_syscall 0.3.5", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2802 | "smallvec", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2803 | "windows-targets 0.48.1", |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 2804 | ] |
| 2805 | |
| 2806 | [[package]] |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2807 | name = "pathdiff" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2808 | version = "0.2.1" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 4b4a514 | 2022-04-14 01:02:32 | [diff] [blame] | 2810 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 2811 | |
| 2812 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 2813 | name = "percent-encoding" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2814 | version = "2.3.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2816 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 2817 | |
| 2818 | [[package]] |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2819 | name = "perf-event-open-sys" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2820 | version = "3.0.0" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2822 | checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
Wesley Wiser | e130e9c | 2021-02-25 23:25:38 | [diff] [blame] | 2823 | dependencies = [ |
| 2824 | "libc", |
| 2825 | ] |
| 2826 | |
| 2827 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 2828 | name = "pest" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2829 | version = "2.7.0" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2831 | checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2832 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2833 | "thiserror", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2834 | "ucd-trie", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2835 | ] |
| 2836 | |
| 2837 | [[package]] |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 2838 | name = "pest_derive" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2839 | version = "2.7.0" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2841 | checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2842 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2843 | "pest", |
| 2844 | "pest_generator", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2845 | ] |
| 2846 | |
| 2847 | [[package]] |
| 2848 | name = "pest_generator" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2849 | version = "2.7.0" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2851 | checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2852 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2853 | "pest", |
| 2854 | "pest_meta", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 2855 | "proc-macro2", |
| 2856 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 2857 | "syn 2.0.32", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2858 | ] |
| 2859 | |
| 2860 | [[package]] |
| 2861 | name = "pest_meta" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2862 | version = "2.7.0" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2864 | checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2865 | dependencies = [ |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 2866 | "once_cell", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2867 | "pest", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2868 | "sha2", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 2869 | ] |
| 2870 | |
| 2871 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2872 | name = "phf" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2873 | version = "0.10.1" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2875 | checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2876 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2877 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2878 | ] |
| 2879 | |
| 2880 | [[package]] |
| 2881 | name = "phf_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2882 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2884 | checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2885 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2886 | "phf_generator", |
| 2887 | "phf_shared", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2888 | ] |
| 2889 | |
| 2890 | [[package]] |
| 2891 | name = "phf_generator" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2892 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2894 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2895 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2896 | "phf_shared", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 2897 | "rand", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2898 | ] |
| 2899 | |
| 2900 | [[package]] |
| 2901 | name = "phf_shared" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2902 | version = "0.10.0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 2904 | checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2905 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2906 | "siphasher", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2907 | ] |
| 2908 | |
| 2909 | [[package]] |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2910 | name = "pin-project-lite" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2911 | version = "0.2.10" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2913 | checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" |
Caleb Cartwright | 6391318 | 2021-02-10 01:52:54 | [diff] [blame] | 2914 | |
| 2915 | [[package]] |
| 2916 | name = "pin-utils" |
| 2917 | version = "0.1.0" |
| 2918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2919 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2920 | |
| 2921 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2922 | name = "pkg-config" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2923 | version = "0.3.27" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2925 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 2926 | |
| 2927 | [[package]] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2928 | name = "polonius-engine" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2929 | version = "0.13.0" |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | 99cc35d | 2021-07-22 20:21:06 | [diff] [blame] | 2931 | checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f" |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2932 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2933 | "datafrog", |
| 2934 | "log", |
| 2935 | "rustc-hash", |
Douglas Campos | 422fe7c | 2018-05-29 11:52:51 | [diff] [blame] | 2936 | ] |
Santiago Pastorino | 8429d11 | 2018-05-24 21:52:01 | [diff] [blame] | 2937 | |
| 2938 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2939 | name = "portable-atomic" |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 2940 | version = "1.5.1" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 2942 | checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2943 | |
| 2944 | [[package]] |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2945 | name = "ppv-lite86" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2946 | version = "0.2.17" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2948 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 2949 | |
| 2950 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2951 | name = "precomputed-hash" |
| 2952 | version = "0.1.1" |
| 2953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2954 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 2955 | |
| 2956 | [[package]] |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 2957 | name = "prettydiff" |
| 2958 | version = "0.6.4" |
| 2959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2960 | checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11" |
| 2961 | dependencies = [ |
| 2962 | "ansi_term", |
| 2963 | "pad", |
| 2964 | ] |
| 2965 | |
| 2966 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2967 | name = "proc-macro-hack" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2968 | version = "0.5.20+deprecated" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2970 | checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 2971 | |
| 2972 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2973 | name = "proc-macro2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2974 | version = "1.0.63" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 2976 | checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2977 | dependencies = [ |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 2978 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 2979 | ] |
| 2980 | |
| 2981 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2982 | name = "proc_macro" |
| 2983 | version = "0.0.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2984 | dependencies = [ |
Vadim Petrochenkov | f5ca02c | 2022-02-01 12:30:32 | [diff] [blame] | 2985 | "core", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 2986 | "std", |
| 2987 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 2988 | |
| 2989 | [[package]] |
whitequark | 42754ce | 2017-02-13 09:57:50 | [diff] [blame] | 2990 | name = "profiler_builtins" |
| 2991 | version = "0.0.0" |
| 2992 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 2993 | "cc", |
| 2994 | "compiler_builtins", |
| 2995 | "core", |
Marco Castelluccio | ecba8d6 | 2017-06-04 14:54:39 | [diff] [blame] | 2996 | ] |
| 2997 | |
| 2998 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 2999 | name = "psm" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3000 | version = "0.1.21" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 3002 | checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 3003 | dependencies = [ |
| 3004 | "cc", |
| 3005 | ] |
| 3006 | |
| 3007 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3008 | name = "pulldown-cmark" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 3009 | version = "0.9.3" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Lukas Markeffsky | cb2ba42 | 2023-05-21 14:19:03 | [diff] [blame] | 3011 | checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3012 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3013 | "bitflags 1.3.2", |
Joshua Nelson | e4c28bf | 2020-09-14 00:15:01 | [diff] [blame] | 3014 | "memchr", |
| 3015 | "unicase", |
| 3016 | ] |
| 3017 | |
| 3018 | [[package]] |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3019 | name = "punycode" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3020 | version = "0.4.1" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3021 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 3022 | checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
Eduard-Mihai Burtescu | 2092963 | 2019-01-29 05:24:32 | [diff] [blame] | 3023 | |
| 3024 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3025 | name = "quine-mc_cluskey" |
| 3026 | version = "0.2.4" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3028 | checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3029 | |
| 3030 | [[package]] |
| 3031 | name = "quote" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3032 | version = "1.0.29" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3034 | checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 3035 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 3036 | "proc-macro2", |
Alex Crichton | e9d8983 | 2018-04-02 15:43:55 | [diff] [blame] | 3037 | ] |
| 3038 | |
| 3039 | [[package]] |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3040 | name = "r-efi" |
Ayush Singh | 7a95644 | 2023-03-28 14:44:33 | [diff] [blame] | 3041 | version = "4.2.0" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ayush Singh | 7a95644 | 2023-03-28 14:44:33 | [diff] [blame] | 3043 | checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911" |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 3044 | dependencies = [ |
| 3045 | "compiler_builtins", |
| 3046 | "rustc-std-workspace-core", |
| 3047 | ] |
| 3048 | |
| 3049 | [[package]] |
| 3050 | name = "r-efi-alloc" |
| 3051 | version = "1.0.0" |
| 3052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3053 | checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7" |
| 3054 | dependencies = [ |
| 3055 | "compiler_builtins", |
| 3056 | "r-efi", |
| 3057 | "rustc-std-workspace-core", |
| 3058 | ] |
| 3059 | |
| 3060 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3061 | name = "rand" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3062 | version = "0.8.5" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 3064 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3065 | dependencies = [ |
| 3066 | "libc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3067 | "rand_chacha", |
| 3068 | "rand_core", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3069 | ] |
| 3070 | |
| 3071 | [[package]] |
| 3072 | name = "rand_chacha" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3073 | version = "0.3.1" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3075 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3076 | dependencies = [ |
| 3077 | "ppv-lite86", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3078 | "rand_core", |
gnzlbg | 52caca0 | 2019-08-01 15:02:26 | [diff] [blame] | 3079 | ] |
| 3080 | |
| 3081 | [[package]] |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3082 | name = "rand_core" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3083 | version = "0.6.4" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 3085 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3086 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3087 | "getrandom", |
Aaron Hill | 2550d5b | 2021-03-07 23:39:19 | [diff] [blame] | 3088 | ] |
| 3089 | |
| 3090 | [[package]] |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3091 | name = "rand_xorshift" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3092 | version = "0.3.0" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3094 | checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
Ralf Jung | 5b78e98 | 2019-04-19 07:37:33 | [diff] [blame] | 3095 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3096 | "rand_core", |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 3097 | ] |
| 3098 | |
| 3099 | [[package]] |
| 3100 | name = "rand_xoshiro" |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3101 | version = "0.6.0" |
| 3102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3103 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3104 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3105 | "rand_core", |
Chase Wilson | 09f1542 | 2021-08-29 15:55:29 | [diff] [blame] | 3106 | ] |
| 3107 | |
| 3108 | [[package]] |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3109 | name = "rayon" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 3110 | version = "1.8.0" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 3112 | checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
Nick Cameron | 4b6f5c2 | 2018-02-26 03:15:45 | [diff] [blame] | 3113 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3114 | "either", |
| 3115 | "rayon-core", |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3116 | ] |
| 3117 | |
| 3118 | [[package]] |
| 3119 | name = "rayon-core" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 3120 | version = "1.12.0" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | eed8918 | 2023-11-07 12:19:33 | [diff] [blame] | 3122 | checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
Oliver Schneider | acdf83f | 2017-12-06 08:25:29 | [diff] [blame] | 3123 | dependencies = [ |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3124 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3125 | "crossbeam-utils", |
Laurențiu Nicola | b888eb9 | 2019-06-10 18:22:31 | [diff] [blame] | 3126 | ] |
| 3127 | |
| 3128 | [[package]] |
Nick Cameron | c5cad5a | 2017-09-22 01:58:35 | [diff] [blame] | 3129 | name = "redox_syscall" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3130 | version = "0.2.16" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3132 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3133 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3134 | "bitflags 1.3.2", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3135 | ] |
| 3136 | |
| 3137 | [[package]] |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3138 | name = "redox_syscall" |
| 3139 | version = "0.3.5" |
| 3140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3141 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 3142 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3143 | "bitflags 1.3.2", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 3144 | ] |
| 3145 | |
| 3146 | [[package]] |
flip1995 | 4c228cc | 2019-02-18 09:32:58 | [diff] [blame] | 3147 | name = "redox_users" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3148 | version = "0.4.3" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3150 | checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3151 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3152 | "getrandom", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3153 | "redox_syscall 0.2.16", |
| 3154 | "thiserror", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 3155 | ] |
| 3156 | |
| 3157 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3158 | name = "regex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3159 | version = "1.8.4" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3161 | checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3162 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3163 | "aho-corasick 1.0.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3164 | "memchr", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3165 | "regex-syntax 0.7.2", |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3166 | ] |
| 3167 | |
| 3168 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3169 | name = "regex-automata" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3170 | version = "0.1.10" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
bjorn3 | 97c2fa1 | 2021-07-07 09:07:09 | [diff] [blame] | 3172 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3173 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3174 | "regex-syntax 0.6.29", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3175 | ] |
| 3176 | |
| 3177 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3178 | name = "regex-automata" |
| 3179 | version = "0.2.0" |
| 3180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3181 | checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
| 3182 | dependencies = [ |
| 3183 | "memchr", |
| 3184 | ] |
| 3185 | |
| 3186 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3187 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3188 | version = "0.6.29" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3190 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 3191 | |
| 3192 | [[package]] |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3193 | name = "regex-syntax" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3194 | version = "0.7.2" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3196 | checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" |
Philipp Krones | d780efc | 2023-05-20 13:39:35 | [diff] [blame] | 3197 | |
| 3198 | [[package]] |
Alex Crichton | 7bc2cbf | 2017-04-26 15:52:19 | [diff] [blame] | 3199 | name = "remote-test-client" |
| 3200 | version = "0.1.0" |
| 3201 | |
| 3202 | [[package]] |
| 3203 | name = "remote-test-server" |
| 3204 | version = "0.1.0" |
| 3205 | |
| 3206 | [[package]] |
est31 | d32ff14 | 2022-08-23 20:14:12 | [diff] [blame] | 3207 | name = "replace-version-placeholder" |
| 3208 | version = "0.1.0" |
| 3209 | dependencies = [ |
| 3210 | "tidy", |
| 3211 | "walkdir", |
| 3212 | ] |
| 3213 | |
| 3214 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 3215 | name = "reqwest" |
| 3216 | version = "0.11.18" |
| 3217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3218 | checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" |
| 3219 | dependencies = [ |
| 3220 | "base64", |
| 3221 | "bytes", |
| 3222 | "encoding_rs", |
| 3223 | "futures-core", |
| 3224 | "futures-util", |
| 3225 | "h2", |
| 3226 | "http", |
| 3227 | "http-body", |
| 3228 | "hyper", |
| 3229 | "hyper-tls", |
| 3230 | "ipnet", |
| 3231 | "js-sys", |
| 3232 | "log", |
| 3233 | "mime", |
| 3234 | "native-tls", |
| 3235 | "once_cell", |
| 3236 | "percent-encoding", |
| 3237 | "pin-project-lite", |
| 3238 | "serde", |
| 3239 | "serde_json", |
| 3240 | "serde_urlencoded", |
| 3241 | "tokio", |
| 3242 | "tokio-native-tls", |
| 3243 | "tower-service", |
| 3244 | "url", |
| 3245 | "wasm-bindgen", |
| 3246 | "wasm-bindgen-futures", |
| 3247 | "web-sys", |
| 3248 | "winreg", |
| 3249 | ] |
| 3250 | |
| 3251 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3252 | name = "rls" |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 3253 | version = "2.0.0" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 3254 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3255 | "serde_json", |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 3256 | ] |
| 3257 | |
| 3258 | [[package]] |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3259 | name = "rust-demangler" |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3260 | version = "0.0.1" |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3261 | dependencies = [ |
Rich Kadel | f5aebad | 2020-09-01 23:15:17 | [diff] [blame] | 3262 | "regex", |
Rich Kadel | a6f8b8a | 2020-07-02 18:27:15 | [diff] [blame] | 3263 | "rustc-demangle", |
| 3264 | ] |
| 3265 | |
| 3266 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3267 | name = "rustbook" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3268 | version = "0.1.0" |
| 3269 | dependencies = [ |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 3270 | "clap", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3271 | "env_logger", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3272 | "mdbook", |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 3273 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3274 | |
| 3275 | [[package]] |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3276 | name = "rustc-build-sysroot" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 3277 | version = "0.4.2" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | cdd67ed | 2023-05-05 06:44:20 | [diff] [blame] | 3279 | checksum = "8ed2a90dfa5232ed5ff21d53d4df655f315ab316ea06fc508f1c74bcedb1ce6c" |
Ralf Jung | 9cc11e2 | 2022-10-04 13:23:57 | [diff] [blame] | 3280 | dependencies = [ |
| 3281 | "anyhow", |
| 3282 | "rustc_version", |
| 3283 | "tempfile", |
| 3284 | ] |
| 3285 | |
| 3286 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3287 | name = "rustc-demangle" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3288 | version = "0.1.23" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3290 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3291 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3292 | "compiler_builtins", |
| 3293 | "rustc-std-workspace-core", |
Alex Crichton | fcc8bb4 | 2018-12-14 22:37:51 | [diff] [blame] | 3294 | ] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 3295 | |
| 3296 | [[package]] |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3297 | name = "rustc-hash" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3298 | version = "1.1.0" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Jack Huey | 6aa2e9d | 2020-05-27 00:19:19 | [diff] [blame] | 3300 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Niko Matsakis | 9c548bf | 2018-05-24 12:48:02 | [diff] [blame] | 3301 | |
| 3302 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3303 | name = "rustc-main" |
| 3304 | version = "0.0.0" |
| 3305 | dependencies = [ |
Rémy Rakic | adab135 | 2022-05-06 21:20:04 | [diff] [blame] | 3306 | "jemalloc-sys", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3307 | "rustc_codegen_ssa", |
| 3308 | "rustc_driver", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3309 | "rustc_driver_impl", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 3310 | "rustc_smir", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 3311 | "stable_mir", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3312 | ] |
| 3313 | |
| 3314 | [[package]] |
John Kåre Alsaker | 4afdae6 | 2018-05-12 02:11:03 | [diff] [blame] | 3315 | name = "rustc-rayon" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3316 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3318 | checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3319 | dependencies = [ |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3320 | "either", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3321 | "rustc-rayon-core", |
John Kåre Alsaker | 0e05a9b | 2019-04-25 20:50:41 | [diff] [blame] | 3322 | ] |
| 3323 | |
| 3324 | [[package]] |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3325 | name = "rustc-rayon-core" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3326 | version = "0.5.0" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
John Kåre Alsaker | 27c44d2 | 2023-03-25 01:12:13 | [diff] [blame] | 3328 | checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f" |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3329 | dependencies = [ |
Josh Stone | ab57e36 | 2022-05-28 00:14:22 | [diff] [blame] | 3330 | "crossbeam-channel", |
Mateusz Mikuła | 2d8d813 | 2019-12-04 17:40:16 | [diff] [blame] | 3331 | "crossbeam-deque", |
Josh Stone | f3b8812 | 2022-01-10 19:34:07 | [diff] [blame] | 3332 | "crossbeam-utils", |
Josh Stone | 33c4125 | 2019-09-10 17:13:07 | [diff] [blame] | 3333 | "num_cpus", |
| 3334 | ] |
| 3335 | |
| 3336 | [[package]] |
flip1995 | 898ef0f | 2020-12-06 14:07:59 | [diff] [blame] | 3337 | name = "rustc-semver" |
| 3338 | version = "1.1.0" |
| 3339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3340 | checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84" |
| 3341 | |
| 3342 | [[package]] |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3343 | name = "rustc-std-workspace-alloc" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3344 | version = "1.99.0" |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3345 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3346 | "alloc", |
Amanieu d'Antras | 1fa7a21 | 2019-02-07 11:08:05 | [diff] [blame] | 3347 | ] |
| 3348 | |
| 3349 | [[package]] |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3350 | name = "rustc-std-workspace-core" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3351 | version = "1.99.0" |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3352 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3353 | "core", |
Alex Crichton | 4c21a3b | 2018-11-20 05:52:50 | [diff] [blame] | 3354 | ] |
| 3355 | |
| 3356 | [[package]] |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3357 | name = "rustc-std-workspace-std" |
Alex Crichton | 6c74bc9 | 2019-09-09 20:01:05 | [diff] [blame] | 3358 | version = "1.99.0" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 3359 | dependencies = [ |
| 3360 | "std", |
| 3361 | ] |
| 3362 | |
| 3363 | [[package]] |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3364 | name = "rustc_abi" |
| 3365 | version = "0.0.0" |
| 3366 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3367 | "bitflags 1.3.2", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3368 | "rand", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 3369 | "rand_xoshiro", |
| 3370 | "rustc_data_structures", |
| 3371 | "rustc_index", |
| 3372 | "rustc_macros", |
| 3373 | "rustc_serialize", |
| 3374 | "tracing", |
| 3375 | ] |
| 3376 | |
| 3377 | [[package]] |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3378 | name = "rustc_apfloat" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 3379 | version = "0.2.0+llvm-462a31f5a5ab" |
| 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3381 | checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be" |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3382 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3383 | "bitflags 1.3.2", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3384 | "smallvec", |
Eduard-Mihai Burtescu | 877ec94 | 2017-07-08 17:46:43 | [diff] [blame] | 3385 | ] |
| 3386 | |
| 3387 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3388 | name = "rustc_arena" |
| 3389 | version = "0.0.0" |
| 3390 | dependencies = [ |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3391 | "smallvec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3392 | ] |
| 3393 | |
| 3394 | [[package]] |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3395 | name = "rustc_ast" |
| 3396 | version = "0.0.0" |
| 3397 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3398 | "bitflags 1.3.2", |
Konrad Borowski | f72e17f | 2023-01-22 12:05:47 | [diff] [blame] | 3399 | "memchr", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3400 | "rustc_data_structures", |
| 3401 | "rustc_index", |
| 3402 | "rustc_lexer", |
| 3403 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3404 | "rustc_serialize", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3405 | "rustc_span", |
Michael Goulet | e8e9f6a | 2023-10-19 16:41:43 | [diff] [blame] | 3406 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3407 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3408 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3409 | "tracing", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3410 | ] |
| 3411 | |
| 3412 | [[package]] |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3413 | name = "rustc_ast_lowering" |
| 3414 | version = "0.0.0" |
| 3415 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3416 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3417 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3418 | "rustc_data_structures", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3419 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3420 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3421 | "rustc_hir", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3422 | "rustc_index", |
Jean CASPAR | 73ae38b | 2022-08-16 20:28:51 | [diff] [blame] | 3423 | "rustc_macros", |
Camille GILLOT | 603746a | 2021-07-05 20:26:23 | [diff] [blame] | 3424 | "rustc_middle", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 3425 | "rustc_session", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3426 | "rustc_span", |
| 3427 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3428 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3429 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3430 | "tracing", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3431 | ] |
| 3432 | |
| 3433 | [[package]] |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3434 | name = "rustc_ast_passes" |
| 3435 | version = "0.0.0" |
| 3436 | dependencies = [ |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3437 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3438 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3439 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3440 | "rustc_attr", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3441 | "rustc_data_structures", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3442 | "rustc_errors", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3443 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3444 | "rustc_fluent_macro", |
finalchild | d6fdf14 | 2022-08-17 14:51:01 | [diff] [blame] | 3445 | "rustc_macros", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3446 | "rustc_parse", |
| 3447 | "rustc_session", |
| 3448 | "rustc_span", |
Camille GILLOT | 8d7d488 | 2021-07-08 19:58:05 | [diff] [blame] | 3449 | "rustc_target", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3450 | "thin-vec", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3451 | ] |
| 3452 | |
| 3453 | [[package]] |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3454 | name = "rustc_ast_pretty" |
| 3455 | version = "0.0.0" |
| 3456 | dependencies = [ |
Nicholas Nethercote | ce363bb | 2023-11-13 22:59:30 | [diff] [blame] | 3457 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3458 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3459 | "rustc_span", |
Nicholas Nethercote | dd7aff5 | 2022-11-21 22:17:20 | [diff] [blame] | 3460 | "thin-vec", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3461 | ] |
| 3462 | |
| 3463 | [[package]] |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3464 | name = "rustc_attr" |
| 3465 | version = "0.0.0" |
| 3466 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3467 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3468 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3469 | "rustc_data_structures", |
| 3470 | "rustc_errors", |
| 3471 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3472 | "rustc_fluent_macro", |
Vadim Petrochenkov | 20c5044 | 2020-08-10 19:27:48 | [diff] [blame] | 3473 | "rustc_lexer", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3474 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3475 | "rustc_serialize", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3476 | "rustc_session", |
| 3477 | "rustc_span", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3478 | ] |
| 3479 | |
| 3480 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3481 | name = "rustc_baked_icu_data" |
| 3482 | version = "0.0.0" |
| 3483 | dependencies = [ |
| 3484 | "icu_list", |
| 3485 | "icu_locid", |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 3486 | "icu_locid_transform", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3487 | "icu_provider", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3488 | "icu_provider_adapters", |
Charles Lew | bde2f98 | 2022-11-06 06:58:22 | [diff] [blame] | 3489 | "zerovec", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3490 | ] |
| 3491 | |
| 3492 | [[package]] |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3493 | name = "rustc_borrowck" |
| 3494 | version = "0.0.0" |
| 3495 | dependencies = [ |
| 3496 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3497 | "itertools", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3498 | "polonius-engine", |
| 3499 | "rustc_data_structures", |
| 3500 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3501 | "rustc_fluent_macro", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3502 | "rustc_graphviz", |
| 3503 | "rustc_hir", |
| 3504 | "rustc_index", |
| 3505 | "rustc_infer", |
| 3506 | "rustc_lexer", |
Michael Goulet | 98af1bf | 2022-06-23 04:43:01 | [diff] [blame] | 3507 | "rustc_macros", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3508 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 3509 | "rustc_mir_dataflow", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3510 | "rustc_session", |
| 3511 | "rustc_span", |
| 3512 | "rustc_target", |
| 3513 | "rustc_trait_selection", |
| 3514 | "rustc_traits", |
| 3515 | "smallvec", |
| 3516 | "tracing", |
| 3517 | ] |
| 3518 | |
| 3519 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3520 | name = "rustc_builtin_macros" |
| 3521 | version = "0.0.0" |
| 3522 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3523 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3524 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3525 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3526 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3527 | "rustc_errors", |
| 3528 | "rustc_expand", |
| 3529 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3530 | "rustc_fluent_macro", |
clubby789 | e3e93f2 | 2023-05-02 15:42:36 | [diff] [blame] | 3531 | "rustc_index", |
Vadim Petrochenkov | dbdbd30 | 2020-11-14 11:47:14 | [diff] [blame] | 3532 | "rustc_lexer", |
Ethiraric | 2be94d4 | 2021-11-24 09:20:23 | [diff] [blame] | 3533 | "rustc_lint_defs", |
beetrees | 6264ffb | 2022-06-21 19:10:31 | [diff] [blame] | 3534 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3535 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3536 | "rustc_parse_format", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3537 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3538 | "rustc_span", |
| 3539 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3540 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3541 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3542 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3543 | ] |
| 3544 | |
| 3545 | [[package]] |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3546 | name = "rustc_codegen_llvm" |
| 3547 | version = "0.0.0" |
| 3548 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3549 | "bitflags 1.3.2", |
Zalathar | e985ae5 | 2023-10-03 10:40:50 | [diff] [blame] | 3550 | "itertools", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3551 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3552 | "measureme", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3553 | "object", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3554 | "rustc-demangle", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3555 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3556 | "rustc_attr", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3557 | "rustc_codegen_ssa", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3558 | "rustc_data_structures", |
| 3559 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3560 | "rustc_fluent_macro", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3561 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3562 | "rustc_hir", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3563 | "rustc_index", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3564 | "rustc_llvm", |
Michael Woerister | e72e639 | 2022-02-04 12:19:55 | [diff] [blame] | 3565 | "rustc_macros", |
Camille GILLOT | 202d39a | 2021-05-29 20:49:59 | [diff] [blame] | 3566 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3567 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3568 | "rustc_query_system", |
Aaron Hill | fca192c | 2019-12-06 03:04:35 | [diff] [blame] | 3569 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3570 | "rustc_span", |
flip1995 | e96e6e2 | 2022-04-21 13:02:54 | [diff] [blame] | 3571 | "rustc_symbol_mangling", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3572 | "rustc_target", |
csmoe | a30de6e | 2022-11-03 14:34:24 | [diff] [blame] | 3573 | "serde", |
| 3574 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3575 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3576 | "tracing", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3577 | ] |
| 3578 | |
| 3579 | [[package]] |
Denis Merigoux | c9f26c2 | 2018-10-01 16:07:04 | [diff] [blame] | 3580 | name = "rustc_codegen_ssa" |
| 3581 | version = "0.0.0" |
Denis Merigoux | b9e5cf9 | 2018-10-23 15:01:35 | [diff] [blame] | 3582 | dependencies = [ |
bjorn3 | be67084 | 2022-05-28 10:43:51 | [diff] [blame] | 3583 | "ar_archive_writer", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3584 | "bitflags 1.3.2", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3585 | "cc", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 3586 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3587 | "jobserver", |
| 3588 | "libc", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 3589 | "object", |
Federico Ponzi | 4b6a027 | 2020-07-17 22:01:27 | [diff] [blame] | 3590 | "pathdiff", |
Michael Hackner | 3299235 | 2021-07-30 19:18:14 | [diff] [blame] | 3591 | "regex", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3592 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3593 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3594 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3595 | "rustc_data_structures", |
| 3596 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3597 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3598 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3599 | "rustc_hir", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3600 | "rustc_incremental", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 3601 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3602 | "rustc_macros", |
Camille GILLOT | b244b98 | 2021-09-24 16:15:36 | [diff] [blame] | 3603 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3604 | "rustc_middle", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 3605 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3606 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3607 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3608 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3609 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3610 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3611 | "rustc_type_ir", |
bjorn3 | 5cc3593 | 2022-05-06 15:20:42 | [diff] [blame] | 3612 | "serde_json", |
Michael Woerister | e6e1e09 | 2021-07-14 13:50:42 | [diff] [blame] | 3613 | "smallvec", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 3614 | "tempfile", |
bjorn3 | e9fa2ca | 2023-09-19 11:23:35 | [diff] [blame] | 3615 | "thin-vec", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 3616 | "thorin-dwp", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3617 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3618 | "windows", |
Irina Popa | b63d7e2 | 2018-05-08 13:10:16 | [diff] [blame] | 3619 | ] |
| 3620 | |
| 3621 | [[package]] |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3622 | name = "rustc_const_eval" |
| 3623 | version = "0.0.0" |
| 3624 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 3625 | "either", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3626 | "rustc_apfloat", |
| 3627 | "rustc_ast", |
| 3628 | "rustc_attr", |
| 3629 | "rustc_data_structures", |
| 3630 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3631 | "rustc_fluent_macro", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3632 | "rustc_hir", |
| 3633 | "rustc_index", |
| 3634 | "rustc_infer", |
| 3635 | "rustc_macros", |
| 3636 | "rustc_middle", |
| 3637 | "rustc_mir_dataflow", |
| 3638 | "rustc_session", |
| 3639 | "rustc_span", |
| 3640 | "rustc_target", |
| 3641 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 3642 | "rustc_type_ir", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 3643 | "tracing", |
| 3644 | ] |
| 3645 | |
| 3646 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3647 | name = "rustc_data_structures" |
| 3648 | version = "0.0.0" |
| 3649 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3650 | "arrayvec", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 3651 | "bitflags 1.3.2", |
Oli Scherer | decfb4d | 2023-02-21 08:37:10 | [diff] [blame] | 3652 | "elsa", |
Jack Huey | a42e5a1 | 2020-05-27 05:05:09 | [diff] [blame] | 3653 | "ena", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 3654 | "indexmap", |
Maybe Waffle | 0465201 | 2023-04-11 10:54:56 | [diff] [blame] | 3655 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3656 | "jobserver", |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3657 | "libc", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 3658 | "measureme", |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3659 | "memmap2", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 3660 | "parking_lot", |
SparrowLii | f2a40e9 | 2023-11-06 01:58:51 | [diff] [blame] | 3661 | "portable-atomic", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3662 | "rustc-hash", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3663 | "rustc-rayon", |
| 3664 | "rustc-rayon-core", |
SparrowLii | b9746ce | 2023-03-03 02:14:57 | [diff] [blame] | 3665 | "rustc_arena", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3666 | "rustc_graphviz", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3667 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3668 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3669 | "rustc_serialize", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3670 | "smallvec", |
Simonas Kazlauskas | a5c5365 | 2020-03-14 18:13:55 | [diff] [blame] | 3671 | "stacker", |
Mark Rousskov | 2627eed | 2020-08-09 01:05:50 | [diff] [blame] | 3672 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 3673 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3674 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3675 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3676 | ] |
| 3677 | |
| 3678 | [[package]] |
| 3679 | name = "rustc_driver" |
| 3680 | version = "0.0.0" |
| 3681 | dependencies = [ |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3682 | "rustc_driver_impl", |
John Kåre Alsaker | 2aceaf4 | 2023-02-02 06:17:46 | [diff] [blame] | 3683 | ] |
| 3684 | |
| 3685 | [[package]] |
| 3686 | name = "rustc_driver_impl" |
| 3687 | version = "0.0.0" |
| 3688 | dependencies = [ |
Luca Barbieri | 45ede92 | 2020-04-10 20:42:19 | [diff] [blame] | 3689 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3690 | "rustc_ast", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3691 | "rustc_ast_lowering", |
| 3692 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3693 | "rustc_ast_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3694 | "rustc_attr", |
| 3695 | "rustc_borrowck", |
| 3696 | "rustc_builtin_macros", |
Victor Ding | a47fdb9 | 2020-01-23 10:48:48 | [diff] [blame] | 3697 | "rustc_codegen_ssa", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3698 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3699 | "rustc_data_structures", |
Mazdak Farrokhzad | 8444e16 | 2019-11-15 18:41:50 | [diff] [blame] | 3700 | "rustc_error_codes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3701 | "rustc_errors", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3702 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3703 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3704 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3705 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3706 | "rustc_hir_analysis", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3707 | "rustc_hir_pretty", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3708 | "rustc_hir_typeck", |
| 3709 | "rustc_incremental", |
| 3710 | "rustc_infer", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3711 | "rustc_interface", |
Mark Rousskov | dab3bd6 | 2019-10-09 13:53:13 | [diff] [blame] | 3712 | "rustc_lint", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 3713 | "rustc_log", |
Adrian Tombu | dbe39d8 | 2022-08-22 21:43:09 | [diff] [blame] | 3714 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3715 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3716 | "rustc_middle", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3717 | "rustc_mir_build", |
| 3718 | "rustc_mir_dataflow", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 3719 | "rustc_mir_transform", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3720 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 3721 | "rustc_parse", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3722 | "rustc_passes", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 3723 | "rustc_pattern_analysis", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3724 | "rustc_privacy", |
| 3725 | "rustc_query_system", |
| 3726 | "rustc_resolve", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 3727 | "rustc_session", |
Oğuz Ağcayazı | ebd9c14 | 2023-11-09 09:11:41 | [diff] [blame] | 3728 | "rustc_smir", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3729 | "rustc_span", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3730 | "rustc_symbol_mangling", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3731 | "rustc_target", |
David Wood | d1fcf611 | 2022-10-13 09:13:02 | [diff] [blame] | 3732 | "rustc_trait_selection", |
| 3733 | "rustc_ty_utils", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 3734 | "serde_json", |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 3735 | "time", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3736 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3737 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3738 | ] |
| 3739 | |
| 3740 | [[package]] |
Guillaume Gomez | 125da0c | 2019-11-11 21:47:05 | [diff] [blame] | 3741 | name = "rustc_error_codes" |
| 3742 | version = "0.0.0" |
| 3743 | |
| 3744 | [[package]] |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3745 | name = "rustc_error_messages" |
| 3746 | version = "0.0.0" |
| 3747 | dependencies = [ |
David Wood | d5119c5 | 2022-03-28 08:36:20 | [diff] [blame] | 3748 | "fluent-bundle", |
| 3749 | "fluent-syntax", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3750 | "icu_list", |
| 3751 | "icu_locid", |
| 3752 | "icu_provider_adapters", |
David Wood | ccd4820 | 2022-04-03 04:32:38 | [diff] [blame] | 3753 | "intl-memoizer", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 3754 | "rustc_baked_icu_data", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3755 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3756 | "rustc_macros", |
| 3757 | "rustc_serialize", |
| 3758 | "rustc_span", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 3759 | "tracing", |
| 3760 | "unic-langid", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3761 | ] |
| 3762 | |
| 3763 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3764 | name = "rustc_errors" |
| 3765 | version = "0.0.0" |
| 3766 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 3767 | "annotate-snippets", |
Oli Scherer | 29de70d | 2023-07-25 13:09:53 | [diff] [blame] | 3768 | "derive_setters", |
Xiretza | 8489a67 | 2022-09-14 17:22:20 | [diff] [blame] | 3769 | "rustc_ast", |
| 3770 | "rustc_ast_pretty", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3771 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 3772 | "rustc_error_messages", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3773 | "rustc_fluent_macro", |
Michael Goulet | ff9fd36 | 2022-06-29 05:09:59 | [diff] [blame] | 3774 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 3775 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3776 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3777 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3778 | "rustc_span", |
Nathan Stocks | 0d65819 | 2022-08-26 20:39:59 | [diff] [blame] | 3779 | "rustc_target", |
Jhonny Bill Mena | d1030fa | 2022-11-17 13:53:14 | [diff] [blame] | 3780 | "rustc_type_ir", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 3781 | "serde", |
| 3782 | "serde_json", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3783 | "termcolor", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 3784 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3785 | "tracing", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3786 | "unicode-width", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 3787 | "windows", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3788 | ] |
| 3789 | |
| 3790 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3791 | name = "rustc_expand" |
| 3792 | version = "0.0.0" |
| 3793 | dependencies = [ |
Nika Layzell | 6d1650f | 2022-06-18 18:15:03 | [diff] [blame] | 3794 | "crossbeam-channel", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3795 | "rustc_ast", |
Mazdak Farrokhzad | 6cbcb83 | 2020-01-05 10:11:39 | [diff] [blame] | 3796 | "rustc_ast_passes", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 3797 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3798 | "rustc_attr", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3799 | "rustc_data_structures", |
| 3800 | "rustc_errors", |
| 3801 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3802 | "rustc_fluent_macro", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3803 | "rustc_lexer", |
Aaron Hill | f902551 | 2020-12-07 23:55:00 | [diff] [blame] | 3804 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3805 | "rustc_macros", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3806 | "rustc_parse", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3807 | "rustc_serialize", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 3808 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3809 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3810 | "smallvec", |
Oli Scherer | 51c2215 | 2023-07-26 13:58:50 | [diff] [blame] | 3811 | "termcolor", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 3812 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3813 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3814 | ] |
| 3815 | |
| 3816 | [[package]] |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3817 | name = "rustc_feature" |
| 3818 | version = "0.0.0" |
| 3819 | dependencies = [ |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 3820 | "rustc_data_structures", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3821 | "rustc_span", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 3822 | ] |
| 3823 | |
| 3824 | [[package]] |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3825 | name = "rustc_fluent_macro" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3826 | version = "0.0.0" |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3827 | dependencies = [ |
| 3828 | "annotate-snippets", |
| 3829 | "fluent-bundle", |
| 3830 | "fluent-syntax", |
| 3831 | "proc-macro2", |
| 3832 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 3833 | "syn 2.0.32", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3834 | "unic-langid", |
| 3835 | ] |
| 3836 | |
| 3837 | [[package]] |
Mark Rousskov | e3177c6 | 2018-08-03 21:31:03 | [diff] [blame] | 3838 | name = "rustc_fs_util" |
| 3839 | version = "0.0.0" |
| 3840 | |
| 3841 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3842 | name = "rustc_graphviz" |
| 3843 | version = "0.0.0" |
| 3844 | |
| 3845 | [[package]] |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3846 | name = "rustc_hir" |
| 3847 | version = "0.0.0" |
| 3848 | dependencies = [ |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 3849 | "odht", |
Camille GILLOT | 250c71b | 2021-07-13 16:45:20 | [diff] [blame] | 3850 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3851 | "rustc_ast", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3852 | "rustc_data_structures", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3853 | "rustc_index", |
| 3854 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3855 | "rustc_serialize", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3856 | "rustc_span", |
| 3857 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3858 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3859 | "tracing", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 3860 | ] |
| 3861 | |
| 3862 | [[package]] |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3863 | name = "rustc_hir_analysis" |
| 3864 | version = "0.0.0" |
| 3865 | dependencies = [ |
| 3866 | "rustc_arena", |
| 3867 | "rustc_ast", |
| 3868 | "rustc_attr", |
| 3869 | "rustc_data_structures", |
| 3870 | "rustc_errors", |
| 3871 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3872 | "rustc_fluent_macro", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3873 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3874 | "rustc_index", |
| 3875 | "rustc_infer", |
Nilstrieb | ee8f92b | 2023-04-16 09:48:01 | [diff] [blame] | 3876 | "rustc_lint_defs", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3877 | "rustc_macros", |
| 3878 | "rustc_middle", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3879 | "rustc_session", |
| 3880 | "rustc_span", |
| 3881 | "rustc_target", |
| 3882 | "rustc_trait_selection", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 3883 | "rustc_type_ir", |
| 3884 | "smallvec", |
| 3885 | "tracing", |
| 3886 | ] |
| 3887 | |
| 3888 | [[package]] |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3889 | name = "rustc_hir_pretty" |
| 3890 | version = "0.0.0" |
| 3891 | dependencies = [ |
| 3892 | "rustc_ast", |
| 3893 | "rustc_ast_pretty", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 3894 | "rustc_hir", |
| 3895 | "rustc_span", |
| 3896 | "rustc_target", |
| 3897 | ] |
| 3898 | |
| 3899 | [[package]] |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3900 | name = "rustc_hir_typeck" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 3901 | version = "0.0.0" |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3902 | dependencies = [ |
| 3903 | "rustc_ast", |
许杰友 Jieyou Xu (Joe) | 08c77a6 | 2023-07-16 10:18:38 | [diff] [blame] | 3904 | "rustc_attr", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3905 | "rustc_data_structures", |
| 3906 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3907 | "rustc_fluent_macro", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3908 | "rustc_graphviz", |
| 3909 | "rustc_hir", |
| 3910 | "rustc_hir_analysis", |
| 3911 | "rustc_hir_pretty", |
| 3912 | "rustc_index", |
| 3913 | "rustc_infer", |
| 3914 | "rustc_lint", |
| 3915 | "rustc_macros", |
| 3916 | "rustc_middle", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 3917 | "rustc_session", |
| 3918 | "rustc_span", |
| 3919 | "rustc_target", |
| 3920 | "rustc_trait_selection", |
| 3921 | "rustc_type_ir", |
| 3922 | "smallvec", |
| 3923 | "tracing", |
| 3924 | ] |
| 3925 | |
| 3926 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3927 | name = "rustc_incremental" |
| 3928 | version = "0.0.0" |
| 3929 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 3930 | "rand", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3931 | "rustc_ast", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3932 | "rustc_data_structures", |
Eric Huss | 074d667 | 2021-05-25 18:48:59 | [diff] [blame] | 3933 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3934 | "rustc_fluent_macro", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3935 | "rustc_fs_util", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3936 | "rustc_graphviz", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 3937 | "rustc_hir", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3938 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3939 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3940 | "rustc_serialize", |
Mark Rousskov | 984c74a | 2019-11-12 13:22:16 | [diff] [blame] | 3941 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3942 | "rustc_span", |
Nicholas Nethercote | 4143b10 | 2022-11-23 00:55:16 | [diff] [blame] | 3943 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3944 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 3945 | ] |
| 3946 | |
| 3947 | [[package]] |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3948 | name = "rustc_index" |
| 3949 | version = "0.0.0" |
| 3950 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 3951 | "arrayvec", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3952 | "rustc_index_macros", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 3953 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 3954 | "rustc_serialize", |
Mark Rousskov | 00c55a1 | 2021-11-05 18:50:29 | [diff] [blame] | 3955 | "smallvec", |
csmoe | 1cff2e6 | 2019-09-25 19:09:51 | [diff] [blame] | 3956 | ] |
| 3957 | |
| 3958 | [[package]] |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3959 | name = "rustc_index_macros" |
| 3960 | version = "0.0.0" |
| 3961 | dependencies = [ |
| 3962 | "proc-macro2", |
| 3963 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 3964 | "syn 2.0.32", |
Michael Goulet | 4506681 | 2023-10-24 00:16:14 | [diff] [blame] | 3965 | "synstructure", |
| 3966 | ] |
| 3967 | |
| 3968 | [[package]] |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3969 | name = "rustc_infer" |
| 3970 | version = "0.0.0" |
| 3971 | dependencies = [ |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3972 | "rustc_data_structures", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3973 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 3974 | "rustc_fluent_macro", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3975 | "rustc_hir", |
| 3976 | "rustc_index", |
| 3977 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 3978 | "rustc_middle", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3979 | "rustc_span", |
| 3980 | "rustc_target", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 3981 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 3982 | "tracing", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 3983 | ] |
| 3984 | |
| 3985 | [[package]] |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 3986 | name = "rustc_interface" |
| 3987 | version = "0.0.0" |
| 3988 | dependencies = [ |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 3989 | "libloading 0.7.4", |
Igor Matuszewski | 5b09130 | 2019-12-10 15:01:01 | [diff] [blame] | 3990 | "rustc-rayon", |
Camille GILLOT | a4b1158f | 2020-11-18 18:02:31 | [diff] [blame] | 3991 | "rustc-rayon-core", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 3992 | "rustc_ast", |
Mazdak Farrokhzad | 7b6ef2b | 2019-12-22 17:12:56 | [diff] [blame] | 3993 | "rustc_ast_lowering", |
Mazdak Farrokhzad | ed69fbb | 2020-01-05 09:58:44 | [diff] [blame] | 3994 | "rustc_ast_passes", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 3995 | "rustc_attr", |
Camille GILLOT | 31a61cc | 2020-12-30 17:48:40 | [diff] [blame] | 3996 | "rustc_borrowck", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 3997 | "rustc_builtin_macros", |
Alex Crichton | 7f23e6e | 2019-10-22 15:51:35 | [diff] [blame] | 3998 | "rustc_codegen_llvm", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 3999 | "rustc_codegen_ssa", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4000 | "rustc_const_eval", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4001 | "rustc_data_structures", |
| 4002 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4003 | "rustc_expand", |
Vadim Petrochenkov | 7353c96 | 2023-08-09 12:28:00 | [diff] [blame] | 4004 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4005 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4006 | "rustc_fs_util", |
Mazdak Farrokhzad | 7a14073 | 2019-12-25 02:51:27 | [diff] [blame] | 4007 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4008 | "rustc_hir_analysis", |
lcnr | fb3ab13 | 2022-10-20 15:51:37 | [diff] [blame] | 4009 | "rustc_hir_typeck", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4010 | "rustc_incremental", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4011 | "rustc_lint", |
finalchild | c1a9841 | 2022-08-16 20:07:47 | [diff] [blame] | 4012 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4013 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4014 | "rustc_middle", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4015 | "rustc_mir_build", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4016 | "rustc_mir_transform", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4017 | "rustc_monomorphize", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4018 | "rustc_parse", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4019 | "rustc_passes", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4020 | "rustc_privacy", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4021 | "rustc_query_impl", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4022 | "rustc_query_system", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4023 | "rustc_resolve", |
Ben Kimock | fbaa24e | 2023-10-28 01:26:43 | [diff] [blame] | 4024 | "rustc_serialize", |
Mazdak Farrokhzad | 7dbccf5 | 2020-01-05 08:40:16 | [diff] [blame] | 4025 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4026 | "rustc_span", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4027 | "rustc_symbol_mangling", |
Mazdak Farrokhzad | d945f98 | 2019-10-11 21:48:16 | [diff] [blame] | 4028 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4029 | "rustc_trait_selection", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4030 | "rustc_traits", |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4031 | "rustc_ty_utils", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4032 | "tracing", |
John Kåre Alsaker | 23a51f9 | 2018-12-08 19:30:23 | [diff] [blame] | 4033 | ] |
| 4034 | |
| 4035 | [[package]] |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4036 | name = "rustc_lexer" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4037 | version = "0.0.0" |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4038 | dependencies = [ |
Aleksey Kladov | f7be59c | 2020-08-21 12:03:50 | [diff] [blame] | 4039 | "expect-test", |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 4040 | "unicode-properties", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4041 | "unicode-xid", |
Aleksey Kladov | 395ee0b | 2019-05-06 08:53:40 | [diff] [blame] | 4042 | ] |
| 4043 | |
| 4044 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4045 | name = "rustc_lint" |
| 4046 | version = "0.0.0" |
| 4047 | dependencies = [ |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4048 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4049 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4050 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4051 | "rustc_data_structures", |
Mazdak Farrokhzad | 8bd3d24 | 2020-01-09 10:18:47 | [diff] [blame] | 4052 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4053 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4054 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4055 | "rustc_hir", |
csmoe | 64f61c7 | 2019-09-26 05:38:33 | [diff] [blame] | 4056 | "rustc_index", |
Mara Bos | 0a31325 | 2021-08-16 15:25:35 | [diff] [blame] | 4057 | "rustc_infer", |
David Wood | 9d864c8 | 2022-06-30 07:57:45 | [diff] [blame] | 4058 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4059 | "rustc_middle", |
Mara Bos | 6b44662 | 2020-10-20 20:25:42 | [diff] [blame] | 4060 | "rustc_parse_format", |
Mark Rousskov | f03d8f3 | 2019-11-12 17:09:20 | [diff] [blame] | 4061 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4062 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4063 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4064 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4065 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4066 | "tracing", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 4067 | "unicode-security", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4068 | ] |
| 4069 | |
| 4070 | [[package]] |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4071 | name = "rustc_lint_defs" |
| 4072 | version = "0.0.0" |
| 4073 | dependencies = [ |
| 4074 | "rustc_ast", |
| 4075 | "rustc_data_structures", |
David Wood | c45f295 | 2022-03-24 02:03:04 | [diff] [blame] | 4076 | "rustc_error_messages", |
xFrednet | 33a5945 | 2021-11-20 19:45:27 | [diff] [blame] | 4077 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4078 | "rustc_macros", |
| 4079 | "rustc_serialize", |
| 4080 | "rustc_span", |
Mark Rousskov | c4a8d7f | 2020-09-01 21:12:38 | [diff] [blame] | 4081 | "rustc_target", |
bjorn3 | 62a4f91 | 2021-06-03 19:14:15 | [diff] [blame] | 4082 | "serde", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4083 | ] |
| 4084 | |
| 4085 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4086 | name = "rustc_llvm" |
| 4087 | version = "0.0.0" |
| 4088 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4089 | "cc", |
Aaron Hill | 47e932b | 2019-12-12 15:51:19 | [diff] [blame] | 4090 | "libc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4091 | ] |
| 4092 | |
| 4093 | [[package]] |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4094 | name = "rustc_log" |
| 4095 | version = "0.0.0" |
| 4096 | dependencies = [ |
David Tolnay | ffbeebb | 2022-01-04 06:01:35 | [diff] [blame] | 4097 | "rustc_span", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4098 | "tracing", |
Yuki Omoto | 4e2a356 | 2023-01-11 15:17:48 | [diff] [blame] | 4099 | "tracing-core", |
David Tolnay | 6152d15 | 2022-01-04 00:32:52 | [diff] [blame] | 4100 | "tracing-subscriber", |
| 4101 | "tracing-tree", |
| 4102 | ] |
| 4103 | |
| 4104 | [[package]] |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4105 | name = "rustc_macros" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4106 | version = "0.0.0" |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4107 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4108 | "proc-macro2", |
| 4109 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 4110 | "syn 2.0.32", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 4111 | "synstructure", |
John Kåre Alsaker | 74b6419 | 2019-03-01 00:22:10 | [diff] [blame] | 4112 | ] |
| 4113 | |
| 4114 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4115 | name = "rustc_metadata" |
| 4116 | version = "0.0.0" |
| 4117 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4118 | "bitflags 1.3.2", |
Ralf Jung | 6687c07 | 2023-10-01 05:03:42 | [diff] [blame] | 4119 | "libloading 0.7.4", |
Michael Woerister | d0be27c | 2021-07-20 11:54:37 | [diff] [blame] | 4120 | "odht", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4121 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4122 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4123 | "rustc_data_structures", |
| 4124 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4125 | "rustc_expand", |
Jonas Schievink | a447c21 | 2020-09-12 23:58:17 | [diff] [blame] | 4126 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4127 | "rustc_fluent_macro", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4128 | "rustc_fs_util", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4129 | "rustc_hir", |
Mazdak Farrokhzad | b3866a5 | 2020-03-23 19:59:19 | [diff] [blame] | 4130 | "rustc_hir_pretty", |
csmoe | d20183d | 2019-09-26 05:30:10 | [diff] [blame] | 4131 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4132 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4133 | "rustc_middle", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4134 | "rustc_serialize", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4135 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4136 | "rustc_span", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4137 | "rustc_target", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4138 | "rustc_type_ir", |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4139 | "snap", |
Yoshiki Matsuda | 5d9ba49 | 2022-04-24 14:49:04 | [diff] [blame] | 4140 | "tempfile", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4141 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4142 | ] |
| 4143 | |
| 4144 | [[package]] |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4145 | name = "rustc_middle" |
| 4146 | version = "0.0.0" |
| 4147 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4148 | "bitflags 1.3.2", |
Maybe Waffle | e20e506 | 2022-11-28 11:11:45 | [diff] [blame] | 4149 | "derive_more", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4150 | "either", |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4151 | "field-offset", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4152 | "gsgdt", |
John Kåre Alsaker | 66d8543 | 2023-03-25 08:46:19 | [diff] [blame] | 4153 | "measureme", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4154 | "polonius-engine", |
Camille GILLOT | 48a339d | 2021-07-16 12:42:26 | [diff] [blame] | 4155 | "rustc-rayon", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4156 | "rustc-rayon-core", |
| 4157 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4158 | "rustc_arena", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4159 | "rustc_ast", |
| 4160 | "rustc_attr", |
| 4161 | "rustc_data_structures", |
Joshua Nelson | e433029 | 2022-12-22 18:57:47 | [diff] [blame] | 4162 | "rustc_error_messages", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4163 | "rustc_errors", |
| 4164 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4165 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4166 | "rustc_graphviz", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4167 | "rustc_hir", |
| 4168 | "rustc_index", |
| 4169 | "rustc_macros", |
| 4170 | "rustc_query_system", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4171 | "rustc_serialize", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4172 | "rustc_session", |
| 4173 | "rustc_span", |
| 4174 | "rustc_target", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4175 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4176 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4177 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4178 | "tracing", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4179 | ] |
| 4180 | |
| 4181 | [[package]] |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4182 | name = "rustc_mir_build" |
| 4183 | version = "0.0.0" |
| 4184 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4185 | "either", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4186 | "rustc_apfloat", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4187 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4188 | "rustc_ast", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4189 | "rustc_data_structures", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4190 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4191 | "rustc_fluent_macro", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4192 | "rustc_hir", |
| 4193 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4194 | "rustc_infer", |
TheOddGarlic | 82f0544 | 2022-08-20 11:28:43 | [diff] [blame] | 4195 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4196 | "rustc_middle", |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4197 | "rustc_pattern_analysis", |
Mazdak Farrokhzad | 58eb03d | 2020-01-20 21:23:07 | [diff] [blame] | 4198 | "rustc_session", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4199 | "rustc_span", |
| 4200 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4201 | "rustc_trait_selection", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4202 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4203 | "tracing", |
Matthew Jasper | b358929 | 2020-01-05 15:46:44 | [diff] [blame] | 4204 | ] |
| 4205 | |
| 4206 | [[package]] |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4207 | name = "rustc_mir_dataflow" |
| 4208 | version = "0.0.0" |
| 4209 | dependencies = [ |
| 4210 | "polonius-engine", |
| 4211 | "regex", |
| 4212 | "rustc_ast", |
| 4213 | "rustc_data_structures", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4214 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4215 | "rustc_fluent_macro", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4216 | "rustc_graphviz", |
| 4217 | "rustc_hir", |
| 4218 | "rustc_index", |
5225225 | ee2b161 | 2022-08-19 09:21:14 | [diff] [blame] | 4219 | "rustc_macros", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4220 | "rustc_middle", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4221 | "rustc_span", |
| 4222 | "rustc_target", |
| 4223 | "smallvec", |
| 4224 | "tracing", |
| 4225 | ] |
| 4226 | |
| 4227 | [[package]] |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4228 | name = "rustc_mir_transform" |
| 4229 | version = "0.0.0" |
| 4230 | dependencies = [ |
Ralf Jung | 4101889 | 2022-11-18 09:18:32 | [diff] [blame] | 4231 | "either", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4232 | "itertools", |
Camille GILLOT | 751a079 | 2023-01-16 22:12:36 | [diff] [blame] | 4233 | "rustc_arena", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4234 | "rustc_ast", |
| 4235 | "rustc_attr", |
Camille GILLOT | c5fc260 | 2021-01-05 19:08:11 | [diff] [blame] | 4236 | "rustc_const_eval", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4237 | "rustc_data_structures", |
| 4238 | "rustc_errors", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4239 | "rustc_fluent_macro", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4240 | "rustc_hir", |
| 4241 | "rustc_index", |
clubby789 | d5bc581 | 2023-04-30 01:20:53 | [diff] [blame] | 4242 | "rustc_macros", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4243 | "rustc_middle", |
Martin Nordholts | b4b33df | 2023-07-20 19:01:27 | [diff] [blame] | 4244 | "rustc_mir_build", |
Camille GILLOT | fd9c04f | 2021-01-05 18:53:07 | [diff] [blame] | 4245 | "rustc_mir_dataflow", |
Camille GILLOT | bba4be6 | 2021-01-01 00:53:25 | [diff] [blame] | 4246 | "rustc_session", |
| 4247 | "rustc_span", |
| 4248 | "rustc_target", |
| 4249 | "rustc_trait_selection", |
| 4250 | "smallvec", |
| 4251 | "tracing", |
| 4252 | ] |
| 4253 | |
| 4254 | [[package]] |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4255 | name = "rustc_monomorphize" |
| 4256 | version = "0.0.0" |
| 4257 | dependencies = [ |
| 4258 | "rustc_data_structures", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4259 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4260 | "rustc_fluent_macro", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4261 | "rustc_hir", |
Nathan Stocks | 137f20c | 2022-08-18 21:51:47 | [diff] [blame] | 4262 | "rustc_macros", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4263 | "rustc_middle", |
| 4264 | "rustc_session", |
| 4265 | "rustc_span", |
| 4266 | "rustc_target", |
Joshua Nelson | eb53eea | 2022-12-29 21:08:09 | [diff] [blame] | 4267 | "serde", |
| 4268 | "serde_json", |
Camille GILLOT | 81a600b | 2021-01-02 13:42:15 | [diff] [blame] | 4269 | "tracing", |
| 4270 | ] |
| 4271 | |
| 4272 | [[package]] |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4273 | name = "rustc_next_trait_solver" |
| 4274 | version = "0.0.0" |
| 4275 | dependencies = [ |
| 4276 | "rustc_type_ir", |
| 4277 | ] |
| 4278 | |
| 4279 | [[package]] |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4280 | name = "rustc_parse" |
| 4281 | version = "0.0.0" |
| 4282 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4283 | "bitflags 1.3.2", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4284 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4285 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4286 | "rustc_data_structures", |
| 4287 | "rustc_errors", |
Mazdak Farrokhzad | 3d080a4 | 2019-11-29 23:23:38 | [diff] [blame] | 4288 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4289 | "rustc_fluent_macro", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4290 | "rustc_lexer", |
Christian Poveda | d6da5fb | 2022-04-25 20:55:24 | [diff] [blame] | 4291 | "rustc_macros", |
Mazdak Farrokhzad | f361b71 | 2020-01-05 09:47:20 | [diff] [blame] | 4292 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4293 | "rustc_span", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4294 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4295 | "tracing", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 4296 | "unicode-normalization", |
Esteban Küber | c0b1345 | 2021-08-19 18:40:00 | [diff] [blame] | 4297 | "unicode-width", |
Mazdak Farrokhzad | 4ae2728 | 2019-10-15 20:48:13 | [diff] [blame] | 4298 | ] |
| 4299 | |
| 4300 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4301 | name = "rustc_parse_format" |
| 4302 | version = "0.0.0" |
| 4303 | dependencies = [ |
Lukas Wirth | 2bba0561 | 2023-09-05 17:11:50 | [diff] [blame] | 4304 | "rustc_index", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4305 | "rustc_lexer", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4306 | ] |
| 4307 | |
| 4308 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4309 | name = "rustc_passes" |
| 4310 | version = "0.0.0" |
| 4311 | dependencies = [ |
Takayuki Maeda | 3a023e7 | 2022-06-10 03:14:24 | [diff] [blame] | 4312 | "itertools", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4313 | "rustc_ast", |
Camelid | 8f40e11 | 2021-03-14 21:39:13 | [diff] [blame] | 4314 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4315 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4316 | "rustc_data_structures", |
| 4317 | "rustc_errors", |
ridwanabdillahi | 175a4ea | 2022-04-26 01:02:43 | [diff] [blame] | 4318 | "rustc_expand", |
Aaron Hill | af46699 | 2021-07-29 17:00:41 | [diff] [blame] | 4319 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4320 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4321 | "rustc_hir", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4322 | "rustc_index", |
Guillaume Gomez | 8a35b93 | 2020-12-01 22:41:12 | [diff] [blame] | 4323 | "rustc_lexer", |
David Wood | 78b19a9 | 2022-07-11 17:59:04 | [diff] [blame] | 4324 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4325 | "rustc_middle", |
Mazdak Farrokhzad | fff5ef6 | 2020-01-02 11:54:43 | [diff] [blame] | 4326 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4327 | "rustc_span", |
Mark Rousskov | 7c3f65b | 2019-10-04 14:46:57 | [diff] [blame] | 4328 | "rustc_target", |
Michael Goulet | 9eae773 | 2023-03-14 18:43:37 | [diff] [blame] | 4329 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4330 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4331 | ] |
| 4332 | |
| 4333 | [[package]] |
Nadrieril | 281002d | 2023-12-10 19:42:30 | [diff] [blame] | 4334 | name = "rustc_pattern_analysis" |
| 4335 | version = "0.0.0" |
| 4336 | dependencies = [ |
| 4337 | "rustc_apfloat", |
| 4338 | "rustc_arena", |
| 4339 | "rustc_data_structures", |
| 4340 | "rustc_errors", |
| 4341 | "rustc_fluent_macro", |
| 4342 | "rustc_hir", |
| 4343 | "rustc_index", |
| 4344 | "rustc_macros", |
| 4345 | "rustc_middle", |
| 4346 | "rustc_session", |
| 4347 | "rustc_span", |
| 4348 | "rustc_target", |
| 4349 | "smallvec", |
| 4350 | "tracing", |
| 4351 | ] |
| 4352 | |
| 4353 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4354 | name = "rustc_privacy" |
| 4355 | version = "0.0.0" |
| 4356 | dependencies = [ |
inquisitivecrystal | 8c62fa0 | 2021-07-31 06:50:57 | [diff] [blame] | 4357 | "rustc_ast", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4358 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4359 | "rustc_data_structures", |
Mazdak Farrokhzad | 2c3e5d3 | 2019-12-31 20:25:16 | [diff] [blame] | 4360 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4361 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4362 | "rustc_hir", |
lcnr | 1fc86a6 | 2022-09-26 11:00:29 | [diff] [blame] | 4363 | "rustc_hir_analysis", |
David Wood | be9ebfd | 2022-06-22 13:17:34 | [diff] [blame] | 4364 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4365 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4366 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4367 | "rustc_span", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4368 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4369 | ] |
| 4370 | |
| 4371 | [[package]] |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4372 | name = "rustc_query_impl" |
| 4373 | version = "0.0.0" |
| 4374 | dependencies = [ |
John Kåre Alsaker | 7aab1dd | 2023-04-30 07:29:02 | [diff] [blame] | 4375 | "field-offset", |
Ralf Jung | 61a986a | 2022-06-26 02:21:49 | [diff] [blame] | 4376 | "measureme", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4377 | "rustc-rayon-core", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4378 | "rustc_data_structures", |
| 4379 | "rustc_errors", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4380 | "rustc_hir", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4381 | "rustc_index", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4382 | "rustc_middle", |
| 4383 | "rustc_query_system", |
| 4384 | "rustc_serialize", |
Camille GILLOT | 81241cb | 2021-06-28 19:12:01 | [diff] [blame] | 4385 | "rustc_session", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4386 | "rustc_span", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4387 | "thin-vec", |
Oli Scherer | 0d5a738 | 2022-05-04 08:30:13 | [diff] [blame] | 4388 | "tracing", |
Camille GILLOT | 4581d16 | 2021-01-19 19:40:16 | [diff] [blame] | 4389 | ] |
| 4390 | |
| 4391 | [[package]] |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4392 | name = "rustc_query_system" |
| 4393 | version = "0.0.0" |
| 4394 | dependencies = [ |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 4395 | "parking_lot", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4396 | "rustc-rayon-core", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4397 | "rustc_ast", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4398 | "rustc_data_structures", |
| 4399 | "rustc_errors", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4400 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4401 | "rustc_fluent_macro", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4402 | "rustc_hir", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4403 | "rustc_index", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4404 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4405 | "rustc_serialize", |
Camille GILLOT | f96e960 | 2020-11-12 19:48:37 | [diff] [blame] | 4406 | "rustc_session", |
Camille GILLOT | 8e873c3 | 2020-03-19 13:13:31 | [diff] [blame] | 4407 | "rustc_span", |
Camille GILLOT | c355b2e | 2020-11-14 15:35:31 | [diff] [blame] | 4408 | "rustc_target", |
Eric Holk | 578fc49 | 2022-09-07 21:46:04 | [diff] [blame] | 4409 | "rustc_type_ir", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4410 | "smallvec", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4411 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4412 | "tracing", |
Camille GILLOT | 6624dc4 | 2020-03-18 09:25:22 | [diff] [blame] | 4413 | ] |
| 4414 | |
| 4415 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4416 | name = "rustc_resolve" |
| 4417 | version = "0.0.0" |
| 4418 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4419 | "bitflags 1.3.2", |
Weihang Lo | 55a7915 | 2023-02-17 23:55:45 | [diff] [blame] | 4420 | "pulldown-cmark", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4421 | "rustc_arena", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4422 | "rustc_ast", |
Mazdak Farrokhzad | e233331 | 2020-01-11 16:02:46 | [diff] [blame] | 4423 | "rustc_ast_pretty", |
Mazdak Farrokhzad | 93a8283 | 2020-01-11 12:15:20 | [diff] [blame] | 4424 | "rustc_attr", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4425 | "rustc_data_structures", |
| 4426 | "rustc_errors", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4427 | "rustc_expand", |
Mazdak Farrokhzad | 70234f1 | 2019-11-30 01:34:18 | [diff] [blame] | 4428 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4429 | "rustc_fluent_macro", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4430 | "rustc_hir", |
marmeladema | f60513e | 2020-06-20 18:59:29 | [diff] [blame] | 4431 | "rustc_index", |
Rajput, Rajat | 269ce36 | 2022-09-05 05:04:38 | [diff] [blame] | 4432 | "rustc_macros", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4433 | "rustc_metadata", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4434 | "rustc_middle", |
Camille GILLOT | 457de08 | 2021-09-19 20:17:50 | [diff] [blame] | 4435 | "rustc_query_system", |
Mazdak Farrokhzad | 5ccc1e4 | 2019-12-24 21:42:56 | [diff] [blame] | 4436 | "rustc_session", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4437 | "rustc_span", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4438 | "smallvec", |
Nicholas Nethercote | 67d5cc0 | 2022-09-08 07:22:52 | [diff] [blame] | 4439 | "thin-vec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4440 | "tracing", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4441 | ] |
| 4442 | |
| 4443 | [[package]] |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4444 | name = "rustc_serialize" |
| 4445 | version = "0.0.0" |
| 4446 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4447 | "indexmap", |
Matthew Jasper | c4f91bb | 2020-07-18 19:14:50 | [diff] [blame] | 4448 | "rustc_macros", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4449 | "smallvec", |
Nicholas Nethercote | ebee3f8 | 2023-05-01 08:51:05 | [diff] [blame] | 4450 | "tempfile", |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 4451 | "thin-vec", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4452 | ] |
| 4453 | |
| 4454 | [[package]] |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4455 | name = "rustc_session" |
| 4456 | version = "0.0.0" |
| 4457 | dependencies = [ |
Urgau | 30f9471 | 2023-08-23 09:18:20 | [diff] [blame] | 4458 | "bitflags 1.3.2", |
Luca Barbieri | ac2b84f | 2020-04-10 20:42:19 | [diff] [blame] | 4459 | "getopts", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4460 | "libc", |
Vadim Petrochenkov | 6054a30 | 2020-02-29 17:16:26 | [diff] [blame] | 4461 | "rustc_ast", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4462 | "rustc_data_structures", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4463 | "rustc_errors", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4464 | "rustc_feature", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4465 | "rustc_fluent_macro", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4466 | "rustc_fs_util", |
Camille GILLOT | 8961616 | 2020-11-14 02:02:03 | [diff] [blame] | 4467 | "rustc_hir", |
Aaron Hill | 23018a5 | 2020-08-13 19:41:52 | [diff] [blame] | 4468 | "rustc_lint_defs", |
Matthew Jasper | cbcef3e | 2020-06-11 14:49:57 | [diff] [blame] | 4469 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4470 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4471 | "rustc_span", |
Mark Rousskov | cc2c33a | 2019-11-29 21:05:28 | [diff] [blame] | 4472 | "rustc_target", |
Onur Özkan | 71a3a48 | 2022-10-28 07:20:51 | [diff] [blame] | 4473 | "smallvec", |
Esteban Küber | 7674ede | 2022-11-26 01:14:25 | [diff] [blame] | 4474 | "termize", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4475 | "tracing", |
klensy | 3c03cce | 2023-05-09 15:20:13 | [diff] [blame] | 4476 | "windows", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4477 | ] |
| 4478 | |
| 4479 | [[package]] |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4480 | name = "rustc_smir" |
| 4481 | version = "0.0.0" |
| 4482 | dependencies = [ |
Celina G. Val | 4c9e842 | 2023-12-06 21:39:55 | [diff] [blame] | 4483 | "rustc_abi", |
Oğuz Ağcayazı | 0f27c1b | 2023-10-09 09:56:14 | [diff] [blame] | 4484 | "rustc_data_structures", |
Santiago Pastorino | 4b85bea | 2023-04-24 20:53:51 | [diff] [blame] | 4485 | "rustc_hir", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4486 | "rustc_middle", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4487 | "rustc_span", |
Celina G. Val | 44d0fce | 2023-06-20 17:32:12 | [diff] [blame] | 4488 | "rustc_target", |
Celina G. Val | 66a554b | 2023-10-21 06:05:38 | [diff] [blame] | 4489 | "scoped-tls", |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 4490 | "stable_mir", |
Celina G. Val | b66db7e | 2023-03-04 01:08:49 | [diff] [blame] | 4491 | "tracing", |
Oli Scherer | 9960cc1 | 2022-06-02 10:08:38 | [diff] [blame] | 4492 | ] |
| 4493 | |
| 4494 | [[package]] |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4495 | name = "rustc_span" |
| 4496 | version = "0.0.0" |
| 4497 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4498 | "indexmap", |
Igor Matuszewski | bd37d7d | 2020-12-05 15:40:24 | [diff] [blame] | 4499 | "md-5", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4500 | "rustc_arena", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4501 | "rustc_data_structures", |
| 4502 | "rustc_index", |
| 4503 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4504 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4505 | "scoped-tls", |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 4506 | "sha1", |
Arlo Siemsen | 3296d5c | 2020-10-13 15:41:06 | [diff] [blame] | 4507 | "sha2", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4508 | "tracing", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4509 | "unicode-width", |
Mark Rousskov | c761ec1 | 2019-11-12 13:17:33 | [diff] [blame] | 4510 | ] |
| 4511 | |
| 4512 | [[package]] |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4513 | name = "rustc_symbol_mangling" |
| 4514 | version = "0.0.0" |
| 4515 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4516 | "bitflags 1.3.2", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4517 | "punycode", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4518 | "rustc-demangle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4519 | "rustc_data_structures", |
Jhonny Bill Mena | 86f8c4e | 2022-08-27 04:24:13 | [diff] [blame] | 4520 | "rustc_errors", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4521 | "rustc_hir", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4522 | "rustc_middle", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4523 | "rustc_session", |
| 4524 | "rustc_span", |
| 4525 | "rustc_target", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4526 | "tracing", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 4527 | "twox-hash", |
Mark Mansi | 2d75a33 | 2020-03-12 23:07:58 | [diff] [blame] | 4528 | ] |
| 4529 | |
| 4530 | [[package]] |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4531 | name = "rustc_target" |
| 4532 | version = "0.0.0" |
| 4533 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4534 | "bitflags 1.3.2", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 4535 | "object", |
hkalbasi | 390a637 | 2022-11-06 21:06:11 | [diff] [blame] | 4536 | "rustc_abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4537 | "rustc_data_structures", |
khyperia | 9a206a7 | 2022-09-08 13:37:15 | [diff] [blame] | 4538 | "rustc_feature", |
John Kåre Alsaker | 4f7cd3d | 2023-03-16 20:42:31 | [diff] [blame] | 4539 | "rustc_fs_util", |
Lukas Wirth | f14b7c9 | 2023-09-29 15:14:56 | [diff] [blame] | 4540 | "rustc_index", |
Camille GILLOT | 2ba84c6 | 2019-11-09 21:27:52 | [diff] [blame] | 4541 | "rustc_macros", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4542 | "rustc_serialize", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4543 | "rustc_span", |
bjorn3 | fc1df4f | 2021-06-03 15:45:09 | [diff] [blame] | 4544 | "serde_json", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4545 | "tracing", |
Irina Popa | 38e9640 | 2017-12-08 19:18:21 | [diff] [blame] | 4546 | ] |
| 4547 | |
| 4548 | [[package]] |
Matthias Krüger | 10e7b76 | 2018-09-07 07:12:06 | [diff] [blame] | 4549 | name = "rustc_tools_util" |
Philipp Krones | 10f2a6d | 2022-12-17 13:21:37 | [diff] [blame] | 4550 | version = "0.3.0" |
| 4551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4552 | checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
| 4553 | |
| 4554 | [[package]] |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4555 | name = "rustc_trait_selection" |
| 4556 | version = "0.0.0" |
| 4557 | dependencies = [ |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4558 | "rustc_ast", |
| 4559 | "rustc_attr", |
| 4560 | "rustc_data_structures", |
| 4561 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4562 | "rustc_fluent_macro", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4563 | "rustc_hir", |
| 4564 | "rustc_index", |
| 4565 | "rustc_infer", |
| 4566 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4567 | "rustc_middle", |
Michael Goulet | cb41509 | 2023-11-22 23:44:58 | [diff] [blame] | 4568 | "rustc_next_trait_solver", |
Vadim Petrochenkov | 11d9514 | 2020-06-02 17:03:40 | [diff] [blame] | 4569 | "rustc_parse_format", |
Camille GILLOT | 02025d8 | 2020-11-14 15:48:54 | [diff] [blame] | 4570 | "rustc_query_system", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4571 | "rustc_session", |
| 4572 | "rustc_span", |
| 4573 | "rustc_target", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4574 | "rustc_transmute", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4575 | "smallvec", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4576 | "tracing", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4577 | ] |
| 4578 | |
| 4579 | [[package]] |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4580 | name = "rustc_traits" |
| 4581 | version = "0.0.0" |
| 4582 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4583 | "rustc_data_structures", |
Mazdak Farrokhzad | ebfd867 | 2020-01-05 01:37:57 | [diff] [blame] | 4584 | "rustc_hir", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4585 | "rustc_infer", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4586 | "rustc_middle", |
Vadim Petrochenkov | b9a9c5b | 2019-12-29 13:53:32 | [diff] [blame] | 4587 | "rustc_span", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4588 | "rustc_trait_selection", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4589 | "tracing", |
Niko Matsakis | 3a50b41d | 2018-02-25 15:58:54 | [diff] [blame] | 4590 | ] |
| 4591 | |
| 4592 | [[package]] |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4593 | name = "rustc_transmute" |
Michael Goulet | 60c9544 | 2023-10-18 21:55:15 | [diff] [blame] | 4594 | version = "0.0.0" |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4595 | dependencies = [ |
| 4596 | "itertools", |
| 4597 | "rustc_data_structures", |
Jack Wrenn | f46fffc | 2022-08-18 19:39:14 | [diff] [blame] | 4598 | "rustc_hir", |
Jack Wrenn | bc4a1de | 2021-07-03 16:18:13 | [diff] [blame] | 4599 | "rustc_infer", |
| 4600 | "rustc_macros", |
| 4601 | "rustc_middle", |
| 4602 | "rustc_span", |
| 4603 | "rustc_target", |
| 4604 | "tracing", |
| 4605 | ] |
| 4606 | |
| 4607 | [[package]] |
LeSeulArtichaut | f59d030 | 2020-11-19 20:32:37 | [diff] [blame] | 4608 | name = "rustc_ty_utils" |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4609 | version = "0.0.0" |
| 4610 | dependencies = [ |
lcnr | 5378f07 | 2023-06-27 21:13:39 | [diff] [blame] | 4611 | "itertools", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4612 | "rustc_data_structures", |
Eduard-Mihai Burtescu | 289f46a | 2020-04-10 02:13:29 | [diff] [blame] | 4613 | "rustc_errors", |
Nilstrieb | b5d3d97 | 2023-04-16 12:33:00 | [diff] [blame] | 4614 | "rustc_fluent_macro", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4615 | "rustc_hir", |
kadmin | e612e26 | 2022-07-09 09:35:06 | [diff] [blame] | 4616 | "rustc_index", |
Camille GILLOT | f07e889 | 2020-01-06 19:13:24 | [diff] [blame] | 4617 | "rustc_infer", |
Peter Medus | 01c1616 | 2022-08-18 23:04:31 | [diff] [blame] | 4618 | "rustc_macros", |
Mazdak Farrokhzad | 7710f2d | 2020-03-29 13:24:45 | [diff] [blame] | 4619 | "rustc_middle", |
Mazdak Farrokhzad | 4392a8b | 2020-03-11 11:49:08 | [diff] [blame] | 4620 | "rustc_session", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4621 | "rustc_span", |
Camille GILLOT | 0e652c5 | 2020-02-12 16:24:32 | [diff] [blame] | 4622 | "rustc_target", |
Camille GILLOT | c1e3d55 | 2020-02-11 18:53:40 | [diff] [blame] | 4623 | "rustc_trait_selection", |
Michael Goulet | a056a95 | 2022-05-22 19:57:46 | [diff] [blame] | 4624 | "rustc_type_ir", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4625 | "tracing", |
Camille GILLOT | 9908a87 | 2020-01-13 12:40:30 | [diff] [blame] | 4626 | ] |
| 4627 | |
| 4628 | [[package]] |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4629 | name = "rustc_type_ir" |
| 4630 | version = "0.0.0" |
| 4631 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4632 | "bitflags 1.3.2", |
Michael Goulet | de83057 | 2023-10-30 17:09:17 | [diff] [blame] | 4633 | "derivative", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4634 | "rustc_data_structures", |
| 4635 | "rustc_index", |
LeSeulArtichaut | 0724573 | 2020-12-12 14:25:55 | [diff] [blame] | 4636 | "rustc_macros", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4637 | "rustc_serialize", |
Wilco Kusee | a7015fe | 2021-01-31 09:32:34 | [diff] [blame] | 4638 | "smallvec", |
LeSeulArtichaut | 0cf5a8a | 2020-11-18 15:37:10 | [diff] [blame] | 4639 | ] |
| 4640 | |
| 4641 | [[package]] |
Oliver Schneider | 847bb14 | 2018-05-11 12:11:06 | [diff] [blame] | 4642 | name = "rustc_version" |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4643 | version = "0.4.0" |
| 4644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4645 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 4646 | dependencies = [ |
klensy | 8ebc73b | 2022-02-06 20:57:29 | [diff] [blame] | 4647 | "semver", |
Ralf Jung | e5d0178 | 2021-10-04 22:13:00 | [diff] [blame] | 4648 | ] |
| 4649 | |
| 4650 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4651 | name = "rustdoc" |
| 4652 | version = "0.0.0" |
| 4653 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 4654 | "arrayvec", |
Dirkjan Ochtman | 93a16cb | 2022-01-03 17:18:46 | [diff] [blame] | 4655 | "askama", |
Aleksey Kladov | b4f4db9 | 2020-08-27 10:50:28 | [diff] [blame] | 4656 | "expect-test", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4657 | "indexmap", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4658 | "itertools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4659 | "minifier", |
Jakub Beránek | 34e2d3b | 2022-04-20 22:15:04 | [diff] [blame] | 4660 | "once_cell", |
Guillaume Gomez | f467b8d | 2020-10-13 13:46:34 | [diff] [blame] | 4661 | "regex", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4662 | "rustdoc-json-types", |
Andy Russell | 94630d4 | 2019-06-29 17:30:45 | [diff] [blame] | 4663 | "serde", |
| 4664 | "serde_json", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 4665 | "smallvec", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4666 | "tempfile", |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 4667 | "threadpool", |
Joshua Nelson | 65f0b25 | 2020-12-28 18:28:29 | [diff] [blame] | 4668 | "tracing", |
| 4669 | "tracing-subscriber", |
| 4670 | "tracing-tree", |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4671 | ] |
| 4672 | |
| 4673 | [[package]] |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4674 | name = "rustdoc-gui-test" |
| 4675 | version = "0.1.0" |
| 4676 | dependencies = [ |
ozkanonur | c64db2c | 2023-05-30 07:54:40 | [diff] [blame] | 4677 | "build_helper", |
ozkanonur | c36b209 | 2023-05-20 11:40:11 | [diff] [blame] | 4678 | "compiletest", |
| 4679 | "getopts", |
| 4680 | "walkdir", |
| 4681 | ] |
| 4682 | |
| 4683 | [[package]] |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4684 | name = "rustdoc-json-types" |
| 4685 | version = "0.1.0" |
| 4686 | dependencies = [ |
Luca Palmieri | cd7688b | 2023-05-22 17:26:20 | [diff] [blame] | 4687 | "bincode", |
ozkanonur | 52c71e6 | 2023-03-01 21:53:02 | [diff] [blame] | 4688 | "rustc-hash", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4689 | "serde", |
Rune Tynan | ca48d15 | 2021-03-04 23:45:57 | [diff] [blame] | 4690 | "serde_json", |
Rune Tynan | 67b78a0 | 2021-01-25 21:23:43 | [diff] [blame] | 4691 | ] |
| 4692 | |
| 4693 | [[package]] |
Guillaume Gomez | dec9fab | 2018-02-05 22:43:53 | [diff] [blame] | 4694 | name = "rustdoc-themes" |
| 4695 | version = "0.1.0" |
| 4696 | |
| 4697 | [[package]] |
Mark Simulacrum | e2e9b40 | 2017-07-23 02:01:58 | [diff] [blame] | 4698 | name = "rustdoc-tool" |
| 4699 | version = "0.0.0" |
| 4700 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4701 | "rustdoc", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 4702 | ] |
| 4703 | |
| 4704 | [[package]] |
Alex Crichton | fa9e55f | 2018-05-02 15:43:15 | [diff] [blame] | 4705 | name = "rustfix" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4706 | version = "0.6.1" |
Eric Huss | 6da85d6 | 2020-01-14 17:47:04 | [diff] [blame] | 4707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 4708 | checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481" |
Eric Huss | d371bb4 | 2021-06-12 19:11:50 | [diff] [blame] | 4709 | dependencies = [ |
| 4710 | "anyhow", |
| 4711 | "log", |
| 4712 | "serde", |
| 4713 | "serde_json", |
| 4714 | ] |
| 4715 | |
| 4716 | [[package]] |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4717 | name = "rustfmt-config_proc_macro" |
Caleb Cartwright | 6bf1a87 | 2023-01-24 20:21:14 | [diff] [blame] | 4718 | version = "0.3.0" |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4719 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4720 | "proc-macro2", |
| 4721 | "quote", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4722 | "serde", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 4723 | "syn 2.0.32", |
topecongiro | 5a411a6 | 2019-06-18 12:15:19 | [diff] [blame] | 4724 | ] |
| 4725 | |
| 4726 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 4727 | name = "rustfmt-nightly" |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4728 | version = "1.7.0" |
kennytm | 0692b3d | 2017-12-15 19:41:58 | [diff] [blame] | 4729 | dependencies = [ |
klensy | 754b526 | 2022-07-31 13:44:06 | [diff] [blame] | 4730 | "annotate-snippets", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4731 | "anyhow", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4732 | "bytecount", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 4733 | "cargo_metadata 0.15.4", |
klensy | e1c3313 | 2023-06-21 09:32:34 | [diff] [blame] | 4734 | "clap", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4735 | "clap-cargo", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4736 | "diff", |
| 4737 | "dirs", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4738 | "getopts", |
| 4739 | "ignore", |
pierwill | f684acd | 2022-03-04 17:54:28 | [diff] [blame] | 4740 | "itertools", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 4741 | "lazy_static", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4742 | "regex", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4743 | "rustfmt-config_proc_macro", |
| 4744 | "serde", |
| 4745 | "serde_json", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 4746 | "term", |
Igor Matuszewski | f4b2a20 | 2020-06-15 09:43:39 | [diff] [blame] | 4747 | "thiserror", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4748 | "toml 0.7.5", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 4749 | "tracing", |
| 4750 | "tracing-subscriber", |
| 4751 | "unicode-properties", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4752 | "unicode-segmentation", |
| 4753 | "unicode-width", |
Igor Matuszewski | d2d192e | 2019-07-30 11:00:27 | [diff] [blame] | 4754 | ] |
| 4755 | |
| 4756 | [[package]] |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4757 | name = "rustix" |
chenx97 | b1d64c6 | 2023-10-12 10:44:39 | [diff] [blame] | 4758 | version = "0.38.19" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | b1d64c6 | 2023-10-12 10:44:39 | [diff] [blame] | 4760 | checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4761 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4762 | "bitflags 2.4.0", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4763 | "errno", |
| 4764 | "libc", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 4765 | "linux-raw-sys", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 4766 | "windows-sys 0.48.0", |
Weihang Lo | 1e5dad0 | 2022-11-25 22:37:04 | [diff] [blame] | 4767 | ] |
| 4768 | |
| 4769 | [[package]] |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4770 | name = "rustversion" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4771 | version = "1.0.12" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4773 | checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 4774 | |
| 4775 | [[package]] |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4776 | name = "ruzstd" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 4777 | version = "0.4.0" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 4779 | checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4780 | dependencies = [ |
| 4781 | "byteorder", |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 4782 | "thiserror-core", |
Jubilee Young | 7156ff6 | 2023-05-10 03:29:27 | [diff] [blame] | 4783 | "twox-hash", |
| 4784 | ] |
| 4785 | |
| 4786 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4787 | name = "ryu" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4788 | version = "1.0.13" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4790 | checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 4791 | |
| 4792 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 4793 | name = "same-file" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4794 | version = "1.0.6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4796 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4797 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4798 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4799 | ] |
| 4800 | |
| 4801 | [[package]] |
| 4802 | name = "schannel" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 4803 | version = "0.1.22" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 55935df | 2023-08-06 10:24:59 | [diff] [blame] | 4805 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4806 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 4807 | "windows-sys 0.48.0", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 4808 | ] |
| 4809 | |
| 4810 | [[package]] |
Alex Crichton | 453080f | 2017-06-05 16:36:48 | [diff] [blame] | 4811 | name = "scoped-tls" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4812 | version = "1.0.1" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4814 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
Marcel Hellwig | 56fb287 | 2019-02-26 10:15:52 | [diff] [blame] | 4815 | |
| 4816 | [[package]] |
Nick Cameron | ad8ecc2 | 2017-07-19 01:32:12 | [diff] [blame] | 4817 | name = "scopeguard" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4818 | version = "1.1.0" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4820 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
Ralf Jung | c7a599e | 2019-07-25 13:57:25 | [diff] [blame] | 4821 | |
| 4822 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4823 | name = "security-framework" |
| 4824 | version = "2.9.1" |
| 4825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4826 | checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" |
| 4827 | dependencies = [ |
| 4828 | "bitflags 1.3.2", |
| 4829 | "core-foundation", |
| 4830 | "core-foundation-sys", |
| 4831 | "libc", |
| 4832 | "security-framework-sys", |
| 4833 | ] |
| 4834 | |
| 4835 | [[package]] |
| 4836 | name = "security-framework-sys" |
| 4837 | version = "2.9.0" |
| 4838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4839 | checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" |
| 4840 | dependencies = [ |
| 4841 | "core-foundation-sys", |
| 4842 | "libc", |
| 4843 | ] |
| 4844 | |
| 4845 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4846 | name = "self_cell" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4847 | version = "0.10.3" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4849 | checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" |
| 4850 | dependencies = [ |
| 4851 | "self_cell 1.0.2", |
| 4852 | ] |
| 4853 | |
| 4854 | [[package]] |
| 4855 | name = "self_cell" |
| 4856 | version = "1.0.2" |
| 4857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4858 | checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 4859 | |
| 4860 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4861 | name = "semver" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4862 | version = "1.0.17" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4864 | checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
Eric Huss | 7852935 | 2021-06-02 03:38:39 | [diff] [blame] | 4865 | dependencies = [ |
| 4866 | "serde", |
| 4867 | ] |
| 4868 | |
| 4869 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4870 | name = "serde" |
Ralf Jung | 47ba2a9 | 2023-08-22 11:47:38 | [diff] [blame] | 4871 | version = "1.0.185" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 47ba2a9 | 2023-08-22 11:47:38 | [diff] [blame] | 4873 | checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4874 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4875 | "serde_derive", |
Eric Huss | 5739364 | 2018-12-17 18:23:04 | [diff] [blame] | 4876 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4877 | |
| 4878 | [[package]] |
| 4879 | name = "serde_derive" |
Ralf Jung | 47ba2a9 | 2023-08-22 11:47:38 | [diff] [blame] | 4880 | version = "1.0.185" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 47ba2a9 | 2023-08-22 11:47:38 | [diff] [blame] | 4882 | checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4883 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 4884 | "proc-macro2", |
| 4885 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 4886 | "syn 2.0.32", |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4887 | ] |
| 4888 | |
| 4889 | [[package]] |
| 4890 | name = "serde_json" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4891 | version = "1.0.99" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4893 | checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4894 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 4895 | "indexmap", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 4896 | "itoa", |
| 4897 | "ryu", |
| 4898 | "serde", |
Steve Klabnik | 2795de3 | 2017-02-20 00:20:57 | [diff] [blame] | 4899 | ] |
| 4900 | |
| 4901 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4902 | name = "serde_spanned" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4903 | version = "0.6.3" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4905 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 4906 | dependencies = [ |
| 4907 | "serde", |
| 4908 | ] |
| 4909 | |
| 4910 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 4911 | name = "serde_urlencoded" |
| 4912 | version = "0.7.1" |
| 4913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4914 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 4915 | dependencies = [ |
| 4916 | "form_urlencoded", |
| 4917 | "itoa", |
| 4918 | "ryu", |
| 4919 | "serde", |
| 4920 | ] |
| 4921 | |
| 4922 | [[package]] |
Pietro Albini | 4f40eee | 2023-01-10 12:13:04 | [diff] [blame] | 4923 | name = "sha1" |
| 4924 | version = "0.10.5" |
| 4925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4926 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
| 4927 | dependencies = [ |
| 4928 | "cfg-if", |
| 4929 | "cpufeatures", |
| 4930 | "digest", |
| 4931 | ] |
| 4932 | |
| 4933 | [[package]] |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4934 | name = "sha2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4935 | version = "0.10.7" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4937 | checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" |
Pietro Albini | acd8e59 | 2020-10-01 15:15:12 | [diff] [blame] | 4938 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 4939 | "cfg-if", |
pierwill | ef6dd12 | 2022-02-10 16:54:01 | [diff] [blame] | 4940 | "cpufeatures", |
klensy | 45fac34 | 2022-08-31 20:04:12 | [diff] [blame] | 4941 | "digest", |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 4942 | ] |
| 4943 | |
| 4944 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4945 | name = "sharded-slab" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4946 | version = "0.1.4" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4948 | checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 4949 | dependencies = [ |
| 4950 | "lazy_static", |
| 4951 | ] |
| 4952 | |
| 4953 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4954 | name = "shell-escape" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4955 | version = "0.1.5" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 4957 | checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 4958 | |
| 4959 | [[package]] |
steveklabnik | 5437188 | 2018-01-25 17:32:25 | [diff] [blame] | 4960 | name = "shlex" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4961 | version = "1.1.0" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4963 | checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
Eric Huss | 788167a | 2021-02-23 01:05:21 | [diff] [blame] | 4964 | |
| 4965 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4966 | name = "siphasher" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4967 | version = "0.3.10" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4969 | checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 4970 | |
| 4971 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4972 | name = "slab" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 4973 | version = "0.4.8" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 4975 | checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| 4976 | dependencies = [ |
| 4977 | "autocfg", |
| 4978 | ] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 4979 | |
| 4980 | [[package]] |
John Kåre Alsaker | 970c613 | 2017-12-03 12:49:01 | [diff] [blame] | 4981 | name = "smallvec" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 4982 | version = "1.11.0" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Wesley Wiser | 15e9f56 | 2023-07-18 19:22:56 | [diff] [blame] | 4984 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
Ralf Jung | 90b8d34 | 2019-11-04 14:59:09 | [diff] [blame] | 4985 | |
| 4986 | [[package]] |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4987 | name = "snap" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4988 | version = "1.1.0" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 77d7c63 | 2023-01-26 05:49:37 | [diff] [blame] | 4990 | checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
Josh Triplett | 574f6be | 2020-08-20 23:16:30 | [diff] [blame] | 4991 | |
| 4992 | [[package]] |
Mark Simulacrum | 38b4688 | 2017-06-26 16:26:15 | [diff] [blame] | 4993 | name = "socket2" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4994 | version = "0.4.9" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 4996 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 4997 | dependencies = [ |
| 4998 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 4999 | "winapi", |
klensy | 50c3890 | 2021-05-01 11:50:03 | [diff] [blame] | 5000 | ] |
| 5001 | |
| 5002 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5003 | name = "spdx-expression" |
| 5004 | version = "0.5.2" |
| 5005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5006 | checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77" |
| 5007 | dependencies = [ |
| 5008 | "nom", |
| 5009 | "serde", |
| 5010 | "thiserror", |
| 5011 | "tracing", |
| 5012 | ] |
| 5013 | |
| 5014 | [[package]] |
| 5015 | name = "spdx-rs" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5016 | version = "0.5.3" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5018 | checksum = "74f1f9cfa402cd27dd022fd1943f0f969b10dda75d5e50e3a78ccee9c0188e2a" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5019 | dependencies = [ |
| 5020 | "chrono", |
| 5021 | "log", |
| 5022 | "nom", |
| 5023 | "serde", |
| 5024 | "spdx-expression", |
| 5025 | "strum", |
| 5026 | "strum_macros", |
| 5027 | "thiserror", |
| 5028 | "uuid", |
| 5029 | ] |
| 5030 | |
| 5031 | [[package]] |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5032 | name = "stable_deref_trait" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5033 | version = "1.2.0" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5035 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
Robin Kruppe | 1a24a59 | 2017-04-26 21:22:45 | [diff] [blame] | 5036 | |
| 5037 | [[package]] |
Oli Scherer | a38e983 | 2023-09-14 15:50:11 | [diff] [blame] | 5038 | name = "stable_mir" |
| 5039 | version = "0.1.0-preview" |
| 5040 | dependencies = [ |
| 5041 | "scoped-tls", |
| 5042 | "tracing", |
| 5043 | ] |
| 5044 | |
| 5045 | [[package]] |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5046 | name = "stacker" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5047 | version = "0.1.15" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 5049 | checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5050 | dependencies = [ |
| 5051 | "cc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5052 | "cfg-if", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5053 | "libc", |
| 5054 | "psm", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5055 | "winapi", |
Oliver Scherer | 26edcee | 2018-11-02 15:14:24 | [diff] [blame] | 5056 | ] |
| 5057 | |
| 5058 | [[package]] |
Eric Huss | 7758eaf | 2022-04-28 05:42:54 | [diff] [blame] | 5059 | name = "static_assertions" |
| 5060 | version = "1.1.0" |
| 5061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5062 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 5063 | |
| 5064 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5065 | name = "std" |
| 5066 | version = "0.0.0" |
| 5067 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5068 | "addr2line", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5069 | "alloc", |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5070 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5071 | "compiler_builtins", |
| 5072 | "core", |
| 5073 | "dlmalloc", |
| 5074 | "fortanix-sgx-abi", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5075 | "hashbrown", |
| 5076 | "hermit-abi", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5077 | "libc", |
Jubilee Young | 079949d | 2023-06-29 23:18:36 | [diff] [blame] | 5078 | "miniz_oxide", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5079 | "object", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5080 | "panic_abort", |
| 5081 | "panic_unwind", |
| 5082 | "profiler_builtins", |
Ayush Singh | 48c6ae0 | 2022-12-18 04:24:54 | [diff] [blame] | 5083 | "r-efi", |
| 5084 | "r-efi-alloc", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5085 | "rand", |
| 5086 | "rand_xorshift", |
Alex Crichton | 06d565c | 2020-05-13 21:22:37 | [diff] [blame] | 5087 | "rustc-demangle", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5088 | "std_detect", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5089 | "unwind", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5090 | "wasi", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5091 | ] |
| 5092 | |
| 5093 | [[package]] |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5094 | name = "std_detect" |
| 5095 | version = "0.1.5" |
| 5096 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5097 | "cfg-if", |
Joshua Nelson | 1b0b7e9 | 2021-04-02 08:11:46 | [diff] [blame] | 5098 | "compiler_builtins", |
| 5099 | "libc", |
| 5100 | "rustc-std-workspace-alloc", |
| 5101 | "rustc-std-workspace-core", |
| 5102 | ] |
| 5103 | |
| 5104 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5105 | name = "string_cache" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5106 | version = "0.8.7" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5108 | checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5109 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5110 | "new_debug_unreachable", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5111 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 5112 | "parking_lot", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5113 | "phf_shared", |
| 5114 | "precomputed-hash", |
| 5115 | "serde", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5116 | ] |
| 5117 | |
| 5118 | [[package]] |
| 5119 | name = "string_cache_codegen" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5120 | version = "0.5.2" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 947e787 | 2022-04-15 18:11:14 | [diff] [blame] | 5122 | checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5123 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5124 | "phf_generator", |
| 5125 | "phf_shared", |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5126 | "proc-macro2", |
| 5127 | "quote", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5128 | ] |
| 5129 | |
| 5130 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5131 | name = "strsim" |
Eric Huss | bfacc5c | 2022-01-19 03:14:33 | [diff] [blame] | 5132 | version = "0.10.0" |
| 5133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5134 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 5135 | |
| 5136 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5137 | name = "strum" |
| 5138 | version = "0.24.1" |
| 5139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5140 | checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| 5141 | |
| 5142 | [[package]] |
| 5143 | name = "strum_macros" |
| 5144 | version = "0.24.3" |
| 5145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5146 | checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| 5147 | dependencies = [ |
| 5148 | "heck", |
| 5149 | "proc-macro2", |
| 5150 | "quote", |
| 5151 | "rustversion", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5152 | "syn 1.0.109", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5153 | ] |
| 5154 | |
| 5155 | [[package]] |
Ezra Shaw | 1e95cdd | 2023-03-01 09:17:08 | [diff] [blame] | 5156 | name = "suggest-tests" |
| 5157 | version = "0.1.0" |
| 5158 | dependencies = [ |
| 5159 | "build_helper", |
| 5160 | "glob", |
| 5161 | "once_cell", |
| 5162 | ] |
| 5163 | |
| 5164 | [[package]] |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5165 | name = "syn" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5166 | version = "1.0.109" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5168 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5169 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5170 | "proc-macro2", |
| 5171 | "quote", |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5172 | "unicode-ident", |
Igor Matuszewski | c2249a4 | 2019-09-08 08:28:11 | [diff] [blame] | 5173 | ] |
| 5174 | |
| 5175 | [[package]] |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5176 | name = "syn" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 5177 | version = "2.0.32" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 5179 | checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" |
Deadbeef | a912a93 | 2023-03-23 06:19:25 | [diff] [blame] | 5180 | dependencies = [ |
| 5181 | "proc-macro2", |
| 5182 | "quote", |
| 5183 | "unicode-ident", |
| 5184 | ] |
| 5185 | |
| 5186 | [[package]] |
Alex Crichton | 325d739 | 2017-12-10 17:42:49 | [diff] [blame] | 5187 | name = "synstructure" |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5188 | version = "0.13.0" |
| 5189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5190 | checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
| 5191 | dependencies = [ |
| 5192 | "proc-macro2", |
| 5193 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 5194 | "syn 2.0.32", |
Deadbeef | af74ef8 | 2023-03-27 13:44:06 | [diff] [blame] | 5195 | "unicode-xid", |
| 5196 | ] |
| 5197 | |
| 5198 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5199 | name = "sysinfo" |
| 5200 | version = "0.29.2" |
| 5201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5202 | checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695" |
| 5203 | dependencies = [ |
| 5204 | "cfg-if", |
| 5205 | "core-foundation-sys", |
| 5206 | "libc", |
| 5207 | "ntapi", |
| 5208 | "once_cell", |
| 5209 | "winapi", |
| 5210 | ] |
| 5211 | |
| 5212 | [[package]] |
John Kåre Alsaker | fd4c81f | 2023-03-07 15:10:29 | [diff] [blame] | 5213 | name = "sysroot" |
| 5214 | version = "0.0.0" |
| 5215 | dependencies = [ |
| 5216 | "proc_macro", |
| 5217 | "std", |
| 5218 | "test", |
| 5219 | ] |
| 5220 | |
| 5221 | [[package]] |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5222 | name = "tabled" |
| 5223 | version = "0.13.0" |
| 5224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5225 | checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739" |
| 5226 | dependencies = [ |
| 5227 | "papergrid", |
Jakub Beránek | 209789e | 2023-08-09 18:56:11 | [diff] [blame] | 5228 | "unicode-width", |
| 5229 | ] |
| 5230 | |
| 5231 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5232 | name = "tar" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 5233 | version = "0.4.38" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 845faad | 2022-06-08 18:48:31 | [diff] [blame] | 5235 | checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5236 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5237 | "filetime", |
| 5238 | "libc", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5239 | "xattr", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5240 | ] |
| 5241 | |
| 5242 | [[package]] |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5243 | name = "tempfile" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5244 | version = "3.8.0" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5246 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5247 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5248 | "cfg-if", |
Ralf Jung | 5516273 | 2022-11-15 19:06:42 | [diff] [blame] | 5249 | "fastrand", |
Arlo Siemsen | 4d9b476 | 2023-06-02 16:40:36 | [diff] [blame] | 5250 | "redox_syscall 0.3.5", |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5251 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5252 | "windows-sys 0.48.0", |
Aleksey Kladov | 850156a | 2018-03-29 07:34:55 | [diff] [blame] | 5253 | ] |
| 5254 | |
| 5255 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5256 | name = "tendril" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5257 | version = "0.4.3" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 04b75a7 | 2022-06-22 23:49:24 | [diff] [blame] | 5259 | checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5260 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5261 | "futf", |
| 5262 | "mac", |
| 5263 | "utf-8", |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5264 | ] |
| 5265 | |
| 5266 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5267 | name = "term" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5268 | version = "0.7.0" |
| 5269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5270 | checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" |
| 5271 | dependencies = [ |
| 5272 | "dirs-next", |
| 5273 | "rustversion", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5274 | "winapi", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5275 | ] |
| 5276 | |
| 5277 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5278 | name = "termcolor" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5279 | version = "1.2.0" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5281 | checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5282 | dependencies = [ |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 5283 | "winapi-util", |
Alex Crichton | fa5b3d3 | 2018-07-26 00:25:12 | [diff] [blame] | 5284 | ] |
| 5285 | |
| 5286 | [[package]] |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5287 | name = "terminal_size" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5288 | version = "0.3.0" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5290 | checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5291 | dependencies = [ |
chenx97 | 141c463 | 2023-09-21 11:31:01 | [diff] [blame] | 5292 | "rustix", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5293 | "windows-sys 0.48.0", |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5294 | ] |
| 5295 | |
| 5296 | [[package]] |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5297 | name = "termize" |
| 5298 | version = "0.1.1" |
| 5299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5300 | checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295" |
| 5301 | dependencies = [ |
| 5302 | "libc", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5303 | "winapi", |
John Kåre Alsaker | b0b11d3 | 2020-01-29 00:13:48 | [diff] [blame] | 5304 | ] |
| 5305 | |
| 5306 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5307 | name = "test" |
| 5308 | version = "0.0.0" |
| 5309 | dependencies = [ |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5310 | "core", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5311 | "getopts", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5312 | "panic_abort", |
| 5313 | "panic_unwind", |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5314 | "std", |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5315 | ] |
| 5316 | |
| 5317 | [[package]] |
Ralf Jung | 2bfa622 | 2019-11-17 10:40:18 | [diff] [blame] | 5318 | name = "tester" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5319 | version = "0.9.1" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5321 | checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f" |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5322 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5323 | "cfg-if", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5324 | "getopts", |
| 5325 | "libc", |
| 5326 | "num_cpus", |
Caleb Cartwright | f367f4d | 2022-06-13 03:04:54 | [diff] [blame] | 5327 | "term", |
flip1995 | 0046d7c | 2021-02-25 10:26:23 | [diff] [blame] | 5328 | ] |
| 5329 | |
| 5330 | [[package]] |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5331 | name = "thin-vec" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 5332 | version = "0.2.12" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nicholas Nethercote | 06228d6 | 2022-12-05 23:19:32 | [diff] [blame] | 5334 | checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
Nicholas Nethercote | b38106b | 2022-08-17 04:22:30 | [diff] [blame] | 5335 | |
| 5336 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5337 | name = "thiserror" |
Rémy Rakic | df3819b | 2023-08-17 19:48:22 | [diff] [blame] | 5338 | version = "1.0.47" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | df3819b | 2023-08-17 19:48:22 | [diff] [blame] | 5340 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5341 | dependencies = [ |
| 5342 | "thiserror-impl", |
| 5343 | ] |
| 5344 | |
| 5345 | [[package]] |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5346 | name = "thiserror-core" |
| 5347 | version = "1.0.38" |
| 5348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5349 | checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497" |
| 5350 | dependencies = [ |
| 5351 | "thiserror-core-impl", |
| 5352 | ] |
| 5353 | |
| 5354 | [[package]] |
| 5355 | name = "thiserror-core-impl" |
| 5356 | version = "1.0.38" |
| 5357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5358 | checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac" |
| 5359 | dependencies = [ |
| 5360 | "proc-macro2", |
| 5361 | "quote", |
| 5362 | "syn 1.0.109", |
| 5363 | ] |
| 5364 | |
| 5365 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5366 | name = "thiserror-impl" |
Rémy Rakic | df3819b | 2023-08-17 19:48:22 | [diff] [blame] | 5367 | version = "1.0.47" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Rémy Rakic | df3819b | 2023-08-17 19:48:22 | [diff] [blame] | 5369 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5370 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5371 | "proc-macro2", |
| 5372 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 5373 | "syn 2.0.32", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 5374 | ] |
| 5375 | |
| 5376 | [[package]] |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5377 | name = "thorin-dwp" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5378 | version = "0.7.0" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
dirreke | 74817b7 | 2023-08-14 14:57:38 | [diff] [blame] | 5380 | checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b" |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5381 | dependencies = [ |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5382 | "gimli", |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5383 | "hashbrown", |
Tyler Mandry | 4c14ca3 | 2023-08-22 19:20:35 | [diff] [blame] | 5384 | "object", |
David Wood | 2dc1a8a | 2021-12-03 14:24:05 | [diff] [blame] | 5385 | "tracing", |
| 5386 | ] |
| 5387 | |
| 5388 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5389 | name = "thread_local" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5390 | version = "1.1.7" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5392 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5393 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5394 | "cfg-if", |
klensy | 9f621ae | 2022-01-24 17:19:21 | [diff] [blame] | 5395 | "once_cell", |
Igor Matuszewski | 8fc4bba | 2020-02-12 14:47:31 | [diff] [blame] | 5396 | ] |
| 5397 | |
| 5398 | [[package]] |
Guillaume Gomez | 50f7520 | 2023-03-14 19:28:00 | [diff] [blame] | 5399 | name = "threadpool" |
| 5400 | version = "1.8.1" |
| 5401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5402 | checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" |
| 5403 | dependencies = [ |
| 5404 | "num_cpus", |
| 5405 | ] |
| 5406 | |
| 5407 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5408 | name = "tidy" |
| 5409 | version = "0.1.0" |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5410 | dependencies = [ |
Weihang Lo | f795a15 | 2023-03-15 12:50:04 | [diff] [blame] | 5411 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5412 | "cargo_metadata 0.15.4", |
yukang | 18511ba | 2022-11-04 08:56:48 | [diff] [blame] | 5413 | "ignore", |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 5414 | "lazy_static", |
Jakob Degen | 17395b4 | 2022-10-31 00:17:25 | [diff] [blame] | 5415 | "miropt-test-tools", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5416 | "regex", |
DebugSteven | 540ca2f | 2023-01-05 04:57:20 | [diff] [blame] | 5417 | "semver", |
Nilstrieb | 75b3ee2 | 2022-12-30 11:23:05 | [diff] [blame] | 5418 | "termcolor", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5419 | "walkdir", |
Mark Mansi | 3ee4104 | 2018-02-23 01:52:56 | [diff] [blame] | 5420 | ] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5421 | |
| 5422 | [[package]] |
Eric Huss | ce71747 | 2020-08-11 23:49:39 | [diff] [blame] | 5423 | name = "tier-check" |
| 5424 | version = "0.1.0" |
| 5425 | |
| 5426 | [[package]] |
Esteban Küber | 8eb5843 | 2023-03-03 22:25:18 | [diff] [blame] | 5427 | name = "time" |
| 5428 | version = "0.3.22" |
| 5429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5430 | checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" |
| 5431 | dependencies = [ |
| 5432 | "itoa", |
| 5433 | "serde", |
| 5434 | "time-core", |
| 5435 | "time-macros", |
| 5436 | ] |
| 5437 | |
| 5438 | [[package]] |
| 5439 | name = "time-core" |
| 5440 | version = "0.1.1" |
| 5441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5442 | checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" |
| 5443 | |
| 5444 | [[package]] |
| 5445 | name = "time-macros" |
| 5446 | version = "0.2.9" |
| 5447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5448 | checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" |
| 5449 | dependencies = [ |
| 5450 | "time-core", |
| 5451 | ] |
| 5452 | |
| 5453 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5454 | name = "tinystr" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 5455 | version = "0.7.4" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 5457 | checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5458 | dependencies = [ |
| 5459 | "displaydoc", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 5460 | "zerovec", |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5461 | ] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5462 | |
| 5463 | [[package]] |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5464 | name = "tinyvec" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5465 | version = "1.6.0" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5467 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 5468 | dependencies = [ |
| 5469 | "tinyvec_macros", |
| 5470 | ] |
| 5471 | |
| 5472 | [[package]] |
| 5473 | name = "tinyvec_macros" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5474 | version = "0.1.1" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5476 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5477 | |
| 5478 | [[package]] |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5479 | name = "tokio" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5480 | version = "1.29.1" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5482 | checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5483 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5484 | "autocfg", |
Philipp Krones | a6d3c82 | 2023-07-02 13:07:47 | [diff] [blame] | 5485 | "backtrace", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5486 | "bytes", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5487 | "libc", |
| 5488 | "mio", |
| 5489 | "num_cpus", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5490 | "pin-project-lite", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5491 | "socket2", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5492 | "windows-sys 0.48.0", |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5493 | ] |
| 5494 | |
| 5495 | [[package]] |
| 5496 | name = "tokio-native-tls" |
| 5497 | version = "0.3.1" |
| 5498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5499 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 5500 | dependencies = [ |
| 5501 | "native-tls", |
| 5502 | "tokio", |
| 5503 | ] |
| 5504 | |
| 5505 | [[package]] |
| 5506 | name = "tokio-util" |
| 5507 | version = "0.7.2" |
| 5508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5509 | checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c" |
| 5510 | dependencies = [ |
| 5511 | "bytes", |
| 5512 | "futures-core", |
| 5513 | "futures-sink", |
| 5514 | "pin-project-lite", |
| 5515 | "tokio", |
| 5516 | "tracing", |
Matthias Krüger | 696fb8f | 2019-01-21 15:32:43 | [diff] [blame] | 5517 | ] |
| 5518 | |
| 5519 | [[package]] |
Ahmed Charles | 9ca382f | 2016-09-02 08:55:29 | [diff] [blame] | 5520 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5521 | version = "0.5.11" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5523 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5524 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5525 | "serde", |
Eric Huss | d2228ca | 2019-03-29 03:13:13 | [diff] [blame] | 5526 | ] |
| 5527 | |
| 5528 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5529 | name = "toml" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5530 | version = "0.7.5" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5532 | checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5533 | dependencies = [ |
| 5534 | "serde", |
| 5535 | "serde_spanned", |
| 5536 | "toml_datetime", |
| 5537 | "toml_edit", |
| 5538 | ] |
| 5539 | |
| 5540 | [[package]] |
| 5541 | name = "toml_datetime" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5542 | version = "0.6.3" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5544 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5545 | dependencies = [ |
| 5546 | "serde", |
| 5547 | ] |
| 5548 | |
| 5549 | [[package]] |
| 5550 | name = "toml_edit" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5551 | version = "0.19.11" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5553 | checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5554 | dependencies = [ |
klensy | c653bb9 | 2023-11-18 09:42:05 | [diff] [blame] | 5555 | "indexmap", |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 5556 | "serde", |
| 5557 | "serde_spanned", |
| 5558 | "toml_datetime", |
| 5559 | "winnow", |
| 5560 | ] |
| 5561 | |
| 5562 | [[package]] |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5563 | name = "topological-sort" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5564 | version = "0.2.2" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 2717f60 | 2023-01-06 01:20:59 | [diff] [blame] | 5566 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
Eric Huss | a882fdd | 2021-12-03 20:25:07 | [diff] [blame] | 5567 | |
| 5568 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5569 | name = "tower-service" |
| 5570 | version = "0.3.2" |
| 5571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5572 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| 5573 | |
| 5574 | [[package]] |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5575 | name = "tracing" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5576 | version = "0.1.37" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5578 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5579 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5580 | "cfg-if", |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 5581 | "pin-project-lite", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5582 | "tracing-attributes", |
| 5583 | "tracing-core", |
| 5584 | ] |
| 5585 | |
| 5586 | [[package]] |
| 5587 | name = "tracing-attributes" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5588 | version = "0.1.26" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5590 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5591 | dependencies = [ |
Aaron Hill | 70ba491 | 2020-08-01 14:11:15 | [diff] [blame] | 5592 | "proc-macro2", |
| 5593 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 5594 | "syn 2.0.32", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5595 | ] |
| 5596 | |
| 5597 | [[package]] |
| 5598 | name = "tracing-core" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5599 | version = "0.1.30" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 171be8c | 2023-06-26 15:25:24 | [diff] [blame] | 5601 | checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5602 | dependencies = [ |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5603 | "once_cell", |
| 5604 | "valuable", |
Jack Huey | ecb8b9f | 2020-05-27 05:05:09 | [diff] [blame] | 5605 | ] |
| 5606 | |
| 5607 | [[package]] |
Ralf Jung | 10430db | 2022-07-15 14:04:23 | [diff] [blame] | 5608 | name = "tracing-error" |
| 5609 | version = "0.2.0" |
| 5610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5611 | checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
| 5612 | dependencies = [ |
| 5613 | "tracing", |
| 5614 | "tracing-subscriber", |
| 5615 | ] |
| 5616 | |
| 5617 | [[package]] |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5618 | name = "tracing-log" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5619 | version = "0.1.3" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5621 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5622 | dependencies = [ |
| 5623 | "lazy_static", |
| 5624 | "log", |
| 5625 | "tracing-core", |
| 5626 | ] |
| 5627 | |
| 5628 | [[package]] |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5629 | name = "tracing-subscriber" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5630 | version = "0.3.17" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5632 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5633 | dependencies = [ |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5634 | "matchers", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5635 | "nu-ansi-term", |
| 5636 | "once_cell", |
Rémy Rakic | 4cb2a28 | 2023-12-14 15:40:50 | [diff] [blame^] | 5637 | "parking_lot", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5638 | "regex", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5639 | "sharded-slab", |
Jubilee Young | e8eb691 | 2021-04-22 04:40:29 | [diff] [blame] | 5640 | "smallvec", |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5641 | "thread_local", |
Joshua Nelson | 8b22d07 | 2020-10-07 22:45:59 | [diff] [blame] | 5642 | "tracing", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5643 | "tracing-core", |
Caleb Cartwright | 35400e8 | 2023-10-23 01:34:12 | [diff] [blame] | 5644 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5645 | ] |
| 5646 | |
| 5647 | [[package]] |
| 5648 | name = "tracing-tree" |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 5649 | version = "0.2.4" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 5651 | checksum = "92d6b63348fad3ae0439b8bebf8d38fb5bda0b115d7a8a7e6f165f12790c58c3" |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5652 | dependencies = [ |
Martin Kröning | 7928c7e | 2023-09-19 12:15:53 | [diff] [blame] | 5653 | "is-terminal", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5654 | "nu-ansi-term", |
pierwill | ea25b77 | 2021-12-21 17:00:30 | [diff] [blame] | 5655 | "tracing-core", |
Tomasz Miąsko | 2abe7c8 | 2021-02-28 00:00:00 | [diff] [blame] | 5656 | "tracing-log", |
Jack Huey | d66452c | 2020-08-04 22:35:37 | [diff] [blame] | 5657 | "tracing-subscriber", |
Oliver Scherer | ec7230f | 2020-07-24 18:42:00 | [diff] [blame] | 5658 | ] |
| 5659 | |
| 5660 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5661 | name = "try-lock" |
| 5662 | version = "0.2.4" |
| 5663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5664 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
| 5665 | |
| 5666 | [[package]] |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5667 | name = "twox-hash" |
| 5668 | version = "1.6.3" |
| 5669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5670 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| 5671 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5672 | "cfg-if", |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5673 | "rand", |
Ramon de C Valle | 65698ae | 2022-11-22 05:29:00 | [diff] [blame] | 5674 | "static_assertions", |
| 5675 | ] |
| 5676 | |
| 5677 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5678 | name = "type-map" |
| 5679 | version = "0.4.0" |
| 5680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5681 | checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 5682 | dependencies = [ |
| 5683 | "rustc-hash", |
| 5684 | ] |
| 5685 | |
| 5686 | [[package]] |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5687 | name = "typenum" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5688 | version = "1.16.0" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Weihang Lo | 6306fd3 | 2023-01-04 15:33:59 | [diff] [blame] | 5690 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
Eric Huss | 8c20add | 2018-12-03 01:33:20 | [diff] [blame] | 5691 | |
| 5692 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5693 | name = "ucd-parse" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5694 | version = "0.1.10" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5696 | checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b" |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5697 | dependencies = [ |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5698 | "once_cell", |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5699 | "regex", |
| 5700 | ] |
| 5701 | |
| 5702 | [[package]] |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5703 | name = "ucd-trie" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5704 | version = "0.1.5" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | bb60a76 | 2023-01-10 19:09:52 | [diff] [blame] | 5706 | checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
James Munns | de76369 | 2019-01-19 02:39:37 | [diff] [blame] | 5707 | |
| 5708 | [[package]] |
Ralf Jung | a272c45 | 2022-05-30 08:17:46 | [diff] [blame] | 5709 | name = "ui_test" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5710 | version = "0.21.2" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Ralf Jung | e0f4ab8 | 2023-09-28 14:42:07 | [diff] [blame] | 5712 | checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5713 | dependencies = [ |
| 5714 | "annotate-snippets", |
| 5715 | "anyhow", |
| 5716 | "bstr", |
| 5717 | "cargo-platform", |
Ralf Jung | 5aecfe4 | 2023-10-07 05:55:48 | [diff] [blame] | 5718 | "cargo_metadata 0.15.4", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5719 | "color-eyre", |
| 5720 | "colored", |
| 5721 | "comma", |
| 5722 | "crossbeam-channel", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5723 | "indicatif", |
| 5724 | "lazy_static", |
Oli Scherer | 4fdb4ed | 2023-08-29 13:28:53 | [diff] [blame] | 5725 | "levenshtein", |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 5726 | "prettydiff", |
| 5727 | "regex", |
| 5728 | "rustc_version", |
| 5729 | "rustfix", |
| 5730 | "serde", |
| 5731 | "serde_json", |
| 5732 | "tempfile", |
| 5733 | ] |
| 5734 | |
| 5735 | [[package]] |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5736 | name = "unic-langid" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5737 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5739 | checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5740 | dependencies = [ |
| 5741 | "unic-langid-impl", |
| 5742 | "unic-langid-macros", |
| 5743 | ] |
| 5744 | |
| 5745 | [[package]] |
| 5746 | name = "unic-langid-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5747 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5749 | checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5750 | dependencies = [ |
| 5751 | "tinystr", |
| 5752 | ] |
| 5753 | |
| 5754 | [[package]] |
| 5755 | name = "unic-langid-macros" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5756 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5758 | checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5759 | dependencies = [ |
| 5760 | "proc-macro-hack", |
| 5761 | "tinystr", |
| 5762 | "unic-langid-impl", |
| 5763 | "unic-langid-macros-impl", |
| 5764 | ] |
| 5765 | |
| 5766 | [[package]] |
| 5767 | name = "unic-langid-macros-impl" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5768 | version = "0.9.1" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Manish Goregaokar | 288194e | 2022-10-19 23:24:42 | [diff] [blame] | 5770 | checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8" |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5771 | dependencies = [ |
| 5772 | "proc-macro-hack", |
| 5773 | "quote", |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5774 | "syn 1.0.109", |
David Wood | 7f91697 | 2022-03-26 07:27:43 | [diff] [blame] | 5775 | "unic-langid-impl", |
| 5776 | ] |
| 5777 | |
| 5778 | [[package]] |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5779 | name = "unicase" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5780 | version = "2.7.0" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | 806b2b2 | 2023-11-23 10:55:11 | [diff] [blame] | 5782 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5783 | dependencies = [ |
Guillaume Gomez | d8589de | 2020-02-13 17:39:40 | [diff] [blame] | 5784 | "version_check", |
Andy Russell | 3030164 | 2019-04-20 17:03:59 | [diff] [blame] | 5785 | ] |
| 5786 | |
| 5787 | [[package]] |
Mark Rousskov | 064f888 | 2020-01-13 21:40:19 | [diff] [blame] | 5788 | name = "unicode-bdd" |
| 5789 | version = "0.1.0" |
| 5790 | dependencies = [ |
| 5791 | "ucd-parse", |
| 5792 | ] |
| 5793 | |
| 5794 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5795 | name = "unicode-bidi" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5796 | version = "0.3.13" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5798 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5799 | |
| 5800 | [[package]] |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5801 | name = "unicode-ident" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5802 | version = "1.0.9" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5804 | checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
Andres Suarez | a65ddf0 | 2022-10-09 03:25:40 | [diff] [blame] | 5805 | |
| 5806 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5807 | name = "unicode-normalization" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5808 | version = "0.1.22" |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5810 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5811 | dependencies = [ |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 5812 | "tinyvec", |
Charles Lew | 0bcddfe | 2019-11-23 14:33:40 | [diff] [blame] | 5813 | ] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5814 | |
| 5815 | [[package]] |
Charles Lew | bca79a2 | 2023-07-29 00:47:21 | [diff] [blame] | 5816 | name = "unicode-properties" |
| 5817 | version = "0.1.0" |
| 5818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5819 | checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0" |
| 5820 | |
| 5821 | [[package]] |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5822 | name = "unicode-script" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5823 | version = "0.5.5" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5825 | checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5826 | |
| 5827 | [[package]] |
| 5828 | name = "unicode-security" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5829 | version = "0.1.0" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5831 | checksum = "9ef5756b3097992b934b06608c69f48448a0fbe804bb1e72b982f6d7983e9e63" |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5832 | dependencies = [ |
Charles Lew | c05961c | 2020-04-25 01:38:31 | [diff] [blame] | 5833 | "unicode-normalization", |
Charles Lew | 485e98a | 2020-01-02 12:02:22 | [diff] [blame] | 5834 | "unicode-script", |
| 5835 | ] |
| 5836 | |
| 5837 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5838 | name = "unicode-segmentation" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5839 | version = "1.10.1" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5841 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5842 | |
| 5843 | [[package]] |
| 5844 | name = "unicode-width" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5845 | version = "0.1.10" |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5847 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
Alex Crichton | b47c969 | 2019-08-16 15:29:08 | [diff] [blame] | 5848 | dependencies = [ |
| 5849 | "compiler_builtins", |
| 5850 | "rustc-std-workspace-core", |
| 5851 | "rustc-std-workspace-std", |
| 5852 | ] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 5853 | |
| 5854 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5855 | name = "unicode-xid" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5856 | version = "0.2.4" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Charles Lew | a76dcd8 | 2022-09-16 17:55:56 | [diff] [blame] | 5858 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
Aleksey Kladov | a0c186c | 2019-07-21 11:50:39 | [diff] [blame] | 5859 | |
| 5860 | [[package]] |
Michael Howell | b29d9d5 | 2021-02-24 06:42:42 | [diff] [blame] | 5861 | name = "unified-diff" |
| 5862 | version = "0.2.1" |
| 5863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5864 | checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f" |
| 5865 | dependencies = [ |
| 5866 | "diff", |
| 5867 | ] |
| 5868 | |
| 5869 | [[package]] |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5870 | name = "unstable-book-gen" |
| 5871 | version = "0.1.0" |
| 5872 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5873 | "num-traits", |
| 5874 | "tidy", |
est31 | c2d5906 | 2017-06-12 19:35:47 | [diff] [blame] | 5875 | ] |
| 5876 | |
| 5877 | [[package]] |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5878 | name = "unwind" |
| 5879 | version = "0.0.0" |
| 5880 | dependencies = [ |
Chris Denton | 531f3c9e | 2022-12-20 15:26:42 | [diff] [blame] | 5881 | "cfg-if", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5882 | "compiler_builtins", |
| 5883 | "core", |
| 5884 | "libc", |
Sean Cross | 2a533df | 2023-10-23 07:36:59 | [diff] [blame] | 5885 | "unwinding", |
| 5886 | ] |
| 5887 | |
| 5888 | [[package]] |
| 5889 | name = "unwinding" |
| 5890 | version = "0.2.1" |
| 5891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5892 | checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b" |
| 5893 | dependencies = [ |
| 5894 | "compiler_builtins", |
| 5895 | "gimli", |
| 5896 | "rustc-std-workspace-core", |
Nick Cameron | 71a0be0 | 2017-09-25 04:13:29 | [diff] [blame] | 5897 | ] |
| 5898 | |
| 5899 | [[package]] |
Tatsuyuki Ishi | 0e79b97 | 2017-04-29 23:11:58 | [diff] [blame] | 5900 | name = "url" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5901 | version = "2.4.0" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5903 | checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5904 | dependencies = [ |
Eric Huss | f3287a6 | 2021-05-12 00:39:51 | [diff] [blame] | 5905 | "form_urlencoded", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5906 | "idna", |
Eric Huss | 4a7e2fb | 2022-08-21 04:19:43 | [diff] [blame] | 5907 | "percent-encoding", |
Eric Huss | f2428a6 | 2019-08-01 00:44:39 | [diff] [blame] | 5908 | ] |
| 5909 | |
| 5910 | [[package]] |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5911 | name = "utf-8" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5912 | version = "0.7.6" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5914 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
steveklabnik | ecfbaca | 2018-04-03 14:32:04 | [diff] [blame] | 5915 | |
| 5916 | [[package]] |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5917 | name = "utf8parse" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5918 | version = "0.2.1" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 6e29862 | 2023-04-01 15:49:20 | [diff] [blame] | 5920 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
Eric Huss | d5e0353 | 2019-05-23 20:27:49 | [diff] [blame] | 5921 | |
| 5922 | [[package]] |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5923 | name = "uuid" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5924 | version = "1.4.0" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5926 | checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5927 | dependencies = [ |
Thom Chiovoloni | a4bf36e | 2022-11-21 00:55:41 | [diff] [blame] | 5928 | "getrandom", |
Pietro Albini | 13efb20 | 2022-11-15 09:19:17 | [diff] [blame] | 5929 | ] |
| 5930 | |
| 5931 | [[package]] |
Oli Scherer | e896228 | 2022-07-05 08:26:12 | [diff] [blame] | 5932 | name = "valuable" |
| 5933 | version = "0.1.0" |
| 5934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5935 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| 5936 | |
| 5937 | [[package]] |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5938 | name = "vcpkg" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5939 | version = "0.2.15" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5941 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
Alex Crichton | 1cede10 | 2017-06-15 02:33:06 | [diff] [blame] | 5942 | |
| 5943 | [[package]] |
Alex Crichton | b411090 | 2018-12-08 11:06:54 | [diff] [blame] | 5944 | name = "version_check" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5945 | version = "0.9.4" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Amanieu d'Antras | a529ba8 | 2023-01-09 17:49:24 | [diff] [blame] | 5947 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
Eric Huss | 2b98532 | 2019-11-25 16:14:07 | [diff] [blame] | 5948 | |
| 5949 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 5950 | name = "walkdir" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5951 | version = "2.3.3" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5953 | checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5954 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5955 | "same-file", |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 5956 | "winapi-util", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 5957 | ] |
| 5958 | |
| 5959 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 5960 | name = "want" |
| 5961 | version = "0.3.1" |
| 5962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5963 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 5964 | dependencies = [ |
| 5965 | "try-lock", |
| 5966 | ] |
| 5967 | |
| 5968 | [[package]] |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5969 | name = "wasi" |
Harald Hoyer | 00cbc8d | 2022-01-21 13:19:13 | [diff] [blame] | 5970 | version = "0.11.0+wasi-snapshot-preview1" |
| 5971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 5972 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
newpavlov | 6374b84 | 2019-08-29 17:13:15 | [diff] [blame] | 5973 | dependencies = [ |
| 5974 | "compiler_builtins", |
| 5975 | "rustc-std-workspace-alloc", |
| 5976 | "rustc-std-workspace-core", |
| 5977 | ] |
| 5978 | |
| 5979 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5980 | name = "wasm-bindgen" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5981 | version = "0.2.87" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5983 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5984 | dependencies = [ |
| 5985 | "cfg-if", |
| 5986 | "wasm-bindgen-macro", |
| 5987 | ] |
| 5988 | |
| 5989 | [[package]] |
| 5990 | name = "wasm-bindgen-backend" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5991 | version = "0.2.87" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 5993 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 5994 | dependencies = [ |
| 5995 | "bumpalo", |
| 5996 | "log", |
| 5997 | "once_cell", |
| 5998 | "proc-macro2", |
| 5999 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6000 | "syn 2.0.32", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6001 | "wasm-bindgen-shared", |
| 6002 | ] |
| 6003 | |
| 6004 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6005 | name = "wasm-bindgen-futures" |
| 6006 | version = "0.4.34" |
| 6007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6008 | checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" |
| 6009 | dependencies = [ |
| 6010 | "cfg-if", |
| 6011 | "js-sys", |
| 6012 | "wasm-bindgen", |
| 6013 | "web-sys", |
| 6014 | ] |
| 6015 | |
| 6016 | [[package]] |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6017 | name = "wasm-bindgen-macro" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6018 | version = "0.2.87" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6020 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6021 | dependencies = [ |
| 6022 | "quote", |
| 6023 | "wasm-bindgen-macro-support", |
| 6024 | ] |
| 6025 | |
| 6026 | [[package]] |
| 6027 | name = "wasm-bindgen-macro-support" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6028 | version = "0.2.87" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6030 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6031 | dependencies = [ |
| 6032 | "proc-macro2", |
| 6033 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6034 | "syn 2.0.32", |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6035 | "wasm-bindgen-backend", |
| 6036 | "wasm-bindgen-shared", |
| 6037 | ] |
| 6038 | |
| 6039 | [[package]] |
| 6040 | name = "wasm-bindgen-shared" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6041 | version = "0.2.87" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6043 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6044 | |
| 6045 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6046 | name = "web-sys" |
| 6047 | version = "0.3.61" |
| 6048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6049 | checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
| 6050 | dependencies = [ |
| 6051 | "js-sys", |
| 6052 | "wasm-bindgen", |
| 6053 | ] |
| 6054 | |
| 6055 | [[package]] |
Steve Klabnik | a076961 | 2017-02-07 23:13:57 | [diff] [blame] | 6056 | name = "winapi" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6057 | version = "0.3.9" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6059 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6060 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6061 | "winapi-i686-pc-windows-gnu", |
| 6062 | "winapi-x86_64-pc-windows-gnu", |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6063 | ] |
| 6064 | |
| 6065 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6066 | name = "winapi-i686-pc-windows-gnu" |
| 6067 | version = "0.4.0" |
| 6068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6069 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6070 | |
| 6071 | [[package]] |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6072 | name = "winapi-util" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 6073 | version = "0.1.5" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Eric Huss | 89d7906 | 2020-07-29 18:02:05 | [diff] [blame] | 6075 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6076 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6077 | "winapi", |
Alex Crichton | 2863b75 | 2018-08-21 17:23:47 | [diff] [blame] | 6078 | ] |
| 6079 | |
| 6080 | [[package]] |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6081 | name = "winapi-x86_64-pc-windows-gnu" |
| 6082 | version = "0.4.0" |
| 6083 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6084 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
Alex Crichton | 80d6ed2 | 2018-01-08 21:56:22 | [diff] [blame] | 6085 | |
| 6086 | [[package]] |
Weihang Lo | e52e040 | 2023-03-07 22:16:27 | [diff] [blame] | 6087 | name = "windows" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6088 | version = "0.48.0" |
| 6089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6090 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| 6091 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6092 | "windows-targets 0.48.1", |
Andy Russell | bb7c373 | 2023-01-15 18:43:15 | [diff] [blame] | 6093 | ] |
| 6094 | |
| 6095 | [[package]] |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6096 | name = "windows-bindgen" |
Chris Denton | 00a12af | 2023-11-17 12:13:38 | [diff] [blame] | 6097 | version = "0.52.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 00a12af | 2023-11-17 12:13:38 | [diff] [blame] | 6099 | checksum = "970efb0b6849eb8a87a898f586af7cc167567b070014c7434514c0bde0ca341c" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6100 | dependencies = [ |
Chris Denton | d9c85da | 2023-08-16 08:18:34 | [diff] [blame] | 6101 | "proc-macro2", |
| 6102 | "rayon", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6103 | "syn 2.0.32", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6104 | "windows-metadata", |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6105 | ] |
| 6106 | |
| 6107 | [[package]] |
| 6108 | name = "windows-metadata" |
Chris Denton | 00a12af | 2023-11-17 12:13:38 | [diff] [blame] | 6109 | version = "0.52.0" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Denton | 00a12af | 2023-11-17 12:13:38 | [diff] [blame] | 6111 | checksum = "218fd59201e26acdbb894fa2b302d1de84bf3eec7d0eb894ac8e9c5a854ee4ef" |
Chris Denton | f9b3d6a | 2023-04-15 10:57:07 | [diff] [blame] | 6112 | |
| 6113 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6114 | name = "windows-sys" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6115 | version = "0.45.0" |
| 6116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6117 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 6118 | dependencies = [ |
| 6119 | "windows-targets 0.42.2", |
| 6120 | ] |
| 6121 | |
| 6122 | [[package]] |
| 6123 | name = "windows-sys" |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6124 | version = "0.48.0" |
| 6125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6126 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 6127 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6128 | "windows-targets 0.48.1", |
| 6129 | ] |
| 6130 | |
| 6131 | [[package]] |
| 6132 | name = "windows-targets" |
| 6133 | version = "0.42.2" |
| 6134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6135 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 6136 | dependencies = [ |
| 6137 | "windows_aarch64_gnullvm 0.42.2", |
| 6138 | "windows_aarch64_msvc 0.42.2", |
| 6139 | "windows_i686_gnu 0.42.2", |
| 6140 | "windows_i686_msvc 0.42.2", |
| 6141 | "windows_x86_64_gnu 0.42.2", |
| 6142 | "windows_x86_64_gnullvm 0.42.2", |
| 6143 | "windows_x86_64_msvc 0.42.2", |
WANG Rui | 7aa257f | 2023-04-23 07:58:38 | [diff] [blame] | 6144 | ] |
| 6145 | |
| 6146 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6147 | name = "windows-targets" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6148 | version = "0.48.1" |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6150 | checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6151 | dependencies = [ |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6152 | "windows_aarch64_gnullvm 0.48.0", |
| 6153 | "windows_aarch64_msvc 0.48.0", |
| 6154 | "windows_i686_gnu 0.48.0", |
| 6155 | "windows_i686_msvc 0.48.0", |
| 6156 | "windows_x86_64_gnu 0.48.0", |
| 6157 | "windows_x86_64_gnullvm 0.48.0", |
| 6158 | "windows_x86_64_msvc 0.48.0", |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6159 | ] |
| 6160 | |
| 6161 | [[package]] |
Weihang Lo | 6f38fd5 | 2023-02-07 22:26:22 | [diff] [blame] | 6162 | name = "windows_aarch64_gnullvm" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6163 | version = "0.42.2" |
| 6164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6165 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 6166 | |
| 6167 | [[package]] |
| 6168 | name = "windows_aarch64_gnullvm" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6169 | version = "0.48.0" |
| 6170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6171 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 6172 | |
| 6173 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6174 | name = "windows_aarch64_msvc" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6175 | version = "0.42.2" |
| 6176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6177 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 6178 | |
| 6179 | [[package]] |
| 6180 | name = "windows_aarch64_msvc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6181 | version = "0.48.0" |
| 6182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6183 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 6184 | |
| 6185 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6186 | name = "windows_i686_gnu" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6187 | version = "0.42.2" |
| 6188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6189 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 6190 | |
| 6191 | [[package]] |
| 6192 | name = "windows_i686_gnu" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6193 | version = "0.48.0" |
| 6194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6195 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 6196 | |
| 6197 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6198 | name = "windows_i686_msvc" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6199 | version = "0.42.2" |
| 6200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6201 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 6202 | |
| 6203 | [[package]] |
| 6204 | name = "windows_i686_msvc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6205 | version = "0.48.0" |
| 6206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6207 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 6208 | |
| 6209 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6210 | name = "windows_x86_64_gnu" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6211 | version = "0.42.2" |
| 6212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6213 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 6214 | |
| 6215 | [[package]] |
| 6216 | name = "windows_x86_64_gnu" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6217 | version = "0.48.0" |
| 6218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6219 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 6220 | |
| 6221 | [[package]] |
Mateusz Mikuła | d5899ef | 2022-11-05 11:19:55 | [diff] [blame] | 6222 | name = "windows_x86_64_gnullvm" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6223 | version = "0.42.2" |
| 6224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6225 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 6226 | |
| 6227 | [[package]] |
| 6228 | name = "windows_x86_64_gnullvm" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6229 | version = "0.48.0" |
| 6230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6231 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 6232 | |
| 6233 | [[package]] |
Philipp Krones | 586cbd0 | 2022-06-04 12:07:44 | [diff] [blame] | 6234 | name = "windows_x86_64_msvc" |
Philipp Krones | ac25a73 | 2023-08-24 19:33:17 | [diff] [blame] | 6235 | version = "0.42.2" |
| 6236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6237 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 6238 | |
| 6239 | [[package]] |
| 6240 | name = "windows_x86_64_msvc" |
nils | f77541a | 2023-04-11 11:46:41 | [diff] [blame] | 6241 | version = "0.48.0" |
| 6242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6243 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| 6244 | |
| 6245 | [[package]] |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6246 | name = "winnow" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6247 | version = "0.4.7" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6249 | checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" |
Philipp Krones | 612c342 | 2023-06-02 09:42:42 | [diff] [blame] | 6250 | dependencies = [ |
| 6251 | "memchr", |
| 6252 | ] |
| 6253 | |
| 6254 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6255 | name = "winreg" |
| 6256 | version = "0.10.1" |
| 6257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6258 | checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
| 6259 | dependencies = [ |
| 6260 | "winapi", |
| 6261 | ] |
| 6262 | |
| 6263 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6264 | name = "writeable" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6265 | version = "0.5.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6267 | checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6268 | |
| 6269 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6270 | name = "xattr" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6271 | version = "0.2.3" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6273 | checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6274 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6275 | "libc", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6276 | ] |
| 6277 | |
| 6278 | [[package]] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6279 | name = "xz" |
| 6280 | version = "0.1.0" |
| 6281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6282 | checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34" |
| 6283 | dependencies = [ |
| 6284 | "xz2", |
| 6285 | ] |
| 6286 | |
| 6287 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6288 | name = "xz2" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6289 | version = "0.1.7" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | e40a446 | 2023-04-17 01:27:25 | [diff] [blame] | 6291 | checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6292 | dependencies = [ |
Alex Crichton | 093ede2 | 2019-08-15 00:45:09 | [diff] [blame] | 6293 | "lzma-sys", |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6294 | ] |
| 6295 | |
| 6296 | [[package]] |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6297 | name = "yaml-merge-keys" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6298 | version = "0.4.1" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Mark Rousskov | 342d956 | 2020-08-17 15:21:44 | [diff] [blame] | 6300 | checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6301 | dependencies = [ |
Yuki Okushi | 1f0a3950 | 2020-05-26 04:00:42 | [diff] [blame] | 6302 | "lazy_static", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6303 | "thiserror", |
Michael Howell | 271bad9 | 2022-06-18 15:54:00 | [diff] [blame] | 6304 | "yaml-rust", |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6305 | ] |
| 6306 | |
| 6307 | [[package]] |
Josh Stone | 020c5ec | 2017-05-08 22:01:13 | [diff] [blame] | 6308 | name = "yaml-rust" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6309 | version = "0.4.5" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | 3295cdf | 2023-06-26 07:21:35 | [diff] [blame] | 6311 | checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
Pietro Albini | 9beb8f5 | 2019-11-26 11:06:30 | [diff] [blame] | 6312 | dependencies = [ |
| 6313 | "linked-hash-map", |
| 6314 | ] |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6315 | |
| 6316 | [[package]] |
| 6317 | name = "yansi-term" |
| 6318 | version = "0.1.2" |
| 6319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6320 | checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" |
| 6321 | dependencies = [ |
Igor Matuszewski | af53b0d | 2021-07-21 13:17:31 | [diff] [blame] | 6322 | "winapi", |
Igor Matuszewski | 2214a41 | 2021-05-03 20:59:35 | [diff] [blame] | 6323 | ] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6324 | |
| 6325 | [[package]] |
| 6326 | name = "yoke" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6327 | version = "0.7.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6329 | checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6330 | dependencies = [ |
| 6331 | "serde", |
| 6332 | "stable_deref_trait", |
| 6333 | "yoke-derive", |
| 6334 | "zerofrom", |
| 6335 | ] |
| 6336 | |
| 6337 | [[package]] |
| 6338 | name = "yoke-derive" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6339 | version = "0.7.2" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6341 | checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6342 | dependencies = [ |
| 6343 | "proc-macro2", |
| 6344 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6345 | "syn 2.0.32", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6346 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6347 | ] |
| 6348 | |
| 6349 | [[package]] |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6350 | name = "zerocopy" |
| 6351 | version = "0.7.28" |
| 6352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6353 | checksum = "7d6f15f7ade05d2a4935e34a457b936c23dc70a05cc1d97133dc99e7a3fe0f0e" |
| 6354 | dependencies = [ |
| 6355 | "zerocopy-derive", |
| 6356 | ] |
| 6357 | |
| 6358 | [[package]] |
| 6359 | name = "zerocopy-derive" |
| 6360 | version = "0.7.28" |
| 6361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6362 | checksum = "dbbad221e3f78500350ecbd7dfa4e63ef945c05f4c61cb7f4d3f84cd0bba649b" |
| 6363 | dependencies = [ |
| 6364 | "proc-macro2", |
| 6365 | "quote", |
| 6366 | "syn 2.0.32", |
| 6367 | ] |
| 6368 | |
| 6369 | [[package]] |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6370 | name = "zerofrom" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6371 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6373 | checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6374 | dependencies = [ |
| 6375 | "zerofrom-derive", |
| 6376 | ] |
| 6377 | |
| 6378 | [[package]] |
| 6379 | name = "zerofrom-derive" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6380 | version = "0.1.3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6382 | checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6383 | dependencies = [ |
| 6384 | "proc-macro2", |
| 6385 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6386 | "syn 2.0.32", |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6387 | "synstructure", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6388 | ] |
| 6389 | |
| 6390 | [[package]] |
| 6391 | name = "zerovec" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6392 | version = "0.10.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Nilstrieb | ffffc20 | 2023-11-06 13:42:20 | [diff] [blame] | 6394 | checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6395 | dependencies = [ |
| 6396 | "yoke", |
| 6397 | "zerofrom", |
| 6398 | "zerovec-derive", |
| 6399 | ] |
| 6400 | |
| 6401 | [[package]] |
| 6402 | name = "zerovec-derive" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6403 | version = "0.10.0" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
klensy | 7142c8d | 2023-11-09 11:37:30 | [diff] [blame] | 6405 | checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324" |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6406 | dependencies = [ |
| 6407 | "proc-macro2", |
| 6408 | "quote", |
Ralf Jung | 71c9ceb | 2023-12-02 18:16:09 | [diff] [blame] | 6409 | "syn 2.0.32", |
Charles Lew | a775004 | 2022-11-06 06:43:25 | [diff] [blame] | 6410 | ] |
Jakub Beránek | 91d2fb2 | 2023-06-03 07:41:44 | [diff] [blame] | 6411 | |
| 6412 | [[package]] |
| 6413 | name = "zip" |
| 6414 | version = "0.6.6" |
| 6415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 6416 | checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| 6417 | dependencies = [ |
| 6418 | "byteorder", |
| 6419 | "crc32fast", |
| 6420 | "crossbeam-utils", |
| 6421 | "flate2", |
| 6422 | ] |