lua-stdlib 0.4.3

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

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

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

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