bcrypt 0.1.5

Easily hash and verify passwords using bcrypt
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"