cargo-husky 1.5.0

husky for cargo
Documentation
test = []
[badges.appveyor]
repository = "rhysd/cargo-husky"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "rhysd/cargo-husky"

[dependencies]
[dev-dependencies.lazy_static]
version = "1.1"

[dev-dependencies.libc]
version = "0.2.43"

[dev-dependencies.semver]
version = "0.9.0"

[features]
default = ["prepush-hook", "run-cargo-test", "run-for-all"]
postmerge-hook = []
precommit-hook = []
prepush-hook = []
run-cargo-check = []
run-cargo-clippy = []
run-cargo-fmt = []
run-cargo-test = []
run-for-all = []
user-hooks = []

[package]
authors = ["rhysd <lin90162@yahoo.co.jp>"]
build = "build.rs"
categories = ["development-tools"]
description = "husky for cargo"
homepage = "https://github.com/rhysd/cargo-husky#readme"
include = ["build.rs", "LICENSE.txt", "Cargo.toml", "src/**/*.rs"]
keywords = ["git", "hook", "cargo"]
license-file = "LICENSE.txt"
name = "cargo-husky"
readme = "README.md"
repository = "https://github.com/rhysd/cargo-husky"
version = "1.5.0"
[package.metadata.release]
no-dev-version = true