[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"