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

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

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

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

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

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