lua-rs-hlua-shim 0.0.20

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

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

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

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

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

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

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

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