kevy-lua-host 1.44.0

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

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

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

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

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

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