[build-dependencies.cc]
version = "1.0"
[build-dependencies.cfg-if]
version = "1.0"
[build-dependencies.lua-src]
optional = true
version = ">= 547.0.0, < 547.1.0"
[build-dependencies.luajit-src]
optional = true
version = ">= 210.5.0, < 210.6.0"
[build-dependencies.luau0-src]
optional = true
version = "0.11.1"
[build-dependencies.pkg-config]
version = "0.3.17"
[dependencies]
[features]
lua51 = []
lua52 = []
lua53 = []
lua54 = []
luajit = []
luajit52 = ["luajit"]
luau = ["luau0-src"]
luau-codegen = ["luau"]
luau-vector4 = ["luau"]
module = []
vendored = ["lua-src", "luajit-src"]
[lib]
name = "mlua_sys"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(raw_dylib)"]
level = "allow"
priority = 0
[package]
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build/main.rs"
categories = ["external-ffi-bindings"]
description = """
Low level (FFI) bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau
"""
documentation = "https://docs.rs/mlua-sys"
edition = "2021"
license = "MIT"
links = "lua"
name = "mlua-sys"
readme = "README.md"
repository = "https://github.com/khvzak/mlua"
rust-version = "1.71"
version = "0.6.5"
[package.metadata.docs.rs]
features = ["lua54", "vendored"]
rustdoc-args = ["--cfg", "docsrs"]