envelopwd 0.1.0

A robust, lightweight library for parsing and validating email addresses and mailboxes with sqlx and lettre integration.
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 = "envelopwd"
version = "0.1.0"
authors = ["Thomas Zuyev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust, lightweight library for parsing and validating email addresses and mailboxes with sqlx and lettre integration."
documentation = "https://docs.rs/envelopwd"
readme = "README.md"
keywords = [
    "email",
    "parser",
    "validation",
    "mailbox",
    "mailto",
]
categories = [
    "email",
    "parsing",
    "network-programming",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://codeberg.org/bolderaysky/envelopwd"

[features]
default = []
lettre = ["dep:lettre"]
serde = ["dep:serde"]
sqlx = ["dep:sqlx"]
sqlx_postgres = [
    "sqlx",
    "sqlx/postgres",
]

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

[dependencies.lettre]
version = "0.11.19"
features = ["builder"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.sqlx]
version = "0.8.6"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.claims]
version = "0.8.0"

[dev-dependencies.serde_assert]
version = "0.8.0"

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

[dev-dependencies.sqlx-core]
version = "0.8.6"