# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mail-send-fork" version = "0.4.8" authors = ["Stalwart Labs "] description = "E-mail delivery library with SMTP and DKIM support" homepage = "https://github.com/stalwartlabs/mail-send" readme = "README.md" keywords = [ "smtp", "dkim", "email", "mime", "mail", ] categories = ["email"] license = "Apache-2.0 OR MIT" repository = "https://github.com/stalwartlabs/mail-send" [lib] doctest = false [dependencies.base64] version = "0.21" [dependencies.gethostname] version = "0.4" [dependencies.mail-auth] version = "0.3" optional = true [dependencies.mail-builder] version = "0.3" optional = true [dependencies.md5] version = "0.7.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rustls] version = "0.22" features = ["tls12"] [dependencies.rustls-pki-types] version = "1" [dependencies.smtp-proto] version = "0.1" [dependencies.tokio] version = "1.23" features = [ "net", "io-util", "time", ] [dependencies.tokio-rustls] version = "0.25" [dependencies.webpki-roots] version = "0.26" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.16" features = [ "net", "io-util", "time", "rt-multi-thread", "macros", ] [features] builder = ["mail-builder"] cram-md5 = ["md5"] default = [ "digest-md5", "cram-md5", "builder", "dkim", ] digest-md5 = [ "md5", "rand", ] dkim = ["mail-auth"]