shell2batch 0.4.5

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

[dependencies]
regex = "^1"

[dev-dependencies]
doc-comment = "^0.3"

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