lua-rs-derive 0.0.17

Derive macros for the lua-rs embedding API (LuaUserData, lua_methods).
Documentation
# 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"
rust-version = "1.77"
name = "lua-rs-derive"
version = "0.0.17"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the lua-rs embedding API (LuaUserData, lua_methods)."
homepage = "https://github.com/ianm199/lua-rs"
readme = false
license = "MIT"
repository = "https://github.com/ianm199/lua-rs"

[lib]
name = "lua_rs_derive"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "field_visibility"
path = "tests/field_visibility.rs"

[[test]]
name = "full"
path = "tests/full.rs"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
]

[dev-dependencies]

[lints.rust]
unsafe_code = "forbid"