char/sorcery
static-files based git repo viewer
git clone https://git.t4t.associates/char/sorcery
8f07a0e
main
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "allocator-api2" 7version = "0.2.21" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 10 11[[package]] 12name = "anstream" 13version = "1.0.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 16dependencies = [ 17 "anstyle", 18 "anstyle-parse", 19 "anstyle-query", 20 "anstyle-wincon", 21 "colorchoice", 22 "is_terminal_polyfill", 23 "utf8parse", 24] 25 26[[package]] 27name = "anstyle" 28version = "1.0.14" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 31 32[[package]] 33name = "anstyle-parse" 34version = "1.0.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 37dependencies = [ 38 "utf8parse", 39] 40 41[[package]] 42name = "anstyle-query" 43version = "1.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 46dependencies = [ 47 "windows-sys 0.61.2", 48] 49 50[[package]] 51name = "anstyle-wincon" 52version = "3.0.11" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 55dependencies = [ 56 "anstyle", 57 "once_cell_polyfill", 58 "windows-sys 0.61.2", 59] 60 61[[package]] 62name = "anyhow" 63version = "1.0.104" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" 66 67[[package]] 68name = "bitflags" 69version = "2.13.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" 72 73[[package]] 74name = "cassowary" 75version = "0.3.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 78 79[[package]] 80name = "castaway" 81version = "0.2.4" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 84dependencies = [ 85 "rustversion", 86] 87 88[[package]] 89name = "cfg-if" 90version = "1.0.4" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 93 94[[package]] 95name = "clap" 96version = "4.6.6" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" 99dependencies = [ 100 "clap_builder", 101 "clap_derive", 102] 103 104[[package]] 105name = "clap_builder" 106version = "4.6.6" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" 109dependencies = [ 110 "anstream", 111 "anstyle", 112 "clap_lex", 113 "strsim", 114] 115 116[[package]] 117name = "clap_derive" 118version = "4.6.4" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" 121dependencies = [ 122 "heck", 123 "proc-macro2", 124 "quote", 125 "syn 3.0.4", 126] 127 128[[package]] 129name = "clap_lex" 130version = "1.1.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 133 134[[package]] 135name = "colorchoice" 136version = "1.0.5" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 139 140[[package]] 141name = "compact_str" 142version = "0.8.2" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e" 145dependencies = [ 146 "castaway", 147 "cfg-if", 148 "itoa", 149 "rustversion", 150 "ryu", 151 "static_assertions", 152] 153 154[[package]] 155name = "crossterm" 156version = "0.28.1" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 159dependencies = [ 160 "bitflags", 161 "crossterm_winapi", 162 "mio", 163 "parking_lot", 164 "rustix 0.38.44", 165 "signal-hook", 166 "signal-hook-mio", 167 "winapi", 168] 169 170[[package]] 171name = "crossterm_winapi" 172version = "0.9.1" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 175dependencies = [ 176 "winapi", 177] 178 179[[package]] 180name = "darling" 181version = "0.24.1" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec" 184dependencies = [ 185 "darling_core", 186 "darling_macro", 187] 188 189[[package]] 190name = "darling_core" 191version = "0.24.1" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff" 194dependencies = [ 195 "ident_case", 196 "proc-macro2", 197 "quote", 198 "strsim", 199 "syn 3.0.4", 200] 201 202[[package]] 203name = "darling_macro" 204version = "0.24.1" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785" 207dependencies = [ 208 "darling_core", 209 "quote", 210 "syn 3.0.4", 211] 212 213[[package]] 214name = "either" 215version = "1.18.0" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" 218 219[[package]] 220name = "equivalent" 221version = "1.0.2" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 224 225[[package]] 226name = "errno" 227version = "0.3.14" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 230dependencies = [ 231 "libc", 232 "windows-sys 0.61.2", 233] 234 235[[package]] 236name = "fastrand" 237version = "2.5.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" 240 241[[package]] 242name = "foldhash" 243version = "0.1.5" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 246 247[[package]] 248name = "getrandom" 249version = "0.4.3" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 252dependencies = [ 253 "cfg-if", 254 "libc", 255 "r-efi", 256] 257 258[[package]] 259name = "hashbrown" 260version = "0.15.5" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 263dependencies = [ 264 "allocator-api2", 265 "equivalent", 266 "foldhash", 267] 268 269[[package]] 270name = "heck" 271version = "0.5.0" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 274 275[[package]] 276name = "ident_case" 277version = "1.0.1" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 280 281[[package]] 282name = "indoc" 283version = "2.0.7" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 286dependencies = [ 287 "rustversion", 288] 289 290[[package]] 291name = "instability" 292version = "0.3.13" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "2bf84e73fa6f27f299dec58e13223cf70db80da872eb921d4f6138342a0eabc8" 295dependencies = [ 296 "darling", 297 "indoc", 298 "proc-macro2", 299 "quote", 300 "syn 3.0.4", 301] 302 303[[package]] 304name = "is_terminal_polyfill" 305version = "1.70.2" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 308 309[[package]] 310name = "itertools" 311version = "0.13.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 314dependencies = [ 315 "either", 316] 317 318[[package]] 319name = "itoa" 320version = "1.0.18" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 323 324[[package]] 325name = "libc" 326version = "0.2.189" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" 329 330[[package]] 331name = "linux-raw-sys" 332version = "0.4.15" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 335 336[[package]] 337name = "linux-raw-sys" 338version = "0.12.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 341 342[[package]] 343name = "lock_api" 344version = "0.4.14" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 347dependencies = [ 348 "scopeguard", 349] 350 351[[package]] 352name = "log" 353version = "0.4.34" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" 356 357[[package]] 358name = "lru" 359version = "0.12.5" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 362dependencies = [ 363 "hashbrown", 364] 365 366[[package]] 367name = "mio" 368version = "1.2.3" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8" 371dependencies = [ 372 "libc", 373 "log", 374 "wasi", 375 "windows-sys 0.61.2", 376] 377 378[[package]] 379name = "once_cell" 380version = "1.21.4" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 383 384[[package]] 385name = "once_cell_polyfill" 386version = "1.70.2" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 389 390[[package]] 391name = "parking_lot" 392version = "0.12.5" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 395dependencies = [ 396 "lock_api", 397 "parking_lot_core", 398] 399 400[[package]] 401name = "parking_lot_core" 402version = "0.9.12" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 405dependencies = [ 406 "cfg-if", 407 "libc", 408 "redox_syscall", 409 "smallvec", 410 "windows-link", 411] 412 413[[package]] 414name = "paste" 415version = "1.0.15" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 418 419[[package]] 420name = "proc-macro2" 421version = "1.0.107" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" 424dependencies = [ 425 "unicode-ident", 426] 427 428[[package]] 429name = "quote" 430version = "1.0.47" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" 433dependencies = [ 434 "proc-macro2", 435] 436 437[[package]] 438name = "r-efi" 439version = "6.0.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 442 443[[package]] 444name = "ratatui" 445version = "0.29.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 448dependencies = [ 449 "bitflags", 450 "cassowary", 451 "compact_str", 452 "crossterm", 453 "indoc", 454 "instability", 455 "itertools", 456 "lru", 457 "paste", 458 "strum", 459 "unicode-segmentation", 460 "unicode-truncate", 461 "unicode-width 0.2.0", 462] 463 464[[package]] 465name = "redox_syscall" 466version = "0.5.18" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 469dependencies = [ 470 "bitflags", 471] 472 473[[package]] 474name = "rustix" 475version = "0.38.44" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 478dependencies = [ 479 "bitflags", 480 "errno", 481 "libc", 482 "linux-raw-sys 0.4.15", 483 "windows-sys 0.59.0", 484] 485 486[[package]] 487name = "rustix" 488version = "1.1.4" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 491dependencies = [ 492 "bitflags", 493 "errno", 494 "libc", 495 "linux-raw-sys 0.12.1", 496 "windows-sys 0.61.2", 497] 498 499[[package]] 500name = "rustversion" 501version = "1.0.23" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" 504 505[[package]] 506name = "ryu" 507version = "1.0.23" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 510 511[[package]] 512name = "scopeguard" 513version = "1.2.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 516 517[[package]] 518name = "signal-hook" 519version = "0.3.18" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 522dependencies = [ 523 "libc", 524 "signal-hook-registry", 525] 526 527[[package]] 528name = "signal-hook-mio" 529version = "0.2.5" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 532dependencies = [ 533 "libc", 534 "mio", 535 "signal-hook", 536] 537 538[[package]] 539name = "signal-hook-registry" 540version = "1.4.8" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 543dependencies = [ 544 "errno", 545 "libc", 546] 547 548[[package]] 549name = "smallvec" 550version = "1.16.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f" 553 554[[package]] 555name = "sorcery-ssh-tui" 556version = "0.1.0" 557dependencies = [ 558 "anyhow", 559 "clap", 560 "crossterm", 561 "ratatui", 562 "tempfile", 563 "unicode-width 0.2.0", 564] 565 566[[package]] 567name = "static_assertions" 568version = "1.1.0" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 571 572[[package]] 573name = "strsim" 574version = "0.11.1" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 577 578[[package]] 579name = "strum" 580version = "0.26.3" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 583dependencies = [ 584 "strum_macros", 585] 586 587[[package]] 588name = "strum_macros" 589version = "0.26.4" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 592dependencies = [ 593 "heck", 594 "proc-macro2", 595 "quote", 596 "rustversion", 597 "syn 2.0.119", 598] 599 600[[package]] 601name = "syn" 602version = "2.0.119" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" 605dependencies = [ 606 "proc-macro2", 607 "quote", 608 "unicode-ident", 609] 610 611[[package]] 612name = "syn" 613version = "3.0.4" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" 616dependencies = [ 617 "proc-macro2", 618 "quote", 619 "unicode-ident", 620] 621 622[[package]] 623name = "tempfile" 624version = "3.27.0" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 627dependencies = [ 628 "fastrand", 629 "getrandom", 630 "once_cell", 631 "rustix 1.1.4", 632 "windows-sys 0.61.2", 633] 634 635[[package]] 636name = "unicode-ident" 637version = "1.0.24" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 640 641[[package]] 642name = "unicode-segmentation" 643version = "1.13.3" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 646 647[[package]] 648name = "unicode-truncate" 649version = "1.1.0" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 652dependencies = [ 653 "itertools", 654 "unicode-segmentation", 655 "unicode-width 0.1.14", 656] 657 658[[package]] 659name = "unicode-width" 660version = "0.1.14" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 663 664[[package]] 665name = "unicode-width" 666version = "0.2.0" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 669 670[[package]] 671name = "utf8parse" 672version = "0.2.2" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 675 676[[package]] 677name = "wasi" 678version = "0.11.1+wasi-snapshot-preview1" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 681 682[[package]] 683name = "winapi" 684version = "0.3.9" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 687dependencies = [ 688 "winapi-i686-pc-windows-gnu", 689 "winapi-x86_64-pc-windows-gnu", 690] 691 692[[package]] 693name = "winapi-i686-pc-windows-gnu" 694version = "0.4.0" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 697 698[[package]] 699name = "winapi-x86_64-pc-windows-gnu" 700version = "0.4.0" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 703 704[[package]] 705name = "windows-link" 706version = "0.2.1" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 709 710[[package]] 711name = "windows-sys" 712version = "0.59.0" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 715dependencies = [ 716 "windows-targets", 717] 718 719[[package]] 720name = "windows-sys" 721version = "0.61.2" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 724dependencies = [ 725 "windows-link", 726] 727 728[[package]] 729name = "windows-targets" 730version = "0.52.6" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 733dependencies = [ 734 "windows_aarch64_gnullvm", 735 "windows_aarch64_msvc", 736 "windows_i686_gnu", 737 "windows_i686_gnullvm", 738 "windows_i686_msvc", 739 "windows_x86_64_gnu", 740 "windows_x86_64_gnullvm", 741 "windows_x86_64_msvc", 742] 743 744[[package]] 745name = "windows_aarch64_gnullvm" 746version = "0.52.6" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 749 750[[package]] 751name = "windows_aarch64_msvc" 752version = "0.52.6" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 755 756[[package]] 757name = "windows_i686_gnu" 758version = "0.52.6" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 761 762[[package]] 763name = "windows_i686_gnullvm" 764version = "0.52.6" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 767 768[[package]] 769name = "windows_i686_msvc" 770version = "0.52.6" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 773 774[[package]] 775name = "windows_x86_64_gnu" 776version = "0.52.6" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 779 780[[package]] 781name = "windows_x86_64_gnullvm" 782version = "0.52.6" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 785 786[[package]] 787name = "windows_x86_64_msvc" 788version = "0.52.6" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"