mail-list 0.3.0-alpha

Email subscriptions list library. Unicast, narrowcast and broadcast lists
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 = "2024"
name = "mail-list"
version = "0.3.0-alpha"
authors = ["448-OG <superuser@448.africa>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email subscriptions list library. Unicast, narrowcast and broadcast lists"
homepage = "https://github.com/448-OG/Mail-Lists"
readme = false
keywords = [
    "mail-list",
    "newsletter",
    "subscriptions",
]
license = "Apache-2.0 or MIT"
repository = "https://github.com/448-OG/Mail-Lists"

[features]
default = ["tokio-runtime"]
tokio-runtime = [
    "dep:lettre",
    "dep:tokio",
    "lettre/tokio1",
    "lettre/tokio1-rustls",
]

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

[dependencies.email_address]
version = "0.2.9"

[dependencies.lettre]
version = "0.11.22"
features = [
    "aws-lc-rs",
    "builder",
    "hostname",
    "rustls",
    "smtp-transport",
    "webpki-roots",
]
optional = true
default-features = false

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
optional = true

[dependencies.url]
version = "2.5.8"
default-features = false

[dev-dependencies.tokio]
version = "1.52.3"
features = ["full"]