lua-rs-hlua-shim 0.0.13

Drop-in replacement for the `hlua` 0.4 embedding API, backed by the pure-Rust lua-rs VM. Lets hlua-based consumers (authoscope, sn0int) run on lua-rs behind a feature flag.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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

[[package]]
name = "lua-parse"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7668acf4d5198a993b15bb71731fede3036412a62af402d3240a089d64a9b5d1"
dependencies = [
 "lua-code",
 "lua-lex",
 "lua-types",
 "lua-vm",
]

[[package]]
name = "lua-rs-hlua-shim"
version = "0.0.13"
dependencies = [
 "lua-parse",
 "lua-stdlib",
 "lua-types",
 "lua-vm",
]

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

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

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