cursive_tree_view 0.4.0

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

[dependencies.debug_stub_derive]
version = "0.3.0"
[dev-dependencies.cursive]
version = "0.12"