[package]
edition = "2024"
name = "checkpwn_lib"
version = "0.3.0"
authors = ["brycx <brycx@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to interact with the HIBP API"
readme = "README.md"
keywords = [
"password",
"breaches",
"HIBP",
"security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/brycx/checkpwn-lib"
[features]
ci_test = []
[lib]
name = "checkpwn_lib"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.2"
[dependencies.sha-1]
version = "0.10.0"
default-features = false
[dependencies.ureq]
version = "3"
[dependencies.zeroize]
version = "1"
[dev-dependencies.rand]
version = "0.10"