[package]
name = "bcrypt"
version = "0.1.5"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
description = "Easily hash and verify passwords using bcrypt"
homepage = "https://github.com/Keats/rust-bcrypt"
readme = "README.md"
keywords = ["bcrypt", "password", "web", "hash"]
license = "MIT"
repository = "https://github.com/Keats/rust-bcrypt"
[dependencies.base64]
version = "0.8"
[dependencies.lazy_static]
version = "1"
[dependencies.rand]
version = "0.3"
[dependencies.rust-crypto]
version = "0.2.36"