[package]
name = "flows-math"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Building blocks for flow-based mathematical operations."
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: Mathematical Operations"
[features]
default = ["all", "std"]
all = []
std = ["async-flow/std"]
unstable = []
[dependencies]
async-flow.workspace = true
num-traits = { version = "0.2", default-features = false, optional = true }
tokio.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
[target.'cfg(target_family = "wasm")'.dependencies]
[dev-dependencies]
tokio.workspace = true