# 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 = "tetsy-keccak-hash" version = "0.7.1" authors = ["Parity Technologies "] description = "`tetsy-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/tetcoin/tetsy-common" [[bench]] name = "keccak_256" harness = false [dependencies.tetsy-primitive-types] version = "0.9.1" default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.tempfile] version = "3.1.0" [features] default = ["std"] std = []