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

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

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

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

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