keyhook 0.1.0

⌨️ Global Hotkeys → Webhooks — one desktop app to trigger any HTTP request.
[[bin]]
name = "keyhook"
path = "src/main.rs"

[build-dependencies.tauri-build]
features = []
version = "2"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.keyhook-model]
version = "0.1.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.12.19"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tauri]
features = ["tray-icon", "image-png"]
version = "2.5.1"

[dependencies.tauri-plugin-global-shortcut]
version = "2.2.1"

[dependencies.tauri-plugin-opener]
version = "2.2.7"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "time"]
version = "0.3.19"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.17.0"

[lib]
crate-type = ["staticlib", "cdylib", "rlib"]
name = "keyhook_lib"
path = "src/lib.rs"

[package]
authors = ["lvillis<lvillis@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "network-programming"]
description = "⌨️ Global Hotkeys → Webhooks — one desktop app to trigger any HTTP request."
documentation = "https://github.com/lvillis/keyhook/blob/main/README.md"
edition = "2024"
exclude = ["/docs/", "/tests/", "/.config/", "/.github/", "/.justfile", "/rust-toolchain.toml", "/.gitignore", "Dockerfile", "docker-compose.yaml", "/grn/"]
homepage = "https://github.com/lvillis/keyhook"
keywords = ["tauri", "hotkey", "webhook", "automation", "desktop"]
license = "MIT"
name = "keyhook"
readme = "README.md"
repository = "https://github.com/lvillis/keyhook"
resolver = "2"
version = "0.1.0"