exmex 0.16.1

fast, simple, and extendable mathematical expression evaluator able to compute partial derivatives
Documentation
[package]

name = "exmex"

version = "0.16.1"  # check html document root in lib.rs and the Readme.md

authors = ["Behrang Shafei <https://github.com/bertiqwerty>"]

edition = "2018"

license = "MIT OR Apache-2.0"

documentation = "https://docs.rs/exmex"

description = "fast, simple, and extendable mathematical expression evaluator able to compute partial derivatives"

repository = "https://github.com/bertiqwerty/exmex/"

homepage = "https://github.com/bertiqwerty/exmex/"

readme = "README.md"

keywords = ["math", "parser", "expression", "eval", "differentiation"]

categories = ["parser-implementations", "science"]

include = ["**/*.rs", "Cargo.toml"]



[badges]

maintenance = { status = "actively-developed" }



[dependencies]

regex = "1.6.0"

num = "0.4.0"

smallvec = "1.9.0"

lazy_static = "1.4.0"

serde = { version="1.0.144", optional = true }



[profile.test]

opt-level = 3



[profile.release]

debug = true



[features]

value = []

partial = []



[package.metadata.docs.rs]

all-features = true



[dev-dependencies]

rand = "0.8.5"

itertools = "0.10.3"

criterion = "0.3.6"

meval = "0.2.0"

fasteval = "0.2.4"

rsc = "2.0.0"

evalexpr = "8.1.0"

serde_test = "1.0.144"

serde_json = "1.0.85"



[[bench]]

name = "benchmark"

harness = false