# 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 = "2018" name = "mailstrom" version = "0.8.0" authors = ["Mike Dilger "] description = "Email sender" documentation = "https://docs.rs/mailstrom" readme = "README.md" keywords = ["email"] license = "MIT OR Apache-2.0" repository = "https://github.com/mikedilger/mailstrom" [dependencies.email-format] version = "0.8" features = ["lettre"] [dependencies.lettre] version = "0.9" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.trust-dns-resolver] version = "0.10" features = ["serde-config"] [dependencies.uuid] version = "0.4" features = ["v4"] [dev-dependencies.env_logger] version = "0.3"