cftp 0.1.0

A small, fast and highly customizable FTP server library.
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-rustls]
optional = true
version = "0.26.0"

[dependencies.openport]
features = ["rand"]
optional = true
version = "0.1.1"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["net"]
optional = true
version = "1.47.0"

[dependencies.tokio-util]
features = ["compat"]
optional = true
version = "0.7.17"

[dependencies.tracing]
version = "0.1.41"

[dependencies.webpki-roots]
optional = true
version = "1.0.4"

[features]
default = ["tls"]
tcp = ["tokio", "tokio-util", "openport"]
tls = ["futures-rustls", "webpki-roots"]

[lib]
name = "cftp"
path = "src/lib.rs"

[package]
authors = ["notnullptr"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A small, fast and highly customizable FTP server library."
documentation = "https://docs.rs/cftp"
edition = "2024"
homepage = "https://github.com/not-nullptr/cftp"
license = "Apache-2.0"
name = "cftp"
readme = "README.md"
repository = "https://github.com/not-nullptr/cftp"
version = "0.1.0"