# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "cclean" version = "0.0.2" authors = ["Andrew Pennebaker "] description = "a cmake sanitizer" homepage = "https://github.com/mcandre/cclean" readme = "README.md" license = "BSD-2-Clause" [lib] name = "cclean" [[bin]] name = "cclean" path = "src/cclean.rs" [[bin]] name = "tinyrick" path = "tinyrick.rs" required-features = ["letmeout"] [dependencies.die] version = "0.2.0" [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.tinyrick] version = "^0.0.9" optional = true [dependencies.tinyrick_extras] version = "^0.0.6" optional = true [features] letmeout = [ "tinyrick", "tinyrick_extras", ]