[package]
name = "tinyflow-framework"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
description = "Streaming runtime engine — checkpoint, chained task execution, and state store"
repository = "https://github.com/dahai1996/tinyflow"
keywords = ["streaming", "etl", "checkpoint", "micro-batch"]
categories = ["database"]
[dependencies]
tinyflow-api = { version = "0.1.0", path = "../tinyflow-api" }
async-trait.workspace = true
tokio.workspace = true
log.workspace = true
serde_json.workspace = true
turso = "0.6.1"