opus-codec 0.1.2

Safe Rust bindings for the Opus audio codec
Documentation
[package]
name = "opus-codec"
version = "0.1.2"
edition = "2024"
authors = ["Denis Avvakumov"]
description = "Safe Rust bindings for the Opus audio codec"
rust-version = "1.87"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Deniskore/opus-codec"
homepage = "https://github.com/Deniskore"
keywords = ["audio", "codec", "compression", "opus", "voice"]
categories = ["api-bindings", "encoding", "compression", "multimedia::audio"]
readme = "README.md"

[dependencies]

[build-dependencies]
cmake = { version = "0.1" }
bindgen = "0.72.1"
pkg-config = "0.3"

[features]
default = []
dred = []
system-lib = []
presume-avx2 = []

[dev-dependencies]
tempfile = "3.23.0"