mkdr 0.5.2

TUI markdown renderer with paging, search, theming, and multi-file support
# 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 = "mkdr"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI markdown renderer with paging, search, theming, and multi-file support"
readme = "README.md"
keywords = [
    "markdown",
    "tui",
    "ratatui",
    "renderer",
    "terminal",
]
categories = [
    "command-line-utilities",
    "rendering",
]
license = "MIT"
repository = "https://github.com/atareao/mkdr"

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

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

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

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.open]
version = "5"

[dependencies.pulldown-cmark]
version = "0.13.4"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.syntect]
version = "5.3.0"
features = ["default-onig"]

[dependencies.toml]
version = "1.1.2"

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

[dev-dependencies.insta]
version = "1.47.2"
features = ["yaml"]