lua-stdlib 0.3.6

omniLua's Lua standard library — internal crate; depend on `omnilua`.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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

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