[[bin]]
name = "pwndar"
path = "src/main.rs"
[dependencies.clap]
version = "2.34.0"
[dependencies.colored]
version = "2.0.0"
[dependencies.config]
version = "0.11.0"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.ureq]
features = ["json"]
version = "2.3.1"
[lib]
path = "src/lib.rs"
[package]
description = "CLI tool that checks the security of an email"
documentation = "https://github.com/michaelf97/pwndar/"
edition = "2018"
homepage = "https://github.com/michaelf97/pwndar"
license = "MIT"
name = "pwndar"
readme = "README.md"
version = "0.1.0"