lua-rs-hlua-shim 0.0.22

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

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

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

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

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

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

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

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