suppaftp-cli 8.0.2

FTP command line client, based on suppaftp
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]