# 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] name = "mcai_ftp" version = "3.0.1" authors = ["Matt McCoy "] description = "FTP client for Rust" documentation = "https://docs.rs/ftp/" readme = "README.md" keywords = ["ftp"] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/mattnenterprise/rust-ftp" [lib] name = "ftp" path = "src/lib.rs" [dependencies.chrono] version = "0.4.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10.25" optional = true [dependencies.regex] version = "1.3.1" [features] debug_print = [] secure = ["openssl"] [badges.travis-ci] repository = "mattnenterprise/rust-ftp"