tree2 1.0.11

A beautiful and feature-rich directory tree visualization tool with colors, emojis, and comprehensive ignore file support
# 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 = "tree2"
version = "1.0.11"
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
build = false
exclude = [
    "build.bat",
    "gitignore_backup/",
    ".pt/",
    "__version__.py",
    "target/",
    "tree2.exe",
    "tree2.sublime-project",
    "tree2.sublime-workspace",
    "temp",
    "test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beautiful and feature-rich directory tree visualization tool with colors, emojis, and comprehensive ignore file support"
homepage = "https://github.com/cumulus13/tree2"
documentation = "https://docs.rs/tree2"
readme = "README.md"
keywords = [
    "tree",
    "directory",
    "filesystem",
    "visualization",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/cumulus13/tree2"

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

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

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

[dependencies.clap-version-flag]
version = "1.0.5"

[dependencies.cli-clipboard]
version = "0.4"

[dependencies.dunce]
version = "1.0.4"

[dependencies.regex]
version = "1.10"