helpv 0.1.4

A terminal-based help documentation viewer with subcommand navigation
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 = "helpv"
version = "0.1.4"
authors = ["Trent Davies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based help documentation viewer with subcommand navigation"
readme = "README.md"
keywords = [
    "cli",
    "help",
    "terminal",
    "tui",
    "documentation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/trentdavies/helpv"

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

[[bin]]
name = "helpv"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.nucleo]
version = "0.5"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

[dev-dependencies.cargo-husky]
version = "1"
features = [
    "precommit-hook",
    "run-cargo-clippy",
    "run-cargo-fmt",
]

[dev-dependencies.serde_json]
version = "1"