# 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 = "email-type-rs" version = "1.0.1" authors = ["Eugene Lebedev "] description = "Email type for 'parse, don't validate' approach" homepage = "https://github.com/lebe-dev/email-type-rs" readme = "README.md" keywords = [ "types", "email", ] categories = [ "parsing", "parser-implementations", "email", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lebe-dev/email-type-rs" [dependencies.fake] version = "2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.validate] version = "0.6.1" [dev-dependencies.serde_json] version = "1.0.82" [features] default = [] utils = []