kevy-lua-host 2.0.21

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

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

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

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

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

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