makers 0.8.0

a POSIX-compatible make implemented in Rust
[[bin]]
name = "makers"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.20"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.dirs]
optional = true
version = "5.0.1"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.eyre]
version = "0.6.12"

[dependencies.glob]
optional = true
version = "0.3.1"

[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"]

[package]
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "a POSIX-compatible make implemented in Rust"
edition = "2021"
keywords = ["build", "make"]
license-file = "LICENSE.txt"
name = "makers"
readme = "README.md"
repository = "https://code.boringcactus.com/makers/"
version = "0.8.0"

[[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"