# 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" version = "0.7.0" authors = ["Philipp Korber "] autoexamples = true description = "mail, facade for a number of mail related crates for creating and sending mails" readme = "./README.md" keywords = ["mail", "rfc5322", "mime", "smtp", "template"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/dac-gmbh/mail" [package.metadata.docs.rs] features = ["handlebars", "smtp", "serde-impl"] [[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"] [dependencies.mail-core] version = "0.6.2" [dependencies.mail-headers] version = "0.6.6" [dependencies.mail-internals] version = "0.2.3" [dependencies.mail-smtp] version = "0.3.0" optional = true [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"] [badges.maintenance] status = "deprecated"