ogg_next_sys 0.1.4

Updated low-level FFI bindings for the upstream libogg C library
Documentation
[package]
name = "ogg_next_sys"
description = "Updated low-level FFI bindings for the upstream libogg C library"
authors.workspace = true
license.workspace = true
version = "0.1.4"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/ogg_next_sys"
edition.workspace = true
links = "ogg"
rust-version.workspace = true
keywords = ["libogg", "xiph"]
categories = [
  "external-ffi-bindings",
  "multimedia",
  "multimedia::audio",
  "multimedia::encoding",
]
exclude = [
  "/ogg_vendor/**/.*",
  "/ogg_vendor/cmake",
  "/ogg_vendor/doc",
  "/ogg_vendor/win32",
  "/ogg_vendor/README.md",
  "/ogg_vendor/**/*.ac",
  "/ogg_vendor/**/*.m4",
  "/ogg_vendor/**/*.in",
  "/ogg_vendor/**/*.am",
]

[build-dependencies]
cc.workspace = true
bindgen = { workspace = true, optional = true }

[features]
# Requires Clang and slows down the build, but guarantees that the bindings are tailored for the platform and up to date.
# It is usually better to run the generate-bindings.sh script instead
build-time-bindgen = ["dep:bindgen"]