# 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 = "2018" name = "crypto-hashes" version = "0.10.0" authors = ["RustCrypto Developers"] description = "Meta crate for cryptographic hash functions written in pure Rust" documentation = "https://docs.rs/crypto-hashes" keywords = ["crypto", "meta", "hash", "digest"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/meta" [dependencies.blake2] version = "0.10" [dependencies.digest] version = "0.10" [dependencies.gost94] version = "0.10" optional = true [dependencies.groestl] version = "0.10" [dependencies.md-5] version = "0.10" optional = true [dependencies.md2] version = "0.10" optional = true [dependencies.md4] version = "0.10" optional = true [dependencies.ripemd] version = "0.1" [dependencies.sha-1] version = "0.10" optional = true [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.streebog] version = "0.10" optional = true [dependencies.whirlpool] version = "0.10" [features] include_weak = ["gost94", "md2", "md4", "md-5", "sha-1", "streebog"]