# 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 = "maily" version = "0.2.1" authors = ["Daniel Mueller "] description = """ A library for easy, quick, and fault tolerant sending of emails. """ homepage = "https://github.com/d-e-s-o/maily" readme = "README.md" keywords = [ "async", "email", "smtp", "text", ] categories = [ "asynchronous", "email", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/maily.git" [package.metadata.docs.rs] features = [ "config", "pgp", ] rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.80" features = ["std"] default-features = false [dependencies.lettre] version = "0.11" features = [ "builder", "smtp-transport", "tokio1", "tokio1-native-tls", ] default-features = false [dependencies.sequoia-cert-store] version = "0.6" optional = true default-features = false [dependencies.sequoia-openpgp] version = "1.18" features = ["crypto-nettle"] optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "std", ] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] optional = true default-features = false [dependencies.tokio] version = "1.0" features = ["fs"] optional = true default-features = false [dependencies.tracing] version = "0.1.27" features = ["attributes"] optional = true default-features = false [features] config = [ "dep:serde", "dep:serde_json", "dep:tokio", ] default = [] pgp = [ "dep:sequoia-cert-store", "dep:sequoia-openpgp", ] tracing = ["dep:tracing"]