example = []
[dependencies.allocator-api2]
default-features = false
features = ["alloc"]
version = "0.2.16"
[features]
auxlib = []
default = ["auxlib", "stdlibs"]
stdlibs = []
use-32-bits = []
[package]
authors = ["[aka]bomb"]
description = "`#![no_std]` bindings to Lua 5.4"
edition = "2021"
license = "MIT"
name = "lunka"
readme = "README.md"
repository = "https://github.com/b0mbie/lunka"
version = "0.3.0"