haveibeenrusted 0.1.2

library to call the haveibeenpwned api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "haveibeenrusted"
version = "0.1.2"
edition = "2021"
authors = ["Nils Feierabend <mztikk@outlook.de>"]
repository = "https://github.com/mztikk/haveibeenrusted"
license = "MIT"
description = "library to call the haveibeenpwned api"

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

[dependencies]
tokio = { version = "1.16.1", features = ["full"] }
reqwest = { version = "0.11.9", features = ["gzip", "brotli"] }
sha1 = "0.10.1"
regex = "1.5.4"
base16ct = { version = "0.1.1", features = ["alloc"] }