[dependencies]
[features]
lua51 = []
luau = []
[lib]
name = "lua_bytecode"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lua bytecode parser/encoder for lua5.1 and luau"
edition = "2024"
license = "GPL-3.0-only"
name = "lua-bytecode"
readme = "README.md"
repository = "https://github.com/lua-tools/lua-bytecode"
version = "0.3.1"
[[test]]
name = "lua51"
path = "tests/lua51.rs"
[[test]]
name = "luau"
path = "tests/luau.rs"