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

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

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

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

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

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