shpool_pty 0.3.2

Fork with new pseudo-terminal (PTY)
Documentation
[dependencies.clippy]
optional = true
version = "0.0"

[dependencies.errno]
version = "0.2"

[dependencies.libc]
version = ">= 0.2.18"

[dependencies.log]
version = "0.4"

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

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

[features]
debug = []
default = []
lints = ["clippy", "nightly"]
nightly = []
travis = ["lints", "nightly"]
unstable = []

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

[package]
authors = ["Hika Hibariya <hibariya@gmail.com>", "Ethan Pailes <ethan@pailes.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fork with new pseudo-terminal (PTY)"
homepage = "https://github.com/shell-pool/shpool_pty"
keywords = ["pty", "tty", "pseudo", "terminal", "fork"]
license = "MIT"
name = "shpool_pty"
readme = "README.md"
repository = "https://github.com/shell-pool/shpool_pty"
version = "0.3.2"

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

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

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