mdlite 0.2.1

A super-lightweight terminal Markdown reader
Documentation
# 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 = "mdlite"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super-lightweight terminal Markdown reader"
homepage = "https://github.com/M-AKIMOTOO/mdlite"
documentation = "https://docs.rs/mdlite"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "cli",
    "pager",
    "viewer",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/M-AKIMOTOO/mdlite"

[lib]
name = "mdlite"
path = "src/lib.rs"

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

[dependencies]

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
strip = true