[package] name = "lotus-lua" authors = ["Nick Iapalucci"] repository = "https://github.com/orgs/lotus-shell/lotus-lua" keywords = ["lua", "lotus", "shell"] categories = ["parsers"] version = "0.10.16" edition = "2021" readme = "README.md" license = "MIT" description = "Lua dialect for shell scripting with the Lotus shell" exclude = [ "tests/*" ] [dependencies] anyhow = "1.0.75" clap = { version = "4.4.11", features = ["derive"] } mlua = { version = "0.9.2", features = ["lua54"] } pest = "2.7.5" pest_derive = "2.7.5" regex = "1.10.2" regex-macro = "0.2.0" [lib] name = "lotus_lua" path = "src/lib.rs" [[bin]] name = "lotus" path = "src/bin.rs"