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

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

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

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

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

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