[package]
edition = "2024"
rust-version = "1.85.1"
name = "suppaftp-cli"
version = "8.0.2"
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
build = false
include = [
"src/**/*",
"../../LICENSE-MIT",
"../../LICENSE-APACHE",
"../../README.md",
"../../CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FTP command line client, based on suppaftp"
homepage = "https://github.com/veeso/suppaftp"
readme = "README.md"
keywords = [
"ftp",
"ftps",
"network-protocol",
"async",
"ftp-client",
]
categories = [
"asynchronous",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/veeso/suppaftp"
resolver = "2"
[[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]
version = "8"
features = ["native-tls"]