[[bin]]
name = "pwsp-cli"
path = "src/bin/cli.rs"
[[bin]]
name = "pwsp-daemon"
path = "src/bin/daemon.rs"
[[bin]]
name = "pwsp-gui"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.clap]
default-features = false
features = ["std", "suggestions", "help", "usage", "error-context", "derive"]
version = "4.5.54"
[dependencies.dirs]
version = "6.0.0"
[dependencies.eframe]
default-features = false
features = ["default_fonts", "glow", "x11", "wayland"]
version = "0.33.3"
[dependencies.egui]
default-features = false
features = ["default_fonts", "rayon"]
version = "0.33.3"
[dependencies.egui_material_icons]
version = "0.5.0"
[dependencies.pipewire]
version = "0.9.2"
[dependencies.rfd]
default-features = false
features = ["xdg-portal"]
version = "0.17.2"
[dependencies.rodio]
default-features = false
features = ["symphonia-all", "playback"]
version = "0.21.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[lib]
name = "pwsp"
path = "src/lib.rs"
[package]
authors = ["arabian"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients."
edition = "2024"
homepage = "https://pwsp.arabianq.ru"
keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
license = "MIT"
name = "pwsp"
readme = "README.md"
repository = "https://github.com/arabianq/pipewire-soundpad"
version = "1.3.2"
[package.metadata.deb]
assets = [["target/release/pwsp-daemon", "usr/bin/", "755"], ["target/release/pwsp-cli", "usr/bin/", "755"], ["target/release/pwsp-gui", "usr/bin/", "755"], ["assets/pwsp-gui.desktop", "usr/share/applications/pwsp.desktop", "644"], ["assets/icon.png", "usr/share/icons/hicolor/256x256/apps/pwsp.png", "644"], ["assets/pwsp-daemon.service", "usr/lib/systemd/user/pwsp-daemon.service", "644"]]
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true