ring-pwhash 0.12.0

A collection of password hashing functions, using *ring* cryptographic primitives
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 = "ring-pwhash"
version = "0.12.0"
authors = ["Tony Arcieri <bascule@gmail.com>", "The Rust-Crypto Project Developers"]
description = "A collection of password hashing functions, using *ring* cryptographic primitives"
homepage = "https://github.com/cryptosphere/ring-pwhash"
readme = "README.md"
keywords = ["password", "scrypt", "ring"]
categories = ["authentication", "cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cryptosphere/ring-pwhash"

[lib]
name = "ring_pwhash"
[dependencies.ring]
version = "0.12.1"

[dependencies.data-encoding]
version = "2"

[dependencies.libc]
version = "0.2"