htauth 0.1.2

A library for managing htpasswd files
Documentation
[dependencies.bcrypt]
version = "0.18"

[dependencies.getrandom]
version = "0.3"

[dependencies.md-5]
version = "0.10"

[dependencies.sha-crypt]
features = ["getrandom"]
version = "0.6.0-rc.2"

[dependencies.snafu]
version = "0.8"

[dependencies.subtle]
version = "2"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.tempfile]
version = "3.14"

[lib]
name = "htauth"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for managing htpasswd files"
documentation = "https://docs.rs/htauth"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "htauth"
readme = "README.md"
repository = "https://github.com/mexus/htauth"
rust-version = "1.88"
version = "0.1.2"