lua-rs-runtime 0.0.13

Embed Lua 5.4 in Rust: handles, userdata, and scoped borrows. Pure safe Rust, no C, runs in WebAssembly.
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-rs-runtime"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed Lua 5.4 in Rust: handles, userdata, and scoped borrows. Pure safe Rust, no C, runs in WebAssembly."
homepage = "https://github.com/ianm199/lua-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ianm199/lua-rs"

[features]
derive = ["dep:lua-rs-derive"]

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

[[example]]
name = "scope_delegate_macro"
path = "examples/scope_delegate_macro.rs"
required-features = ["derive"]

[[example]]
name = "scope_world"
path = "examples/scope_world.rs"

[[test]]
name = "scope_delegate"
path = "tests/scope_delegate.rs"

[[test]]
name = "scope_with_derive"
path = "tests/scope_with_derive.rs"

[[test]]
name = "scope_world_smoke"
path = "tests/scope_world_smoke.rs"

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

[dependencies.lua-parse]
version = "0.0.13"

[dependencies.lua-rs-derive]
version = "0.0.13"
optional = true

[dependencies.lua-stdlib]
version = "0.0.13"

[dependencies.lua-types]
version = "0.0.13"

[dependencies.lua-vm]
version = "0.0.13"

[lints.rust]
unsafe_code = "allow"