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