check-if-email-exists 0.8.2

Check if an email address exists without sending any email
Documentation
[badges.appveyor]
repository = "amaurymartiny/check-if-email-exists"
service = "github"

[badges.travis-ci]
repository = "amaurymartiny/check-if-email-exists"
service = "github"
[dependencies.async-smtp]
package = "amaurymartiny-async-smtp"
version = "0.1"

[dependencies.fast-socks5]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.mailchecker]
version = "3.3"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.trust-dns-resolver]
version = "0.19"

[package]
authors = ["Amaury Martiny <amaury.martiny@protonmail.com>"]
categories = ["email"]
description = "Check if an email address exists without sending any email"
documentation = "http://docs.rs/check-if-email-exists"
edition = "2018"
keywords = ["email", "smtp", "mx", "verification"]
license = "GPL-3.0"
name = "check-if-email-exists"
publish = true
readme = "../README.md"
repository = "https://github.com/amaurymartiny/check-if-email-exists"
version = "0.8.2"