Files
Stalwart/crates/utils/Cargo.toml
2023-05-16 18:25:38 +00:00

19 lines
482 B
TOML

[package]
name = "utils"
version = "0.1.0"
edition = "2021"
resolver = "2"
[dependencies]
rustls = "0.21.0"
rustls-pemfile = "1.0"
tokio = { version = "1.23", features = ["net", "macros"] }
tokio-rustls = { version = "0.24.0"}
serde = { version = "1.0", features = ["derive"]}
tracing = "0.1"
mail-auth = { git = "https://github.com/stalwartlabs/mail-auth" }
smtp-proto = { git = "https://github.com/stalwartlabs/smtp-proto" }
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"