hygg-shared 0.1.19

Shared utilities for the hygg project
Documentation
[dependencies]

[dev-dependencies.tempfile]
version = "3"

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

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

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

[package]
authors = ["kruseio"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parser-implementations", "text-processing"]
description = "Shared utilities for the hygg project"
edition = "2024"
keywords = ["pdf", "cli", "parser", "terminal", "utility"]
license = "AGPL-3.0"
name = "hygg-shared"
readme = "README.md"
repository = "https://github.com/kruseio/hygg"
resolver = "2"
rust-version = "1.88"
version = "0.1.19"

[[test]]
name = "basic_path_test"
path = "tests/basic_path_test.rs"