alsa-sys 0.5.0

FFI bindings for the ALSA project (Advanced Linux Sound Architecture)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[[bin]]
name = "regenerate_bindings"
path = "regenerate_bindings.rs"

[dependencies.libc]
version = "0.2.186"

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

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