mat-cli 0.1.0

Beautiful markdown rendering for the terminal
# 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 = "mat-cli"
version = "0.1.0"
build = false
exclude = ["test.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beautiful markdown rendering for the terminal"
homepage = "https://github.com/meekgeek/mat"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "cli",
    "renderer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/meekgeek/mat"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.syntect]
version = "5"
features = ["default-fancy"]
default-features = false

[dependencies.textwrap]
version = "0.16"

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