[package]
name = "opusic-sys"
version = "0.6.0"
authors = ["Douman <douman@gmx.se>"]
description = "Bindings to libopus"
keywords = ["opus"]
readme = "README.md"
repository = "https://github.com/DoumanAsh/opusic-sys"
license = "BSD-3-Clause"
rust-version = "1.82.0"
edition = "2021"
[build-dependencies.cmake]
version = "0.1"
optional = true
[build-dependencies.bindgen]
version = "0.72"
optional = true
[features]
default = ["bundled"]
build-bindgen = ["bindgen"]
dred = []
osce = []
no-hardening = []
no-stack-protector = []
no-fortify-source = []
no-simd = []
fixed-point = []
bundled = ["dep:cmake"]