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

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

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

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

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

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