tui-markdown 0.3.8

A simple library for converting markdown to a Ratatui Text value
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 = "2021"
rust-version = "1.88.0"
name = "tui-markdown"
version = "0.3.8"
authors = ["Joshka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library for converting markdown to a Ratatui Text value"
documentation = "https://docs.rs/tui-markdown"
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"

[package.metadata.docs.rs]
all-features = true
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["highlight-code"]
highlight-code = [
    "dep:syntect",
    "dep:ansi-to-tui",
]

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

[dependencies.ansi-to-tui]
version = "8"
optional = true

[dependencies.document-features]
version = "0.2.11"
optional = true

[dependencies.itertools]
version = "0.15"

[dependencies.pretty_assertions]
version = "1"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.ratatui-core]
version = "0.1"
default-features = false

[dependencies.rstest]
version = "0.26"

[dependencies.syntect]
version = "5"
optional = true

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.ratatui]
version = "0.30"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"