[package]
edition = "2021"
name = "host-encoding"
version = "0.3.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure codec and hash functions for DOTNS and statement-store — no I/O, WASM-safe"
readme = false
license = "AGPL-3.0"
repository = "https://github.com/paritytech/host-sdk"
[lib]
name = "host_encoding"
path = "src/lib.rs"
[dependencies.blake2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tiny-keccak]
version = "2"
features = ["keccak"]
[dependencies.twox-hash]
version = "2"
features = ["xxhash64"]
default-features = false
[dev-dependencies.wasm-bindgen-test]
version = "0.3"