kevy-lua-host 1.27.2

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.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-bytes"
version = "1.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e794d894dbdf8c9f916280fc481d8174c78b7ab2199d6182efff791323bac5a"
dependencies = [
 "kevy-hash",
]

[[package]]
name = "kevy-hash"
version = "1.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b70344c69f3845e199f0ca36d9819dcf3ea8993f899807e59c2e12d2c5246"

[[package]]
name = "kevy-lua"
version = "1.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3739fe94dd8f7403205ad9bc6e4d92b13451cd337c6025431f6a996d017f1f"
dependencies = [
 "kevy-bytes",
 "kevy-resp",
 "luna-core",
]

[[package]]
name = "kevy-lua-host"
version = "1.27.2"
dependencies = [
 "kevy-lua",
]

[[package]]
name = "kevy-resp"
version = "1.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcf4563feb365dd8867f35c1a36d276de7aa39011cd813916ca5183f25b27d2"
dependencies = [
 "kevy-bytes",
]

[[package]]
name = "luna-core"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d94110b474c347baf1348ae7fd083c768243b4626c45f2e5fc4b3f830b8df48"