[[bin]]
name = "hyprshell"
path = "src/main.rs"
[dependencies.adw]
features = ["v1_5", "gtk_v4_6"]
package = "libadwaita"
version = "0.8.0"
[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.clipboard-lib]
package = "hyprshell-clipboard-lib"
version = "=4.8.0"
[dependencies.config-edit-lib]
package = "hyprshell-config-edit-lib"
version = "=4.8.0"
[dependencies.config-lib]
package = "hyprshell-config-lib"
version = "=4.8.0"
[dependencies.core-lib]
package = "hyprshell-core-lib"
version = "=4.8.0"
[dependencies.exec-lib]
package = "hyprshell-exec-lib"
version = "=4.8.0"
[dependencies.launcher-lib]
package = "hyprshell-launcher-lib"
version = "=4.8.0"
[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.8.0"
[dev-dependencies.test-log]
default-features = false
features = ["trace", "unstable"]
version = "0.2.18"
[features]
ci_config_check = ["config-lib/ci_no_default_config_values"]
clipboard_compress_brotli = ["clipboard-lib/compress_brotli"]
clipboard_compress_lz4 = ["clipboard-lib/compress_lz4"]
clipboard_compress_zstd = ["clipboard-lib/compress_zstd"]
clipboard_encrypt_aes_gcm = ["clipboard-lib/encrypt_aes_gcm"]
clipboard_encrypt_chacha20poly1305 = ["clipboard-lib/encrypt_chacha20poly1305"]
debug_command = []
default = ["json5_config", "generate_config_command", "launcher_calc", "debug_command", "clipboard_compress_lz4", "clipboard_compress_zstd", "clipboard_compress_brotli", "clipboard_encrypt_chacha20poly1305", "clipboard_encrypt_aes_gcm"]
generate_config_command = ["config-lib/generate_config"]
json5_config = ["config-lib/json5_config"]
launcher_calc = ["launcher-lib/calc", "config-lib/launcher_calc_plugin", "config-edit-lib/launcher_calc_plugin"]
slim = ["generate_config_command", "debug_command", "clipboard_compress_lz4"]
[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
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.8.0"
[profile.release]
lto = true
opt-level = 3
strip = "debuginfo"