mit-prepare-commit-msg 5.3.2

This hook is invoked by git-commit right after preparing the default log message, and before the editor is started.
[package]
name = "mit-prepare-commit-msg"
version = "5.3.2"
authors = [
  "Billie Thompson <billie+mit-prepare-commit-msg@billiecodes.com>"
]
edition = "2018"
license = "CC0-1.0"
description = "This hook is invoked by git-commit right after preparing the default log message, and before the editor is started."
categories = [ "development-tools", "command-line-utilities" ]
keywords = [ "git", "git-hooks" ]
readme = "../README.md"
repository = "https://github.com/PurpleBooth/git-mit"

[build-dependencies]
clap = "3.0.0-beta.4"
clap_derive = "3.0.0-beta.4"
clap_generate = "3.0.0-beta.2"
tinytemplate = "1.2.1"
serde_json = "1.0.68"
serde_derive = "1.0.125"

  [build-dependencies.serde]
  version = "1.0.125"
  features = [ "derive" ]

  [build-dependencies.mit-build-tools]
  path = "../mit-build-tools"
  version = "5.3.2"

[dependencies]
thiserror = "1.0.29"
clap = "3.0.0-beta.4"
shell-words = "1.0.0"
clap_derive = "3.0.0-beta.4"
clap_generate = "3.0.0-beta.2"
git2 = "0.13.22"
openssl = { version = '0.10', optional = true }
mit-commit = "1.29.8"
console = "0.14.1"

  [dependencies.mit-commit-message-lints]
  path = "../mit-commit-message-lints"
  version = "5.3.2"

[features]
default = []
vendored-openssl = ["openssl/vendored"]

[dev-dependencies]
indoc = "1.0.3"

tempfile = "3.2.0"

  [dev-dependencies.mit-hook-test-helper]
  path = "../mit-hook-test-helper"
  version = "5.3.2"