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

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

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

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

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

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