# 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 = "sshw" version = "0.1.2-beta2" authors = ["yinheli "] description = """ ssh client wrapper for automatic login. """ readme = "README.md" keywords = [ "ssh", "automatic", ] license = "MIT" repository = "https://github.com/yinheli/sshw-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.dialoguer] version = "0.10" features = ["fuzzy-select"] [dependencies.dirs] version = "4" [dependencies.expectrl] version = "0.6" [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.ssh2-config] version = "0.1" [dependencies.termsize] version = "0.1"