suppaftp 4.7.0

A super FTP/FTPS client library for Rust
Documentation
[dependencies.async-native-tls-crate]
optional = true
package = "async-native-tls"
version = "^0.4"

[dependencies.async-std]
optional = true
version = "^1.10"

[dependencies.async-tls]
optional = true
version = "^0.11"

[dependencies.chrono]
version = "^0.4"

[dependencies.lazy-regex]
version = "^2.4"

[dependencies.log]
version = "^0.4"

[dependencies.native-tls-crate]
optional = true
package = "native-tls"
version = "^0.2"

[dependencies.pin-project]
optional = true
version = "^1"

[dependencies.rustls-crate]
optional = true
package = "rustls"
version = "^0.20"

[dependencies.thiserror]
version = "^1"
[dev-dependencies.async-attributes]
version = "1.1.2"

[dev-dependencies.env_logger]
version = "^0.10"

[dev-dependencies.pretty_assertions]
version = "^1.0.0"

[dev-dependencies.rand]
version = "^0.8.4"

[dev-dependencies.serial_test]
version = "^1.0"

[dev-dependencies.webpki-roots]
version = "0.22.5"

[features]
async = ["async-std", "pin-project"]
async-default-tls = ["async-native-tls"]
async-native-tls = ["async-native-tls-crate", "async-secure"]
async-native-tls-vendored = ["async-native-tls", "async-native-tls-crate/vendored"]
async-rustls = ["async-tls", "async-secure"]
async-secure = ["async"]
default = []
default-tls = ["native-tls"]
deprecated = []
native-tls = ["native-tls-crate", "secure"]
native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
no-log = ["log/max_level_off"]
rustls = ["rustls-crate", "secure"]
secure = []
with-containers = []

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

[package]
authors = ["Christian Visintin <christian.visintin1997@gmail.com>", "Matt McCoy <mattnenterprise@yahoo.com>"]
categories = ["asynchronous", "network-programming"]
description = "A super FTP/FTPS client library for Rust"
documentation = "https://docs.rs/suppaftp/"
edition = "2021"
include = ["src/**/*", "../LICENSE-APACHE", "../LICENSE-MIT", "../README.md", "../CHANGELOG.md"]
keywords = ["ftp", "ftps", "network-protocol", "async"]
license = "Apache-2.0/MIT"
name = "suppaftp"
readme = "README.md"
repository = "https://github.com/veeso/suppaftp"
resolver = "1"
version = "4.7.0"