hygg 0.1.13

Simplifying the way you read
[[bin]]
name = "hygg"
path = "src/main.rs"

[dependencies.cli-epub-to-text]
version = "0.1"

[dependencies.cli-justify]
version = "0.1"

[dependencies.cli-pdf-to-text]
version = "0.1"

[dependencies.cli-text-reader]
version = "0.1"

[dependencies.getopts]
version = "0.2"

[dependencies.redirect-stderr]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1"

[lints.clippy]
implicit_saturating_sub = "allow"
needless_return = "allow"
single_component_path_imports = "allow"

[lints.rust]
unused_imports = "allow"
unused_parens = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parser-implementations", "text-processing"]
default-run = "hygg"
description = "Simplifying the way you read"
edition = "2024"
keywords = ["pdf", "cli", "parser", "terminal", "utility"]
license = "AGPL-3.0"
name = "hygg"
readme = "README.md"
repository = "https://github.com/kruserr/hygg"
resolver = "2"
version = "0.1.13"