# 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 = "tokio-process-stream" version = "0.4.0" authors = ["Leandro Lisboa Penz "] description = "Simple crate that wraps a tokio::process into a tokio::stream" homepage = "https://github.com/lpenz/tokio-process-stream" readme = "README.md" keywords = [ "tokio", "stream", "async-stream", "process", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/lpenz/tokio-process-stream" [dependencies.anyhow] version = "1.0.57" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3.21" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.tokio] version = "1.18.2" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tokio-stream] version = "0.1.8" features = ["io-util"] [dependencies.tokio-util] version = "0.7.2" features = ["io"]