# 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 = "lush" version = "0.1.8" authors = ["Thiago Massari Guedes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LuSH is a lua for shell scripts - embedded in a single binary, easy to share, to run everywhere" homepage = "https://gitlab.com/thiagomg/lush" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/thiagomg/lush" [[bin]] name = "lush" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.mlua] version = "0.9.9" features = [ "vendored", "lua54", ] [dependencies.regex] version = "1.11.0" [dependencies.sysinfo] version = "0.32.0" [dependencies.whoami] version = "1.5.2" [dependencies.zip] version = "2.2.0" features = ["deflate"]