addr-spec 0.10.0

A wicked fast UTF-8 email address parser and serializer.
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 = "addr-spec"
version = "0.10.0"
authors = ["Mathematic Inc"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wicked fast UTF-8 email address parser and serializer."
documentation = "https://mathematic-inc.github.io/addr-spec-rs"
readme = "README.md"
keywords = [
    "email",
    "address",
    "parser",
    "rfc5322",
    "rfc2822",
]
categories = [
    "parsing",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/addr-spec-rs"

[features]
comments = ["white-spaces"]
default = ["normalization"]
literals = []
nightly = []
normalization = ["dep:unicode-normalization"]
white-spaces = []

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

[dependencies.email_address]
version = "0.2.4"
optional = true
default-features = false

[dependencies.serde]
version = "1.0.217"
features = [
    "alloc",
    "derive",
]
optional = true
default-features = false

[dependencies.unicode-normalization]
version = "0.1.23"
optional = true
default-features = false

[dev-dependencies.regex]
version = "1.10.4"

[build-dependencies.rustc_version]
version = "0.4"

[profile.release]
lto = true