[package]
edition = "2021"
rust-version = "1.77"
name = "lua-rs-hlua-shim"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "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."
homepage = "https://github.com/ianm199/lua-rs"
readme = false
license = "MIT"
repository = "https://github.com/ianm199/lua-rs"
[lib]
name = "lua_rs_hlua_shim"
path = "src/lib.rs"
[dependencies.lua-parse]
version = "0.0.4"
[dependencies.lua-stdlib]
version = "0.0.4"
[dependencies.lua-types]
version = "0.0.4"
[dependencies.lua-vm]
version = "0.0.4"
[lints.rust]
unsafe_code = "forbid"