pty-process 0.3.0

spawn commands attached to a pty
Documentation
[dependencies.libc]
version = "0.2.139"

[dependencies.nix]
version = "0.26.2"

[dependencies.tokio]
features = ["fs", "process", "net"]
optional = true
version = "1.26.0"
[dev-dependencies.futures]
version = "0.3.26"

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

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

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

[package]
authors = ["Jesse Luehrs <doy@tozt.net>"]
categories = ["asynchronous", "command-line-interface"]
description = "spawn commands attached to a pty"
edition = "2021"
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.3.0"