[package] name = "luajit-sys" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true repository.workspace = true [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"