[dependencies.mathengine-lexer]
version = "0.1.0"
[dependencies.mathengine-units]
version = "0.1.0"
[lib]
name = "mathengine_parser"
path = "src/lib.rs"
[package]
authors = ["Javier Feliz <javif89>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "mathematics", "science"]
description = "Robust parser for mathematical expressions with unit support using Pratt parsing"
documentation = "https://docs.rs/mathengine"
edition = "2024"
homepage = "https://github.com/javif89/mathengine"
keywords = ["math", "parser", "calculator", "units", "conversion"]
license = "MIT OR Apache-2.0"
name = "mathengine-parser"
readme = "README.md"
repository = "https://github.com/javif89/mathengine"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"