cursive 0.11.2

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]
edition = "2018"
name = "cursive"
version = "0.11.2"
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 = "2.0.0"
optional = true

[dependencies.cfg-if]
version = "0.1.7"

[dependencies.chrono]
version = "0.4.6"

[dependencies.crossbeam-channel]
version = "0.3.8"

[dependencies.crossterm]
version = "0.9.2"
optional = true

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

[dependencies.enumset]
version = "0.3.17"

[dependencies.hashbrown]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.51"

[dependencies.log]
version = "0.4.6"

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

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

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

[dependencies.owning_ref]
version = "0.4.0"

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

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

[dependencies.term_size]
version = "0.3.1"
optional = true

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

[dependencies.toml]
version = "0.5.0"

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

[dependencies.unicode-width]
version = "0.1.5"

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

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

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

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