[badges.maintenance]
status = "passively-maintained"
[dependencies.base64]
default-features = false
version = "0.12.1"
[dependencies.blowfish]
features = ["bcrypt"]
version = "0.4"
[dependencies.byteorder]
default-features = false
version = "1"
[dependencies.getrandom]
version = "0.1"
[dev-dependencies.quickcheck]
version = "0.9.0"
[features]
alloc = ["base64/alloc"]
default = ["std"]
std = ["base64/std", "byteorder/std"]
stdweb = ["getrandom/stdweb"]
wasm-bindgen = ["getrandom/wasm-bindgen"]
[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.8.0"