exmex 0.20.5

fast, simple, and extendable mathematical expression evaluator able to compute partial derivatives
Documentation
[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "exmex"
path = "src/main.rs"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.regex]
version = "1.11.3"

[dependencies.serde]
optional = true
version = "1.0.228"

[dependencies.smallvec]
version = "1.15.1"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.serde_test]
version = "1.0.177"

[dev-dependencies.toml]
version = "0.9.7"

[features]
partial = []
value = []

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

[package]
authors = ["Behrang Shafei <https://github.com/bertiqwerty>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "science"]
description = "fast, simple, and extendable mathematical expression evaluator able to compute partial derivatives"
documentation = "https://docs.rs/exmex"
edition = "2021"
homepage = "https://github.com/bertiqwerty/exmex/"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["math", "parser", "expression", "eval", "differentiation"]
license = "MIT OR Apache-2.0"
name = "exmex"
readme = "README.md"
repository = "https://github.com/bertiqwerty/exmex/"
version = "0.20.5"

[package.metadata.docs.rs]
all-features = true

[profile.release]
debug = 2

[profile.test]
opt-level = 3

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

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

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

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