lua-stdlib 0.0.16

A Lua 5.4 interpreter implemented in safe Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lua-gc"
version = "0.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65a01cb19e797018eb26d818d444155372f8c094edb5fb9c925f6b1bb0420d2c"

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

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

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