[package] name = "modelica-parser-lalrpop" version = "0.1.0" authors = ["bnewbold "] description = """ Partial (work in progress) parser for the modelica language using the LALRPOP rust parser crate. """ keywords = ["modelica", "lalrpop", "parser"] build = "build.rs" # LALRPOP preprocessing license = "MIT" readme = "README.md" [lib] name = "modelica_parser" [dependencies] lalrpop-util = "^0.12.4" colored = "1.3" regex = "^0.1" lazy_static = "^0.2" [build-dependencies] lalrpop = "0.12" [features] # this effectively enables the feature `no-color` of colored when testing test = ["colored/no-color"]