# 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.80.0" name = "ethereum_hashing" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hashing primitives used in Ethereum" documentation = "https://docs.rs/ethereum_hashing" readme = "README.md" keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/sigp/ethereum_hashing" [lib] name = "ethereum_hashing" path = "src/lib.rs" [dependencies.ring] version = "0.17" [dev-dependencies.rustc-hex] version = "2" [features] default = ["zero_hash_cache"] zero_hash_cache = [] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.33" [target.'cfg(target_arch = "x86_64")'.dependencies.cpufeatures] version = "0.2" [target.'cfg(target_arch = "x86_64")'.dependencies.sha2] version = "0.10"