[package]
name = "mat-cli"
version = "0.1.1"
edition = "2024"
description = "Beautiful markdown rendering for the terminal"
license = "MIT"
repository = "https://github.com/meekgeek/mat"
homepage = "https://github.com/meekgeek/mat"
keywords = ["markdown", "terminal", "cli", "renderer"]
categories = ["command-line-utilities"]
exclude = ["test.md"]
[[bin]]
name = "mat"
path = "src/main.rs"
[dependencies]
comrak = { version = "0.36", default-features = false }
syntect = { version = "5", default-features = false, features = ["default-fancy"] }
crossterm = "0.28"
clap = { version = "4", features = ["derive", "env"] }
textwrap = "0.16"
unicode-width = "0.2"