ratatex 0.1.0

TeX-quality display math for Ratatui with Kitty Unicode placeholders
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.86"
name = "ratatex"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TeX-quality display math for Ratatui with Kitty Unicode placeholders"
homepage = "https://github.com/gakonst/ratatex"
documentation = "https://docs.rs/ratatex"
readme = "README.md"
keywords = [
    "ratatui",
    "latex",
    "terminal",
    "kitty",
    "math",
]
categories = [
    "command-line-interface",
    "rendering",
]
license = "MIT"
repository = "https://github.com/gakonst/ratatex"

[features]
default = ["terminal-probe"]
terminal-probe = ["dep:ratatui-image"]

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

[[example]]
name = "demo"
path = "examples/demo.rs"
required-features = ["terminal-probe"]

[dependencies.base64]
version = "0.22.1"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.directories]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.image]
version = "0.25.6"
features = ["png"]
default-features = false

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

[dependencies.ratatui-image]
version = "9.0.0"
features = ["crossterm"]
optional = true
default-features = false

[dependencies.ratex-layout]
version = "0.1.14"

[dependencies.ratex-parser]
version = "0.1.14"

[dependencies.ratex-render]
version = "0.1.14"
features = ["embed-fonts"]

[dependencies.ratex-types]
version = "0.1.14"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3