lesser 0.1.0

A lesser pager (even less than less), for everyday use
# 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 = "lesser"
version = "0.1.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "PLAN.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lesser pager (even less than less), for everyday use"
homepage = "https://rustutils.gitlab.io/lesser"
documentation = "https://docs.rs/lesser"
readme = "README.md"
keywords = [
    "pager",
    "less",
    "cli",
    "terminal",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/rustutils/lesser"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.crossterm]
version = "0.29.0"
features = ["use-dev-tty"]

[dependencies.regex]
version = "1.12.3"

[dependencies.unicode-width]
version = "0.2.2"