# 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]
edition = "2018"
name = "new-tokio-smtp"
version = "0.9.1"
authors = ["Philipp Korber
"]
description = "extendible smtp implementation for tokio"
documentation = "https://docs.rs/new-tokio-smtp"
readme = "./README.md"
keywords = ["smtp", "tokio", "mail", "rfc5321"]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/1aim/new-tokio-smtp"
[[example]]
name = "readme"
required-features = ["send-mail"]
[[test]]
name = "mock"
required-features = ["mock-impl"]
[dependencies.base64]
version = "0.9.3"
[dependencies.bytes]
version = "0.4"
[dependencies.futures]
version = "0.1"
[dependencies.hostname]
version = "0.1.5"
[dependencies.log-facade]
version = "0.4"
optional = true
package = "log"
[dependencies.native-tls]
version = "0.2.1"
[dependencies.rand]
version = "0.5.5"
optional = true
[dependencies.tokio]
version = "0.1.11"
[dependencies.tokio-io]
version = "0.1.9"
[dependencies.tokio-tls]
version = "0.2.0"
[dependencies.vec1]
version = "1.1.0"
optional = true
[dev-dependencies.env_logger]
version = "0.7"
[dev-dependencies.rpassword]
version = "2.0"
[features]
default = ["send-mail", "log"]
log = ["log-facade"]
mock-impl = ["mock-support", "rand"]
mock-support = []
send-mail = ["vec1"]
[badges.maintenance]
status = "passively-maintained"