# 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" name = "languatage" version = "0.8.1" authors = ["JichouP"] description = "A tool for calculate the percentage of languages used in a directory" readme = "README.md" license = "MIT" repository = "https://github.com/JichouP/languatage" [lib] name = "languatage" [[bin]] name = "languatage" required-features = ["build-binary"] [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "4.0.9" features = ["derive"] optional = true [dependencies.num-format] version = "0.4.0" optional = true [dependencies.prettytable-rs] version = "0.9.0" optional = true [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_yaml] version = "0.9.11" [features] build-binary = [ "clap", "num-format", "prettytable-rs", ] [badges.maintenance] status = "actively-developed"