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

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

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

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

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

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