flows-derive 0.0.2

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

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

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

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

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

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