# 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 = "ttycommand" version = "0.2.0" authors = ["Adam Gaia"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run a command, forcing pty allocation" readme = "README.md" license = "MIT" [lib] name = "ttycommand" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.3" [dependencies.color-eyre] version = "0.6.3" [dependencies.futures] version = "0.3.25" [dependencies.futures-core] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.libc] version = "0.2.137" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.29.0" features = [ "fs", "process", "term", ] [dependencies.serde] version = "1.0.147" features = ["serde_derive"] [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-fd] version = "0.3.0" [dependencies.tokio-stream] version = "0.1.11" features = ["io-util"] [dependencies.toml] version = "0.8.0" [dependencies.which] version = "6.0.0"