[package] name = "mas-email" version = "0.1.0" authors = ["Quentin Gliech "] edition = "2021" license = "Apache-2.0" [dependencies] async-trait = "0.1.73" tracing.workspace = true thiserror.workspace = true headers = "0.3.8" mas-templates = { path = "../templates" } [dependencies.lettre] version = "0.10.4" default-features = false features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]