opus-static-sys 1.5.2

Rust bindings to the reference Opus library (libopus)
Documentation
[build-dependencies.cmake]
version = "0.1"

[dependencies]

[features]
default = []

[lib]
crate-type = ["rlib"]
name = "opus_static_sys"
path = "src/lib.rs"

[package]
authors = ["Will Hedgecock <will.hedgecock@hedgetech.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["encoding", "external-ffi-bindings", "multimedia::audio", "multimedia::encoding", "no-std"]
description = "Rust bindings to the reference Opus library (libopus)"
documentation = "https://docs.rs/opus-static-sys/latest/"
edition = "2024"
homepage = "https://github.com/hedgetechllc/opus-static-sys"
keywords = ["opus", "libopus", "bindings", "ffi"]
license = "MIT"
links = "opus"
name = "opus-static-sys"
publish = true
readme = "README.md"
repository = "https://github.com/hedgetechllc/opus-static-sys"
version = "1.5.2"

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = true
opt-level = 3
overflow-checks = false
panic = "abort"
rpath = false
strip = "symbols"