kevy-lua-host 1.27.4

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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d0655d01116b690911b4167aad135eeeb41335c906961e98c40be1057d31a4f"
dependencies = [
 "kevy-hash",
]

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

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

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

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

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