# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "speex-sys" version = "0.4.0" authors = [ "Rob Bailey ", "Xiph.org Foundation", ] links = "speex" include = [ "/build.rs", "/LICENSE.md", "/README.md", "/wrapper.h", "/src", "/speex/AUTHORS", "/speex/COPYING", "/speex/libspeex/**/*.c", "/speex/libspeex/**/*.h", "/speex/include/speex/**/*.h", ] description = "Unsafe rust bindings to the speex audio compression library" readme = "README.md" keywords = [ "speex", "libspeex", "vorbis", "compression", ] categories = [ "external-ffi-bindings", "multimedia::audio", "encoding", ] license = "MPL-2.0 AND BSD-3-Clause" repository = "https://github.com/actioninja/speex-rs/tree/master/speex-safe/speex-sys" [build-dependencies.bindgen] version = "0.65" [build-dependencies.cc] version = "1.0"