tloc 0.1.3

Lines of code counter with tree-style output
# 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"
rust-version = "1.85"
name = "tloc"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lines of code counter with tree-style output"
documentation = "https://docs.rs/tloc"
readme = "README.md"
keywords = [
    "cloc",
    "tokei",
    "loc",
    "code-analysis",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/quark-zju/tloc"

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

[dependencies.globset]
version = "0.4"
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.pico-args]
version = "0.5.0"

[dependencies.tokei]
version = "14"
default-features = false