tinyflow-api 0.1.1

Core traits, types, and abstractions for Tinyflow streaming framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"