# 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 = "rusty-hook" version = "0.11.2" authors = ["Swellaby "] exclude = [".coverage/**", ".testresults/**", ".azure-pipelines/**", ".dependabot/**", ".github/**", ".vscode/**", "scripts/**", ".editorconfig", ".gitattributes", ".rustfmt.toml", ".rusty-hook.toml", "azure-pipelines.yml", "kcov*/**", "**/*.gcda", "**/*.gcno", "tests/**", "cobertura.xml", "tarpaulin-report.html"] description = "git hook utility" readme = "README.md" keywords = ["hooks", "githook", "git", "hook", "commit"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/swellaby/rusty-hook" [dependencies.ci_info] version = "0.10.1" [dependencies.getopts] version = "0.2.21" [dependencies.nias] version = "0.5.0" [dependencies.toml] version = "0.5.6" [build-dependencies.ci_info] version = "0.10.1" [build-dependencies.nias] version = "0.5.0" [build-dependencies.toml] version = "0.5.6" [badges.azure-devops] build = "49" pipeline = "rusty-hook.linux-pr" project = "swellaby/opensource" [badges.codecov] branch = "master" repository = "swellaby/rusty-hook" service = "github" [badges.maintenance] status = "actively-developed"