# 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 = "bad_email" version = "0.1.1" include = [ "src/**/*", "README.md", "LICENSE", "default_email_list.toml", ] description = "Crate used to compare email_address to list of over 10,000 known disposable email domains" readme = "README.md" keywords = [ "email", "validation", "domain", "dispoable", ] license = "MIT" repository = "https://github.com/ColinRhys/bad_email" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dependencies.toml] version = "0.8.8"