# 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 = "mlua_proc_macro" version = "0.1.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate is used to convert structs into lua tables with mlua" readme = "README.md" license = "MIT" [lib] name = "mlua_proc_macro" path = "src/lib.rs" proc-macro = true [[bin]] name = "mlua_proc_macro" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.mlua] version = "0.9.9" features = [ "vendored", "luajit", ] [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.syn] version = "2.0.70" features = ["full"]