| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "allocator-api2" |
| 7 | version = "0.2.21" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "anstream" |
| 13 | version = "0.6.21" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
| 16 | dependencies = [ |
| 17 | "anstyle", |
| 18 | "anstyle-parse", |
| 19 | "anstyle-query", |
| 20 | "anstyle-wincon", |
| 21 | "colorchoice", |
| 22 | "is_terminal_polyfill", |
| 23 | "utf8parse", |
| 24 | ] |
| 25 | |
| 26 | [[package]] |
| 27 | name = "anstyle" |
| 28 | version = "1.0.13" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
| 31 | |
| 32 | [[package]] |
| 33 | name = "anstyle-parse" |
| 34 | version = "0.2.7" |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 37 | dependencies = [ |
| 38 | "utf8parse", |
| 39 | ] |
| 40 | |
| 41 | [[package]] |
| 42 | name = "anstyle-query" |
| 43 | version = "1.1.5" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 46 | dependencies = [ |
| 47 | "windows-sys 0.61.2", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstyle-wincon" |
| 52 | version = "3.0.11" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 55 | dependencies = [ |
| 56 | "anstyle", |
| 57 | "once_cell_polyfill", |
| 58 | "windows-sys 0.61.2", |
| 59 | ] |
| 60 | |
| 61 | [[package]] |
| 62 | name = "anyhow" |
| 63 | version = "1.0.100" |
| 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 | checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| 66 | |
| 67 | [[package]] |
| 68 | name = "bitflags" |
| 69 | version = "2.10.0" |
| 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
| 72 | |
| 73 | [[package]] |
| 74 | name = "cassowary" |
| 75 | version = "0.3.0" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 78 | |
| 79 | [[package]] |
| 80 | name = "castaway" |
| 81 | version = "0.2.4" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 84 | dependencies = [ |
| 85 | "rustversion", |
| 86 | ] |
| 87 | |
| 88 | [[package]] |
| 89 | name = "cc" |
| 90 | version = "1.2.50" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" |
| 93 | dependencies = [ |
| 94 | "find-msvc-tools", |
| 95 | "jobserver", |
| 96 | "libc", |
| 97 | "shlex", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "cfg-if" |
| 102 | version = "1.0.4" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 105 | |
| 106 | [[package]] |
| 107 | name = "clap" |
| 108 | version = "4.5.53" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" |
| 111 | dependencies = [ |
| 112 | "clap_builder", |
| 113 | "clap_derive", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "clap_builder" |
| 118 | version = "4.5.53" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" |
| 121 | dependencies = [ |
| 122 | "anstream", |
| 123 | "anstyle", |
| 124 | "clap_lex", |
| 125 | "strsim", |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
| 129 | name = "clap_derive" |
| 130 | version = "4.5.49" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
| 133 | dependencies = [ |
| 134 | "heck", |
| 135 | "proc-macro2", |
| 136 | "quote", |
| 137 | "syn", |
| 138 | ] |
| 139 | |
| 140 | [[package]] |
| 141 | name = "clap_lex" |
| 142 | version = "0.7.6" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 145 | |
| 146 | [[package]] |
| 147 | name = "colorchoice" |
| 148 | version = "1.0.4" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 151 | |
| 152 | [[package]] |
| 153 | name = "compact_str" |
| 154 | version = "0.8.1" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" |
| 157 | dependencies = [ |
| 158 | "castaway", |
| 159 | "cfg-if", |
| 160 | "itoa", |
| 161 | "rustversion", |
| 162 | "ryu", |
| 163 | "static_assertions", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "crossterm" |
| 168 | version = "0.28.1" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| 171 | dependencies = [ |
| 172 | "bitflags", |
| 173 | "crossterm_winapi", |
| 174 | "mio", |
| 175 | "parking_lot", |
| 176 | "rustix", |
| 177 | "signal-hook", |
| 178 | "signal-hook-mio", |
| 179 | "winapi", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "crossterm_winapi" |
| 184 | version = "0.9.1" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 187 | dependencies = [ |
| 188 | "winapi", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
| 192 | name = "darling" |
| 193 | version = "0.20.11" |
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 195 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 196 | dependencies = [ |
| 197 | "darling_core", |
| 198 | "darling_macro", |
| 199 | ] |
| 200 | |
| 201 | [[package]] |
| 202 | name = "darling_core" |
| 203 | version = "0.20.11" |
| 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 206 | dependencies = [ |
| 207 | "fnv", |
| 208 | "ident_case", |
| 209 | "proc-macro2", |
| 210 | "quote", |
| 211 | "strsim", |
| 212 | "syn", |
| 213 | ] |
| 214 | |
| 215 | [[package]] |
| 216 | name = "darling_macro" |
| 217 | version = "0.20.11" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 220 | dependencies = [ |
| 221 | "darling_core", |
| 222 | "quote", |
| 223 | "syn", |
| 224 | ] |
| 225 | |
| 226 | [[package]] |
| 227 | name = "displaydoc" |
| 228 | version = "0.2.5" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 231 | dependencies = [ |
| 232 | "proc-macro2", |
| 233 | "quote", |
| 234 | "syn", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "either" |
| 239 | version = "1.15.0" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 242 | |
| 243 | [[package]] |
| 244 | name = "equivalent" |
| 245 | version = "1.0.2" |
| 246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 247 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 248 | |
| 249 | [[package]] |
| 250 | name = "errno" |
| 251 | version = "0.3.14" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 254 | dependencies = [ |
| 255 | "libc", |
| 256 | "windows-sys 0.61.2", |
| 257 | ] |
| 258 | |
| 259 | [[package]] |
| 260 | name = "find-msvc-tools" |
| 261 | version = "0.1.5" |
| 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 | checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" |
| 264 | |
| 265 | [[package]] |
| 266 | name = "fnv" |
| 267 | version = "1.0.7" |
| 268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 270 | |
| 271 | [[package]] |
| 272 | name = "foldhash" |
| 273 | version = "0.1.5" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 276 | |
| 277 | [[package]] |
| 278 | name = "form_urlencoded" |
| 279 | version = "1.2.2" |
| 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 281 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 282 | dependencies = [ |
| 283 | "percent-encoding", |
| 284 | ] |
| 285 | |
| 286 | [[package]] |
| 287 | name = "fussr" |
| 288 | version = "0.2.12" |
| 289 | dependencies = [ |
| 290 | "anyhow", |
| 291 | "clap", |
| 292 | "crossterm", |
| 293 | "git2", |
| 294 | "ratatui", |
| 295 | "thiserror", |
| 296 | "unicode-width 0.2.0", |
| 297 | ] |
| 298 | |
| 299 | [[package]] |
| 300 | name = "getrandom" |
| 301 | version = "0.3.4" |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 304 | dependencies = [ |
| 305 | "cfg-if", |
| 306 | "libc", |
| 307 | "r-efi", |
| 308 | "wasip2", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
| 312 | name = "git2" |
| 313 | version = "0.20.3" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" |
| 316 | dependencies = [ |
| 317 | "bitflags", |
| 318 | "libc", |
| 319 | "libgit2-sys", |
| 320 | "log", |
| 321 | "url", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "hashbrown" |
| 326 | version = "0.15.5" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 329 | dependencies = [ |
| 330 | "allocator-api2", |
| 331 | "equivalent", |
| 332 | "foldhash", |
| 333 | ] |
| 334 | |
| 335 | [[package]] |
| 336 | name = "heck" |
| 337 | version = "0.5.0" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 340 | |
| 341 | [[package]] |
| 342 | name = "icu_collections" |
| 343 | version = "2.1.1" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 346 | dependencies = [ |
| 347 | "displaydoc", |
| 348 | "potential_utf", |
| 349 | "yoke", |
| 350 | "zerofrom", |
| 351 | "zerovec", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "icu_locale_core" |
| 356 | version = "2.1.1" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 359 | dependencies = [ |
| 360 | "displaydoc", |
| 361 | "litemap", |
| 362 | "tinystr", |
| 363 | "writeable", |
| 364 | "zerovec", |
| 365 | ] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "icu_normalizer" |
| 369 | version = "2.1.1" |
| 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 371 | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 372 | dependencies = [ |
| 373 | "icu_collections", |
| 374 | "icu_normalizer_data", |
| 375 | "icu_properties", |
| 376 | "icu_provider", |
| 377 | "smallvec", |
| 378 | "zerovec", |
| 379 | ] |
| 380 | |
| 381 | [[package]] |
| 382 | name = "icu_normalizer_data" |
| 383 | version = "2.1.1" |
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 386 | |
| 387 | [[package]] |
| 388 | name = "icu_properties" |
| 389 | version = "2.1.2" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 392 | dependencies = [ |
| 393 | "icu_collections", |
| 394 | "icu_locale_core", |
| 395 | "icu_properties_data", |
| 396 | "icu_provider", |
| 397 | "zerotrie", |
| 398 | "zerovec", |
| 399 | ] |
| 400 | |
| 401 | [[package]] |
| 402 | name = "icu_properties_data" |
| 403 | version = "2.1.2" |
| 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 | checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 406 | |
| 407 | [[package]] |
| 408 | name = "icu_provider" |
| 409 | version = "2.1.1" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 412 | dependencies = [ |
| 413 | "displaydoc", |
| 414 | "icu_locale_core", |
| 415 | "writeable", |
| 416 | "yoke", |
| 417 | "zerofrom", |
| 418 | "zerotrie", |
| 419 | "zerovec", |
| 420 | ] |
| 421 | |
| 422 | [[package]] |
| 423 | name = "ident_case" |
| 424 | version = "1.0.1" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 427 | |
| 428 | [[package]] |
| 429 | name = "idna" |
| 430 | version = "1.1.0" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 433 | dependencies = [ |
| 434 | "idna_adapter", |
| 435 | "smallvec", |
| 436 | "utf8_iter", |
| 437 | ] |
| 438 | |
| 439 | [[package]] |
| 440 | name = "idna_adapter" |
| 441 | version = "1.2.1" |
| 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 443 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 444 | dependencies = [ |
| 445 | "icu_normalizer", |
| 446 | "icu_properties", |
| 447 | ] |
| 448 | |
| 449 | [[package]] |
| 450 | name = "indoc" |
| 451 | version = "2.0.7" |
| 452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 453 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 454 | dependencies = [ |
| 455 | "rustversion", |
| 456 | ] |
| 457 | |
| 458 | [[package]] |
| 459 | name = "instability" |
| 460 | version = "0.3.10" |
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 | checksum = "6778b0196eefee7df739db78758e5cf9b37412268bfa5650bfeed028aed20d9c" |
| 463 | dependencies = [ |
| 464 | "darling", |
| 465 | "indoc", |
| 466 | "proc-macro2", |
| 467 | "quote", |
| 468 | "syn", |
| 469 | ] |
| 470 | |
| 471 | [[package]] |
| 472 | name = "is_terminal_polyfill" |
| 473 | version = "1.70.2" |
| 474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 476 | |
| 477 | [[package]] |
| 478 | name = "itertools" |
| 479 | version = "0.13.0" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 482 | dependencies = [ |
| 483 | "either", |
| 484 | ] |
| 485 | |
| 486 | [[package]] |
| 487 | name = "itoa" |
| 488 | version = "1.0.15" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "jobserver" |
| 494 | version = "0.1.34" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 497 | dependencies = [ |
| 498 | "getrandom", |
| 499 | "libc", |
| 500 | ] |
| 501 | |
| 502 | [[package]] |
| 503 | name = "libc" |
| 504 | version = "0.2.178" |
| 505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 506 | checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" |
| 507 | |
| 508 | [[package]] |
| 509 | name = "libgit2-sys" |
| 510 | version = "0.18.3+1.9.2" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" |
| 513 | dependencies = [ |
| 514 | "cc", |
| 515 | "libc", |
| 516 | "libssh2-sys", |
| 517 | "libz-sys", |
| 518 | "pkg-config", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "libssh2-sys" |
| 523 | version = "0.3.1" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" |
| 526 | dependencies = [ |
| 527 | "cc", |
| 528 | "libc", |
| 529 | "libz-sys", |
| 530 | "openssl-sys", |
| 531 | "pkg-config", |
| 532 | "vcpkg", |
| 533 | ] |
| 534 | |
| 535 | [[package]] |
| 536 | name = "libz-sys" |
| 537 | version = "1.1.23" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7" |
| 540 | dependencies = [ |
| 541 | "cc", |
| 542 | "libc", |
| 543 | "pkg-config", |
| 544 | "vcpkg", |
| 545 | ] |
| 546 | |
| 547 | [[package]] |
| 548 | name = "linux-raw-sys" |
| 549 | version = "0.4.15" |
| 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 552 | |
| 553 | [[package]] |
| 554 | name = "litemap" |
| 555 | version = "0.8.1" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 558 | |
| 559 | [[package]] |
| 560 | name = "lock_api" |
| 561 | version = "0.4.14" |
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 564 | dependencies = [ |
| 565 | "scopeguard", |
| 566 | ] |
| 567 | |
| 568 | [[package]] |
| 569 | name = "log" |
| 570 | version = "0.4.29" |
| 571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 572 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 573 | |
| 574 | [[package]] |
| 575 | name = "lru" |
| 576 | version = "0.12.5" |
| 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 579 | dependencies = [ |
| 580 | "hashbrown", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
| 584 | name = "mio" |
| 585 | version = "1.1.1" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 588 | dependencies = [ |
| 589 | "libc", |
| 590 | "log", |
| 591 | "wasi", |
| 592 | "windows-sys 0.61.2", |
| 593 | ] |
| 594 | |
| 595 | [[package]] |
| 596 | name = "once_cell_polyfill" |
| 597 | version = "1.70.2" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 600 | |
| 601 | [[package]] |
| 602 | name = "openssl-sys" |
| 603 | version = "0.9.111" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" |
| 606 | dependencies = [ |
| 607 | "cc", |
| 608 | "libc", |
| 609 | "pkg-config", |
| 610 | "vcpkg", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
| 614 | name = "parking_lot" |
| 615 | version = "0.12.5" |
| 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 618 | dependencies = [ |
| 619 | "lock_api", |
| 620 | "parking_lot_core", |
| 621 | ] |
| 622 | |
| 623 | [[package]] |
| 624 | name = "parking_lot_core" |
| 625 | version = "0.9.12" |
| 626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 627 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 628 | dependencies = [ |
| 629 | "cfg-if", |
| 630 | "libc", |
| 631 | "redox_syscall", |
| 632 | "smallvec", |
| 633 | "windows-link", |
| 634 | ] |
| 635 | |
| 636 | [[package]] |
| 637 | name = "paste" |
| 638 | version = "1.0.15" |
| 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 640 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 641 | |
| 642 | [[package]] |
| 643 | name = "percent-encoding" |
| 644 | version = "2.3.2" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 647 | |
| 648 | [[package]] |
| 649 | name = "pkg-config" |
| 650 | version = "0.3.32" |
| 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 653 | |
| 654 | [[package]] |
| 655 | name = "potential_utf" |
| 656 | version = "0.1.4" |
| 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 659 | dependencies = [ |
| 660 | "zerovec", |
| 661 | ] |
| 662 | |
| 663 | [[package]] |
| 664 | name = "proc-macro2" |
| 665 | version = "1.0.103" |
| 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
| 668 | dependencies = [ |
| 669 | "unicode-ident", |
| 670 | ] |
| 671 | |
| 672 | [[package]] |
| 673 | name = "quote" |
| 674 | version = "1.0.42" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
| 677 | dependencies = [ |
| 678 | "proc-macro2", |
| 679 | ] |
| 680 | |
| 681 | [[package]] |
| 682 | name = "r-efi" |
| 683 | version = "5.3.0" |
| 684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 685 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 686 | |
| 687 | [[package]] |
| 688 | name = "ratatui" |
| 689 | version = "0.29.0" |
| 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 691 | checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" |
| 692 | dependencies = [ |
| 693 | "bitflags", |
| 694 | "cassowary", |
| 695 | "compact_str", |
| 696 | "crossterm", |
| 697 | "indoc", |
| 698 | "instability", |
| 699 | "itertools", |
| 700 | "lru", |
| 701 | "paste", |
| 702 | "strum", |
| 703 | "unicode-segmentation", |
| 704 | "unicode-truncate", |
| 705 | "unicode-width 0.2.0", |
| 706 | ] |
| 707 | |
| 708 | [[package]] |
| 709 | name = "redox_syscall" |
| 710 | version = "0.5.18" |
| 711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 712 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 713 | dependencies = [ |
| 714 | "bitflags", |
| 715 | ] |
| 716 | |
| 717 | [[package]] |
| 718 | name = "rustix" |
| 719 | version = "0.38.44" |
| 720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 722 | dependencies = [ |
| 723 | "bitflags", |
| 724 | "errno", |
| 725 | "libc", |
| 726 | "linux-raw-sys", |
| 727 | "windows-sys 0.59.0", |
| 728 | ] |
| 729 | |
| 730 | [[package]] |
| 731 | name = "rustversion" |
| 732 | version = "1.0.22" |
| 733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 734 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 735 | |
| 736 | [[package]] |
| 737 | name = "ryu" |
| 738 | version = "1.0.20" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 741 | |
| 742 | [[package]] |
| 743 | name = "scopeguard" |
| 744 | version = "1.2.0" |
| 745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 746 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 747 | |
| 748 | [[package]] |
| 749 | name = "serde" |
| 750 | version = "1.0.228" |
| 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 752 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 753 | dependencies = [ |
| 754 | "serde_core", |
| 755 | "serde_derive", |
| 756 | ] |
| 757 | |
| 758 | [[package]] |
| 759 | name = "serde_core" |
| 760 | version = "1.0.228" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 763 | dependencies = [ |
| 764 | "serde_derive", |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | name = "serde_derive" |
| 769 | version = "1.0.228" |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 772 | dependencies = [ |
| 773 | "proc-macro2", |
| 774 | "quote", |
| 775 | "syn", |
| 776 | ] |
| 777 | |
| 778 | [[package]] |
| 779 | name = "shlex" |
| 780 | version = "1.3.0" |
| 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 783 | |
| 784 | [[package]] |
| 785 | name = "signal-hook" |
| 786 | version = "0.3.18" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" |
| 789 | dependencies = [ |
| 790 | "libc", |
| 791 | "signal-hook-registry", |
| 792 | ] |
| 793 | |
| 794 | [[package]] |
| 795 | name = "signal-hook-mio" |
| 796 | version = "0.2.5" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" |
| 799 | dependencies = [ |
| 800 | "libc", |
| 801 | "mio", |
| 802 | "signal-hook", |
| 803 | ] |
| 804 | |
| 805 | [[package]] |
| 806 | name = "signal-hook-registry" |
| 807 | version = "1.4.7" |
| 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 809 | checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" |
| 810 | dependencies = [ |
| 811 | "libc", |
| 812 | ] |
| 813 | |
| 814 | [[package]] |
| 815 | name = "smallvec" |
| 816 | version = "1.15.1" |
| 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 819 | |
| 820 | [[package]] |
| 821 | name = "stable_deref_trait" |
| 822 | version = "1.2.1" |
| 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 825 | |
| 826 | [[package]] |
| 827 | name = "static_assertions" |
| 828 | version = "1.1.0" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 831 | |
| 832 | [[package]] |
| 833 | name = "strsim" |
| 834 | version = "0.11.1" |
| 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 836 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 837 | |
| 838 | [[package]] |
| 839 | name = "strum" |
| 840 | version = "0.26.3" |
| 841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 843 | dependencies = [ |
| 844 | "strum_macros", |
| 845 | ] |
| 846 | |
| 847 | [[package]] |
| 848 | name = "strum_macros" |
| 849 | version = "0.26.4" |
| 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 852 | dependencies = [ |
| 853 | "heck", |
| 854 | "proc-macro2", |
| 855 | "quote", |
| 856 | "rustversion", |
| 857 | "syn", |
| 858 | ] |
| 859 | |
| 860 | [[package]] |
| 861 | name = "syn" |
| 862 | version = "2.0.111" |
| 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 864 | checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" |
| 865 | dependencies = [ |
| 866 | "proc-macro2", |
| 867 | "quote", |
| 868 | "unicode-ident", |
| 869 | ] |
| 870 | |
| 871 | [[package]] |
| 872 | name = "synstructure" |
| 873 | version = "0.13.2" |
| 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 876 | dependencies = [ |
| 877 | "proc-macro2", |
| 878 | "quote", |
| 879 | "syn", |
| 880 | ] |
| 881 | |
| 882 | [[package]] |
| 883 | name = "thiserror" |
| 884 | version = "2.0.17" |
| 885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 886 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
| 887 | dependencies = [ |
| 888 | "thiserror-impl", |
| 889 | ] |
| 890 | |
| 891 | [[package]] |
| 892 | name = "thiserror-impl" |
| 893 | version = "2.0.17" |
| 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 895 | checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
| 896 | dependencies = [ |
| 897 | "proc-macro2", |
| 898 | "quote", |
| 899 | "syn", |
| 900 | ] |
| 901 | |
| 902 | [[package]] |
| 903 | name = "tinystr" |
| 904 | version = "0.8.2" |
| 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 907 | dependencies = [ |
| 908 | "displaydoc", |
| 909 | "zerovec", |
| 910 | ] |
| 911 | |
| 912 | [[package]] |
| 913 | name = "unicode-ident" |
| 914 | version = "1.0.22" |
| 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 916 | checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| 917 | |
| 918 | [[package]] |
| 919 | name = "unicode-segmentation" |
| 920 | version = "1.12.0" |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 923 | |
| 924 | [[package]] |
| 925 | name = "unicode-truncate" |
| 926 | version = "1.1.0" |
| 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 928 | checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" |
| 929 | dependencies = [ |
| 930 | "itertools", |
| 931 | "unicode-segmentation", |
| 932 | "unicode-width 0.1.14", |
| 933 | ] |
| 934 | |
| 935 | [[package]] |
| 936 | name = "unicode-width" |
| 937 | version = "0.1.14" |
| 938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 939 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 940 | |
| 941 | [[package]] |
| 942 | name = "unicode-width" |
| 943 | version = "0.2.0" |
| 944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 945 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| 946 | |
| 947 | [[package]] |
| 948 | name = "url" |
| 949 | version = "2.5.7" |
| 950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 951 | checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
| 952 | dependencies = [ |
| 953 | "form_urlencoded", |
| 954 | "idna", |
| 955 | "percent-encoding", |
| 956 | "serde", |
| 957 | ] |
| 958 | |
| 959 | [[package]] |
| 960 | name = "utf8_iter" |
| 961 | version = "1.0.4" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 964 | |
| 965 | [[package]] |
| 966 | name = "utf8parse" |
| 967 | version = "0.2.2" |
| 968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 969 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 970 | |
| 971 | [[package]] |
| 972 | name = "vcpkg" |
| 973 | version = "0.2.15" |
| 974 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 976 | |
| 977 | [[package]] |
| 978 | name = "wasi" |
| 979 | version = "0.11.1+wasi-snapshot-preview1" |
| 980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 982 | |
| 983 | [[package]] |
| 984 | name = "wasip2" |
| 985 | version = "1.0.1+wasi-0.2.4" |
| 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| 988 | dependencies = [ |
| 989 | "wit-bindgen", |
| 990 | ] |
| 991 | |
| 992 | [[package]] |
| 993 | name = "winapi" |
| 994 | version = "0.3.9" |
| 995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 996 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 997 | dependencies = [ |
| 998 | "winapi-i686-pc-windows-gnu", |
| 999 | "winapi-x86_64-pc-windows-gnu", |
| 1000 | ] |
| 1001 | |
| 1002 | [[package]] |
| 1003 | name = "winapi-i686-pc-windows-gnu" |
| 1004 | version = "0.4.0" |
| 1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1006 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1007 | |
| 1008 | [[package]] |
| 1009 | name = "winapi-x86_64-pc-windows-gnu" |
| 1010 | version = "0.4.0" |
| 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1012 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "windows-link" |
| 1016 | version = "0.2.1" |
| 1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "windows-sys" |
| 1022 | version = "0.59.0" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 1025 | dependencies = [ |
| 1026 | "windows-targets", |
| 1027 | ] |
| 1028 | |
| 1029 | [[package]] |
| 1030 | name = "windows-sys" |
| 1031 | version = "0.61.2" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1034 | dependencies = [ |
| 1035 | "windows-link", |
| 1036 | ] |
| 1037 | |
| 1038 | [[package]] |
| 1039 | name = "windows-targets" |
| 1040 | version = "0.52.6" |
| 1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1042 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 1043 | dependencies = [ |
| 1044 | "windows_aarch64_gnullvm", |
| 1045 | "windows_aarch64_msvc", |
| 1046 | "windows_i686_gnu", |
| 1047 | "windows_i686_gnullvm", |
| 1048 | "windows_i686_msvc", |
| 1049 | "windows_x86_64_gnu", |
| 1050 | "windows_x86_64_gnullvm", |
| 1051 | "windows_x86_64_msvc", |
| 1052 | ] |
| 1053 | |
| 1054 | [[package]] |
| 1055 | name = "windows_aarch64_gnullvm" |
| 1056 | version = "0.52.6" |
| 1057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1058 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 1059 | |
| 1060 | [[package]] |
| 1061 | name = "windows_aarch64_msvc" |
| 1062 | version = "0.52.6" |
| 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 1065 | |
| 1066 | [[package]] |
| 1067 | name = "windows_i686_gnu" |
| 1068 | version = "0.52.6" |
| 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1070 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 1071 | |
| 1072 | [[package]] |
| 1073 | name = "windows_i686_gnullvm" |
| 1074 | version = "0.52.6" |
| 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1076 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 1077 | |
| 1078 | [[package]] |
| 1079 | name = "windows_i686_msvc" |
| 1080 | version = "0.52.6" |
| 1081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1082 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 1083 | |
| 1084 | [[package]] |
| 1085 | name = "windows_x86_64_gnu" |
| 1086 | version = "0.52.6" |
| 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1088 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 1089 | |
| 1090 | [[package]] |
| 1091 | name = "windows_x86_64_gnullvm" |
| 1092 | version = "0.52.6" |
| 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1094 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "windows_x86_64_msvc" |
| 1098 | version = "0.52.6" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 1101 | |
| 1102 | [[package]] |
| 1103 | name = "wit-bindgen" |
| 1104 | version = "0.46.0" |
| 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| 1107 | |
| 1108 | [[package]] |
| 1109 | name = "writeable" |
| 1110 | version = "0.6.2" |
| 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 1113 | |
| 1114 | [[package]] |
| 1115 | name = "yoke" |
| 1116 | version = "0.8.1" |
| 1117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 1119 | dependencies = [ |
| 1120 | "stable_deref_trait", |
| 1121 | "yoke-derive", |
| 1122 | "zerofrom", |
| 1123 | ] |
| 1124 | |
| 1125 | [[package]] |
| 1126 | name = "yoke-derive" |
| 1127 | version = "0.8.1" |
| 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1129 | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 1130 | dependencies = [ |
| 1131 | "proc-macro2", |
| 1132 | "quote", |
| 1133 | "syn", |
| 1134 | "synstructure", |
| 1135 | ] |
| 1136 | |
| 1137 | [[package]] |
| 1138 | name = "zerofrom" |
| 1139 | version = "0.1.6" |
| 1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1141 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 1142 | dependencies = [ |
| 1143 | "zerofrom-derive", |
| 1144 | ] |
| 1145 | |
| 1146 | [[package]] |
| 1147 | name = "zerofrom-derive" |
| 1148 | version = "0.1.6" |
| 1149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1150 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 1151 | dependencies = [ |
| 1152 | "proc-macro2", |
| 1153 | "quote", |
| 1154 | "syn", |
| 1155 | "synstructure", |
| 1156 | ] |
| 1157 | |
| 1158 | [[package]] |
| 1159 | name = "zerotrie" |
| 1160 | version = "0.2.3" |
| 1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1162 | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 1163 | dependencies = [ |
| 1164 | "displaydoc", |
| 1165 | "yoke", |
| 1166 | "zerofrom", |
| 1167 | ] |
| 1168 | |
| 1169 | [[package]] |
| 1170 | name = "zerovec" |
| 1171 | version = "0.11.5" |
| 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 1174 | dependencies = [ |
| 1175 | "yoke", |
| 1176 | "zerofrom", |
| 1177 | "zerovec-derive", |
| 1178 | ] |
| 1179 | |
| 1180 | [[package]] |
| 1181 | name = "zerovec-derive" |
| 1182 | version = "0.11.2" |
| 1183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1184 | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 1185 | dependencies = [ |
| 1186 | "proc-macro2", |
| 1187 | "quote", |
| 1188 | "syn", |
| 1189 | ] |