luby/crates/luajit-sys/Cargo.toml

22 lines
278 B
TOML

[package]
name = "luajit-sys"
version = "0.1.0"
edition = "2024"
[lib]
path = "lib.rs"
[features]
default = ["jit", "ffi", "lua52"]
runtime = []
jit = []
ffi = []
unwind = []
bundled-alloc = []
lua52 = []
[build-dependencies]
bindgen = "0.71.1"
cc = "1.2.26"
which = "8.0.0"