[package] name = "opus-rust" version = "0.1.1" authors = ["Markus Hadenfeldt ", "Tad Hardesty "] description = "High level bindings to libopus" license = "MIT/Apache-2.0" keywords = ["bindings", "opus"] edition = "2018" repository = "https://github.com/WolverinDEV/opus-rust.git" readme = "readme.md" include = [ "readme.md", "src/*", "Cargo.toml" ] [lib] crate-type = ["rlib"] name = "opus" path = "src/lib.rs" [dependencies] opus-cmake-sys = "1.0.2"