libpulse-sys 1.3.3

A Rust language linking library for the PulseAudio libpulse library.
Documentation
[package]
name = "libpulse-sys"
version = "1.3.3"
authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
license = "LGPL-2.1+"
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"
include = ["src/**/*", "build.rs", "Cargo.toml", "CHANGELOG.md", "../LICENSE-LGPL"]

[dependencies]
libc = "0.2"

[features]
default = ["pa_encoding_from_string"]
#include pa_encoding_from_string function, symbol for which might be missing before PA v12
pa_encoding_from_string = []

[badges]
travis-ci = { repository = "jnqnfe/pulse-binding-rust" }