# 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.8.3" authors = ["Mathematic Inc"] description = "A wicked fast UTF-8 email address parser and serializer." documentation = "https://mathematic-inc.github.io/addr-spec-rs" readme = "README.md" keywords = [ "address", "rfc5322", "rfc2822", ] categories = [ "parsing", "email", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mathematic-inc/addr-spec-rs" [profile.release] lto = true [dependencies.email_address] version = "0.2.4" optional = true [dependencies.serde] version = "1.0.200" features = ["derive"] optional = true [dependencies.unicode-normalization] version = "0.1.23" optional = true [dev-dependencies.regex] version = "1.10.4" [build-dependencies.rustc_version] version = "0.4" [features] comments = ["white-spaces"] default = ["normalization"] literals = [] nightly = [] normalization = ["dep:unicode-normalization"] white-spaces = []