[package] name = "litua" description = "Read a text document, receive its tree in Lua and manipulate it before representing it as string" repository = "https://github.com/typho/litua" readme = "README.md" license = "MIT" version = "2.0.0" authors = ["tajpulo "] edition = "2021" keywords = ["markup", "content-tree", "lua", "document-generation"] categories = ["command-line-utilities", "compilers", "encoding", "text-processing"] [dependencies] mlua = { version = "0.8.8", features = ["lua54", "vendored"] } clap = { version = "4.2.1", features = ["derive"] }