[package]
edition = "2024"
rust-version = "1.88"
name = "cli-justify"
version = "0.1.20"
authors = ["kruseio"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI text justify tool"
readme = "README.md"
keywords = [
"pdf",
"cli",
"parser",
"terminal",
"utility",
]
categories = [
"command-line-utilities",
"parser-implementations",
"text-processing",
]
license = "AGPL-3.0"
repository = "https://github.com/kruseio/hygg"
resolver = "2"
[lib]
name = "cli_justify"
path = "src/lib.rs"
[[bin]]
name = "cli-justify"
path = "src/main.rs"
[dependencies.getopts]
version = "0.2"
[lints.clippy]
implicit_saturating_sub = "allow"
needless_return = "allow"
single_component_path_imports = "allow"
[lints.rust]
unused_imports = "allow"
unused_parens = "allow"