lua-vm 0.0.7

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

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

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