[dependencies.bcrypt-only]
features = ["std"]
version = "^0.3.1"
[dependencies.getrandom]
features = ["std"]
version = "^0.1.10"
[package]
authors = ["Charmander <~@charmander.me>"]
categories = ["cryptography"]
description = "bcrypt password hashing and verification in safe Rust."
documentation = "https://docs.rs/bcrypt-small/"
edition = "2018"
include = ["src/base64.rs", "src/lib.rs"]
keywords = ["bcrypt", "hash"]
license = "ISC"
name = "bcrypt-small"
readme = "README.md"
repository = "https://github.com/charmander/bcrypt-small-rs"
version = "0.1.1"