[package] name = "modelthing" version = "0.1.0" authors = ["bnewbold "] build = "src/build.rs" # eg, LALRPOP preprocessing [build-dependencies] lalrpop = "0.12" [dependencies] getopts = "^0.2" toml = "0.2" log = "0.3" env_logger = "0.3" lalrpop-util = "^0.12.4" markdown = "0.1" colored = "1.3" # parser util rustc-serialize = "0.3" docopt = "0.6" # webface pencil = "0.3" [features] # this effectively enables the feature `no-color` of colored when testing test = ["colored/no-color"]