email_address 0.2.9

A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype.
Documentation
[dependencies.serde]
optional = true
version = "1.0"

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

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

[features]
default = ["serde_support"]
serde_support = ["serde"]

[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. "
documentation = "https://docs.rs/email_address/"
edition = "2018"
license = "MIT"
name = "email_address"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-email_address.git"
version = "0.2.9"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]