blob: 41d279e20ee2c36b0aa28f02e0ea693c3cfa23b9 [file] [log] [blame]
# 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]
edition = "2018"
name = "scrypt"
version = "0.8.0"
authors = ["RustCrypto Developers"]
description = "Scrypt password-based key derivation function"
documentation = "https://docs.rs/scrypt"
readme = "README.md"
keywords = ["crypto", "password", "hashing"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/password-hashes/tree/master/scrypt"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.hmac]
version = "0.11"
[dependencies.password-hash]
version = "0.3"
features = ["rand_core"]
optional = true
default-features = false
[dependencies.pbkdf2]
version = "0.9"
default-features = false
[dependencies.salsa20]
version = "0.8"
features = ["expose-core"]
default-features = false
[dependencies.sha2]
version = "0.9"
default-features = false
[dev-dependencies.password-hash]
version = "0.3"
features = ["rand_core"]
[features]
default = ["simple", "std"]
simple = ["password-hash"]
std = ["password-hash/std"]