[package] name = "r8brain-rs" version = "0.3.5" edition = "2021" authors = ["Bojan Ĺ ernek ", "Aleksey Vaneev"] license = "MIT" license-file = "LICENSE" include = [ "/src", "/contrib", "/build.rs", "/CMakeLists.txt", "/LICENSE", "/README.md", ] description = "r8brain audio resampler bindings for Rust. Sample rate converter designed and implemented by Aleksey Vaneev of Voxengo" [dependencies] [build-dependencies] cmake = "0.1"