[dependencies.clap]
features = ["derive", "color", "cargo"]
version = "4.0.32"
[dependencies.clap_complete]
version = "4.4.9"
[dependencies.serde]
features = ["derive"]
version = "1.0.152"
[dependencies.serde_json]
version = "1.0.91"
[package]
authors = ["Olivier Delhomme <olivier.delhomme@free.fr>"]
categories = ["command-line-utilities"]
description = "This program analyzes a json file produced with `typos` and makes commits for each correction."
edition = "2021"
keywords = ["git", "typos", "command-line"]
license = "GPL-3.0-or-later"
name = "typos-git-commit"
readme = "README.md"
repository = "https://gitlab.com/delhomme/typos-git-commit/"
version = "0.4.0"