# 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" rust-version = "1.63.0" name = "tty-spawn" version = "0.4.0" authors = ["Armin Ronacher "] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "The internal tty spawning functionality of the teetty utility" readme = "README.md" keywords = [ "pty", "script", "tty", "tee", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/teetty" [lib] name = "tty_spawn" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.nix] version = "0.29.0" features = [ "fs", "process", "term", "ioctl", "signal", "poll", ] default-features = false [dependencies.signal-hook] version = "0.3.14" default-features = false