# 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-safe" version = "0.6.0" authors = [ "Rob Bailey ", "Xiph.org Foundation", ] include = [ "README.md", "LICENSE.md", "src/", ] description = "Safe wrapper for speex-sys" readme = "README.md" keywords = [ "speex", "libspeex", "vorbis", "compression", "audio", ] 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" [dependencies.speex-sys] version = "0.4.0"