hyprshell-core-lib 4.8.3

A modern GTK4-based window switcher and application launcher for Hyprland
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.notify]
default-features = false
features = []
version = "8.2.0"

[dependencies.notify-rust]
features = ["zbus"]
version = "4.11.7"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.test-log]
default-features = false
features = ["trace", "unstable"]
version = "0.2.18"

[features]
json5_config = []

[lib]
name = "hyprshell_core_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"
unwrap_used = "deny"

[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-core-lib"
edition = "2024"
keywords = ["hyprland"]
license = "MIT"
name = "hyprshell-core-lib"
readme = false
repository = "https://github.com/h3rmt/hyprshell/"
rust-version = "1.87.0"
version = "4.8.3"