mailchecker 3.2.35

Cross-language temporary (disposable/throwaway) email detection library. Covers 2740 fake email providers.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mailchecker"
version = "3.2.35"
authors = ["François-Guillaume Ribreau <rust@fgribreau.com>"]
include = ["src/lib.rs", "Cargo.toml"]
description = "Cross-language temporary (disposable/throwaway) email detection library. Covers 2740 fake email providers."
homepage = "https://github.com/FGRibreau/mailchecker"
documentation = "https://docs.rs/mailchecker"
readme = "../../README.md"
keywords = ["email", "validation", "validator", "domains", "disposable"]
categories = ["email", "web-programming"]
license = "MIT"
repository = "https://github.com/FGRibreau/mailchecker"

[lib]
path = "src/lib.rs"
test = true
doctest = true
bench = true
doc = true
[dependencies.fast_chemail]
version = "0.9.5"
[dev-dependencies.pretty_assertions]
version = "0.1.2"