shared-brotli-patch-decoder 0.1.4

Wrapper around brotli-sys which allows for decoding shared brotli (https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/) encoded patch data.
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 = "2021"
name = "shared-brotli-patch-decoder"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper around brotli-sys which allows for decoding shared brotli (https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/) encoded patch data."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/googlefonts/fontations"

[package.metadata.docs.rs]
all-features = true

[features]
c-brotli = ["cc"]
default = ["c-brotli"]
rust-brotli = ["dep:brotli-decompressor"]

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

[dependencies.brotli-decompressor]
version = "5.0.0"
optional = true

[dependencies.cfg-if]
version = "1.0.0"

[build-dependencies.cc]
version = "1.2"
optional = true

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]