mailgen 0.4.2

Mailgen generates clean, responsive HTML and Text e-mails for sending transactional mail
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 = "mailgen"
version = "0.4.2"
authors = ["Atrox <hello@atrox.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mailgen generates clean, responsive HTML and Text e-mails for sending transactional mail"
homepage = "https://github.com/atrox/mailgen"
readme = "README.md"
keywords = [
    "email",
    "generator",
    "mailgen",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/atrox/mailgen"

[features]
default = ["default-theme"]
default-theme = [
    "dep:minijinja",
    "dep:css-inline",
    "dep:html2text",
]

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

[dependencies.css-inline]
version = "0.20.0"
optional = true
default-features = false

[dependencies.html2text]
version = "0.16.5"
optional = true

[dependencies.minijinja]
version = "2.0.1"
optional = true

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

[dependencies.thiserror]
version = "2.0.12"