markdown-reader 0.1.28

A simple markdown reader that uses ratatui to render markdown files.
# 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 = "2021"
rust-version = "1.88.0"
name = "markdown-reader"
version = "0.1.28"
authors = ["Joshka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple markdown reader that uses ratatui to render markdown files."
documentation = "https://docs.rs/markdown-reader"
readme = "README.md"
keywords = [
    "cli",
    "markdown",
    "ratatui",
    "terminal",
    "tui",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshka/tui-markdown"

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

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.itertools]
version = "0.15"

[dependencies.ratatui]
version = "0.30"
features = ["unstable-widget-ref"]
default-features = true

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "macros",
]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-error]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tui-markdown]
version = "0.3"