blob: f6b6bb7ea77f00e188c57edcfb21e8512fa39c73 [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 = "pbkdf2"
version = "0.9.0"
authors = ["RustCrypto Developers"]
description = "Generic implementation of PBKDF2"
documentation = "https://docs.rs/pbkdf2"
readme = "README.md"
keywords = ["crypto", "password", "hashing"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.crypto-mac]
version = "0.11"
[dependencies.hmac]
version = "0.11"
optional = true
default-features = false
[dependencies.password-hash]
version = "0.3"
features = ["rand_core"]
optional = true
default-features = false
[dependencies.rayon]
version = "1"
optional = true
[dependencies.sha1]
version = "0.9"
optional = true
default-features = false
package = "sha-1"
[dependencies.sha2]
version = "0.9"
optional = true
default-features = false
[dev-dependencies.hex-literal]
version = "0.3"
[dev-dependencies.hmac]
version = "0.11"
[dev-dependencies.sha1]
version = "0.9"
package = "sha-1"
[dev-dependencies.sha2]
version = "0.9"
[dev-dependencies.streebog]
version = "0.9"
[features]
default = ["simple"]
parallel = ["rayon", "std"]
simple = ["hmac", "password-hash", "sha2"]
std = ["password-hash/std"]