[package]
edition = "2024"
rust-version = "1.85"
name = "tinyflow-api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, types, and abstractions for Tinyflow streaming framework"
homepage = "https://github.com/dahai1996/tinyflow"
readme = false
keywords = [
"streaming",
"etl",
"data-pipeline",
"kafka",
"iceberg",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/dahai1996/tinyflow"
resolver = "2"
[lib]
name = "tinyflow_api"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.serde_json]
version = "1.0.150"