suppaftp-cli 7.0.3

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 = "^7"

[package]
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
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 = "2024"
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"
resolver = "2"
rust-version = "1.85.1"
version = "7.0.3"