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