# 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-stdio" version = "0.5.0" authors = ["Chris Tsang "] description = "🌊 SeaStreamer Standard I/O Backend" documentation = "https://docs.rs/sea-streamer-stdio" readme = "README.md" keywords = [ "async", "stream", "stream-processing", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-streamer" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "clock" path = "src/bin/clock.rs" required-features = ["executables"] [[bin]] name = "complex" path = "src/bin/complex.rs" required-features = ["executables"] [[bin]] name = "relay" path = "src/bin/relay.rs" required-features = ["executables"] [dependencies.anyhow] version = "1" optional = true [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.flume] version = "0.11" features = ["async"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" default-features = false [dependencies.nom] version = "7" [dependencies.sea-streamer-runtime] version = "0.5" [dependencies.sea-streamer-types] version = "0.5" [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" default-features = false [dependencies.time] version = "0.3" features = [ "std", "parsing", ] default-features = false [dependencies.tokio] version = "1.10.0" optional = true [dev-dependencies] [features] default = [] executables = [ "anyhow", "tokio/full", "env_logger", "clap", "serde_json", "sea-streamer-types/json", "sea-streamer-runtime/runtime-tokio", ] runtime-async-std = ["sea-streamer-runtime/runtime-async-std"] runtime-tokio = ["sea-streamer-runtime/runtime-tokio"] test = [ "anyhow", "tokio/full", "env_logger", "sea-streamer-runtime/runtime-tokio", ]