[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 = []
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"
version = "0.1.0"
[[test]]
name = "decoder_ctls"
path = "tests/decoder_ctls.rs"
[[test]]
name = "encoder_ctls"
path = "tests/encoder_ctls.rs"
[[test]]
name = "ffmpeg_roundtrip"
path = "tests/ffmpeg_roundtrip.rs"
[[test]]
name = "multhithread"
path = "tests/multhithread.rs"
[[test]]
name = "opus_tests"
path = "tests/opus_tests.rs"
[[test]]
name = "projection_roundtrip"
path = "tests/projection_roundtrip.rs"