[dependencies.anyhow]
version = "1.0.98"
[dependencies.core-lib]
package = "hyprshell-core-lib"
version = "=4.2.4"
[dependencies.hyprland]
default-features = false
features = ["async-lite", "dispatch", "keyword", "data", "listener", "ctl"]
version = "0.4.0-beta.2"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "hyprshell_exec_lib"
path = "src/lib.rs"
[package]
authors = ["h3rmt"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A modern GTK4-based window switcher and application launcher for Hyprland"
documentation = "https://docs.rs/hyprshell-exec-lib"
edition = "2024"
keywords = ["hyprland"]
license = "MIT"
name = "hyprshell-exec-lib"
readme = false
repository = "https://github.com/h3rmt/hyprshell/"
resolver = "2"
rust-version = "1.85.0"
version = "4.2.4"