Cargo Features
[dependencies]
addr-spec = { version = "0.8.3", default-features = false, features = ["comments", "literals", "normalization", "white-spaces", "nightly", "serde", "email_address"] }
- default = normalization
-
The
normalization
feature is set by default wheneveraddr-spec
is added without
somewhere in the dependency tree.default-features = false - comments = white-spaces
- literals
- normalization default
-
Enables unicode-normalization
Affects
unicode::normalize
… - white-spaces comments?
- nightly
Features from optional dependencies
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- email_address implicit feature
-
Enables email_address
email_address:
A Rust crate providing an implementation of an RFC-compliant
EmailAddress
newtype