lua-assembler 0.0.4

Parse and write Lua .luac bytecode
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lua-assembler"
version = "0.0.4"
authors = ["Gaia Team <192607617@qq.com>"]
build = false
exclude = ["package.json"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and write Lua .luac bytecode"
homepage = "https://gaia-assembly.netlify.app/backends/lua/"
documentation = "https://docs.rs/lua-assembler"
readme = "readme.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-gaia/tree/main/examples/lua-assembler"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
easy-test = []

[lib]
name = "lua_assembler"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.gaia-types]
version = "0.0.4"

[dependencies.oak-core]
version = "0.0.2"

[dependencies.oak-lua]
version = "0.0.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies]