mkrs 0.25.1

Build automation tool
# 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 = "2024"
name = "mkrs"
version = "0.25.1"
build = false
autolib = 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 = "1.0.0"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.clap-cargo]
version = "0.18.3"

[dependencies.dep-graph]
version = "0.2.0"
default-features = false

[dependencies.expanduser]
version = "1.2.2"

[dependencies.glob]
version = "0.3.3"

[dependencies.globset]
version = "0.4.18"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.pulldown-cmark]
version = "0.13.1"
features = ["simd"]

[dependencies.regex]
version = "1.12.3"

[dependencies.shlex]
version = "1.3.0"

[dependencies.sprint]
version = "0.12.4"

[dependencies.toml]
version = "1.0.3"

[target."cfg(unix)".dependencies.pager2]
version = "0.6.4"