[package]
edition = "2021"
rust-version = "1.77"
name = "lua-coro"
version = "0.0.3"
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"
[lib]
name = "lua_coro"
path = "src/lib.rs"
[dependencies.lua-types]
version = "0.0.3"
[lints.rust]
unsafe_code = "forbid"