libspa-sys 0.10.0

Rust FFI bindings for libspa
# 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.80"
name = "libspa-sys"
version = "0.10.0"
authors = [
    "Tom Wagner <tom.a.wagner@protonmail.com>",
    "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
]
build = "build.rs"
links = "libspa-0.2"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for libspa"
homepage = "https://pipewire.org"
documentation = "https://pipewire.pages.freedesktop.org/pipewire-rs/libspa_sys/"
readme = "README.md"
keywords = [
    "ffi",
    "pipewire",
    "multimedia",
    "audio",
    "video",
]
categories = [
    "api-bindings",
    "multimedia",
]
license = "MIT"
repository = "https://gitlab.freedesktop.org/pipewire/pipewire-rs"

[package.metadata.system-deps.libspa]
name = "libspa-0.2"
version = "0.2"

[package.metadata.system-deps.libpipewire]
name = "libpipewire-0.3"
version = "0.3"

[features]
v0_3_65 = []

[lib]
name = "libspa_sys"
path = "src/lib.rs"
doctest = false

[dependencies]

[build-dependencies.bindgen]
version = "0.72.0"
features = [
    "experimental",
    "runtime",
]
default-features = false

[build-dependencies.cc]
version = "1.0.61"

[build-dependencies.system-deps]
version = "7.0.5"