pty-process 0.2.0

spawn commands attached to a pty
Documentation
[dependencies.async-io]
optional = true
version = "1.6.0"

[dependencies.async-process]
optional = true
version = "1.3.0"

[dependencies.futures]
optional = true
version = "0.3.17"

[dependencies.libc]
version = "0.2.112"

[dependencies.nix]
version = "0.23.0"

[dependencies.tokio]
features = ["fs", "process", "net"]
optional = true
version = "1.14.0"
[dev-dependencies.async-executor]
version = "1.4.1"

[dev-dependencies.async-std]
features = ["unstable"]
version = "1.10.0"

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

[dev-dependencies.smol]
version = "1.2.5"

[dev-dependencies.term_size]
version = "0.3.2"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "io-std", "io-util", "time"]
version = "1.14.0"

[features]
backend-async-std = ["async-io", "async-process"]
backend-smol = ["async-io", "async-process"]
backend-std = []
backend-tokio = ["tokio", "futures"]
default = ["backend-std"]

[package]
authors = ["Jesse Luehrs <doy@tozt.net>"]
categories = ["asynchronous", "command-line-interface"]
description = "spawn commands attached to a pty"
edition = "2021"
keywords = ["pty", "spawn", "execute", "process"]
license = "MIT"
name = "pty-process"
readme = "README.md"
repository = "https://git.tozt.net/pty-process"
resolver = "2"
version = "0.2.0"