# 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 = "pegasus-ssh" version = "1.4.0" authors = ["Jae-Won Chung "] description = "Pegasus: A Multi-Node SSH Command Runner" readme = "README.md" keywords = [ "cli", "ssh", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jaywonchung/pegasus" [profile.release] panic = "abort" [[bin]] name = "pegasus" path = "src/main.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.colored] version = "2" [dependencies.colourado] version = "0.2.0" [dependencies.flume] version = "0.10.10" features = ["async"] [dependencies.futures] version = "0.3" [dependencies.handlebars] version = "4" [dependencies.handlebars_misc_helpers] version = "0.13.0" features = [ "string", "json", ] [dependencies.itertools] version = "0.10.3" [dependencies.memchr] version = "2.4.1" [dependencies.openssh] version = "0.9.9" features = ["native-mux"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = [ "rt", "macros", "io-util", "time", "sync", "rt-multi-thread", "parking_lot", "signal", ] [dependencies.void] version = "1"