# 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 = "ansible-sshman" version = "3.1.0" authors = ["Linus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for managing SSH access to machines with Ansible." readme = "README.md" keywords = [ "ansible", "ssh", "cli", "network", "security", ] categories = [ "command-line-utilities", "config", "network-programming", "parsing", "cryptography", ] license = "GPL-3.0-or-later" repository = "https://github.com/lirkwood/ansible-sshman" [profile.release] strip = "debuginfo" [[bin]] name = "ansible-sshman" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tempfile] version = "3.10.1" [dev-dependencies.pretty_assertions] version = "1.4.1"