[[example]]
name = "interpreter"
[[example]]
name = "push-trait"
[[example]]
crate-type = ["cdylib"]
name = "os2"
[features]
alloc = []
auxlib = []
default = ["alloc", "auxlib", "stdlibs", "link-lua54"]
link-lua54 = []
link-static = ["link-lua54"]
stdlibs = []
use-32-bits = []
[package]
authors = ["[aka]bomb"]
description = "Pretty thin bindings to Lua 5.4"
documentation = "https://docs.rs/lunka"
edition = "2021"
keywords = ["lua"]
license = "MIT"
name = "lunka"
readme = "README.md"
repository = "https://github.com/b0mbie/lunka"
version = "0.9.0"