easy_password 0.1.1

Easy password hashing (includes 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 = "easy_password"
version = "0.1.1"
authors = ["Chris Williams <chrispwill@gmail.com>"]
description = "Easy password hashing (includes bcrypt)"
homepage = "https://github.com/ChrisPWill/easy_password"
readme = "README.md"
keywords = ["bcrypt", "password", "hash"]
license = "MIT"
repository = "https://github.com/ChrisPWill/easy_password"
[dependencies.bcrypt]
version = "0.2"

[dependencies.hmac]
version = "0.5"

[dependencies.sha2]
version = "0.7"