mamoru 0.2.0

A blazing-fast Git hook spell checker that flags typos in commit messages using finite state transducers.
# 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 = "2024"
name = "mamoru"
version = "0.2.0"
authors = ["Isvane <alyhazamy@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing-fast Git hook spell checker that flags typos in commit messages using finite state transducers."
documentation = "https://docs.rs/mamoru"
readme = "README.md"
keywords = [
    "git-hook",
    "typo",
    "fst",
    "spellcheck",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/Isvane/mamoru"

[[bin]]
name = "mamoru"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.fuzzies]
version = "0.4.2"