[dev-dependencies.rustix]
features = ["termios"]
version = "0.38.0"
[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["os::unix-apis"]
description = "Safe Rust bindings to `openpty` and related functions"
documentation = "https://docs.rs/rustix-openpty"
edition = "2021"
include = ["src", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
keywords = ["terminal", "safe"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "rustix-openpty"
readme = "README.md"
repository = "https://github.com/sunfishcode/rustix-openpty"
rust-version = "1.63"
version = "0.1.1"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.rustix]
default-features = false
features = ["alloc", "fs", "process", "pty", "stdio", "termios"]
version = "0.38.0"
[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.errno]
default-features = false
version = "0.3.1"
[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.libc]
default-features = false
version = "0.2.114"
[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.rustix]
default-features = false
features = ["fs", "termios"]
version = "0.38.0"