1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "libpulse-simple-sys"
15version = "1.19.2"
16authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
17build = "build.rs"
18links = "pulse-simple"
19exclude = ["README.md"]
20description = "FFI bindings for the PulseAudio libpulse-simple system library."
21homepage = "https://github.com/jnqnfe/pulse-binding-rust"
22readme = "README.md"
23keywords = ["ffi", "pulseaudio", "audio"]
24license = "MIT OR Apache-2.0"
25repository = "https://github.com/jnqnfe/pulse-binding-rust"
26[package.metadata.docs.rs]
27all-features = false
28no-default-features = true
29rustc-args = ["--cfg", "doc"]
30rustdoc-args = ["--cfg", "docsrs"]
31[dependencies.libpulse-sys]
32version = "1.19"
33default-features = false
34[build-dependencies.pkg-config]
35version = "0.3.23"
36
37[features]
38default = ["pa_v8"]
39pa_v12 = ["pa_v8", "libpulse-sys/pa_v12"]
40pa_v13 = ["pa_v12", "libpulse-sys/pa_v13"]
41pa_v14 = ["pa_v13", "libpulse-sys/pa_v14"]
42pa_v15 = ["pa_v14", "libpulse-sys/pa_v15"]
43pa_v5 = ["libpulse-sys/pa_v5"]
44pa_v6 = ["pa_v5", "libpulse-sys/pa_v6"]
45pa_v8 = ["pa_v6", "libpulse-sys/pa_v8"]
46