async-mailer 0.7.0

A set of async generic `Mailer` and object-safe `dyn DynMailer` traits with runtime-pluggable Outlook (Office365) and SMTP implementations.
Documentation
# 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 = "async-mailer"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of async generic `Mailer` and object-safe `dyn DynMailer` traits with runtime-pluggable Outlook (Office365) and SMTP implementations."
documentation = "https://docs.rs/async-mailer/"
readme = "README.md"
keywords = [
    "async",
    "mailer",
    "smtp",
    "outlook",
]
categories = ["email"]
license = "MPL-2.0"
repository = "https://github.com/LeoniePhiline/async-mailer"

[features]
clap = ["async-mailer-smtp?/clap"]
default = [
    "outlook",
    "smtp",
    "tracing",
]
outlook = ["dep:async-mailer-outlook"]
smtp = ["dep:async-mailer-smtp"]
tracing = [
    "async-mailer-core/tracing",
    "async-mailer-outlook?/tracing",
    "async-mailer-smtp?/tracing",
]

[lib]
name = "async_mailer"
path = "src/lib.rs"

[dependencies.async-mailer-core]
version = "0.5"

[dependencies.async-mailer-outlook]
version = "0.6"
optional = true

[dependencies.async-mailer-smtp]
version = "0.6"
optional = true

[dependencies.secrecy]
version = "0.10"