summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4a4f519..55cbd55 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -16,6 +16,9 @@ default = ["default_impl_cpupool"]
default_impl_cpupool = ["futures-cpupool"]
test-utils = ["default", "lazy_static"]
+[package.metadata.docs.rs]
+features = [ "serde-impl", "default" ]
+
[dependencies]
mail-internals = "0.2.0"
mail-headers = "0.6.0"