cargo-make 0.3.45

Rust task runner and build tool.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.serde_derive]
version = "^1.0.11"

[dependencies.serde]
version = "^1.0.11"

[dependencies.clap]
version = "^2.26.0"

[dependencies.rand]
version = "^0.3.16"

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

[badges.travis-ci]
branch = "master"
repository = "sagiegurari/cargo-make"

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