[package] name = "shroom" version = "0.0.1" authors = ["XullTheEaterOfWorlds"] edition = "2018" description = "A library for evaluating strings as expressions. This is an experimental version, the crate is unstable and most of the features are yet to be tested." include = ["src/*.rs", "build.rs", "README.md", "src/*.lalrpop", "Cargo.toml"] license = "GPL-3.0-only" readme = "README.md" keywords = ["string", "expression", "evaluation"] [build-dependencies] lalrpop = "0.16.3" [dependencies] lalrpop-util = "0.16.3" regex = "0.2.1"