lua-vm 0.0.33

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

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

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