pks-capture-linux 0.1.0

Linux PipeWire and ALSA loopback capture for PocketStation
# 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 = "pks-capture-linux"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux PipeWire and ALSA loopback capture for PocketStation"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pocketstation-io/pocketstation"

[package.metadata.pocketstation]
registry-role = "facade-dependency"

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

[[example]]
name = "native_capture_probe"
path = "examples/native_capture_probe.rs"

[dependencies.pks-capture]
version = "0.1.0"

[dependencies.pks-frame]
version = "0.1.0"

[target.'cfg(target_os = "linux")'.dependencies.alsa]
version = "0.11"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.pipewire]
version = "0.10"

[target.'cfg(target_os = "linux")'.dependencies.rtrb]
version = "0.3"