# 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-file" version = "0.5.2" authors = ["Chris Tsang "] description = "🌊 SeaStreamer File Backend" documentation = "https://docs.rs/sea-streamer-file" 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 = "ss-decode" path = "src/bin/decoder.rs" required-features = ["executables"] [[bin]] name = "sink" path = "src/bin/sink.rs" required-features = ["executables"] [[bin]] name = "tail" path = "src/bin/tail.rs" required-features = ["executables"] [[bin]] name = "stdin-to-file" path = "src/bin/stdin-to-file.rs" required-features = ["executables"] [dependencies.anyhow] version = "1" optional = true [dependencies.async-std] version = "1" optional = true [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.fastrand] version = "1" [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.notify] version = "6" [dependencies.sea-streamer-runtime] version = "0.5" features = ["file"] [dependencies.sea-streamer-types] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1.10.0" optional = true [dev-dependencies] [features] default = [] executables = [ "anyhow", "tokio/full", "env_logger", "clap", "sea-streamer-runtime/runtime-tokio", "serde", "serde_json", "sea-streamer-types/serde", ] runtime-async-std = [ "async-std", "sea-streamer-runtime/runtime-async-std", ] runtime-tokio = [ "tokio", "sea-streamer-runtime/runtime-tokio", ] test = [ "anyhow", "async-std?/attributes", "tokio?/full", "env_logger", ]