# 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 = "eth2_hashing"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
description = "Hashing primitives used in Ethereum 2.0"
license = "Apache-2.0"
[dependencies.cpufeatures]
version = "0.1.5"

[dependencies.lazy_static]
version = "1.4.0"
optional = true

[dependencies.ring]
version = "0.16.19"

[dependencies.sha2]
version = "0.9.5"
[dev-dependencies.rustc-hex]
version = "2.1.0"

[features]
default = ["zero_hash_cache"]
zero_hash_cache = ["lazy_static"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.18"