flows-hash 0.0.1

Building blocks for flow-based programming (FBP) in Rust.
Documentation
[dependencies.async-flow]
default-features = false
features = []
version = "0"

[features]
all = []
default = ["all", "std"]
std = ["async-flow/std"]
unstable = []

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

[package]
authors = ["Arto Bendiken"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Building blocks for flow-based programming (FBP) in Rust."
edition = "2024"
homepage = "https://flows.rs"
keywords = ["fbp", "flow", "dataflow"]
license = "Unlicense"
name = "flows-hash"
publish = true
readme = "README.md"
repository = "https://github.com/artob/flows.rs"
resolver = "2"
version = "0.0.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies]

[target.'cfg(target_family = "wasm")'.dependencies]