rustdesk/vendor/libpulse-simple-sys/Cargo.toml

70 lines
1.5 KiB
TOML

# 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-simple-sys"
version = "1.21.1"
authors = ["Lyndon Brown <jnqnfe@gmail.com>"]
build = "build.rs"
links = "pulse-simple"
exclude = ["README.md"]
description = "FFI bindings for the PulseAudio libpulse-simple 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.libpulse-sys]
version = "1.21"
default-features = false
[build-dependencies.pkg-config]
version = "0.3.23"
[features]
default = ["pa_v8"]
pa_v12 = [
"pa_v8",
"libpulse-sys/pa_v12",
]
pa_v13 = [
"pa_v12",
"libpulse-sys/pa_v13",
]
pa_v14 = [
"pa_v13",
"libpulse-sys/pa_v14",
]
pa_v15 = [
"pa_v14",
"libpulse-sys/pa_v15",
]
pa_v6 = ["libpulse-sys/pa_v6"]
pa_v8 = [
"pa_v6",
"libpulse-sys/pa_v8",
]