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