[package] name = "cfgcomment" description = "Universal comment conditional compilation preprocessor" authors = ["Yaroslav Bolyukin "] license = "MIT" version = "0.3.0" edition = "2018" [dependencies] structopt = { version = "0.3.23", features = ["color", "suggestions", "wrap_help"] } cfgcomment-core = { version = "0.3.0", path = "../../crates/core" } git-filter-server = "0.1.3" tracing-subscriber = { version = "0.2.20", features = ["tracing-log"] } tracing = "0.1.26" anyhow = "1.0.43"