[package]
edition = "2024"
rust-version = "1.89"
name = "oximemo-capture"
version = "0.9.2"
authors = ["oximemo"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS global Option double-tap monitor for oximemo"
homepage = "https://github.com/project-oxi/oximemo"
readme = "README.md"
keywords = [
"oximemo",
"macos",
"global-hotkey",
"capture",
"objc2",
]
categories = [
"os::macos-apis",
"gui",
]
license = "MIT"
repository = "https://github.com/project-oxi/oximemo"
resolver = "2"
[lib]
name = "oximemo_capture"
path = "src/lib.rs"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
"NSEvent",
"NSApplication",
"NSWindow",
"NSStatusBar",
"NSStatusItem",
"NSMenu",
"NSMenuItem",
"block2",
]
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
"NSString",
"NSProcessInfo",
"NSThread",
"NSRunLoop",
]
[target.'cfg(target_os = "macos")'.dependencies.thiserror]
version = "2"