mlua-sys 0.2.0

Low level (FFI) bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "lua-src"
version = "546.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cb00c1380f1b4b4928dd211c07301ffa34872a239e590bd3219d9e5b213face"
dependencies = [
 "cc",
]

[[package]]
name = "luajit-src"
version = "210.4.5+resty2cf5186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b7992a40e602786272d84c6f2beca44a588ededcfd57b48ec6f82008a7cb97"
dependencies = [
 "cc",
]

[[package]]
name = "luau0-src"
version = "0.5.9+luau579"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039ae8683d8d8c1c5dc99ba14f83a9489d020903e8f211df10f313ac1518fa1d"
dependencies = [
 "cc",
]

[[package]]
name = "mlua-sys"
version = "0.2.0"
dependencies = [
 "cc",
 "cfg-if",
 "lua-src",
 "luajit-src",
 "luau0-src",
 "pkg-config",
]

[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"