diff options
| author | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
| commit | 0d3488a3811c8d58bd570af64cc29840df9ba439 (patch) | |
| tree | 68ac54aa6e280177df9738ee6310c1225acee0a6 /Cargo.lock | |
| parent | 0d90737e06f3fc556e65bca56ec5defe8433be16 (diff) | |
reorganized repo
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 351 |
1 files changed, 351 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..102daaf --- /dev/null +++ b/Cargo.lock | |||
| @@ -0,0 +1,351 @@ | |||
| 1 | # This file is automatically @generated by Cargo. | ||
| 2 | # It is not intended for manual editing. | ||
| 3 | version = 4 | ||
| 4 | |||
| 5 | [[package]] | ||
| 6 | name = "anstream" | ||
| 7 | version = "0.6.20" | ||
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 9 | checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" | ||
| 10 | dependencies = [ | ||
| 11 | "anstyle", | ||
| 12 | "anstyle-parse", | ||
| 13 | "anstyle-query", | ||
| 14 | "anstyle-wincon", | ||
| 15 | "colorchoice", | ||
| 16 | "is_terminal_polyfill", | ||
| 17 | "utf8parse", | ||
| 18 | ] | ||
| 19 | |||
| 20 | [[package]] | ||
| 21 | name = "anstyle" | ||
| 22 | version = "1.0.11" | ||
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 24 | checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" | ||
| 25 | |||
| 26 | [[package]] | ||
| 27 | name = "anstyle-parse" | ||
| 28 | version = "0.2.7" | ||
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 30 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" | ||
| 31 | dependencies = [ | ||
| 32 | "utf8parse", | ||
| 33 | ] | ||
| 34 | |||
| 35 | [[package]] | ||
| 36 | name = "anstyle-query" | ||
| 37 | version = "1.1.4" | ||
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 39 | checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" | ||
| 40 | dependencies = [ | ||
| 41 | "windows-sys", | ||
| 42 | ] | ||
| 43 | |||
| 44 | [[package]] | ||
| 45 | name = "anstyle-wincon" | ||
| 46 | version = "3.0.10" | ||
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 48 | checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" | ||
| 49 | dependencies = [ | ||
| 50 | "anstyle", | ||
| 51 | "once_cell_polyfill", | ||
| 52 | "windows-sys", | ||
| 53 | ] | ||
| 54 | |||
| 55 | [[package]] | ||
| 56 | name = "block-buffer" | ||
| 57 | version = "0.10.4" | ||
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 59 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" | ||
| 60 | dependencies = [ | ||
| 61 | "generic-array", | ||
| 62 | ] | ||
| 63 | |||
| 64 | [[package]] | ||
| 65 | name = "cfg-if" | ||
| 66 | version = "1.0.1" | ||
| 67 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 68 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | ||
| 69 | |||
| 70 | [[package]] | ||
| 71 | name = "clap" | ||
| 72 | version = "4.5.43" | ||
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 74 | checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" | ||
| 75 | dependencies = [ | ||
| 76 | "clap_builder", | ||
| 77 | "clap_derive", | ||
| 78 | ] | ||
| 79 | |||
| 80 | [[package]] | ||
| 81 | name = "clap_builder" | ||
| 82 | version = "4.5.43" | ||
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 84 | checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" | ||
| 85 | dependencies = [ | ||
| 86 | "anstream", | ||
| 87 | "anstyle", | ||
| 88 | "clap_lex", | ||
| 89 | "strsim", | ||
| 90 | ] | ||
| 91 | |||
| 92 | [[package]] | ||
| 93 | name = "clap_derive" | ||
| 94 | version = "4.5.41" | ||
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 96 | checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" | ||
| 97 | dependencies = [ | ||
| 98 | "heck", | ||
| 99 | "proc-macro2", | ||
| 100 | "quote", | ||
| 101 | "syn", | ||
| 102 | ] | ||
| 103 | |||
| 104 | [[package]] | ||
| 105 | name = "clap_lex" | ||
| 106 | version = "0.7.5" | ||
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 108 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" | ||
| 109 | |||
| 110 | [[package]] | ||
| 111 | name = "colorchoice" | ||
| 112 | version = "1.0.4" | ||
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 114 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" | ||
| 115 | |||
| 116 | [[package]] | ||
| 117 | name = "cpufeatures" | ||
| 118 | version = "0.2.17" | ||
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 120 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" | ||
| 121 | dependencies = [ | ||
| 122 | "libc", | ||
| 123 | ] | ||
| 124 | |||
| 125 | [[package]] | ||
| 126 | name = "crypto-common" | ||
| 127 | version = "0.1.6" | ||
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 129 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | ||
| 130 | dependencies = [ | ||
| 131 | "generic-array", | ||
| 132 | "typenum", | ||
| 133 | ] | ||
| 134 | |||
| 135 | [[package]] | ||
| 136 | name = "digest" | ||
| 137 | version = "0.10.7" | ||
| 138 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 139 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" | ||
| 140 | dependencies = [ | ||
| 141 | "block-buffer", | ||
| 142 | "crypto-common", | ||
| 143 | ] | ||
| 144 | |||
| 145 | [[package]] | ||
| 146 | name = "fctdrive" | ||
| 147 | version = "0.1.0" | ||
| 148 | dependencies = [ | ||
| 149 | "clap", | ||
| 150 | "hex", | ||
| 151 | "sha2", | ||
| 152 | "slotmap", | ||
| 153 | ] | ||
| 154 | |||
| 155 | [[package]] | ||
| 156 | name = "generic-array" | ||
| 157 | version = "0.14.7" | ||
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 159 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" | ||
| 160 | dependencies = [ | ||
| 161 | "typenum", | ||
| 162 | "version_check", | ||
| 163 | ] | ||
| 164 | |||
| 165 | [[package]] | ||
| 166 | name = "heck" | ||
| 167 | version = "0.5.0" | ||
| 168 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 169 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | ||
| 170 | |||
| 171 | [[package]] | ||
| 172 | name = "hex" | ||
| 173 | version = "1.1.0" | ||
| 174 | source = "git+https://git.d464.sh/hex-rs#0b673e5f5d0410d397f5ad3adb6af15efe57dedd" | ||
| 175 | |||
| 176 | [[package]] | ||
| 177 | name = "is_terminal_polyfill" | ||
| 178 | version = "1.70.1" | ||
| 179 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 180 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" | ||
| 181 | |||
| 182 | [[package]] | ||
| 183 | name = "libc" | ||
| 184 | version = "0.2.174" | ||
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 186 | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | ||
| 187 | |||
| 188 | [[package]] | ||
| 189 | name = "once_cell_polyfill" | ||
| 190 | version = "1.70.1" | ||
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 192 | checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" | ||
| 193 | |||
| 194 | [[package]] | ||
| 195 | name = "proc-macro2" | ||
| 196 | version = "1.0.95" | ||
| 197 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 198 | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | ||
| 199 | dependencies = [ | ||
| 200 | "unicode-ident", | ||
| 201 | ] | ||
| 202 | |||
| 203 | [[package]] | ||
| 204 | name = "quote" | ||
| 205 | version = "1.0.40" | ||
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 207 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | ||
| 208 | dependencies = [ | ||
| 209 | "proc-macro2", | ||
| 210 | ] | ||
| 211 | |||
| 212 | [[package]] | ||
| 213 | name = "sha2" | ||
| 214 | version = "0.10.9" | ||
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 216 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" | ||
| 217 | dependencies = [ | ||
| 218 | "cfg-if", | ||
| 219 | "cpufeatures", | ||
| 220 | "digest", | ||
| 221 | ] | ||
| 222 | |||
| 223 | [[package]] | ||
| 224 | name = "slotmap" | ||
| 225 | version = "1.0.7" | ||
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 227 | checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" | ||
| 228 | dependencies = [ | ||
| 229 | "version_check", | ||
| 230 | ] | ||
| 231 | |||
| 232 | [[package]] | ||
| 233 | name = "strsim" | ||
| 234 | version = "0.11.1" | ||
| 235 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 236 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | ||
| 237 | |||
| 238 | [[package]] | ||
| 239 | name = "syn" | ||
| 240 | version = "2.0.104" | ||
| 241 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 242 | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | ||
| 243 | dependencies = [ | ||
| 244 | "proc-macro2", | ||
| 245 | "quote", | ||
| 246 | "unicode-ident", | ||
| 247 | ] | ||
| 248 | |||
| 249 | [[package]] | ||
| 250 | name = "typenum" | ||
| 251 | version = "1.18.0" | ||
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 253 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" | ||
| 254 | |||
| 255 | [[package]] | ||
| 256 | name = "unicode-ident" | ||
| 257 | version = "1.0.18" | ||
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 259 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | ||
| 260 | |||
| 261 | [[package]] | ||
| 262 | name = "utf8parse" | ||
| 263 | version = "0.2.2" | ||
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 265 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | ||
| 266 | |||
| 267 | [[package]] | ||
| 268 | name = "version_check" | ||
| 269 | version = "0.9.5" | ||
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 271 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | ||
| 272 | |||
| 273 | [[package]] | ||
| 274 | name = "windows-link" | ||
| 275 | version = "0.1.3" | ||
| 276 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 277 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" | ||
| 278 | |||
| 279 | [[package]] | ||
| 280 | name = "windows-sys" | ||
| 281 | version = "0.60.2" | ||
| 282 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 283 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | ||
| 284 | dependencies = [ | ||
| 285 | "windows-targets", | ||
| 286 | ] | ||
| 287 | |||
| 288 | [[package]] | ||
| 289 | name = "windows-targets" | ||
| 290 | version = "0.53.3" | ||
| 291 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 292 | checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" | ||
| 293 | dependencies = [ | ||
| 294 | "windows-link", | ||
| 295 | "windows_aarch64_gnullvm", | ||
| 296 | "windows_aarch64_msvc", | ||
| 297 | "windows_i686_gnu", | ||
| 298 | "windows_i686_gnullvm", | ||
| 299 | "windows_i686_msvc", | ||
| 300 | "windows_x86_64_gnu", | ||
| 301 | "windows_x86_64_gnullvm", | ||
| 302 | "windows_x86_64_msvc", | ||
| 303 | ] | ||
| 304 | |||
| 305 | [[package]] | ||
| 306 | name = "windows_aarch64_gnullvm" | ||
| 307 | version = "0.53.0" | ||
| 308 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 309 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | ||
| 310 | |||
| 311 | [[package]] | ||
| 312 | name = "windows_aarch64_msvc" | ||
| 313 | version = "0.53.0" | ||
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 315 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | ||
| 316 | |||
| 317 | [[package]] | ||
| 318 | name = "windows_i686_gnu" | ||
| 319 | version = "0.53.0" | ||
| 320 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 321 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | ||
| 322 | |||
| 323 | [[package]] | ||
| 324 | name = "windows_i686_gnullvm" | ||
| 325 | version = "0.53.0" | ||
| 326 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 327 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | ||
| 328 | |||
| 329 | [[package]] | ||
| 330 | name = "windows_i686_msvc" | ||
| 331 | version = "0.53.0" | ||
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 333 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | ||
| 334 | |||
| 335 | [[package]] | ||
| 336 | name = "windows_x86_64_gnu" | ||
| 337 | version = "0.53.0" | ||
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 339 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | ||
| 340 | |||
| 341 | [[package]] | ||
| 342 | name = "windows_x86_64_gnullvm" | ||
| 343 | version = "0.53.0" | ||
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 345 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | ||
| 346 | |||
| 347 | [[package]] | ||
| 348 | name = "windows_x86_64_msvc" | ||
| 349 | version = "0.53.0" | ||
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 351 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | ||
