2026-02-10 15:31:31 +00:00
|
|
|
[package]
|
|
|
|
|
name = "mailer-security"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
mailer-core = { path = "../mailer-core" }
|
|
|
|
|
mail-auth.workspace = true
|
|
|
|
|
ring.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
serde.workspace = true
|
2026-02-10 15:54:36 +00:00
|
|
|
serde_json.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
hickory-resolver.workspace = true
|
|
|
|
|
ipnet.workspace = true
|
|
|
|
|
rustls-pki-types.workspace = true
|
|
|
|
|
psl.workspace = true
|