[package] name = "cclean" description = "a cmake sanitizer" version = "0.0.2" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/cclean" [dependencies] die = "0.2.0" getopts = "0.2.21" lazy_static = "1.4.0" tinyrick = { version = "^0.0.9", optional = true } tinyrick_extras = { version = "^0.0.6", optional = true } [features] letmeout = ["tinyrick", "tinyrick_extras"] [lib] name = "cclean" [[bin]] name = "cclean" path = "src/cclean.rs" [[bin]] name = "tinyrick" path = "tinyrick.rs" required-features = ["letmeout"]