mail 0.7.0

mail, facade for a number of mail related crates for creating and sending mails
Documentation
[[example]]
name = "mail_by_hand"
path = "examples/mail_by_hand.rs"

[[example]]
name = "mail_from_template"
path = "examples/mail_from_template/main.rs"
required-features = ["handlebars"]

[[example]]
name = "send_mail"
path = "examples/send_mail/main.rs"
required-features = ["smtp"]
[badges.maintenance]
status = "deprecated"
[dependencies.mail-core]
version = "0.6.2"

[dependencies.mail-headers]
version = "0.6.6"

[dependencies.mail-internals]
version = "0.2.3"

[dependencies.mail-smtp]
optional = true
version = "0.3.0"

[dependencies.mail-template]
version = "0.6.1"
[dev-dependencies.failure]
version = "0.1.1"

[dev-dependencies.futures]
version = "0.1.0"

[dev-dependencies.rpassword]
version = "2.0.0"

[dev-dependencies.serde]
version = "1.0.10"

[dev-dependencies.serde_derive]
version = "1.0.10"

[dev-dependencies.soft-ascii-string]
version = "1.0"

[dev-dependencies.tokio]
version = "0.1.1"

[features]
handlebars = ["mail-template/handlebars-bindings"]
serde-impl = ["mail-core/serde-impl", "mail-headers/serde-impl"]
smtp = ["mail-smtp"]
test-utils = ["mail-core/test-utils"]
traceing = ["mail-internals/traceing", "mail-headers/traceing"]

[package]
authors = ["Philipp Korber <p.korber@dac.eu>"]
autoexamples = true
categories = []
description = "mail, facade for a number of mail related crates for creating and sending mails"
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
license = "MIT OR Apache-2.0"
name = "mail"
readme = "./README.md"
repository = "https://github.com/dac-gmbh/mail"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["handlebars", "smtp", "serde-impl"]