summaryrefslogtreecommitdiffstats
path: root/smtp/Cargo.toml
blob: 15ecf36bcae894212889903a51a7b8cb5a7f94c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
authors = ["Philipp Korber <p.korber@1aim.com>"]
name = "mail-smtp"
version = "0.2.2"
categories = []
description = "[mail/smtp] combines mail-core 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.5"
mail-core = "0.6.2"
mail-headers = "0.6.6"
mail-internals = "0.2.3"
new-tokio-smtp = "0.8.1"

[features]
test-with-traceing = ["mail-internals/traceing"]
extended-api = []


[dev-dependencies]
mail-core = { version="0.6.0", features=["test-utils"] }