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