tui-math 0.1.1

Render LaTeX math beautifully in terminal UIs with ratatui
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"
name = "tui-math"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render LaTeX math beautifully in terminal UIs with ratatui"
readme = "README.md"
keywords = [
    "math",
    "latex",
    "ratatui",
    "tui",
    "terminal",
]
categories = [
    "command-line-interface",
    "mathematics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/onnimonni/tui-math"

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

[[bin]]
name = "tui-math"
path = "src/main.rs"

[[example]]
name = "canvas_equation"
path = "examples/canvas_equation.rs"

[[example]]
name = "debug_canvas"
path = "examples/debug_canvas.rs"

[[example]]
name = "debug_canvas2"
path = "examples/debug_canvas2.rs"

[[example]]
name = "debug_mathml"
path = "examples/debug_mathml.rs"

[[example]]
name = "render_to_text"
path = "examples/render_to_text.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "single_equation"
path = "examples/single_equation.rs"

[[example]]
name = "test_lim"
path = "examples/test_lim.rs"

[dependencies.crossterm]
version = "0.28"

[dependencies.latex2mathml]
version = "0.2"

[dependencies.once_cell]
version = "1.19"

[dependencies.ratatui]
version = "0.29"

[dependencies.roxmltree]
version = "0.20"

[dependencies.unicode-segmentation]
version = "1.11"

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

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