[package]
name = "math-core-cli"
description = "CLI for converting LaTeX equations to MathML Core"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
readme = "README.md"
keywords = ["latex", "mathml"]
categories = ["science"]
[[bin]]
name = "mathcore"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
math-core = { path = "../math-core", features = ["serde"], version = "0.2.1" }
memchr = { workspace = true }
phf = { version = "0.13.1", features = ["macros"] }
toml = "0.9.10"
serde = { workspace = true }