lua-vm 0.0.3

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-gc"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d902b3790721622c0eca23a23053775fb7920b0a54272117c7c53aae3af92168"

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

[[package]]
name = "lua-vm"
version = "0.0.3"
dependencies = [
 "lua-gc",
 "lua-types",
]