# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "woff2-sys" version = "0.0.1" authors = ["Raphael Cohn "] build = "src/build.rs" exclude = ["*"] 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/**"] publish = true description = "FFI bindings to Google's woff2 library" homepage = "https://github.com/lemonrock/woff2-sys" documentation = "https://github.com/lemonrock/woff2-sys/blob/master/README.md" readme = "README.md" keywords = ["woff2", "woff", "ttf", "font"] categories = ["external-ffi-bindings", "web-programming", "compression", "encoding"] license = "MIT" repository = "https://github.com/lemonrock/woff2-sys.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.brotli-sys] version = "0.3" [dependencies.cpp] version = "0.3" [build-dependencies.cc] version = "1.0.0" features = ["parallel"] [build-dependencies.cpp_build] version = "0.3"