1 | [package] |
2 | name = "alsa-sys" |
3 | version = "0.3.1" |
4 | authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>" , |
5 | "David Henningsson <coding@diwic.se>" ] |
6 | build = "build.rs" |
7 | description = "FFI bindings for the ALSA project (Advanced Linux Sound Architecture)" |
8 | license = "MIT" |
9 | links = "alsa" |
10 | repository = "https://github.com/diwic/alsa-sys" |
11 | documentation = "http://docs.rs/alsa-sys" |
12 | keywords = ["ALSA" , "audio" , "sound" ] |
13 | categories = ["os::unix-apis" , "external-ffi-bindings" , "multimedia::audio" ] |
14 | edition = "2018" |
15 | |
16 | [dependencies] |
17 | libc = "0.2.65" |
18 | |
19 | [build-dependencies] |
20 | pkg-config = "0.3" |
21 | |
22 | |