marustdown 0.1.2

A fast, configurable terminal markdown viewer with syntax highlighting, task toggling and keyboard link following
# 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.88"
name = "marustdown"
version = "0.1.2"
authors = ["Beshr Alghalil <beshr.alghalil@gmail.com>"]
build = false
include = [
    "/src",
    "/assets",
    "/docs/*.md",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, configurable terminal markdown viewer with syntax highlighting, task toggling and keyboard link following"
homepage = "https://github.com/beshralghalil/marustdown"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "viewer",
    "pager",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/beshralghalil/marustdown"

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

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

[dependencies.crossterm]
version = "0.29"
features = ["events"]
default-features = false

[dependencies.memmap2]
version = "0.9"

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

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

[dependencies.syntect]
version = "5.3"
features = [
    "parsing",
    "regex-onig",
]
default-features = false

[dependencies.toml]
version = "1.1"
features = [
    "parse",
    "serde",
    "std",
]
default-features = false

[dependencies.two-face]
version = "0.5"
features = ["syntect-onig"]
default-features = false

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

[dev-dependencies.clap_complete]
version = "4.6.11"

[dev-dependencies.clap_mangen]
version = "0.3.3"

[profile.dist]
inherits = "release"

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