kevy-lua-host 3.17.3

kevy-side glue between the kevy-lua bridge and the kevy server's command dispatch path. Owns the per-shard Lua Bridge plus the scoped raw-pointer indirection that lets the bridge's dispatch closure reach `&mut T` shard state without crates.io thread-local helpers.
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 = "2024"
name = "kevy-lua-host"
version = "3.17.3"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kevy-side glue between the kevy-lua bridge and the kevy server's command dispatch path. Owns the per-shard Lua Bridge plus the scoped raw-pointer indirection that lets the bridge's dispatch closure reach `&mut T` shard state without crates.io thread-local helpers."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-lua-host"
readme = "README.md"
keywords = [
    "redis",
    "lua",
    "kevy",
    "host",
    "script",
]
categories = ["database-implementations"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

[dependencies.kevy-lua]
version = "=3.17.3"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.rust]
warnings = "deny"