kevy-lua 1.27.2

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

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

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

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

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