mail-template 0.6.1

[mail] provides a way to create bind string template engines to produce mails
Documentation
[dependencies.failure]
version = "0.1.1"

[dependencies.futures]
version = "0.1.14"

[dependencies.handlebars]
optional = true
version = "1.1.0"

[dependencies.mail-core]
features = ["serde-impl"]
version = "0.6.2"

[dependencies.mail-headers]
features = ["serde-impl"]
version = "0.6.6"

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

[dependencies.maybe-owned]
version = "0.3.2"

[dependencies.serde]
features = ["derive"]
version = "1"

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

[dependencies.toml]
version = "0.4.8"

[dependencies.vec1]
features = ["serde"]
version = "1.3.0"

[dev-dependencies]

[features]
default = []
handlebars-bindings = ["handlebars"]

[package]
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
description = "[mail] provides a way to create bind string template engines to produce mails"
documentation = "https://docs.rs/mail-template"
keywords = ["mail", "template", "handlebars"]
license = "MIT OR Apache-2.0"
name = "mail-template"
readme = "./README.md"
repository = "https://github.com/1aim/mail-template"
version = "0.6.1"

[package.metadata.docs.rs]
features = ["handlebars-bindings"]