[package] name = "tinyexpr" version = "0.1.1" description = "Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. A work in progress port of TinyExpr library to Rust." keywords = ["tinyexpr", "math", "expression", "parser"] license = "MIT/Apache-2.0" authors = ["Krzysztof Kondrak "] repository = "https://github.com/kondrak/tinyexpr-rs" homepage = "https://github.com/kondrak/tinyexpr-rs" documentation = "https://docs.rs/tinyexpr" [dependencies] bitflags = "0.7"