host-encoding 0.3.12

Pure codec and hash functions for DOTNS and statement-store — no I/O, WASM-safe
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "host-encoding"
version = "0.3.12"
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"