lua-parse 0.0.9

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lua-code"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83f9b8105340273d20531997cd840874cc5b3cd2ce9fc2d01db800885049c498"
dependencies = [
 "lua-types",
 "lua-vm",
]

[[package]]
name = "lua-gc"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ffcc14a851a1f441232b30de5e561c03e51dee814e1aed7050b55a6ee7f9ac"

[[package]]
name = "lua-lex"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b187048ac8de96756b35f40a2a0dab897870b9c6304258aff0041df4ee4c08"
dependencies = [
 "lua-types",
 "lua-vm",
]

[[package]]
name = "lua-parse"
version = "0.0.9"
dependencies = [
 "lua-code",
 "lua-lex",
 "lua-types",
 "lua-vm",
]

[[package]]
name = "lua-types"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688d0300c13c5aba40346220620cdace0a74f40380a22900434754e38b62c45"
dependencies = [
 "lua-gc",
]

[[package]]
name = "lua-vm"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc7edcb48710103b5ac0eb60621b078a00e95687bf136dcc8044fa1bcba8add"
dependencies = [
 "lua-gc",
 "lua-types",
]