run_script 0.1.3

Run shell scripts in rust.
Documentation
# 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 = "run_script"
version = "0.1.3"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
include = ["/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
description = "Run shell scripts in rust."
homepage = "http://github.com/sagiegurari/run_script"
documentation = "https://sagiegurari.github.io/run_script/api/run_script/index.html"
readme = "README.md"
keywords = ["shell", "scripts", "os", "command", "runner"]
categories = ["command-line-interface", "command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/sagiegurari/run_script.git"
[dependencies.rand]
version = "^0.3.17"

[features]
default = []
[badges.appveyor]
branch = "master"
project_name = "sagiegurari/run-script"
repository = "sagiegurari/run_script"
service = "github"

[badges.codecov]
branch = "master"
repository = "sagiegurari/run_script"
service = "github"

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