kevy-lua-host 3.17.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 = "3.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6040444cbba0b8ad0e66efb688f5b987659f581f39106fe2b326d4a2d2fe19b"
dependencies = [
 "kevy-hash",
]

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

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

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

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

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