dress-cli 0.3.1

Render Markdown in the terminal with paging and vim keybindings
# 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 = "dress-cli"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render Markdown in the terminal with paging and vim keybindings"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mach3/dress-cli"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.comrak]
version = "0.36"
default-features = false

[dependencies.ratatui]
version = "0.29"

[dependencies.syntect]
version = "5.2"
features = [
    "default-themes",
    "regex-onig",
]
default-features = false

[dependencies.two-face]
version = "0.5"
features = ["syntect-onig"]

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

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true