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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c603baeb9539715cfd9b1cf6c4ea2db189e981b31215e45c6636f9d2ba8f03bb"
[[package]]
name = "lua-rs-lfs"
version = "0.0.2"
dependencies = [
"filetime",
"lua-types",
"lua-vm",
]
[[package]]
name = "lua-types"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4307108bc45daaf9e4f5573aeae5d9f346cdfa9a90628b8765b3b100f035c7"
dependencies = [
"lua-gc",
]
[[package]]
name = "lua-vm"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cb8bf527d16987fc445169a60d7be322f6b8b1b4383236e83346267c803028a"
dependencies = [
"lua-gc",
"lua-types",
]