check-if-email-exists 0.8.0

Check if an email address exists without sending any email
Documentation
[package]
name = "check-if-email-exists"
version = "0.8.0"
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"
publish = true
readme = "../README.md"
repository = "https://github.com/amaurymartiny/check-if-email-exists"

[badges]
appveyor = { repository = "amaurymartiny/check-if-email-exists", service = "github" }
travis-ci = { repository = "amaurymartiny/check-if-email-exists", service = "github" }

[dependencies]
async-smtp = { package = "amaurymartiny-async-smtp", version = "0.1" }
fast-socks5 = "0.3"
futures = "0.3"
log = "0.4"
mailchecker = "3.3"
rand = "0.7"
trust-dns-resolver = "0.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"