antftp 0.1.10

AntFTP is a FTP server companion app for AntTP
# 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"
name = "antftp"
version = "0.1.10"
authors = ["Paul Green"]
build = "build.rs"
exclude = [
    ".github",
    ".gitignore",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AntFTP is a FTP server companion app for AntTP"
readme = "README.md"
keywords = [
    "anttp",
    "ftp",
    "autonomi",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/traktion/antftp"

[[bin]]
name = "antftp"
path = "src/main.rs"

[[test]]
name = "get_list_integration"
path = "tests/get_list_integration.rs"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.libunftp]
version = "0.21.1"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.prost]
version = "0.13"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "logging",
    "tls12",
    "std",
]
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tonic]
version = "0.12"
features = ["router"]

[dependencies.unftp-sbe-anttp]
version = "0.1.0"

[dev-dependencies.async-std]
version = "1.13"
features = ["attributes"]

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.suppaftp]
version = "6.2.0"
features = ["async"]

[dev-dependencies.tokio-stream]
version = "0.1"

[build-dependencies.tonic-build]
version = "0.12"