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

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

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

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

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