kevy-lua 3.17.3

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

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

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

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

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