lua-stdlib 0.3.5

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

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

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

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