lua-rs-hlua-shim 0.0.18

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

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

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

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

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

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

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

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