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