# 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 = "pty-process" version = "0.4.0" authors = ["Jesse Luehrs "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "spawn commands attached to a pty" readme = "README.md" keywords = [ "pty", "spawn", "execute", "process", ] categories = [ "asynchronous", "command-line-interface", ] license = "MIT" repository = "https://git.tozt.net/pty-process" [dependencies.libc] version = "0.2.147" [dependencies.rustix] version = "0.38.7" features = [ "pty", "process", "fs", ] [dependencies.tokio] version = "1.29.1" features = [ "fs", "process", "net", ] optional = true [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.nix] version = "0.26.2" features = [ "signal", "fs", "term", "poll", ] default-features = false [dev-dependencies.regex] version = "1.9.3" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [features] async = ["tokio"] default = []