cursive 0.7.5

A TUI (Text User Interface) library focused on ease-of-use.
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]
name = "cursive"
version = "0.7.5"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["doc/**", "assets/**", "examples/**"]
description = "A TUI (Text User Interface) library focused on ease-of-use."
documentation = "https://docs.rs/cursive"
readme = "Readme.md"
keywords = ["ncurses", "TUI", "UI"]
categories = ["command-line-interface", "gui"]
license = "MIT"
repository = "https://github.com/gyscos/Cursive"

[lib]
name = "cursive"
[dependencies.bear-lib-terminal]
version = "1.3.1"
optional = true

[dependencies.chan]
version = "0.1.18"
optional = true

[dependencies.chan-signal]
version = "0.3"
optional = true

[dependencies.log]
version = "0.3"

[dependencies.maplit]
version = "1.0.0"

[dependencies.ncurses]
version = "5.87.0"
features = ["wide"]
optional = true

[dependencies.num]
version = "0.1"

[dependencies.owning_ref]
version = "0.3"

[dependencies.pancurses]
version = "0.13"
features = ["wide"]
optional = true

[dependencies.termion]
version = "1.5.0"
optional = true

[dependencies.toml]
version = "0.4"

[dependencies.unicode-segmentation]
version = "1.0"

[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.rand]
version = "0.3"

[features]
blt-backend = ["bear-lib-terminal"]
default = ["ncurses-backend"]
ncurses-backend = ["ncurses"]
pancurses-backend = ["pancurses"]
termion-backend = ["termion", "chan", "chan-signal"]
[badges.travis-ci]
repository = "gyscos/Cursive"