[package] name = "mkrs" version = "0.19.1" edition = "2021" description = "Build automation tool" repository = "https://github.com/qtfkwk/mkrs" license = "MIT" [dependencies] anstream = "0.6.17" anyhow = "1.0.91" clap = { version = "4.5.20", features = ["derive", "wrap_help"] } clap-cargo = "0.14.1" dep-graph = { version = "0.2.0", default-features = false } glob = "0.3.1" indexmap = "2.6.0" lazy_static = "1.5.0" owo-colors = "4.1.0" pulldown-cmark = { version = "0.12.2", features = ["simd"] } shlex = "1.3.0" sprint = "0.11.0" [target.'cfg(unix)'.dependencies] pager = "0.16.1"