[package] name = "speex-safe" version = "0.6.0" edition = "2021" repository = "https://github.com/actioninja/speex-rs/tree/master/speex-safe" authors = [ "Rob Bailey ", "Xiph.org Foundation", ] description = "Safe wrapper for speex-sys" license = "MPL-2.0 AND BSD-3-Clause" categories = ["external-ffi-bindings", "multimedia::audio", "encoding"] keywords = ["speex", "libspeex", "vorbis", "compression", "audio"] include = [ "README.md", "LICENSE.md", "src/", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] speex-sys = { version = "0.4.0", path = "speex-sys" }