# 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] edition = "2021" name = "makers" version = "0.8.0" authors = ["boringcactus / Melody Horn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a POSIX-compatible make implemented in Rust" readme = "README.md" keywords = [ "build", "make", ] categories = ["development-tools"] license-file = "LICENSE.txt" repository = "https://code.boringcactus.com/makers/" [[bin]] name = "makers" path = "src/main.rs" [[test]] name = "conditional_assignment_inheritance" path = "tests/conditional_assignment_inheritance.rs" [[test]] name = "rule_specific_macros" path = "tests/rule_specific_macros.rs" [[test]] name = "update_logic" path = "tests/update_logic.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" optional = true [dependencies.env_logger] version = "0.11.5" [dependencies.eyre] version = "0.6.12" [dependencies.glob] version = "0.3.1" optional = true [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.11.0" [dev-dependencies.tempfile] version = "3.13.0" [features] default = ["full"] full = [ "dirs", "glob", ]