# 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 = "search_blame" version = "0.2.0" authors = ["Calvin Mwadime "] description = "A cli tool that provides search results in a git repo using the author as a search key" readme = "README.md" keywords = [ "cli", "search", "blame", "author", ] license = "MIT" repository = "https://github.com/CalvoM/search_blame" [lib] name = "search_blame" path = "src/lib.rs" [[bin]] name = "search_blame" path = "src/bin.rs" [dependencies.clap] version = "3.2.12" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.git2] version = "0.14" [dependencies.grep] version = "0.2" [dependencies.indicatif] version = "0.16.2" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.rstest] version = "0.15.0"