[[bin]]
name = "mask"
path = "src/main.rs"
[dependencies.clap]
features = ["wrap_help"]
version = "2.33"
[dependencies.colored]
version = "2"
[dependencies.mask-parser]
version = "0.2"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "1"
[dev-dependencies.assert_fs]
version = "1"
[dev-dependencies.predicates]
version = "1"
[package]
authors = ["Jacob Deichert <git@jakedeichert.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "development-tools::build-utils", "parser-implementations"]
description = "A CLI task runner defined by a simple markdown file"
edition = "2018"
keywords = ["cli", "task", "command", "make", "markdown"]
license = "MIT"
name = "mask"
readme = "README.md"
repository = "https://github.com/jacobdeichert/mask"
version = "0.11.6"
[[test]]
name = "arguments_and_flags_test"
path = "tests/arguments_and_flags_test.rs"
[[test]]
name = "env_vars_test"
path = "tests/env_vars_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "introspect_test"
path = "tests/introspect_test.rs"
[[test]]
name = "subcommands_test"
path = "tests/subcommands_test.rs"
[[test]]
name = "supported_runtimes_test"
path = "tests/supported_runtimes_test.rs"