# 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.56.1" name = "keccak-hash" version = "0.11.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`keccak-hash` is a set of utility functions to facilitate working with Keccak hashes (256/512 bits long)." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" [lib] name = "keccak_hash" path = "src/lib.rs" [[bench]] name = "keccak_256" path = "benches/keccak_256.rs" harness = false [dependencies.primitive-types] version = "0.13" default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempfile] version = "3.1.0" [features] default = ["std"] std = []