lua-rs-hlua-shim 0.0.21

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

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

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

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

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

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

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

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