kevy-lua-host 1.27.6

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94e60ee46dd17a1f4c68ebf997dc2f47584b862f14c5f0dc6cfb51800ca97785"
dependencies = [
 "kevy-hash",
]

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

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

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

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

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