libopusenc 0.2.1

High-level API for encoding Ogg Opus files
Documentation
[dependencies.libopusenc-static-sys]
version = "1.0"

[dependencies.opus-static-sys]
version = "1.5"

[dev-dependencies.hound]
version = "3.5"

[features]
default = []

[lib]
crate-type = ["rlib"]
name = "libopusenc"
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 = ["api-bindings", "encoding", "multimedia::audio", "multimedia::encoding", "no-std"]
description = "High-level API for encoding Ogg Opus files"
documentation = "https://docs.rs/libopusenc/latest/"
edition = "2024"
exclude = ["test_assets/*"]
homepage = "https://github.com/hedgetechllc/libopusenc-rs"
keywords = ["opusenc", "opus", "libopus", "libopusenc", "encoder"]
license = "MIT"
name = "libopusenc"
publish = true
readme = "README.md"
repository = "https://github.com/hedgetechllc/libopusenc-rs"
version = "0.2.1"

[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"