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

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

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

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

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