# 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 = "commandstream" version = "0.3.0" authors = ["Adam Gaia"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stream the stdout and stderr of a command" readme = "README.md" license = "MIT" [lib] name = "commandstream" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.color-eyre] version = "0.6.3" [dependencies.futures-util] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.tokio-stream] version = "0.1.11" features = ["io-util"] [dependencies.ttycommand] version = "0.2.0"