[package] name = "forge_hasher" version = "0.1.3" edition = "2018" authors = ["PangWei "] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/ArcBlock/forge-rust-sdk" repository = "https://github.com/ArcBlock/forge-rust-sdk" documentation = "https://docs.rs/forge-rust-sdk" description = "The rust language implementation of forge_hasher" keywords = ["forge", "forge_hasher"] [dependencies] rust-crypto = "^0.2" tiny-keccak = "1.5" failure = "0.1" sha3 = "0.8.2"