[build-dependencies.cc]
features = ["parallel"]
version = "1.0.0"
[build-dependencies.cpp_build]
version = "0.3"
[dependencies.brotli-sys]
version = "0.3"
[dependencies.cpp]
version = "0.3"
[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
categories = ["external-ffi-bindings", "web-programming", "compression", "encoding"]
description = "FFI bindings to Google's woff2 library"
documentation = "https://github.com/lemonrock/woff2-sys/blob/master/README.md"
exclude = ["*"]
homepage = "https://github.com/lemonrock/woff2-sys"
include = ["/README.md", "/LICENSE", "/COPYRIGHT", "/Cargo.toml", "/rustfmt.toml", "/clippy.toml", "/src/*.rs", "lib/woff2/LICENSE", "lib/woff2/README.md", "lib/woff2/CONTIBUTING.md", "/lib/woff2/src/**"]
keywords = ["woff2", "woff", "ttf", "font"]
license = "MIT"
name = "woff2-sys"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/woff2-sys.git"
version = "0.0.1"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
rpath = false