# 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 = "mailboxvalidator" version = "1.1.1" authors = ["MailboxValidator "] description = "Email verification package for Rust using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it's a catch-all address and so much more." homepage = "https://github.com/MailboxValidator/mailboxvalidator-rust" documentation = "https://docs.rs/mailboxvalidator" readme = "readme.md" keywords = [ "email", "validation", "validator", "free", "disposable", ] categories = [ "email", "accessibility", ] license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/MailboxValidator/mailboxvalidator-rust/" [lib] name = "mailboxvalidator" path = "src/lib.rs" doc = true [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.6.0"