# 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 = "mkrs" version = "0.19.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build automation tool" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/mkrs" [[bin]] name = "mkrs" path = "src/main.rs" [dependencies.anstream] version = "0.6.17" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.dep-graph] version = "0.2.0" default-features = false [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.6.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.owo-colors] version = "4.1.0" [dependencies.pulldown-cmark] version = "0.12.2" features = ["simd"] [dependencies.shlex] version = "1.3.0" [dependencies.sprint] version = "0.11.0" [target."cfg(unix)".dependencies.pager] version = "0.16.1"