# 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 = "ssh-to-ansible" version = "0.4.0" authors = ["Marc Carré "] build = false include = [ "README.md", "LICENSE.txt", "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to convert a SSH configuration to an Ansible YAML inventory." homepage = "https://github.com/marccarre/ssh-to-ansible" readme = "README.md" keywords = [ "command-line", "ssh", "ansible", "development", "utility", ] categories = [ "command-line-utilities", "development-tools", "parsing", ] license = "Apache-2.0" repository = "https://github.com/marccarre/ssh-to-ansible" [profile.release] lto = true [[bin]] name = "s2a" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "derive", "string", ] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.derive_more] version = "1.0.0" features = [ "display", "from_str", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.strum_macros] version = "0.26.3" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.tempfile] version = "3.12.0"