[package]
name = "libpulse-sys"
version = "1.15.2"
authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
description = """
A Rust language linking library for the PulseAudio libpulse library.
"""
keywords = ["sys", "binding", "pulse", "pulseaudio", "audio"]
links = "pulse"
build = "build.rs"
homepage = "https://github.com/jnqnfe/pulse-binding-rust"
repository = "https://github.com/jnqnfe/pulse-binding-rust"
exclude = ["README.md"]
edition = "2018"
[dependencies]
libc = "0.2"
num-traits = "0.2"
num-derive = "0.3"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winsock2"], default-features = false }
[build-dependencies]
pkg-config = "0.3"
[features]
default = ["pa_latest_common"]
pa_latest_common = ["pa_v13"]
pa_latest = ["pa_v13"]
pa_v14 = ["pa_v13"]
pa_v13 = ["pa_v12"]
pa_v12 = ["pa_v8"]
pa_v8 = ["pa_v6"]
pa_v6 = ["pa_v5"]
pa_v5 = []
dox = []
[package.metadata.docs.rs]
features = ["dox"]
all-features = false
no-default-features = true