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

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

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

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

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

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