summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:15:42 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:15:42 +0100
commitcaf049791b8e7107734cd1f8917d51c91a2b80ad (patch)
tree338b7edede2a3df91e6712f0567bce61a705fc66 /Cargo.toml
parentbad94a94285a6d13cb02c26702c525a9e1b3e32f (diff)
refactor: prepared to be merged into different repository
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml24
1 files changed, 0 insertions, 24 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 9d1825e..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[package]
-authors = ["Philipp Korber <p.korber@1aim.com>"]
-name = "mail-smtp"
-version = "0.2.0-wip"
-categories = []
-description = "[internal/mail-api] combines mail-base with new-tokio-smtp"
-documentation = "https://docs.rs/mail-smtp"
-keywords = ["mail-api"]
-license = "MIT OR Apache-2.0"
-readme = "./README.md"
-repository = "https://github.com/1aim/mail-smtp"
-
-[dependencies]
-futures = "0.1"
-failure = "0.1.1"
-mail-base = { git="https://github.com/1aim/mail-types" }
-mail-common = { git="https://github.com/1aim/mail-common" }
-mail-headers = { git="https://github.com/1aim/mail-headers" }
-new-tokio-smtp = { git="https://github.com/1aim/new-tokio-smtp" }
-
-
-[features]
-test-with-traceing = ["mail-common/traceing"]
-extended-api = [] \ No newline at end of file