mdview-tui 0.2.0

A minimal terminal markdown reader: opens a .md file in a centered column in the alternate screen, with syntax-highlighted code blocks and box-drawn tables.
# 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"
rust-version = "1.85"
name = "mdview-tui"
version = "0.2.0"
build = false
exclude = [
    "CLAUDE.md",
    "sample.md",
    "target/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal terminal markdown reader: opens a .md file in a centered column in the alternate screen, with syntax-highlighted code blocks and box-drawn tables."
homepage = "https://github.com/Ivapo/mdview"
readme = "README.md"
keywords = [
    "markdown",
    "tui",
    "terminal",
    "viewer",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/Ivapo/mdview"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "gif",
    "webp",
]
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"
features = ["html"]
default-features = false

[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]

[dependencies.syntect]
version = "5.3"

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