math-core 0.1.0

Convert LaTeX equations to MathML Core
Documentation
[dependencies.dtoa]
version = "1.0"

[dependencies.phf]
features = ["macros"]
version = "0.11.3"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.stable-arena]
default-features = false
version = "0.2.0"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dev-dependencies.insta]
features = ["default", "ron"]
version = "1.41.1"

[dev-dependencies.regex]
version = "1.11.1"

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

[features]
serde = ["dep:serde"]

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

[package]
authors = ["Hiromu Sugiura <h.sugiura0705@outlook.com>", "Thomas MK <tmke8@posteo.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Convert LaTeX equations to MathML Core"
edition = "2024"
exclude = ["/src/snapshots", "/src/latex_parser/snapshots", "/tests/snapshots"]
keywords = ["latex", "mathml"]
license = "MIT"
name = "math-core"
readme = "README.md"
repository = "https://github.com/tmke8/math-core"
resolver = "2"
rust-version = "1.87"
version = "0.1.0"

[[test]]
name = "wiki_test"
path = "tests/wiki_test.rs"