bcrypt 0.7.0

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

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

[dependencies.byteorder]
version = "1"

[dependencies.lazy_static]
version = "1"

[dependencies.rand]
version = "0.7"
[dev-dependencies.quickcheck]
version = "0.9.0"

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