# 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] edition = "2018" name = "git-hooks-manager" version = "0.4.2" authors = ["Paul Ollivier "] description = "An attempt to make sharing git hooks among team members easier" readme = "README.adoc" keywords = ["git", "teamwork"] categories = ["command-line-utilities", "development-tools"] license-file = "LICENSE.md" repository = "https://github.com/paulollivier/git-hooks" [[bin]] name = "git-hooks" path = "src/main.rs" [dependencies.anyhow] version = "1.0.34" [dependencies.clap] version = "2" [dependencies.log] version = "0.4.11" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.4.2" [dependencies.self_update] version = "0.22.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.shlex] version = "0.1.1" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.tempdir] version = "0.3.7"