lua-stdlib 0.7.0

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

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

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

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