suppaftp-cli 4.7.0

FTP command line client, based on suppaftp
[[bin]]
name = "suppaftp"
path = "src/main.rs"
[dependencies.argh]
version = "^0.1"

[dependencies.env_logger]
version = "^0.10"

[dependencies.log]
version = "^0.4"

[dependencies.rpassword]
version = "^7.2"

[dependencies.suppaftp]
features = ["native-tls"]
version = "^4.7"

[package]
authors = ["Christian Visintin <christian.visintin1997@gmail.com>"]
categories = ["command-line-utilities"]
description = "FTP command line client, based on suppaftp"
edition = "2021"
homepage = "https://github.com/veeso/suppaftp"
include = ["src/**/*", "../LICENSE", "../README.md", "../CHANGELOG.md"]
keywords = ["ftp", "ftp-client", "suppaftp"]
license = "MIT"
name = "suppaftp-cli"
readme = "README.md"
repository = "https://github.com/veeso/suppaftp"
resolver = "1"
version = "4.7.0"