# 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 = "2021" name = "set-git-hooks-dir" version = "1.0.2" include = [ "src", "LICENSE", "build.rs", ] description = "Deadly simple Git hooks directory setup tool" readme = "README.md" keywords = [ "git", "hooks", "pre-commit", "pre-push", "husky", ] license = "MIT" [dependencies] [dev-dependencies.tempfile] version = "3.10.1" [features] default = ["setup-on-build"] setup-on-build = []