prototty_unix 0.18.0

Prototty context for unix terminals.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.grid_2d]
version = "0.7"

[dependencies.itertools]
version = "0.7"

[dependencies.libc]
version = "0.2"

[dependencies.prototty]
version = "0.18"

[dependencies.prototty_grid]
version = "0.18"

[dependencies.term]
version = "0.5"