pwchecker-rs 0.1.5

A library that consumes the pwned passwords API from haveibeenpwned.com
Documentation
[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dependencies.rust-crypto]
version = "0.2"

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