luacjson 0.1.3

extend for Lua 5.3
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"

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

[[package]]
name = "luacjson"
version = "0.1.3"
dependencies = [
 "gcc",
 "libc",
 "pkg-config",
 "td_rlua",
]

[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"

[[package]]
name = "td_clua"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd8beeba97b72289f7678938bfbe4704498fda6dfe6638e1290f03d8d5f48d"
dependencies = [
 "gcc",
 "libc",
 "pkg-config",
]

[[package]]
name = "td_rlua"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01473b35fb2237b996bf204a1cc0bc186771eea1e62bbf940e5db6388d253cd7"
dependencies = [
 "libc",
 "td_clua",
]