gatekpr-email 0.2.2

Email notification service for Gatekpr SaaS
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"
rust-version = "1.85"
name = "gatekpr-email"
version = "0.2.2"
authors = ["Gatekpr Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email notification service for Gatekpr SaaS"
homepage = "https://github.com/umerkhan95/gatekpr"
readme = "README.md"
keywords = [
    "email",
    "smtp",
    "notifications",
    "templates",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/umerkhan95/gatekpr"

[features]
default = []
queue = [
    "apalis",
    "apalis-redis",
    "tower",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.apalis]
version = "0.6"
features = [
    "retry",
    "limit",
    "tracing",
]
optional = true

[dependencies.apalis-redis]
version = "0.6"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.gatekpr-core]
version = "0.2.2"

[dependencies.handlebars]
version = "6"

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

[dependencies.mrml]
version = "5.1"

[dependencies.once_cell]
version = "1"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tokio-test]
version = "0.4"