[package]
edition = "2024"
rust-version = "1.88"
name = "graphitepdf-math"
version = "0.3.0"
authors = ["admirsaheta <admir@flyrank.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mathematical typesetting for GraphitePDF."
homepage = "https://github.com/admirsaheta/graphite-pdf"
documentation = "https://docs.rs/graphitepdf-math"
readme = "README.md"
keywords = [
"pdf",
"math",
"typesetting",
"graphics",
"renderer",
]
categories = [
"graphics",
"rendering",
]
license-file = "LICENSE"
repository = "https://github.com/admirsaheta/graphite-pdf"
[lib]
name = "graphitepdf_math"
path = "src/lib.rs"
[dependencies.graphitepdf-errors]
version = "0.3.0"
[dependencies.graphitepdf-primitives]
version = "0.3.0"
[dependencies.graphitepdf-svg]
version = "0.3.0"
[dependencies.mathjax-svg-rs]
version = "=0.4.0"
[dependencies.thiserror]
version = "1.0"