[[bin]]
name = "hyprshell"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.async-channel]
default-features = true
version = "2.5.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dependencies.clap_complete]
version = "4.5.57"
[dependencies.config-lib]
package = "hyprshell-config-lib"
version = "=4.7.2"
[dependencies.core-lib]
package = "hyprshell-core-lib"
version = "=4.7.2"
[dependencies.exec-lib]
package = "hyprshell-exec-lib"
version = "=4.7.2"
[dependencies.gtk]
default-features = false
features = ["v4_14"]
package = "gtk4"
version = "0.10.0"
[dependencies.launcher-lib]
package = "hyprshell-launcher-lib"
version = "=4.7.2"
[dependencies.semver]
version = "1.0.26"
[dependencies.signal-hook]
version = "0.3.18"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "env-filter", "ansi"]
version = "0.3.20"
[dependencies.windows-lib]
package = "hyprshell-windows-lib"
version = "=4.7.2"
[features]
config_check = ["config-lib/no-default-config-values"]
debug_command = []
default = ["json5_config", "generate_config_command", "launcher_calc", "debug_command"]
generate_config_command = ["config-lib/generate_config"]
json5_config = ["config-lib/json5_config"]
launcher_calc = ["launcher-lib/calc", "config-lib/launcher_calc_plugin"]
[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"
[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
categories = []
description = "A modern GTK4-based window switcher and application launcher for Hyprland"
documentation = "https://docs.rs/hyprshell"
edition = "2024"
exclude = [".idea/*", ".github/*"]
keywords = ["hyprland"]
license = "MIT"
name = "hyprshell"
readme = "README.md"
repository = "https://github.com/h3rmt/hyprshell/"
rust-version = "1.87.0"
version = "4.7.2"
[profile.release]
lto = true
opt-level = 3
strip = "debuginfo"