summaryrefslogtreecommitdiffstats
path: root/mail/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Cargo.toml')
-rw-r--r--mail/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 7420eff..2c17e2a 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -31,6 +31,8 @@ name = "send_mail"
path = "examples/send_mail/main.rs"
required-features = ["smtp"]
+[package.metadata.docs.rs]
+features = [ "handlebars", "smtp", "serde-impl" ]
[dependencies]
mail-internals = "0.2.2"