mdx-cli 0.1.6

A fast, beautiful terminal markdown viewer with gradient headings, syntax highlighting, and 8 themes
# 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 = "mdx-cli"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, beautiful terminal markdown viewer with gradient headings, syntax highlighting, and 8 themes"
homepage = "https://github.com/gowcar/mdx"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "viewer",
    "tui",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/gowcar/mdx"

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

[dependencies.base64]
version = "0.22"

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

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-mini]
version = "0.5"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]

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

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

[dependencies.toml]
version = "0.8"

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

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