# 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 = "checkexec" version = "0.2.0" authors = ["Kurt Wolf "] description = "Conditionally run a command in a CLI (like Make, as a standalone tool)" keywords = ["make", "just", "makefile", "task", "build"] categories = ["development-tools", "development-tools::build-utils", "command-line-utilities"] license = "MIT" repository = "https://github.com/kurtbuilds/checkexec" [dependencies.clap] version = "3.0.0-rc.4" features = ["color", "env", "suggestions"] [dependencies.shell-escape] version = "0.1.5" [dependencies.tempdir] version = "0.3.7" [dev-dependencies.tempfile] version = "3.2.0"