[package]
edition = "2024"
name = "vol-limiter"
version = "0.1.0"
authors = ["xephyris"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross platform GUI volume limiting application built with iced"
readme = "README.md"
keywords = [
"audio",
"cross-platform",
"gui",
"application",
"volume",
]
license = "GPL-3.0"
license-file = "LICENSE"
repository = "https://github.com/xephyris/vol-limiter"
[lib]
name = "vol_limiter"
path = "src/lib.rs"
[[bin]]
name = "vol-limiter"
path = "src/main.rs"
[dependencies.cpvc]
version = "0.4.1"
[dependencies.iced]
version = "0.13.1"
features = ["tokio"]
[dependencies.iced_core]
version = "0.13.1"