suppaftp-cli 6.3.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.11"

[dependencies.log]
version = "^0.4"

[dependencies.rpassword]
version = "^7.2"

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

[package]
authors = ["Christian Visintin <christian.visintin@veeso.dev>", "Matt McCoy <mattnenterprise@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
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", "ftps", "network-protocol", "async", "ftp-client"]
license = "MIT OR Apache-2.0"
name = "suppaftp-cli"
readme = "README.md"
repository = "https://github.com/veeso/suppaftp"
rust-version = "1.80.1"
version = "6.3.0"