[package] name = "fast-scp" version = "0.1.5" description = "A fast and simple scp CLI tool" license = "MIT" repository = "https://github.com/dcodesdev/fast-scp" edition = "2021" [dependencies] ssh2 = "0.9.4" tokio = { version = "1.37.0", features = ["full"] } anyhow = "1.0.83" clap = { version = "4.5.4", features = ["derive"] } dirs-next = "2.0.0" indicatif = "0.17.8" futures = "0.3.30" insta = "1.38.0"