[package]
name = "shell2batch"
version = "0.1.0"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
include = ["/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
description = "Coverts simple basic shell scripts to windows batch scripts."
homepage = "http://github.com/sagiegurari/shell2batch"
documentation = "https://sagiegurari.github.io/shell2batch/api/shell2batch/index.html"
readme = "README.md"
keywords = ["scripting", "shell", "batch", "conversion"]
categories = ["command-line-utilities", "text-processing"]
license = "Apache-2.0"
repository = "https://github.com/sagiegurari/shell2batch.git"
[features]
default = []
[badges.appveyor]
service = "github"
project_name = "sagiegurari/shell2batch"
repository = "sagiegurari/shell2batch"
branch = "master"
[badges.travis-ci]
branch = "master"
repository = "sagiegurari/shell2batch"
[badges.codecov]
repository = "sagiegurari/shell2batch"
service = "github"
branch = "master"