tree2tui 0.1.2

This crate provides a command line tool to build a Terminal UI (*TUI*) for `tree` like command, aiming to enable folding/expanding tree nodes for large/complex tree.
[dependencies.anyhow]
version = "1.0.39"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.console]
version = "0.14.1"

[dependencies.cursive]
default-features = false
features = ["crossterm-backend"]
version = "0.16.3"

[dependencies.cursive_tree_view]
version = "0.7.0"

[dependencies.indextree]
version = "4.3.1"

[dependencies.once_cell]
version = "1.7.2"

[dependencies.regex]
version = "1.4.5"

[package]
authors = ["hhggit <zh.xz@outlook.com>"]
description = "This crate provides a command line tool to build a Terminal UI (*TUI*) for `tree` like command, aiming to enable folding/expanding tree nodes for large/complex tree."
edition = "2018"
license = "MIT"
name = "tree2tui"
readme = "README.md"
repository = "https://github.com/hhggit/tree2tui"
version = "0.1.2"