hyprKCS 1.19.0

A fast, lightweight, and graphical keybind manager for Hyprland
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hyprKCS"
version = "1.19.0"
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