ptyprocess 0.5.0

A library to work with PTY/TTY on Unix systems
Documentation
[dependencies.nix]
version = "0.26"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "cat"
path = "examples/cat.rs"

[[example]]
name = "find"
path = "examples/find.rs"

[features]
close-range = []

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

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-interface"]
description = "A library to work with PTY/TTY on Unix systems"
documentation = "https://docs.rs/ptyprocess"
edition = "2018"
homepage = "https://github.com/zhiburt/ptyprocess"
keywords = ["pty", "tty", "terminal"]
license = "MIT"
name = "ptyprocess"
readme = "README.md"
repository = "https://github.com/zhiburt/ptyprocess"
version = "0.5.0"

[[test]]
name = "cmd"
path = "tests/cmd.rs"

[[test]]
name = "io"
path = "tests/io.rs"

[[test]]
name = "settings"
path = "tests/settings.rs"