# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "balloon-hash" version = "0.5.0-pre.1" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust implementation of the Balloon password hashing function" homepage = "https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash" documentation = "https://docs.rs/balloon-hash" readme = "README.md" keywords = [ "crypto", "hashing", "password", "phf", ] categories = [ "authentication", "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/password-hashes" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "balloon_hash" path = "src/lib.rs" [[test]] name = "balloon" path = "tests/balloon.rs" [[test]] name = "balloon_m" path = "tests/balloon_m.rs" [dependencies.crypto-bigint] version = "0.6.0-rc.2" features = ["hybrid-array"] default-features = false [dependencies.digest] version = "=0.11.0-pre.9" default-features = false [dependencies.password-hash] version = "0.6.0-rc.0" optional = true default-features = false [dependencies.rayon] version = "1.7" optional = true [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.sha2] version = "=0.11.0-pre.4" [features] alloc = ["password-hash/alloc"] default = [ "alloc", "password-hash", "rand", ] parallel = [ "rayon", "std", ] rand = ["password-hash/rand_core"] std = [ "alloc", "password-hash/std", ]