# 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-bin" version = "0.11.5" build = false 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"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/spenserblack/gengo" [lib] name = "gengo_bin" path = "src/lib.rs" [[bin]] name = "gengo" path = "src/bin/gengo.rs" [[test]] name = "test_cli" path = "tests/test_cli.rs" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.gengo] version = "0.11" default-features = false [dependencies.indexmap] version = "2" [dependencies.owo-colors] version = ">=3, <=4" optional = true [dependencies.serde_json] version = "1" [dev-dependencies.insta] version = "1" features = ["json"] [dev-dependencies.serde_json] version = "1" [features] color = [ "gengo/owo-colors", "owo-colors", ] default = [ "color", "gengo/max-performance", ]