howmany 3.0.0

A blazingly fast, intelligent code analysis tool with parallel processing, caching, and beautiful visualizations
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 = "2021"
rust-version = "1.88"
name = "howmany"
version = "3.0.0"
authors = ["Griffin <griffin@griffin-code.com>"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "benches/**/*",
    "clippy.toml",
    "rustfmt.toml",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast, intelligent code analysis tool with parallel processing, caching, and beautiful visualizations"
homepage = "https://github.com/GriffinCanCode/howmany"
readme = "README.md"
keywords = [
    "code-analysis",
    "line-counter",
    "cloc",
    "tokei",
    "statistics",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/GriffinCanCode/howmany"

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

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

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

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

[[bench]]
name = "throughput"
path = "benches/throughput.rs"
harness = false

[dependencies.anyhow]
version = "1.0.103"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.ignore]
version = "0.4.31"

[dependencies.indicatif]
version = "0.18"

[dependencies.memchr]
version = "2.8"

[dependencies.owo-colors]
version = "4.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.rayon]
version = "1.12"

[dependencies.regex]
version = "1.13"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-sarif]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true