email-address-parser 2.0.2

An RFC 5322, and RFC 6532 compliant email address parser.
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 = "2018"
name = "email-address-parser"
version = "2.0.2"
authors = ["Sayan751"]
build = false
exclude = [
    "build.rs",
    ".test_data",
    "benches",
    "tests",
    "Development.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An RFC 5322, and RFC 6532 compliant email address parser."
homepage = "https://github.com/Sayan751/email-address-parser"
readme = "README.md"
keywords = [
    "email-address",
    "parser",
    "rfc-5322",
    "rfc-6532",
]
license = "MIT"
repository = "https://github.com/Sayan751/email-address-parser"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Oz",
    "--enable-mutable-globals",
]

[lib]
name = "email_address_parser"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.pest]
version = "^2.8.6"

[dependencies.pest_derive]
version = "^2.8.6"

[build-dependencies.quick-xml]
version = "^0.39.2"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "^0.8.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "^0.1.7"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "^0.2.111"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "^0.3.61"

[profile.release]
lto = true