[package] name = "mit-hook-test-helper" version = "5.14.2" authors = [ "Billie Thompson " ] edition = "2018" license = "CC0-1.0" categories = [ "development-tools", "command-line-utilities" ] keywords = [ "git", "git-hooks" ] readme = "../README.md" repository = "https://github.com/PurpleBooth/git-mit" description = "Testing help tools for git-mit" [dependencies] tempfile = "3.12.0" git2 = "0.19.0" openssl = { version = "0.10.66", optional = true } [features] default = [] vendored-openssl = ["openssl/vendored"]