libpasta 0.0.2

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.0.2"
authors = ["Sam Scott <me@samjs.co.uk>"]
description = "All-inclusive password hashing library"
documentation = "https://docs.rs/libpasta"
readme = "README.md"
categories = ["passwords", "hashing", "password storage"]
license = "MIT"
repository = "https://github.com/libpasta/libpasta"
[dependencies.rust-crypto]
version = "0.2"

[dependencies.regex]
version = "0.2"

[dependencies.optimization]
version = "0.1"

[dependencies.serde_derive]
version = "1.0.4"

[dependencies.time]
version = "0.1.36"

[dependencies.ring-pwhash]
version = "0.12"

[dependencies.serde]
version = "1.0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.serde_bytes]
version = "0.10"

[dependencies.itertools]
version = "0.7"

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

[dependencies.serde_yaml]
version = "0.7"

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

[dependencies.rpassword]
version = "2.0"

[dependencies.argon2rs]
version = "0.2"

[dependencies.clear_on_drop]
version = "0.2.2"

[dependencies.log]
version = "0.3"

[dependencies.sys-info]
version = "0.5"

[dependencies.cargon]
version = "0.0.1"

[dependencies.serde_mcf]
version = "0.1.0"

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

[dependencies.clap]
version = "2.23"

[dependencies.fastpbkdf2]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0.2"
[dev-dependencies.env_logger]
version = "0.4"

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