# 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 = "serde-email" version = "3.0.1" authors = ["josephlenton@gmail.com "] description = "A validating email type that can be serialised using Serde" documentation = "https://docs.rs/serde-email/latest/serde-email" readme = "README.md" keywords = [ "email", "email_address", "validation", "serde", "serialization", ] categories = [ "email", "encoding", ] license = "MIT" repository = "https://github.com/JosephLenton/serde-email" [dependencies.email_address] version = "0.2.4" [dependencies.sea-orm] version = "0.12" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.sea-orm] version = "0.12" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] all = [ "default", "serde", "sea-orm", ] default = ["serde"] sea-orm = ["dep:sea-orm"] serde = ["dep:serde"]