pwchecker-rs 0.1.2

A library that consumes the pwned passwords API from haveibeenpwned.com
Documentation
[package]
name = "pwchecker-rs"
version = "0.1.2"
authors = ["Mason Johnson <mason@invariant.dev>"]
edition = "2018"
license-file = "LICENSE.md"
description = "A library that consumes the pwned passwords API from haveibeenpwned.com"
keywords = ["haveibeenpwned", "passwords", "breach"]
repository = "https://github.com/masonj188/pwchecker-rs/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.1", features = ["blocking"] }
rust-crypto = "0.2.36"