[package]
edition = "2021"
name = "ic-sha3"
version = "1.0.0"
authors = ["The Internet Computer Project Developers"]
build = false
include = [
"src",
"Cargo.toml",
"CHANGELOG.md",
"LICENSE",
"README.md",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for SHA-3 and Keccak hashing on the Internet Computer"
documentation = "https://docs.rs/ic-sha3"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/ic"
[lib]
name = "ic_sha3"
path = "src/lib.rs"
[dependencies.sha3]
version = "0.10.8"
[dev-dependencies.hex]
version = "0.4.3"
features = ["serde"]