lua-vm 0.0.12

A Lua 5.4 interpreter implemented in safe Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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