a5820b6ef9
* Deduplicating crate dependencies (part 3 of n, `tiny_keccak`, `tokio-timer`, and co) (#11613) The change includes: ``` tiny-keccak tokio-timer textwrap winapi rand rand_xorshift scopeguard url ``` * Update rpc/src/v1/helpers/secretstore.rs Co-Authored-By: Andronik Ordian <write@reusable.software> * Update util/network-devp2p/src/connection.rs Co-Authored-By: Andronik Ordian <write@reusable.software> Co-authored-by: Andronik Ordian <write@reusable.software>
14 lines
305 B
TOML
14 lines
305 B
TOML
[package]
|
|
name = "keccak-hasher"
|
|
version = "0.1.1"
|
|
edition = "2018"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Keccak-256 implementation of the Hasher trait"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.8.0"
|
|
tiny-keccak = "2.0.2"
|
|
hash-db = "0.15.0"
|
|
plain_hasher = "0.2"
|