# 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_lib" version = "0.2.1" authors = ["C "] 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 = [ "development-tools", "parsing", "parser-implementations", "text-processing", "config", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/clean_git_history" [dependencies.git2] version = "0.19.0" features = [] default-features = false [dependencies.log] version = "0.4.20"