# 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] name = "mailchecker" version = "6.0.11" authors = ["François-Guillaume Ribreau "] build = false include = [ "src/lib.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false 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] name = "mailchecker" path = "src/lib.rs" test = true doctest = true bench = true doc = true [dependencies.fast_chemail] version = "0.9.5" [dependencies.once_cell] version = "1.8.0" [dev-dependencies.pretty_assertions] version = "0.1.2"