[package] name = "earwax" version = "0.1.7" authors = ["Daniel Rivas "] build = "build.rs" description = "Audio decoding library for Rust based on ffmpeg" homepage = "https://github.com/danielrs/earwax" documentation = "https://docs.rs/earwax" repository = "https://github.com/danielrs/earwax" license = "MIT" license-file = "./LICENSE" [dependencies] libc = "0.2" num = "0.1" [dev-dependencies] ao_rs = "0.1.0" [build-dependencies] gcc = "0.3"