[package]
edition = "2018"
name = "rusty-hook"
version = "0.6.5"
authors = ["Swellaby <opensource@swellaby.com>"]
exclude = [".coverage/**", ".testresults/**", ".azure-pipelines/**", ".dependabot/**", ".github/**", ".vscode/**", "scripts/**", ".editorconfig", ".gitattributes", ".rustfmt.toml", ".rusty-hook.toml", "azure-pipelines.yml", "kcov*/**", "**/*.gcda", "**/*.gcno"]
description = "git hook utility"
readme = "README.md"
keywords = ["hooks", "githook", "git", "hook", "commit"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/swellaby/rusty-hook"
[dependencies.ci_info]
version = "0.4.0"
[dependencies.getopts]
version = "0.2.18"
[dependencies.toml]
version = "0.5.0"
[build-dependencies.ci_info]
version = "0.4.0"
[build-dependencies.toml]
version = "0.5.0"
[badges.azure-devops]
build = "49"
pipeline = "rusty-hook.linux-pr"
project = "swellaby/opensource"
[badges.codecov]
branch = "master"
repository = "swellaby/rusty-hook"
service = "github"
[badges.maintenance]
status = "actively-developed"