lua-stdlib 0.4.1

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

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

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

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