bcrypt 0.13.0

Easily hash and verify passwords using bcrypt
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.base64]
default-features = false
version = "0.13"

[dependencies.blowfish]
features = ["bcrypt"]
version = "0.9"

[dependencies.getrandom]
version = "0.2"

[dependencies.zeroize]
optional = true
version = "1.5.4"
[dev-dependencies.quickcheck]
version = "1"

[features]
alloc = ["base64/alloc"]
default = ["std", "zeroize"]
js = ["getrandom/js"]
std = ["getrandom/std", "base64/std"]

[package]
authors = ["Vincent Prouillet <hello@prouilletvincent.com>"]
description = "Easily hash and verify passwords using bcrypt"
edition = "2018"
homepage = "https://github.com/Keats/rust-bcrypt"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["bcrypt", "password", "web", "hash"]
license = "MIT"
name = "bcrypt"
readme = "README.md"
repository = "https://github.com/Keats/rust-bcrypt"
version = "0.13.0"