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

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

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

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

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

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