# 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 = "process-stream" version = "0.4.1" authors = ["tami5 "] description = "Thin wrapper around [`tokio::process`] to make it streamable" homepage = "https://github.com/tami5/process-stream" readme = "README.md" keywords = [ "tokio", "stream", "async-stream", "process", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/tami5/process-stream" resolver = "2" [dependencies.async-stream] version = "0.3.3" [dependencies.async-trait] version = "0.1.56" [dependencies.futures] version = "0.3.21" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.tap] version = "1.0.1" [dependencies.tokio] version = "1.18.0" features = [ "rt-multi-thread", "macros", "process", ] [dependencies.tokio-stream] version = "0.1.8" features = ["io-util"] [features] default = [] serde = ["dep:serde"]