cursive/Cargo.toml

25 lines
573 B
TOML
Raw Normal View History

2015-05-09 19:18:25 +00:00
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
2016-08-03 17:47:13 +00:00
description = "A TUI (Text User Interface) library focused on ease-of-use."
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
2016-08-02 07:32:16 +00:00
exclude = ["doc", "assets"]
2016-08-03 17:47:13 +00:00
keywords = ["ncurses", "TUI", "UI"]
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"
2016-07-12 06:50:08 +00:00
repository = "https://github.com/gyscos/Cursive"
2016-09-01 00:07:16 +00:00
version = "0.2.3"
2015-05-09 19:18:25 +00:00
[dependencies]
2015-12-22 05:09:16 +00:00
ncurses = "5.80.0"
2016-08-02 07:32:16 +00:00
odds = "0.2.14"
2016-03-15 22:37:57 +00:00
toml = "0.1"
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
[dev-dependencies]
rand = "0.3"
2015-12-22 05:09:16 +00:00
[lib]
name = "cursive"