1 | [package] |
2 | name = "alsa" |
3 | version = "0.9.0" |
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 | |
21 | [badges] |
22 | is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" } |
23 | is-it-maintained-open-issues = { repository = "diwic/alsa-rs" } |
24 | |