# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sshpass-rs" version = "0.1.0" authors = ["fantasyzhjk "] description = "A sshpass implementation in Rust" homepage = "https://github.com/fantasyzhjk/sshpass-rs" readme = "README.md" keywords = [ "expect", "ssh", "terminal", "automation", ] license = "MIT" repository = "https://github.com/fantasyzhjk/sshpass-rs" [dependencies.anyhow] version = "1.0.65" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.console] version = "0.15.1" [dependencies.expectrl] version = "0.6.0"