# 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] edition = "2018" name = "commentective" version = "0.8.1" authors = ["Simon Egersand "] 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"