trezoa-hash 3.2.4

Trezoa wrapper for the 32-byte output of a hashing algorithm.
[dependencies.borsh]
features = ["derive", "unstable__schema"]
optional = true
version = "1.5.5"

[dependencies.bytemuck]
optional = true
version = "1.21.0"

[dependencies.bytemuck_derive]
optional = true
version = "1.8.1"

[dependencies.five8]
version = "0.2.1"

[dependencies.serde]
optional = true
version = "1.0.217"

[dependencies.serde_derive]
optional = true
version = "1.0.217"

[dependencies.trezoa-atomic-u64]
version = "3.2.2"

[dependencies.trezoa-frozen-abi]
features = ["frozen-abi"]
optional = true
version = "3.2.2"

[dependencies.trezoa-frozen-abi-macro]
features = ["frozen-abi"]
optional = true
version = "3.2.2"

[dependencies.trezoa-sanitize]
version = "3.2.2"

[dev-dependencies.bs58]
default-features = false
features = ["alloc"]
version = "0.5.1"

[features]
borsh = ["dep:borsh", "std"]
bytemuck = ["dep:bytemuck", "dep:bytemuck_derive"]
default = ["std"]
frozen-abi = ["dep:trezoa-frozen-abi", "dep:trezoa-frozen-abi-macro", "std"]
serde = ["dep:serde", "dep:serde_derive"]
std = []

[lib]
name = "trezoa_hash"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("trezoa"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0

[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa wrapper for the 32-byte output of a hashing algorithm."
documentation = "https://docs.rs/trezoa-hash"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-hash"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-hash"
version = "3.2.4"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.100"