hyprswitch 3.1.2

A CLI/GUI that allows switching between windows in Hyprland
[[bin]]
name = "hyprswitch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.bincode]
version = "1.3.3"

[dependencies.clap]
features = ["derive"]
version = "4.5.21"

[dependencies.gtk4]
version = "0.9.4"

[dependencies.gtk4-layer-shell]
version = "0.4.0"

[dependencies.hyprland]
version = "0.4.0-beta.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.22"

[dependencies.notify-rust]
version = "4.11.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.semver]
version = "1.0.23"

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

[dependencies.stderrlog]
version = "0.6.0"

[dependencies.tokio]
features = ["sync"]
version = "1.41.1"

[dev-dependencies.random_color]
version = "1.0.0"

[dev-dependencies.svg]
version = "0.18.0"

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

[package]
authors = ["h3rmt"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI/GUI that allows switching between windows in Hyprland"
documentation = "https://docs.rs/crate/hyprswitch"
edition = "2021"
keywords = ["hyprland"]
license = "MIT"
name = "hyprswitch"
readme = "README.md"
repository = "https://github.com/h3rmt/hyprswitch/"
version = "3.1.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = "debuginfo"