kevy-lua 1.27.0

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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8864c210539fcd94289d3a9d968fc2e8e5fc5b78e0e2954887374011a8d5aafa"
dependencies = [
 "kevy-hash",
]

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

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

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

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