libpulse-sys 1.11.0

A Rust language linking library for the PulseAudio libpulse library.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "libpulse-sys"
version = "1.11.0"
authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
build = "build.rs"
links = "pulse"
description = "A Rust language linking library for the PulseAudio libpulse library.\n"
homepage = "https://github.com/jnqnfe/pulse-binding-rust"
keywords = ["sys", "binding", "pulse", "pulseaudio", "audio"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jnqnfe/pulse-binding-rust"
[package.metadata.docs.rs]
all-features = false
features = ["dox"]
no-default-features = true
[dependencies.libc]
version = "0.2"

[features]
default = ["pa_latest_common"]
dox = []
latest_pa_common_compatibility = ["pa_latest_common"]
latest_pa_compatibility = ["pa_latest"]
pa_latest = ["pa_v13"]
pa_latest_common = ["pa_v12"]
pa_v12 = ["pa_v8"]
pa_v12_compatibility = ["pa_v12"]
pa_v13 = ["pa_v12"]
pa_v5 = []
pa_v6 = ["pa_v5"]
pa_v8 = ["pa_v6"]
[target."cfg(target_os=\"linux\")".build-dependencies.pkg-config]
version = "0.3"
[badges.travis-ci]
repository = "jnqnfe/pulse-binding-rust"