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

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

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

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

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

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