2016-10-09 17:46:53 +00:00
|
|
|
[package]
|
|
|
|
name = "tui"
|
|
|
|
version = "0.1.0"
|
2016-11-08 09:29:42 +00:00
|
|
|
authors = ["Florian Dehau <work@fdehau.com>"]
|
|
|
|
description = """
|
|
|
|
A library to build rich user interfaces or dashboard for terminals
|
|
|
|
"""
|
|
|
|
keywords = ["tui", "terminal"]
|
|
|
|
repository = "https://github.com/fdehau/tui-rs"
|
|
|
|
license = "MIT"
|
|
|
|
exclude = ["docs", ".travis.yml"]
|
2016-10-09 17:46:53 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
termion = "1.1.1"
|
2016-11-05 18:18:48 +00:00
|
|
|
rustbox = "0.9.0"
|
2016-10-09 17:46:53 +00:00
|
|
|
bitflags = "0.7"
|
|
|
|
cassowary = "0.2.0"
|
2016-10-11 17:54:35 +00:00
|
|
|
log = "0.3"
|
2016-10-15 22:38:20 +00:00
|
|
|
unicode-segmentation = "0.1.2"
|
2016-10-20 10:01:09 +00:00
|
|
|
unicode-width = "0.1.3"
|
2016-10-12 17:43:39 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2016-11-08 09:44:03 +00:00
|
|
|
log4rs = "0.5.0"
|
2016-10-12 17:43:39 +00:00
|
|
|
rand = "0.3"
|