pwhash 0.3.0

A collection of password hashing routines in pure Rust.
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 = "pwhash"
version = "0.3.0"
authors = ["Ivan Nejgebauer <inejge@gmail.com>"]
description = "A collection of password hashing routines in pure Rust."
homepage = "https://github.com/inejge/pwhash"
documentation = "https://inejge.github.io/pwhash"
readme = "README.md"
keywords = ["password", "hash", "hashing", "crypt"]
categories = ["cryptography", "authentication"]
license = "MIT"
repository = "https://github.com/inejge/pwhash"
[dependencies.blowfish]
version = "0.4.0"
features = ["bcrypt"]

[dependencies.byteorder]
version = "1"

[dependencies.hmac]
version = "0.7.0"

[dependencies.md-5]
version = "0.8.0"

[dependencies.rand]
version = "0.6"

[dependencies.sha-1]
version = "0.8.1"

[dependencies.sha2]
version = "0.8.0"