# 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 = "mail-template" version = "0.6.1" authors = ["Philipp Korber "] description = "[mail] provides a way to create bind string template engines to produce mails" documentation = "https://docs.rs/mail-template" readme = "./README.md" keywords = ["mail", "template", "handlebars"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/1aim/mail-template" [package.metadata.docs.rs] features = ["handlebars-bindings"] [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1.14" [dependencies.handlebars] version = "1.1.0" optional = true [dependencies.mail-core] version = "0.6.2" features = ["serde-impl"] [dependencies.mail-headers] version = "0.6.6" features = ["serde-impl"] [dependencies.mail-internals] version = "0.2.3" [dependencies.maybe-owned] version = "0.3.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.soft-ascii-string] version = "1.0" [dependencies.toml] version = "0.4.8" [dependencies.vec1] version = "1.3.0" features = ["serde"] [dev-dependencies] [features] default = [] handlebars-bindings = ["handlebars"]