gengo 0.14.1

Get the language distribution stats of your repository
Documentation
[[bench]]
harness = false
name = "run_on_self"
path = "benches/run_on_self.rs"

[dependencies.gengo-language]
version = "0.14"

[dependencies.gix]
default-features = false
features = ["attributes", "index", "parallel", "revision"]
optional = true
version = ">= 0.56, <= 0.76"

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
optional = true
version = "0.4"

[dependencies.indexmap]
features = ["rayon", "serde"]
version = "2"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dev-dependencies.criterion]
default-features = false
features = ["cargo_bench_support", "rayon"]
version = "0.8"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.rstest]
default-features = false
version = "0.26"

[dev-dependencies.serde_yaml]
version = "0.9"

[features]
default = ["directory", "git", "max-performance-safe"]
directory = ["dep:ignore"]
git = ["dep:gix"]
max-performance = ["dep:gix", "gix/max-performance"]
max-performance-safe = ["dep:gix", "gix/max-performance-safe"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Get the language distribution stats of your repository"
edition = "2024"
exclude = ["README.md"]
keywords = ["language-statistics"]
license = "MIT OR Apache-2.0"
name = "gengo"
readme = "crates-io.md"
repository = "https://github.com/spenserblack/gengo"
resolver = "2"
rust-version = "1.86"
version = "0.14.1"

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