tree2 1.0.7

A beautiful and feature-rich directory tree visualization tool with colors and emojis
[[bin]]
name = "tree2"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.dunce]
version = "1.0.4"

[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A beautiful and feature-rich directory tree visualization tool with colors and emojis"
documentation = "https://docs.rs/tree2"
edition = "2021"
exclude = ["build.bat", "gitignore_backup/", ".pt/", "__version__.py", "target/", "tree2.exe", "tree2.sublime-project", "tree2.sublime-workspace"]
homepage = "https://github.com/cumulus13/tree2"
keywords = ["tree", "directory", "filesystem", "visualization", "cli"]
license = "MIT"
name = "tree2"
readme = "README.md"
repository = "https://github.com/cumulus13/tree2"
version = "1.0.7"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]