kevy-lua 1.27.4

Lua scripting bridge for kevy — wraps the luna-core interpreter into the Redis EVAL/EVALSHA/SCRIPT command surface with default Lua 5.1 + per-script `#!lua version=N` dialect opt-in (5.1-5.5).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-bytes"
version = "1.27.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d0655d01116b690911b4167aad135eeeb41335c906961e98c40be1057d31a4f"
dependencies = [
 "kevy-hash",
]

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

[[package]]
name = "kevy-lua"
version = "1.27.4"
dependencies = [
 "kevy-bytes",
 "kevy-resp",
 "luna-core",
]

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

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