lua-rs-hlua-shim 0.0.31

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

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

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

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

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

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

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

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