2015-05-09 19:18:25 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
2015-05-16 20:12:20 +00:00
|
|
|
description = "A TUI library based on ncurses-rs"
|
2016-06-25 23:53:16 +00:00
|
|
|
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
|
2016-06-26 22:03:12 +00:00
|
|
|
keywords = ["ncurses", "TUI"]
|
2015-12-22 05:09:16 +00:00
|
|
|
license = "MIT"
|
2015-05-09 19:18:25 +00:00
|
|
|
name = "cursive"
|
2015-12-22 05:09:16 +00:00
|
|
|
readme = "Readme.md"
|
|
|
|
repository = "https://github.com/Gyscos/cursive"
|
2016-06-26 02:40:16 +00:00
|
|
|
version = "0.0.2"
|
2015-05-09 19:18:25 +00:00
|
|
|
|
2015-05-15 00:41:17 +00:00
|
|
|
[dependencies]
|
2015-12-22 05:09:16 +00:00
|
|
|
ncurses = "5.80.0"
|
2016-03-15 22:37:57 +00:00
|
|
|
toml = "0.1"
|
2016-06-26 22:03:12 +00:00
|
|
|
unicode-segmentation = "0.1.2"
|
2016-07-02 08:01:09 +00:00
|
|
|
unicode-width = "0.1.3"
|
2015-05-09 19:18:25 +00:00
|
|
|
|
2015-12-22 05:09:16 +00:00
|
|
|
[lib]
|
|
|
|
name = "cursive"
|