[package] name = "alsa-sys" version = "0.3.1" authors = ["Pierre Krieger ", "David Henningsson "] build = "build.rs" description = "FFI bindings for the ALSA project (Advanced Linux Sound Architecture)" license = "MIT" links = "alsa" repository = "https://github.com/diwic/alsa-sys" documentation = "http://docs.rs/alsa-sys" keywords = ["ALSA", "audio", "sound"] categories = ["os::unix-apis", "external-ffi-bindings", "multimedia::audio"] edition = "2018" [dependencies] libc = "0.2.65" [build-dependencies] pkg-config = "0.3"