cursive_table_view 0.4.2

A basic table view implementation for cursive.
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_table_view"
version = "0.4.2"
authors = ["Ivo Wetzel <ivo.wetzel@googlemail.com>"]
description = "A basic table view implementation for cursive."
readme = "README.md"
keywords = ["cursive", "ncurses", "TUI", "UI", "table"]
categories = ["command-line-interface", "gui"]
license = "MIT/Apache-2.0"
repository = "https://github.com/BonsaiDen/cursive_table_view.git"
[dependencies.cursive]
version = "0.7"
default-features = false
[dev-dependencies.rand]
version = "0.3.15"

[features]
ncurses-backend = ["cursive/ncurses-backend"]
default = ["ncurses-backend"]
pancurses-backend = ["cursive/pancurses-backend"]
termion-backend = ["cursive/termion-backend"]
blt-backend = ["cursive/blt-backend"]