# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cargo-count" version = "0.2.4" authors = ["Kevin K "] exclude = ["*.png"] description = "Cargo subcommand for displaying statistics about projects, such as code, comments, and unsafe counters" readme = "README.md" keywords = ["cargo", "subcommand", "statistics", "count", "lines"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/kbknapp/cargo-count.git" [[bin]] name = "cargo-count" [dependencies.ansi_term] version = "~0.9" optional = true [dependencies.clap] version = "~2.11.2" [dependencies.clippy] version = "=0.0.88" optional = true [dependencies.gitignore] version = "~1" [dependencies.glob] version = "~0.2" [dependencies.regex] version = "~0.1" [dependencies.tabwriter] version = "~0.1" [features] color = ["ansi_term"] debug = [] default = ["color"] lints = ["clippy", "nightly"] nightly = [] unstable = ["lints"] [badges.travis-ci] repository = "kbknapp/cargo-count"