cargo-make 0.3.72

Rust task runner and build tool.
[badges.appveyor]
branch = "master"
repository = "sagiegurari/cargo-make"
service = "github"

[badges.codecov]
branch = "master"
repository = "sagiegurari/cargo-make"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "sagiegurari/cargo-make"
[dependencies.clap]
version = "^2.26.0"

[dependencies.glob]
version = "^0.2.11"

[dependencies.rand]
version = "^0.3.16"

[dependencies.serde]
version = "^1.0.11"

[dependencies.serde_derive]
version = "^1.0.12"

[dependencies.toml]
version = "^0.4.5"

[features]
default = []

[package]
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
categories = ["development-tools", "development-tools::cargo-plugins", "development-tools::build-utils", "development-tools::testing"]
description = "Rust task runner and build tool."
documentation = "https://sagiegurari.github.io/cargo-make"
homepage = "https://sagiegurari.github.io/cargo-make"
include = ["/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
keywords = ["task", "build", "cargo", "plugin", "subcommand"]
license = "Apache-2.0"
name = "cargo-make"
readme = "README.md"
repository = "https://github.com/sagiegurari/cargo-make.git"
version = "0.3.72"