rusty-roots 1.0.0

A Rust CLI tool that replicates the Unix 'tree' command with enhanced features.
Documentation
[[bin]]
name = "rusty-roots"
path = "src/main.rs"

[dependencies.clap]
version = "4.0"

[dependencies.colored]
version = "2.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.globset]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2.0"

[lib]
name = "rusty_roots"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A Rust CLI tool that replicates the Unix 'tree' command with enhanced features."
documentation = "https://github.com/kathirmeyyappan/rusty-roots/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/kathirmeyyappan/rusty-roots"
keywords = ["CLI", "filesystem", "tree", "rust"]
license = "MIT"
name = "rusty-roots"
readme = "README.md"
repository = "https://github.com/kathirmeyyappan/rusty-roots"
version = "1.0.0"