woff 0.3.4

The package provides a compressor for fonts in Web Open Font Format.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
dependencies = [
 "shlex",
]

[[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.3.4"
dependencies = [
 "arguments",
 "cc",
]