alsa-sys 0.4.0

FFI bindings for the ALSA project (Advanced Linux Sound Architecture)
Documentation
[[bin]]
name = "regenerate_bindings"
path = "regenerate_bindings.rs"

[build-dependencies.bindgen]
optional = true
version = "0.72"

[build-dependencies.pkg-config]
version = "0.3.7"

[dependencies.libc]
version = "0.2.178"

[features]
use-bindgen = ["bindgen"]

[lib]
doctest = false
name = "alsa_sys"
path = "src/lib.rs"

[package]
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "David Henningsson <coding@diwic.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["os::unix-apis", "external-ffi-bindings", "multimedia::audio"]
description = "FFI bindings for the ALSA project (Advanced Linux Sound Architecture)"
documentation = "http://docs.rs/alsa-sys"
edition = "2021"
keywords = ["ALSA", "audio", "sound"]
license = "MIT"
links = "alsa"
name = "alsa-sys"
readme = "README.md"
repository = "https://github.com/diwic/alsa-sys"
version = "0.4.0"