[dependencies.anyhow]
version = "1.0.99"
[dependencies.async-channel]
default-features = true
version = "2.5.0"
[dependencies.config-lib]
package = "hyprshell-config-lib"
version = "=4.7.2"
[dependencies.core-lib]
package = "hyprshell-core-lib"
version = "=4.7.2"
[dependencies.exec-lib]
package = "hyprshell-exec-lib"
version = "=4.7.2"
[dependencies.gtk]
default-features = false
features = ["v4_14"]
package = "gtk4"
version = "0.10.0"
[dependencies.gtk4-layer-shell]
version = "0.6.3"
[dependencies.regex]
version = "1.11.1"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "hyprshell_windows_lib"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "allow"
missing_errors_doc = "allow"
pathbuf_init_then_push = "warn"
print_stderr = "warn"
print_stdout = "warn"
uninlined_format_args = "warn"
unnecessary_debug_formatting = "warn"
unnecessary_wraps = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[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-windows-lib"
edition = "2024"
keywords = ["hyprland"]
license = "MIT"
name = "hyprshell-windows-lib"
readme = false
repository = "https://github.com/h3rmt/hyprshell/"
rust-version = "1.87.0"
version = "4.7.2"