cloudillo-email 0.8.9

Email notification system for Cloudillo with Handlebars templates and SMTP delivery
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 = "cloudillo-email"
version = "0.8.9"
authors = ["Szilárd Hajba <szilu@symbion.hu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email notification system for Cloudillo with Handlebars templates and SMTP delivery"
homepage = "https://cloudillo.org"
readme = "README.md"
keywords = [
    "cloudillo",
    "email",
    "smtp",
    "templates",
    "notifications",
]
categories = [
    "web-programming",
    "email",
]
license = "LGPL-3.0-only"
repository = "https://github.com/cloudillo/cloudillo-rs"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.cloudillo-core]
version = "0.8.9"

[dependencies.cloudillo-types]
version = "0.8.9"
features = ["server"]

[dependencies.handlebars]
version = "6.4"

[dependencies.lettre]
version = "0.11.19"
features = [
    "builder",
    "rustls-tls",
    "tokio1",
    "tokio1-rustls",
    "smtp-transport",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tracing]
version = "0.1"