ftp 2.1.2

FTP client for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ftp"
version = "2.1.2"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
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.openssl]
version = "0.7"
optional = true

[dependencies.chrono]
version = "0.2"

[dependencies.regex]
version = "0.1"

[dependencies.lazy_static]
version = "0.1"

[features]
debug_print = []
secure = ["openssl"]
[badges.travis-ci]
repository = "mattnenterprise/rust-ftp"