# 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 = "autossh" version = "0.3.2" authors = ["idhyt3r@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ssh server manager and login without password" homepage = "https://github.com/idhyt/autossh" readme = "README.md" keywords = [ "ssh", "passwordless", "autossh", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/idhyt/autossh" [[bin]] name = "autossh" path = "src/main.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.base64] version = "0.22.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.home] version = "0.5.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.ssh2] version = "0.9.4" features = ["vendored-openssl"] [dependencies.toml] version = "0.8.12"