[package]
edition = "2021"
rust-version = "1.77"
name = "lua-cli"
version = "0.0.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness."
homepage = "https://github.com/ianm199/lua-rs"
readme = false
license = "MIT"
repository = "https://github.com/ianm199/lua-rs"
[[bin]]
name = "lua-rs"
path = "src/main.rs"
[dependencies.libloading]
version = "0.9"
[dependencies.lua-parse]
version = "0.0.10"
[dependencies.lua-rs-lfs]
version = "0.0.10"
[dependencies.lua-stdlib]
version = "0.0.10"
[dependencies.lua-types]
version = "0.0.10"
[dependencies.lua-vm]
version = "0.0.10"
[dependencies.rustyline]
version = "14"
[lints.rust]
unsafe_code = "allow"