lua-rs-hlua-shim 0.0.26

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

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

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

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

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

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

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

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