# 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" rust-version = "1.60" name = "sea-streamer-examples" version = "0.5.0" authors = ["Chris Tsang "] description = "🌊 The stream processing toolkit for Rust" documentation = "https://docs.rs/sea-streamer" readme = "README.md" categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-streamer" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1" features = ["attributes"] optional = true [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.9" [dependencies.flume] version = "0.11" features = ["async"] default-features = false [dependencies.sea-streamer] version = "0.5" features = [ "kafka", "redis", "stdio", "file", "socket", ] [dependencies.tokio] version = "1.10" features = ["full"] optional = true [features] default = ["runtime-tokio"] runtime-async-std = [ "async-std", "sea-streamer/runtime-async-std", ] runtime-tokio = [ "tokio", "sea-streamer/runtime-tokio", ]