lua-rs-hlua-shim 0.0.12

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

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

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

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

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

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

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

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