# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "exmex" version = "0.20.3" authors = ["Behrang Shafei "] include = [ "**/*.rs", "Cargo.toml", ] description = "fast, simple, and extendable mathematical expression evaluator able to compute partial derivatives" homepage = "https://github.com/bertiqwerty/exmex/" documentation = "https://docs.rs/exmex" readme = "README.md" keywords = [ "math", "parser", "expression", "eval", "differentiation", ] categories = [ "parser-implementations", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bertiqwerty/exmex/" [package.metadata.docs.rs] all-features = true [profile.release] debug = 2 [profile.test] opt-level = 3 [[bench]] name = "benchmark" harness = false [dependencies.lazy_static] version = "1.5.0" [dependencies.num] version = "0.4.3" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" optional = true [dependencies.smallvec] version = "1.13.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.evalexpr] version = "11.3.0" [dev-dependencies.fasteval] version = "0.2.4" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.120" [dev-dependencies.serde_test] version = "1.0.176" [dev-dependencies.toml] version = "0.8.16" [features] partial = [] value = [] [badges.maintenance] status = "actively-developed"