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