typos-git-commit 0.7.0

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
[[bin]]
name = "typos-git-commit"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "color", "cargo"]
version = "4.0.32"

[dependencies.clap_complete]
version = "4.4.9"

[dependencies.fluent-i18n]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.91"

[lib]
name = "typos_git_commit"
path = "src/lib.rs"

[package]
authors = ["Olivier Delhomme <olivier.delhomme@free.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.7.0"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true