flexaudio-os-linux 0.2.0

Linux system and per-process audio capture backend (PipeWire) for flexaudio.
# 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.85"
name = "flexaudio-os-linux"
version = "0.2.0"
authors = ["tubome (Studio Sadola)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux system and per-process audio capture backend (PipeWire) for flexaudio."
documentation = "https://docs.rs/flexaudio-os-linux"
readme = "README.md"
keywords = [
    "audio",
    "pipewire",
    "loopback",
    "capture",
    "linux",
]
categories = [
    "multimedia::audio",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/Studio-Sadola/flexaudio"

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

[target.'cfg(target_os = "linux")'.dependencies.flexaudio-core]
version = "0.2.0"

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