kevy-lua 3.17.1

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

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

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

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

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