keyhop 0.2.0

System-wide keyboard navigation overlay: drive your desktop without the mouse.
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"
rust-version = "1.78"
name = "keyhop"
version = "0.2.0"
authors = ["Richard Zampieri <br.developer@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System-wide keyboard navigation overlay: drive your desktop without the mouse."
homepage = "https://github.com/rsaz/keyhop"
documentation = "https://docs.rs/keyhop"
readme = "README.md"
keywords = [
    "keyboard",
    "accessibility",
    "productivity",
    "automation",
    "hotkey",
]
categories = [
    "accessibility",
    "gui",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rsaz/keyhop"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "keyhop"
path = "src/lib.rs"

[[bin]]
name = "keyhop"
path = "src/main.rs"

[[example]]
name = "enumerate_foreground"
path = "examples/enumerate_foreground.rs"

[dependencies.anyhow]
version = "1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "1.0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target."cfg(windows)".dependencies.global-hotkey]
version = "0.7"

[target."cfg(windows)".dependencies.tray-icon]
version = "0.22"
default-features = false

[target."cfg(windows)".dependencies.uiautomation]
version = "0.24"

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_HiDpi",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_Dwm",
    "Win32_System_LibraryLoader",
    "Win32_System_Threading",
    "Win32_System_Registry",
    "Win32_UI_Shell",
    "Win32_UI_Controls",
]

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = "symbols"