# 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 = "2018" name = "massh" version = "0.6.3" exclude = ["vue"] description = "This library is a simple wrapper around the ssh2 crate\nto run SSH/SCP commands on a \"mass\" of hosts in parallel.\n" documentation = "https://docs.rs/massh" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/felix-pb/massh" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.44" [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.serde_yaml] version = "0.8.21" [dependencies.ssh2] version = "0.9.3" [dependencies.structopt] version = "0.3.23" [dependencies.threadpool] version = "1.8.1" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.warp] version = "0.3.1"