tinyflow-framework 0.1.1

Streaming runtime engine — checkpoint, chained task execution, and state store
Documentation
[package]
name = "tinyflow-framework"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Streaming runtime engine — checkpoint, chained task execution, and state store"
keywords = ["streaming", "etl", "checkpoint", "micro-batch"]
categories = ["database"]

[dependencies]
tinyflow-api = "0.1"
async-trait.workspace = true
tokio.workspace = true
log.workspace = true
serde_json.workspace = true
turso = "0.6.1"