treestat 1.1.0

A CLI that displays source file counts in a tree view by directory and language
Documentation
# 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 = "2024"
name = "treestat"
version = "1.1.0"
authors = ["chouzz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI that displays source file counts in a tree view by directory and language"
homepage = "https://github.com/chouzz/treestat"
documentation = "https://docs.rs/treestat"
readme = "README.md"
keywords = [
    "cli",
    "code",
    "tree",
    "stats",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/chouzz/treestat"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"

[dependencies.linguist]
version = "0.1"

[dependencies.rayon]
version = "1"