libpasta 0.1.0

All-inclusive password hashing library
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 = "libpasta"
version = "0.1.0"
authors = ["Sam Scott <me@samjs.co.uk>"]
description = "All-inclusive password hashing library"
documentation = "https://docs.rs/libpasta"
readme = "README.md"
categories = ["authentication", "cryptography"]
license = "MIT"
repository = "https://github.com/libpasta/libpasta"
[profile.test]
opt-level = 2
[dependencies.argon2rs]
version = "0.2.5"

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

[dependencies.error-chain]
version = "0.12.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.6"

[dependencies.ring]
version = "0.14.2"
features = ["use_heap"]
default-features = false

[dependencies.rpassword]
version = "2.1.0"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.scrypt]
version = "0.2.0"

[dependencies.serde]
version = "1.0.85"
features = ["serde_derive"]

[dependencies.serde_mcf]
version = "0.1.3"

[dependencies.serde_yaml]
version = "0.8.8"
[dev-dependencies.cargon]
version = "0.0.1"

[dev-dependencies.env_logger]
version = "0.6.0"

[dev-dependencies.time]
version = "0.1.42"

[features]
bench = []
long_tests = []
simd = ["argon2rs/simd"]