kevy-lua-host 3.17.1

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

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

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

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

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

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