version = 3
[[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.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "va_list"
version = "0.1.3"
dependencies = [
"libc",
"va_list-helper",
]
[[package]]
name = "va_list-helper"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d12498b92e0d7f817d0b9fd09714f4d73a650885d30535d1b74fb999eb65dc"
dependencies = [
"gcc",
]