[package] name = "aspentool" version = "0.1.28" edition = "2021" description = "SSH Client" license = "MIT" authors = ["Aspen Soung "] documentation = "https://docs.rs/crate/aspentool" repository = "https://github.com/pistachio214/aspen-toolbox" keywords = ["ssh", "client", "aspen"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.4.12" colored = "2.1.0" prettytable-rs = "^0.10" ssh2 = "0.9.4" dirs = "5.0.1" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" crossterm = "0.27.0"