ogg_next_sys 0.1.5

Updated low-level FFI bindings for the upstream libogg C library
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.87.0"
name = "ogg_next_sys"
version = "0.1.5"
authors = ["Alejandro González <me@alegon.dev>"]
build = "build.rs"
links = "ogg"
exclude = [
    "/ogg_vendor/**/*.ac",
    "/ogg_vendor/**/*.am",
    "/ogg_vendor/**/*.in",
    "/ogg_vendor/**/*.m4",
    "/ogg_vendor/**/.*",
    "/ogg_vendor/README.md",
    "/ogg_vendor/cmake",
    "/ogg_vendor/doc",
    "/ogg_vendor/win32",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Updated low-level FFI bindings for the upstream libogg C library"
documentation = "https://docs.rs/ogg_next_sys"
readme = "README.md"
keywords = [
    "libogg",
    "xiph",
]
categories = [
    "external-ffi-bindings",
    "multimedia",
    "multimedia::audio",
    "multimedia::encoding",
]
license = "BSD-3-Clause"
repository = "https://github.com/ComunidadAylas/vorbis-rs"

[features]
build-time-bindgen = ["dep:bindgen"]

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

[build-dependencies.bindgen]
version = "0.72.1"
optional = true

[build-dependencies.cc]
version = "1.2.55"