40 lines
1.1 KiB
TOML
40 lines
1.1 KiB
TOML
|
|
# 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 = "2018"
|
||
|
|
name = "email_address"
|
||
|
|
version = "0.2.9"
|
||
|
|
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
|
||
|
|
publish = true
|
||
|
|
description = "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. "
|
||
|
|
documentation = "https://docs.rs/email_address/"
|
||
|
|
readme = "README.md"
|
||
|
|
license = "MIT"
|
||
|
|
repository = "https://github.com/johnstonskj/rust-email_address.git"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
||
|
|
|
||
|
|
[dependencies.serde]
|
||
|
|
version = "1.0"
|
||
|
|
optional = true
|
||
|
|
|
||
|
|
[dev-dependencies.claims]
|
||
|
|
version = "0.7.1"
|
||
|
|
|
||
|
|
[dev-dependencies.serde_assert]
|
||
|
|
version = "0.8.0"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = ["serde_support"]
|
||
|
|
serde_support = ["serde"]
|