cargo-husky 0.3.0

husky for cargo
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-husky"
version = "0.3.0"
authors = ["rhysd <lin90162@yahoo.co.jp>"]
build = "build.rs"
include = ["build.rs", "LICENSE.txt", "Cargo.toml", "src/**/*.rs"]
description = "husky for cargo"
homepage = "https://github.com/rhysd/cargo-husky#readme"
readme = "README.md"
keywords = ["git", "hook", "cargo"]
categories = ["development-tools"]
license-file = "LICENSE.txt"
repository = "https://github.com/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"]
postmerge-hook = []
precommit-hook = []
prepush-hook = []
run-cargo-clippy = []
run-cargo-test = []
user-hooks = []