opusic-sys 0.3.6

Bindings to libopus
Documentation
[package]
name = "opusic-sys"
version = "0.3.6"
authors = ["Douman <douman@gmx.se>"]
description = "Bindings to libopus"
keywords = ["opus"]
readme = "README.md"
repository = "https://github.com/DoumanAsh/opusic-sys"
license = "BSL-1.0"

[dependencies.libc]
version = "0.2"
default-features = false

[build-dependencies]
cmake = "0.1"

[build-dependencies.bindgen]
version = "0.58"
optional = true

[features]
# Used internally to generate lib.rs
build-bindgen = ["bindgen"]