tauri-plugin-audio 0.1.1

Desktop audio capture plugin for Tauri
# 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 = "tauri-plugin-audio"
version = "0.1.1"
build = "build.rs"
links = "tauri-plugin-audio"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Desktop audio capture plugin for Tauri"
homepage = "https://github.com/GennaroBaratta/streaming-audio/tree/main/tauri-plugin-audio"
readme = "README.md"
keywords = [
    "tauri",
    "audio",
    "capture",
    "cpal",
    "pipewire",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GennaroBaratta/streaming-audio"

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

[dependencies.cpal]
version = "0.17.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.specta]
version = "=2.0.0-rc.25"

[dependencies.specta-typescript]
version = "0.0.12"

[dependencies.tauri]
version = "2"
default-features = false

[dependencies.tauri-specta]
version = "=2.0.0-rc.25"
features = [
    "derive",
    "typescript",
]

[dev-dependencies.tauri]
version = "2"
features = ["wry"]
default-features = false

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]

[target.'cfg(target_os = "linux")'.dependencies.pipewire]
version = "0.9.2"
features = ["v0_3_44"]

[target.'cfg(target_os = "linux")'.dependencies.serde_json]
version = "1"