# 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 = "2018" name = "mask" version = "0.11.6" authors = ["Jacob Deichert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI task runner defined by a simple markdown file" readme = "README.md" keywords = [ "cli", "task", "command", "make", "markdown", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools::build-utils", "parser-implementations", ] license = "MIT" repository = "https://github.com/jacobdeichert/mask" [[bin]] name = "mask" path = "src/main.rs" [[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" [dependencies.clap] version = "2.33" features = ["wrap_help"] [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"