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

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

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

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

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

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