# 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 = "clean_git_history" version = "0.2.0" authors = ["C "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits." readme = "README.md" keywords = [ "clean", "history", "lint", "linting", "git", ] categories = [ "command-line-utilities", "development-tools", "parser-implementations", "text-processing", "config", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/clean_git_history" [[bin]] name = "clean_git_history" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.git2] version = "0.19.0" features = [] default-features = false [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0"