mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-23 00:35:07 +03:00
25 lines
744 B
TOML
25 lines
744 B
TOML
|
[package]
|
||
|
name = "alsa"
|
||
|
version = "0.7.0"
|
||
|
authors = ["David Henningsson <coding@diwic.se>"]
|
||
|
|
||
|
description = "Thin but safe wrappers for ALSA (Linux sound API)"
|
||
|
repository = "https://github.com/diwic/alsa-rs"
|
||
|
documentation = "http://docs.rs/alsa"
|
||
|
keywords = ["ALSA", "audio", "sound"]
|
||
|
license = "Apache-2.0/MIT"
|
||
|
categories = ["multimedia::audio", "api-bindings"]
|
||
|
readme = "README.md"
|
||
|
edition = "2021"
|
||
|
include = ["README.md", "LICENSE-*", "Cargo.toml", "src/"]
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2"
|
||
|
alsa-sys = "0.3.1"
|
||
|
bitflags = "1.3.2"
|
||
|
nix = { version = "^0.24", default-features = false, features = ["ioctl"] }
|
||
|
|
||
|
[badges]
|
||
|
is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }
|
||
|
is-it-maintained-open-issues = { repository = "diwic/alsa-rs" }
|