mk-rs 0.2.4

mk-rust CLI: Plan 9 mk compatible command-line 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 = "2021"
name = "mk-rs"
version = "0.2.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mk-rust CLI: Plan 9 mk compatible command-line tool"
documentation = "https://docs.rs/mk-rs"
readme = false
keywords = [
    "mk",
    "make",
    "build",
    "plan9",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/e4779/mk-rs"

[package.metadata.docs.rs]
all-features = true

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/mk-{ version }-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[features]
default = []
duckscript = ["mk-rs-shell/duckscript"]

[[bin]]
name = "mk"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.mk-rs-core]
version = "0.2.2"

[dependencies.mk-rs-shell]
version = "0.2.2"