# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "shell2batch" version = "0.4.5" authors = ["Sagie Gur-Ari "] 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" [dependencies.regex] version = "^1" [dev-dependencies.doc-comment] version = "^0.3" [badges.codecov] branch = "master" repository = "sagiegurari/shell2batch" service = "github"