ptyprocess 0.1.4

A library for cutting a string while preserving colors.
Documentation
[dependencies.async-io]
optional = true
version = "1.6.0"

[dependencies.futures-lite]
optional = true
version = "1.12.0"

[dependencies.nix]
version = "0.21.0"

[dependencies.pin-project]
optional = true
version = "1.0.7"

[features]
async = ["async-io", "futures-lite", "pin-project"]
default = ["sync"]
sync = []

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["development-tools"]
description = "A library for cutting a string while preserving colors."
documentation = "https://docs.rs/ptyprocess"
edition = "2018"
homepage = "https://github.com/zhiburt/ptyprocess"
keywords = ["PTY", "TTY", "pty", "tty", "fork"]
license = "MIT"
name = "ptyprocess"
readme = "README.md"
repository = "https://github.com/zhiburt/ptyprocess"
version = "0.1.4"