opus-codec 0.1.2

Safe Rust bindings for the Opus audio codec
Documentation
[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies]

[dev-dependencies.tempfile]
version = "3.23.0"

[[example]]
name = "basic_example"
path = "examples/basic_example.rs"

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

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

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

[[test]]
name = "decoder_ctls"
path = "tests/decoder_ctls.rs"

[[test]]
name = "encoder_ctls"
path = "tests/encoder_ctls.rs"

[[test]]
name = "encoder_decoder"
path = "tests/encoder_decoder.rs"

[[test]]
name = "ffmpeg_roundtrip"
path = "tests/ffmpeg_roundtrip.rs"

[[test]]
name = "multhithread"
path = "tests/multhithread.rs"

[[test]]
name = "multistream"
path = "tests/multistream.rs"

[[test]]
name = "packet_utils"
path = "tests/packet_utils.rs"

[[test]]
name = "projection"
path = "tests/projection.rs"

[[test]]
name = "projection_roundtrip"
path = "tests/projection_roundtrip.rs"

[[test]]
name = "raw_alloc"
path = "tests/raw_alloc.rs"

[[test]]
name = "repacketizer"
path = "tests/repacketizer.rs"