[package] name = "cpp_rs" version = "0.1.0" authors = ["Jeb Brooks "] edition = "2018" license = "MIT/Apache-2.0" description = "[Not currently ready] A C Preprocessor library and associated binary." [[bin]] name = "cpp" required-features = ["build-binary"] [features] build-binary = ["structopt"] [dependencies] itertools = "0.8.0" log = "0.4.6" regex = "1.1.0" owning_ref = "0.4.0" # These dependencies are for the binary only structopt = { version = "0.2.14", optional = true } [dev-dependencies] env_logger = { version = "0.6.0", default-features = false }