# 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.0" authors = ["Sayan751"] exclude = [ "build.rs", ".test_data", "benches", "tests", "Development.md", ] 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", ] [profile.release] lto = true [lib] name = "email_address_parser" crate-type = [ "lib", "cdylib", ] [[bench]] name = "benchmarks" path = "benches" harness = false [dependencies.pest] version = "^2.1.3" [dependencies.pest_derive] version = "^2.1.0" [dev-dependencies.criterion] version = "^0.3.3" [build-dependencies.quick-xml] version = "^0.18.1" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "^0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2.67" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3.17"