rshc 0.2.0

rshc: Rust compile shell script(or expect script) to Rust code and binary.
# 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 = "2018"
name = "rshc"
version = "0.2.0"
authors = ["Yukang <moorekang@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rshc: Rust compile shell script(or expect script) to Rust code and binary."
homepage = "https://github.com/chenyukang/rshc"
readme = "README.md"
keywords = [
    "shell",
    "binary",
    "script",
]
license = "MIT"
repository = "https://github.com/chenyukang/rshc"

[[bin]]
name = "rshc"
path = "src/main.rs"

[dependencies.clap]
version = "2"

[dependencies.dialoguer]
version = "0.3.0"

[dependencies.rand]
version = "0.6.1"

[dependencies.sha2]
version = "0.10"