| 1 | [package] |
| 2 | name = "alsa" |
| 3 | version = "0.9.1" |
| 4 | authors = ["David Henningsson <coding@diwic.se>" ] |
| 5 | |
| 6 | description = "Thin but safe wrappers for ALSA (Linux sound API)" |
| 7 | repository = "https://github.com/diwic/alsa-rs" |
| 8 | documentation = "http://docs.rs/alsa" |
| 9 | keywords = ["ALSA" , "audio" , "sound" ] |
| 10 | license = "Apache-2.0/MIT" |
| 11 | categories = ["multimedia::audio" , "api-bindings" ] |
| 12 | readme = "README.md" |
| 13 | edition = "2021" |
| 14 | include = ["README.md" , "LICENSE-*" , "Cargo.toml" , "src/" ] |
| 15 | |
| 16 | [dependencies] |
| 17 | libc = "0.2" |
| 18 | alsa-sys = "0.3.1" |
| 19 | bitflags = "2.4.0" |
| 20 | cfg-if = "1.0" |
| 21 | |
| 22 | [badges] |
| 23 | is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" } |
| 24 | is-it-maintained-open-issues = { repository = "diwic/alsa-rs" } |
| 25 | |