[[bin]]
name = "tree_view_test"
path = "src/main.rs"
[dependencies]
[lib]
name = "tree_view"
path = "src/tree_view.rs"
[package]
authors = ["functional-tim <tim.gravert@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A library to give out a view of a tree structure. Tree structures need to implement the trait TreeView."
edition = "2024"
homepage = "https://github.com/the-forklift/tree_view"
keywords = ["tree", "print", "fmt", "display"]
license = "MIT OR Apache-2.0"
name = "tree_view"
readme = "README.md"
repository = "https://github.com/the-forklift/tree_view"
version = "0.1.2"