# 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-childstream" version = "0.1.1" description = "Convert a tokio::process::Child into a Stream for stdout, stderr, and exit events." homepage = "https://github.com/nathan-at-least/tokio-childstream" readme = "README.md" license = "MIT" resolver = "1" [dependencies.bytelinebuf] version = "0.1.0" features = ["stream"] [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.28" [dependencies.pin-project] version = "1.0.12" [dependencies.tokio] version = "1.27.0" features = [ "process", "rt", ] [dependencies.tokio-util] version = "0.7.7" features = ["io"] [dev-dependencies.test-case] version = "3.1.0" [dev-dependencies.tokio] version = "1.27.0" features = [ "rt", "macros", ]