cargo-husky 0.2.0

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

[features]
default = ["prepush-hook", "run-cargo-test"]
prepush-hook = []
precommit-hook = []
postmerge-hook = []
run-cargo-test = []
run-cargo-clippy = []

[dependencies]

[dev-dependencies]
libc = "0.2.43"
lazy_static = "1.1"
semver = "0.9.0"