gnt-tools 0.3.0

Tools to help studying the greek new testament. The crate is provided AS-IS.
Documentation
# 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 = "gnt-tools"
version = "0.3.0"
authors = ["G.T.L. Berloty"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools to help studying the greek new testament. The crate is provided AS-IS."
readme = false
categories = [
    "command-line-interface",
    "algorithms",
    "command-line-utilities",
]
license = "CC-BY-NC-4.0"
repository = "https://github.com/kylak/gnt-tools"

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

[[bin]]
name = "gnt-tools"
path = "src/main.rs"

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.unicode-normalization]
version = "0.1.24"

[dev-dependencies.criterion]
version = "0.8.1"