lua-stdlib 0.0.20

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

[[package]]
name = "lua-stdlib"
version = "0.0.20"
dependencies = [
 "lua-types",
 "lua-vm",
]

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

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