summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-08-22 18:59:56 +0200
committerPhilipp Korber <p.korber@1aim.com>2018-08-22 19:39:57 +0200
commit09ec925b58913d41c725a53e611d57e4707d8983 (patch)
tree4ac83af41f37c07af3fe6ea4b13bcdbd67c68b32 /Cargo.toml
parent4df2ded1766a51b2757b50901cc3e70fb142c8ca (diff)
feat(extended-api) hide some parts behind a feature gate
(to expose a more clean interface for the 99% of cases where the now hidden parts are not needed by the api user)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ac910a..305a8d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,5 @@ new-tokio-smtp = { git="https://github.com/1aim/new-tokio-smtp" }
[features]
-test-with-traceing = ["mail-common/traceing"] \ No newline at end of file
+test-with-traceing = ["mail-common/traceing"]
+extended-api = [] \ No newline at end of file