[package]
edition = "2018"
name = "commentective"
version = "0.8.1"
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"
repository = "https://github.com/simeg/commentective"
[dependencies.clap]
version = "3.0.0-beta.2"
[dependencies.colored]
version = "2.0.0"
[dependencies.console]
version = "0.13.0"
[dependencies.rayon]
version = "1.5.0"
[dev-dependencies.assert_cmd]
version = "1.0.1"
[dev-dependencies.predicates]
version = "1.0.5"
[dev-dependencies.tempfile]
version = "3.1.0"
[badges.codecov]
branch = "master"
repository = "simeg/commentective"
service = "github"
[badges.travis-ci]
repository = "simeg/commentective"