[package] name = "mail-dane" description = "DANE (RFC 7672) TLSA verification for SMTP delivery. DNSSEC-validated, transport-agnostic." version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true authors.workspace = true [lints] workspace = true [dependencies] hickory-resolver.workspace = true rustls.workspace = true sha2.workspace = true thiserror.workspace = true tracing.workspace = true