[package]
name = "commentective"
version = "0.5.0"
authors = ["Simon Egersand <s.egersand@gmail.com>"]
exclude = ["tests/*", "scripts/*"]
description = "CLI tool to locate comments and commented out code in your source code"
homepage = "https://github.com/simeg/commentective"
documentation = "https://github.com/simeg/commentective/blob/master/README.md"
readme = "README.md"
keywords = ["command-line-tool", "cli", "rust", "comments"]
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
license = "MIT"
[dependencies.clap]
version = "2.32.0"
[dependencies.colored]
version = "1.6"
[dependencies.console]
version = "0.6.1"
[dependencies.rayon]
version = "1.0.3"
[badges.codecov]
branch = "master"
repository = "simeg/commentective"
service = "github"
[badges.travis-ci]
repository = "simeg/commentective"