# 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_provider_validator" version = "0.1.3" build = "build.rs" description = "A Rust library to validate email provider" readme = "README.md" keywords = [ "email", "validator", "provider", ] categories = [ "email", "accessibility", ] license = "MIT" repository = "https://github.com/omid/email_provider_validator" [package.metadata.docs.rs] all-features = true [dependencies.phf] version = "0.11" default-features = false [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "http2", "blocking", ] default-features = false [features] default = ["free"] disposable = [] free = []