mk-rs-shell 0.2.3

Shell abstraction for mk: sh, rc implementations
Documentation
# 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-shell"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shell abstraction for mk: sh, rc implementations"
documentation = "https://docs.rs/mk-rs-shell"
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

[features]
duckscript = [
    "dep:duckscript",
    "dep:duckscriptsdk",
]

[lib]
name = "mk_rs_shell"
path = "src/lib.rs"

[dependencies.duckscript]
version = "0.10"
optional = true

[dependencies.duckscriptsdk]
version = "0.11"
optional = true

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