lua-rs-hlua-shim 0.0.27

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

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

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

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

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

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

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

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