[package]
edition = "2024"
rust-version = "1.91.0"
name = "hyprshell-exec-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-exec-lib"
readme = false
keywords = ["hyprland"]
license = "MIT"
repository = "https://github.com/h3rmt/hyprshell/"
[lib]
name = "hyprshell_exec_lib"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.config-lib]
version = "=4.9.4"
package = "hyprshell-config-lib"
[dependencies.core-lib]
version = "=4.9.4"
package = "hyprshell-core-lib"
[dependencies.hyprland]
version = "=4.9.4"
features = [
"async-lite",
"dispatch",
"keyword",
"data",
"listener",
"ctl",
"config",
]
default-features = false
package = "hyprshell-hyprland"
[dependencies.hyprland-plugin]
version = "=4.9.4"
package = "hyprshell-hyprland-plugin"
[dependencies.semver]
version = "1.0.27"
[dependencies.tracing]
version = "0.1.44"
[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