# 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 = "2018" name = "async_ftp" version = "6.0.0" authors = ["Daniel GarcĂ­a ", "Matt McCoy "] description = "FTP client for Rust" documentation = "https://docs.rs/async_ftp/" readme = "README.md" keywords = ["ftp"] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/dani-garcia/rust_async_ftp" [dependencies.chrono] version = "0.4.11" [dependencies.lazy_static] version = "1.4.0" [dependencies.pin-project] version = "1.0.0" [dependencies.regex] version = "1.3.9" [dependencies.tokio] version = "1.0.1" features = ["net", "io-util"] [dependencies.tokio-rustls] version = "0.23.0" optional = true [dev-dependencies.tokio] version = "1.0.1" features = ["macros", "rt"] [dev-dependencies.tokio-stream] version = "0.1.0" [dev-dependencies.tokio-util] version = "0.6.0" features = ["io"] [features] debug_print = [] secure = ["tokio-rustls"]