lua-rs-lfs 0.0.10

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 = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "filetime"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
dependencies = [
 "cfg-if",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

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

[[package]]
name = "lua-rs-lfs"
version = "0.0.10"
dependencies = [
 "filetime",
 "lua-types",
 "lua-vm",
]

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

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