lua-rs-hlua-shim 0.0.10

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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510a03ef01effe6e0ab3052cb8c0cb5bc061cd46458c100231023a8510756a1b"
dependencies = [
 "lua-types",
 "lua-vm",
]

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

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

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

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

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

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

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