flarrow-runtime 0.2.2

flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications.
Documentation
[dependencies.eyre]
default-features = false
features = ["auto-install"]
version = "0.6"

[dependencies.flarrow-api]
version = "0.2.2"

[dependencies.flarrow-url]
version = "0.2.2"

[dependencies.flarrow-url-default]
version = "0.2.2"

[dependencies.libloading]
version = "0.8"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time", "signal", "fs"]
version = "1"

[dependencies.uhlc]
default-features = false
version = "0.8"

[dependencies.url]
default-features = false
version = "2"

[[example]]
name = "runtime"
path = "examples/runtime.rs"

[features]
no-dylib = []

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

[package]
authors = ["Enzo Le Van <dev@enzo-le-van.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications."
documentation = "https://github.com/flarrow/flarrow-rs"
edition = "2024"
homepage = "https://github.com/flarrow/flarrow-rs"
keywords = []
license = "Apache-2.0"
name = "flarrow-runtime"
readme = "README.md"
repository = "https://github.com/flarrow/flarrow-rs"
rust-version = "1.85"
version = "0.2.2"