pipewire-native 0.1.4

A Rust implementation of the PipeWire client library
Documentation
# 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"
name = "pipewire-native"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the PipeWire client library"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.freedesktop.org/pipewire/pipewire-native-rs"

[lib]
name = "pipewire_native"
path = "src/lib.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "main_loop"
path = "tests/main_loop.rs"

[dependencies.bitflags]
version = "2.8.0"

[dependencies.libc]
version = "0.2.172"

[dependencies.parking_lot]
version = "0.12.4"
features = ["arc_lock"]

[dependencies.paste]
version = "1.0.15"

[dependencies.pipewire-native-macros]
version = "0.1"

[dependencies.pipewire-native-spa]
version = "0.1"

[dependencies.tinyjson]
version = "2.5.1"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.pkg-config]
version = "0.3.32"

[lints.clippy]
arc_with_non_send_sync = "allow"