# 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 = "2018" name = "git-mit-install" version = "5.12.213" authors = ["Billie Thompson "] description = "Install git-mit into a repository" readme = "README.md" keywords = [ "git", "git-hooks", ] categories = [ "development-tools", "command-line-utilities", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/git-mit" [dependencies.clap] version = "4.5.9" features = [ "derive", "cargo", "wrap_help", "env", "unicode", ] [dependencies.clap_complete] version = "4.5.8" [dependencies.git2] version = "0.19.0" [dependencies.indoc] version = "2.0.4" [dependencies.miette] version = "5.6.0" features = ["fancy"] [dependencies.mit-commit-message-lints] version = "5.12.213" [dependencies.openssl] version = "0.10.63" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.which] version = "6.0.0" [dev-dependencies.mit-hook-test-helper] version = "5.12.213" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.tempfile] version = "3.10.0" [features] default = [] vendored-openssl = ["openssl/vendored"]