# 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 = "tricorder" version = "0.10.0" exclude = [ "examples/", "www/", ".github/", ] description = "Automation, the KISS way, no YAML involved." homepage = "https://linkdd.github.io/tricorder/" readme = "README.md" keywords = [ "automation", "ssh", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/linkdd/tricorder" [dependencies.bet] version = "1.0" [dependencies.clap] version = "3.1" features = ["cargo"] [dependencies.file-mode] version = "0.1" [dependencies.is_executable] version = "1.0" [dependencies.logos] version = "0.12" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shell-words] version = "1.1" [dependencies.ssh2] version = "0.9" [dependencies.tinytemplate] version = "1.2" [dependencies.toml] version = "0.5"