# 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.80" name = "gengo" version = "0.11.5" build = "build.rs" exclude = ["README.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "Get the language distribution stats of your repository" readme = "crates-io.md" keywords = ["language-statistics"] license = "MIT OR Apache-2.0" repository = "https://github.com/spenserblack/gengo" [lib] name = "gengo" path = "src/lib.rs" [[test]] name = "gengo_test" path = "tests/gengo_test.rs" [[test]] name = "language_tests" path = "tests/language_tests.rs" [[bench]] name = "run_on_self" path = "benches/run_on_self.rs" harness = false [dependencies.gix] version = ">= 0.56, <= 0.67" features = [ "attributes", "index", "parallel", "revision", ] default-features = false [dependencies.glob] version = "0.3" [dependencies.ignore] version = "0.4" [dependencies.indexmap] version = "2" features = [ "rayon", "serde", ] [dependencies.owo-colors] version = ">=3, <=4" optional = true [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.criterion] version = "0.5" features = [ "rayon", "cargo_bench_support", ] default-features = false [dev-dependencies.insta] version = "1" [dev-dependencies.rstest] version = "0.23" default-features = false [dev-dependencies.serde_yaml] version = "0.9" [build-dependencies.indexmap] version = "2" features = ["serde"] [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1" [build-dependencies.serde_json] version = "1" [build-dependencies.serde_yaml] version = "0.9" [features] default = ["max-performance-safe"] max-performance = ["gix/max-performance"] max-performance-safe = ["gix/max-performance-safe"]