wuff-capi 0.2.0

C API for the wuff WOFF2 decoder, compatible with the woff2 C library's decoding API
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "wuff-capi"
version = "0.2.0"
authors = ["Nico Burns <nico@nicoburns.com>"]
build = "build.rs"
links = "wuff"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "src/*",
    "include/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C API for the wuff WOFF2 decoder, compatible with the woff2 C library's decoding API"
documentation = "https://docs.rs/wuff-capi"
readme = "README.md"
keywords = [
    "font",
    "opentype",
    "truetype",
    "woff2",
    "ffi",
]
categories = [
    "parsing",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/nicoburns/wuff"
resolver = "2"

[lib]
name = "wuff_capi"
path = "src/lib.rs"

[dependencies.wuff]
version = "0.2.7"
features = ["brotli"]
default-features = false