[package] name = "openmail-smtpd" description = "Inbound SMTP server: session state machine, STARTTLS, AUTH, pipelining." 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] smtp-proto.workspace = true mail-parser.workspace = true mail-auth.workspace = true openmail-guard.workspace = true tokio.workspace = true rustls.workspace = true thiserror.workspace = true tracing.workspace = true