[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"