mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
df4397a174
Not supported: input, colors, effects, async
34 lines
701 B
TOML
34 lines
701 B
TOML
[package]
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "A TUI (Text User Interface) library focused on ease-of-use."
|
|
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
|
|
exclude = ["doc", "assets"]
|
|
keywords = ["ncurses", "TUI", "UI"]
|
|
license = "MIT"
|
|
name = "cursive"
|
|
readme = "Readme.md"
|
|
repository = "https://github.com/gyscos/Cursive"
|
|
version = "0.3.1"
|
|
|
|
[build-dependencies]
|
|
skeptic = "0.6"
|
|
|
|
[dependencies]
|
|
odds = "0.2"
|
|
termion = "1.1.1"
|
|
toml = "0.2"
|
|
unicode-segmentation = "0.1"
|
|
unicode-width = "0.1"
|
|
|
|
[dependencies.ncurses]
|
|
features = ["wide"]
|
|
version = "5.82.0"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.3"
|
|
skeptic = "0.6"
|
|
|
|
[lib]
|
|
name = "cursive"
|