prototty_unix 0.22.0

Prototty context for unix terminals.
Documentation
[package]
name = "prototty_unix"
description = "Prototty context for unix terminals."
version = "0.22.0"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/stevebob/prototty.git"
repository = "https://github.com/stevebob/prototty.git"
documentation = "https://docs.rs/prototty_unix"

[features]
serialize = ["prototty_render/serialize", "prototty_input/serialize", "prototty_grid/serialize", "ansi_colour/serialize"]
storage = ["prototty_file_storage"]

[dependencies]
prototty_render = { path = "../render", version = "0.22" }
prototty_input = { path = "../input", version = "0.22" }
prototty_grid = { path = "../grid", version = "0.22" }
prototty_file_storage = { path = "../file-storage", version = "0.22", optional = true }
libc = "0.2"
term = "0.5"
ansi_colour = "0.5"
itertools = "0.8"