# 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 = "mexe" version = "0.2.0" authors = ["Y. D. Santos "] description = "Simple arithmetic expression evaluator" homepage = "https://github.com/yds12/mexe" documentation = "https://docs.rs/mexe/latest/" readme = "README.md" keywords = [ "arithmetic", "eval", "expression", "parse", "evaluator", ] categories = [ "development-tools", "mathematics", "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/yds12/mexe" resolver = "2" [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.evalexpr] version = "8.1" [dev-dependencies.fasteval] version = "0.2" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.glc] version = "0.4" [dev-dependencies.meval] version = "0.2"