tuikit 0.2.7

Toolkit for writing TUI applications
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]
edition = "2018"
name = "tuikit"
version = "0.2.7"
authors = ["Jinzhou Zhang <lotabout@gmail.com>"]
description = "Toolkit for writing TUI applications"
homepage = "https://github.com/lotabout/tuikit"
documentation = "https://docs.rs/tuikit"
readme = "README.md"
keywords = ["tui", "terminal", "tty", "color"]
license = "MIT"
repository = "https://github.com/lotabout/tuikit"
[dependencies.bitflags]
version = "1.0.4"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.13.0"

[dependencies.term]
version = "0.5.1"

[dependencies.unicode-width]
version = "0.1.5"
[dev-dependencies.env_logger]
version = "0.6.1"