htpasswd-verify 0.1.0

Verify hashes stored in apache's htpasswd file
Documentation
[dependencies.base64]
version = "0.11"

[dependencies.bcrypt]
version = "0.6"

[dependencies.pwhash]
version = "0.3"

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

[package]
authors = ["aQaTL <mmsoltys@outlook.com>"]
description = "Verify hashes stored in apache's htpasswd file"
edition = "2018"
keywords = ["apache", "password", "htpasswd"]
license = "Apache-2.0"
name = "htpasswd-verify"
repository = "https://github.com/aQaTL/htpasswd-verify"
version = "0.1.0"