[package]
edition = "2024"
rust-version = "1.91.0"
name = "hyprshell-core-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-core-lib"
readme = false
keywords = ["hyprland"]
license = "MIT"
repository = "https://github.com/h3rmt/hyprshell/"
[features]
json5_config = []
[lib]
name = "hyprshell_core_lib"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.notify]
version = "8.2.0"
features = []
default-features = false
[dependencies.notify-rust]
version = "4.11.7"
features = ["zbus"]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.148"
[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