# 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 = "mit-hook-test-helper" version = "5.14.2" authors = ["Billie Thompson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing help tools for git-mit" readme = "README.md" keywords = [ "git", "git-hooks", ] categories = [ "development-tools", "command-line-utilities", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/git-mit" [lib] name = "mit_hook_test_helper" path = "src/lib.rs" [dependencies.git2] version = "0.19.0" [dependencies.openssl] version = "0.10.66" optional = true [dependencies.tempfile] version = "3.12.0" [features] default = [] vendored-openssl = ["openssl/vendored"]