live-markdown 0.1.2

Render markdown stream in real time. Useful for rendering LLM output.
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"
name = "live-markdown"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render markdown stream in real time. Useful for rendering LLM output."
readme = "README.md"
license = "Fair"

[features]
python = ["pyo3"]

[lib]
name = "live_markdown"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.pyo3]
version = "0.20"
features = ["extension-module"]
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.syntect]
version = "5.2"

[dependencies.termion]
version = "2.0"