# 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 = "2021" name = "ftp-rs" version = "0.2.0" authors = ["crayfishgo"] description = "Full supported FTP client for Rust" documentation = "https://docs.rs/ftp-rs/" readme = "README.md" keywords = [ "ftp", "ftps", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/CrayfishGo/ftp-rs" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.pin-project] version = "1.0.10" [dependencies.regex] version = "1.5.5" [dependencies.tokio] version = "1.17.0" features = [ "net", "io-util", ] [dependencies.tokio-rustls] version = "0.23.3" optional = true [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt", ] [dev-dependencies.tokio-stream] version = "0.1.8" [dev-dependencies.tokio-util] version = "0.7.1" features = ["io"] [features] ftps = ["tokio-rustls"]