[package] name = "mail-dsn" description = "Delivery Status Notifications (RFC 3464/6533): parse and generate." 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] mail-parser.workspace = true mail-builder.workspace = true thiserror.workspace = true chrono.workspace = true