crypto-hashes 0.7.0

Meta crate for cryptographic hash functions written in pure Rust
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 = "crypto-hashes"
version = "0.7.0"
authors = ["The Rust-Crypto Project 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/Apache-2.0"
repository = "https://github.com/RustCrypto/meta"
[dependencies.blake2]
version = "0.7"

[dependencies.digest]
version = "0.7"

[dependencies.gost94]
version = "0.7"
optional = true

[dependencies.groestl]
version = "0.7"

[dependencies.md-5]
version = "0.7"
optional = true

[dependencies.md2]
version = "0.7"
optional = true

[dependencies.md4]
version = "0.7"
optional = true

[dependencies.ripemd160]
version = "0.7"

[dependencies.sha-1]
version = "0.7"
optional = true

[dependencies.sha2]
version = "0.7"

[dependencies.sha3]
version = "0.7"

[dependencies.streebog]
version = "0.7"
optional = true

[dependencies.whirlpool]
version = "0.7"

[features]
include_weak = ["gost94", "md2", "md4", "md-5", "sha-1", "streebog"]