# 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 = "lua-macro" version = "0.1.1" description = "Embed Lua code directly into your Rust, for some reason" keywords = [ "cursed", "lua", "embed", "another-language", ] categories = [ "development-tools", "development-tools::ffi", "compilers", ] license = "MIT" repository = "https://github.com/ry00001/inline-lua" [dependencies.lua-macro-impl] version = "^0.1.0" [dependencies.mlua] version = "0.7.4" features = ["lua54"] [dependencies.quote] version = "1.0.15"