summer-mail 0.5.0

Integrate lettre into summer-rs to send emails
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 = "summer-mail"
version = "0.5.0"
authors = ["holmofy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integrate lettre into summer-rs to send emails"
readme = "README.md"
keywords = [
    "email",
    "smtp",
    "summer",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/summer-rs/summer-rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.lettre]
version = "0.11"
features = [
    "tokio1-native-tls",
    "serde",
]

[dependencies.schemars]
version = "1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.summer]
version = "0.5"

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dev-dependencies]