lua-coro 0.0.31

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-coro"
version = "0.0.31"
dependencies = [
 "lua-types",
]

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

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