[build-dependencies.bindgen]
version = "0.65"
[build-dependencies.cc]
version = "1.0"
[package]
authors = ["Rob Bailey <actioninja@criticalaction.net>", "Xiph.org Foundation"]
categories = ["external-ffi-bindings", "multimedia::audio", "encoding"]
description = "Unsafe rust bindings to the speex audio compression library"
edition = "2021"
include = ["/build.rs", "/LICENSE.md", "/README.md", "/wrapper.h", "/src", "/speex/AUTHORS", "/speex/COPYING", "/speex/libspeex/**/*.c", "/speex/libspeex/**/*.h", "/speex/include/speex/**/*.h"]
keywords = ["speex", "libspeex", "vorbis", "compression"]
license = "MPL-2.0 AND BSD-3-Clause"
links = "speex"
name = "speex-sys"
readme = "README.md"
repository = "https://github.com/actioninja/speex-rs/tree/master/speex-safe/speex-sys"
version = "0.4.0"