struct-cli 0.3.1

A smarter tree command with intelligent defaults. Filters out common clutter like node_modules and venv, supports custom ignore patterns, and includes advanced features such as file search, directory summaries, size-aware filtering, and git integration.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "struct-cli"
version = "0.3.1"
authors = ["Coffee Nerd nerdcoffeemail@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smarter tree command with intelligent defaults. Filters out common clutter like node_modules and venv, supports custom ignore patterns, and includes advanced features such as file search, directory summaries, size-aware filtering, and git integration."
readme = "README.md"
keywords = [
    "cli",
    "tree",
    "filesystem",
    "rust",
    "linux",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/caffienerd/struct-cli"

[[bin]]
name = "struct"
path = "src/main.rs"

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

[dependencies.colored]
version = "2.1"

[dependencies.git2]
version = "0.19"

[dependencies.regex]
version = "1.11"

[dependencies.walkdir]
version = "2.5"