# 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 = "unmake" version = "0.0.18" authors = ["Andrew Pennebaker "] description = "a makefile linter" homepage = "https://github.com/mcandre/unmake" documentation = "https://docs.rs/unmake/latest/unmake/" readme = "README.md" license = "BSD-2-Clause" [lib] name = "unmake" [[bin]] name = "unmake" path = "src/bin/unmake.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.peg] version = "=0.8.1" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tinyrick] version = "=0.0.14" optional = true [dependencies.tinyrick_extras] version = "=0.0.8" optional = true [dependencies.walkdir] version = "2.3.3" [features] letmeout = [ "tinyrick", "tinyrick_extras", ]