[package]
edition = "2024"
rust-version = "1.91.0"
name = "hyprshell-windows-lib"
version = "4.9.4"
authors = ["h3rmt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern GTK4-based window switcher and application launcher for Hyprland"
documentation = "https://docs.rs/hyprshell-windows-lib"
readme = false
keywords = ["hyprland"]
license = "MIT"
repository = "https://github.com/h3rmt/hyprshell/"
[lib]
name = "hyprshell_windows_lib"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-channel]
version = "2.5.0"
default-features = true
[dependencies.config-lib]
version = "=4.9.4"
package = "hyprshell-config-lib"
[dependencies.core-lib]
version = "=4.9.4"
package = "hyprshell-core-lib"
[dependencies.exec-lib]
version = "=4.9.4"
package = "hyprshell-exec-lib"
[dependencies.gtk4-layer-shell]
version = "0.7.1"
[dependencies.regex]
version = "1.11.1"
[dependencies.relm4]
version = "0.10.0"
features = [
"libadwaita",
"macros",
"gnome_48",
]
default-features = false
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.test-log]
version = "0.2.19"
features = [
"trace",
"unstable",
]
default-features = false
[lints.clippy]
cast_possible_truncation = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
pathbuf_init_then_push = "warn"
print_stderr = "warn"
print_stdout = "warn"
single_match = "allow"
struct_excessive_bools = "allow"
uninlined_format_args = "warn"
unnecessary_debug_formatting = "warn"
unnecessary_wraps = "warn"
unwrap_used = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1