mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-22 16:25:06 +03:00
e8a37a847b
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
24 lines
744 B
TOML
24 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" }
|