version = 4
[[package]]
name = "arguments"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1dedfacaa8ee909cfa2693bfdca45588a44e8d58f33e4c1a909ae33725d4569"
dependencies = [
"options",
]
[[package]]
name = "cc"
version = "1.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
dependencies = [
"shlex",
]
[[package]]
name = "libc"
version = "0.2.170"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
[[package]]
name = "options"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5a278fb1f0032ff1e900372c513847cfe6019c15d96d20ace15a9f678a8441f"
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "woff"
version = "0.6.0"
dependencies = [
"arguments",
"cc",
"libc",
]