[dependencies.async-flow]
default-features = false
features = ["tokio"]
version = "0.1.0"
[dependencies.datafusion-common]
default-features = false
version = "52"
[dependencies.flows-arrow]
default-features = false
version = "0.0.2"
[dependencies.tokio]
default-features = false
features = ["macros", "rt", "sync"]
version = "1.49"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt", "sync"]
version = "1.49"
[features]
all = []
default = ["all", "std"]
std = ["async-flow/std"]
unstable = []
[lib]
name = "flows_datafusion"
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-datafusion"
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]