# 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" rust-version = "1.56" name = "libpulse-sys" version = "1.21.0" authors = ["Lyndon Brown "] build = "build.rs" links = "pulse" exclude = ["README.md"] description = "FFI bindings for the PulseAudio libpulse system library." homepage = "https://github.com/jnqnfe/pulse-binding-rust" readme = "README.md" keywords = [ "ffi", "pulseaudio", "audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jnqnfe/pulse-binding-rust" [package.metadata.docs.rs] all-features = false no-default-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libc] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [build-dependencies.pkg-config] version = "0.3.23" [features] default = ["pa_v8"] pa_v12 = ["pa_v8"] pa_v13 = ["pa_v12"] pa_v14 = ["pa_v13"] pa_v15 = ["pa_v14"] pa_v6 = [] pa_v8 = ["pa_v6"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winsock2"] default-features = false