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

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

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

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

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

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