# 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-dispatch" version = "0.4.2" authors = ["Akira Ueda "] description = "Run hooks only in a directory where files are changed. Useful for monorepo." keywords = ["git"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/akr4/git-hooks-dispatch" [dependencies.anyhow] version = "1.0.42" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.git2] version = "0.13.20" [dependencies.log] version = "0.4.14" [dependencies.structopt] version = "0.3.22" [dev-dependencies.mockall] version = "0.10.2" [dev-dependencies.tempdir] version = "0.3.7" [badges.github] repository = "akr4/git-hooks-dispatch" workflow = "test" [badges.maintenance] status = "actively-developed"