lua-rs-hlua-shim 0.0.19

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

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

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

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

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

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

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

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