email_address_validator 0.2.1

A simple email address parsing library
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.93.0"
name = "email_address_validator"
version = "0.2.1"
authors = ["Chris Tisdale <crates.io.affection262@passmail.net>"]
build = false
include = [
    "src/**",
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE.md",
    "crates-io.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple email address parsing library"
documentation = "https://docs.rs/email_address_validator"
readme = "crates-io.md"
keywords = ["email-address"]
categories = [
    "email",
    "parsing",
]
license = "MPL-2.0"
repository = "https://github.com/ChrisTisdale/email-address-validator"
resolver = "3"

[features]
default = ["std"]
serde = [
    "std",
    "dep:serde",
]
std = ["thiserror/default"]

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

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

[dependencies.thiserror]
version = "2.0.18"
default-features = false