cursive-tree 0.0.2

Tree view for the Cursive TUI library
Documentation
[package]
edition = "2024"

name = "cursive-tree"
description = "Tree view for the Cursive TUI library"
version = "0.0.2"
rust-version = "1.94"

license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/tliron/cursive-tree"
documentation = "https://docs.rs/cursive-tree"
authors = ["Tal Liron"]

readme = "README.md"

categories = ["command-line-interface", "gui"] # https://crates.io/category_slugs
keywords = [
    "cursive",
    "tui",
]

[dependencies]
cursive = "0.21.1"

# https://stackoverflow.com/a/61417700
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]