lua-code 0.0.4

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lua-code"
version = "0.0.4"
dependencies = [
 "lua-types",
 "lua-vm",
]

[[package]]
name = "lua-gc"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138f84bf22c8c0e3ebe265c7e5cc3f260d6fec7ed61bf9df7eae69f1e7bb5c21"

[[package]]
name = "lua-types"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a02da2cad5be2a4cdfe6d435ac4c1567f30b35d4899961cbe71763279b95fc"
dependencies = [
 "lua-gc",
]

[[package]]
name = "lua-vm"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b8b1fa7ac76d02410667652bf12a2c7f1cd12ecbd5364ea81b33044335f09"
dependencies = [
 "lua-gc",
 "lua-types",
]