cursive 0.9.0

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.9.0"
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.crossbeam-channel]
version = "0.2.1"

[dependencies.enum-map]
version = "0.4"

[dependencies.enumset]
version = "0.3.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.2"

[dependencies.maplit]
version = "1.0.0"
optional = true

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

[dependencies.num]
version = "0.2"
default-features = false

[dependencies.owning_ref]
version = "0.3.3"

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

[dependencies.pulldown-cmark]
version = "0.1.0"
optional = true
default-features = false

[dependencies.term_size]
version = "0.3.1"
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"

[dependencies.xi-unicode]
version = "0.1.0"
[dev-dependencies.pretty-bytes]
version = "0.2.2"

[dev-dependencies.rand]
version = "0.5"

[features]
blt-backend = ["bear-lib-terminal"]
default = ["ncurses-backend"]
markdown = ["pulldown-cmark"]
ncurses-backend = ["ncurses", "maplit", "term_size"]
pancurses-backend = ["pancurses", "maplit", "term_size"]
termion-backend = ["termion"]
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1"
[badges.appveyor]
repository = "gyscos/Cursive"

[badges.travis-ci]
repository = "gyscos/Cursive"