[package]
edition = "2021"
name = "hyprKCS"
version = "1.18.7"
build = false
exclude = [
"assets/*",
"mine/*",
"tests/*",
".wiki_tmp/*",
".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, lightweight, and graphical keybind manager for Hyprland"
homepage = "https://github.com/kosa12/hyprKCS"
readme = "README.md"
keywords = [
"hyprland",
"keybinds",
"manager",
"gui",
"gtk4",
]
categories = [
"gui",
"os::linux-apis",
"accessibility",
"config",
]
license = "MIT"
repository = "https://github.com/kosa12/hyprKCS"
[lib]
name = "hyprKCS"
path = "src/lib.rs"
[[bin]]
name = "hyprKCS"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false
[dependencies.dirs]
version = "6.0.0"
[dependencies.fuzzy-matcher]
version = "0.3.7"
[dependencies.gtk4]
version = "0.10.3"
features = ["v4_12"]
[dependencies.gtk4-layer-shell]
version = "0.7.1"
[dependencies.libadwaita]
version = "0.8.1"
[dependencies.similar]
version = "2.7.0"
features = ["inline"]
[profile.dev]
opt-level = 0
debug = 2
incremental = true
[profile.dev.package."*"]
opt-level = 2
[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true