[build-dependencies.lalrpop]
version = "0.20.2"
[dependencies.anyhow]
version = "1.0.80"
[dependencies.cordic]
version = "0.1.5"
[dependencies.fixed]
features = ["std"]
version = "1.26.0"
[dependencies.lalrpop-util]
features = ["lexer", "unicode"]
version = "0.20.2"
[dependencies.serde]
version = "1.0.197"
[lib]
name = "equationx"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Library for parsing and evaluating simple mathematical expressions/equations "
edition = "2021"
homepage = "https://github.com/schism-pl/equationx"
license = "MIT"
name = "equationx"
readme = "README.md"
repository = "https://github.com/schism-pl/equationx"
version = "0.1.1"