[package] name = "luajit" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true repository.workspace = true [features] runtime = ["luajit-sys/runtime"] unwind = ["luajit-sys/unwind"] [dependencies] bitflags = { version = "2.9.1", features = ["std"] } bstr = "1.12.0" luaffi = { path = "../luaffi" } luajit-sys = { path = "../luajit-sys" } thiserror = "2.0.12"