# 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 = "2018" name = "GitPolicyEnforcer" version = "0.3.0" authors = ["Vagelis Prokopiou "] description = "GitPolicyEnforcer is a command-line tool that helps you enforce Git policies through Git hooks, both server and client side" homepage = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" documentation = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" readme = "README.md" keywords = ["git", "git_hooks", "hooks", "policy", "policies"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Vagelis-Prokopiou/GitPolicyEnforcer" [[bin]] name = "gpe" path = "./src/main.rs" [dependencies.chrono] version = "0" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"