libopusenc 0.2.1

High-level API for encoding Ogg Opus files
Documentation
[package]
edition = "2024"
name = "libopusenc"
version = "0.2.1"
authors = ["Will Hedgecock <will.hedgecock@hedgetech.net>"]
license = "MIT"
description = "High-level API for encoding Ogg Opus files"
documentation = "https://docs.rs/libopusenc/latest/"
readme = "README.md"
homepage = "https://github.com/hedgetechllc/libopusenc-rs"
repository = "https://github.com/hedgetechllc/libopusenc-rs"
keywords = ["opusenc", "opus", "libopus", "libopusenc", "encoder"]
categories = ["api-bindings", "encoding", "multimedia::audio", "multimedia::encoding", "no-std"]
exclude = ["test_assets/*"]
publish = true

[lib]
crate-type = ["rlib"]

[features]
default = []

[dependencies]
opus-static-sys = { version = "1.5" }
libopusenc-static-sys = { version = "1.0" }

[dev-dependencies]
hound = { version = "3.5" }

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