pty-process 0.5.2

spawn commands attached to a pty
Documentation
[dependencies.rustix]
features = ["pty", "process", "fs", "termios"]
version = "1.0.7"

[dependencies.tokio]
features = ["fs", "process", "net"]
optional = true
version = "1.46.1"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.nix]
default-features = false
features = ["signal", "fs", "term", "poll"]
version = "0.30.1"

[dev-dependencies.regex]
version = "1.11.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.46.1"

[features]
async = ["tokio"]
default = []

[lib]
name = "pty_process"
path = "src/lib.rs"

[package]
authors = ["Jesse Luehrs <doy@tozt.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "command-line-interface"]
description = "spawn commands attached to a pty"
edition = "2024"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["pty", "spawn", "execute", "process"]
license = "MIT"
name = "pty-process"
readme = "README.md"
repository = "https://git.tozt.net/pty-process"
version = "0.5.2"

[package.metadata.docs.rs]
all-features = true