[package] name = "rsbash" version = "2.1.0" edition = "2021" authors = ["Luke Elliot "] license = "MIT" readme = "README.md" repository = "https://github.com/TheGratefulDev/rash" description = """ run bash commands from rust. """ keywords = ["bash", "command", "linux", "shell", "unix"] categories = ["command-line-interface", "os", "os::unix-apis"] [lib] path = "src/lib.rs" [dependencies] anyhow = "1.0.68" libc = "0.2" lazy_static = "1.4" shell-words = "1.1.0" tempfile = "3.3.0" thiserror = "1.0.38" [dev-dependencies] rand = "0.8.5" rstest = "0.17.0"