lua-types 0.0.10

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77"
name = "lua-types"
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"

[lib]
name = "lua_types"
path = "src/lib.rs"

[dependencies.lua-gc]
version = "0.0.10"

[lints.rust]
unsafe_code = "forbid"