[package]
name = "flows-hash"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Building blocks for flow-based cryptographic hashing."
readme = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
[package.metadata.readme]
title = "Flows.rs: Cryptographic Hashing"
[features]
default = ["all", "std"]
all = []
std = ["async-flow/std"]
unstable = []
[dependencies]
async-flow.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
[target.'cfg(target_family = "wasm")'.dependencies]