[dependencies.chrono]
features = ["std"]
version = "0.4.23"
[dependencies.futures]
version = "0.3.26"
[dependencies.tokio]
features = ["full"]
version = "1.25.0"
[package]
description = "A super fast stream processing framework that somewhat mirrors Apache Flink's streaming primitives and is designed for simplicity."
edition = "2021"
homepage = "https://github.com/qedus/tamar"
keywords = ["streaming", "flink", "spark", "async"]
license = "MIT"
name = "tamar"
readme = "README.md"
repository = "https://github.com/qedus/tamar"
version = "0.4.1"