lua-stdlib 0.3.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.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25c55e611ba65f12104cdb0545607e0c70ef842883a778730a64e27436ae9517"

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

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

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