# 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 = "gitscanr" version = "0.2.1" authors = ["Ivan Torres Fally "] build = false description = "A simple git repository explorer" homepage = "https://github.com/bilbu/gitscanr" documentation = "https://github.com/bilbu/gitscanr" readme = "README.md" keywords = [ "git", "scan", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/bilbu/gitscanr" resolver = "2" [dependencies.clap] version = "^3.2.14" features = [ "derive", "cargo", ] [dependencies.git2] version = "^0.14.4" [dependencies.log] version = "^0.4.17" [dependencies.pretty_env_logger] version = "^0.4.0" [dependencies.walkdir] version = "^2.3.2"