lua-vm 0.0.22

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

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

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