[build-dependencies.lunka-src]
optional = true
version = "54.8.0"
[[example]]
name = "hello"
path = "examples/hello.rs"
[[example]]
crate-type = ["cdylib"]
name = "hello_lib"
path = "examples/hello_lib.rs"
[[example]]
name = "interpreter"
path = "examples/interpreter.rs"
[[example]]
crate-type = ["cdylib"]
name = "os2"
path = "examples/os2.rs"
[[example]]
name = "push_trait"
path = "examples/push_trait.rs"
[[example]]
name = "string_enum"
path = "examples/string_enum.rs"
[features]
alloc = []
auxlib = []
default = ["alloc", "auxlib", "stdlibs", "link-vendored"]
link-dynamic = ["link-system"]
link-system = []
link-vendored = ["dep:lunka-src"]
stdlibs = []
use-32-bits = []
[lib]
name = "lunka"
path = "src/lib.rs"
[package]
authors = ["[aka]bomb"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Pretty thin bindings to Lua 5.4"
documentation = "https://docs.rs/lunka"
edition = "2024"
keywords = ["lua"]
license = "MIT"
name = "lunka"
readme = "README.md"
repository = "https://github.com/b0mbie/lunka"
version = "0.11.0"