From 559c70f1e401f2fc6f095d905f960557018a0880 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Thu, 28 Feb 2019 16:45:45 +0100 Subject: cargo(docs.rs): add flaggs so that it's build with handlebars feature --- headers/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'headers') diff --git a/headers/Cargo.toml b/headers/Cargo.toml index 47d22f7..60d4a44 100644 --- a/headers/Cargo.toml +++ b/headers/Cargo.toml @@ -13,6 +13,9 @@ repository = "https://github.com/1aim/mail-headers" serde-impl = [ "serde", "vec1/serde" ] traceing = [ "mail-internals/traceing" ] +[package.metadata.docs.rs] +features = [ "serde-impl" ] + [dependencies] mail-internals = "0.2.2" failure = "0.1" -- cgit v1.2.3