sova-mail 0.1.2

Outbound email for Sova (lettre SMTP / fake / file)
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 = "sova-mail"
version = "0.1.2"
authors = ["Pavel Kuzmin <Virus191288@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Outbound email for Sova (lettre SMTP / fake / file)"
homepage = "https://s00d.github.io/sova/"
documentation = "https://docs.rs/sova-mail"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
    "async",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s00d/sova"

[features]
default = []
markdown = ["dep:pulldown-cmark"]
templates = [
    "dep:sova-templates",
    "dep:serde",
    "dep:serde_json",
]

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

[[test]]
name = "config_toml"
path = "tests/config_toml.rs"

[[test]]
name = "from_vars_extra"
path = "tests/from_vars_extra.rs"

[[test]]
name = "mail"
path = "tests/mail.rs"

[[test]]
name = "mail_templates"
path = "tests/mail_templates.rs"

[[test]]
name = "mailable"
path = "tests/mailable.rs"

[dependencies.lettre]
version = "0.11"
features = [
    "builder",
    "hostname",
    "smtp-transport",
    "pool",
    "tokio1",
    "tokio1-rustls",
    "ring",
    "rustls-platform-verifier",
    "file-transport",
]
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"
features = ["html"]
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sova-core]
version = "0.1.10"

[dependencies.sova-templates]
version = "0.1.1"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sova-core]
version = "0.1.10"
features = ["testing"]

[dev-dependencies.sova-templates]
version = "0.1.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
]