oximemo-capture 0.7.0

macOS global Option double-tap monitor for oximemo
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 = "2024"
rust-version = "1.89"
name = "oximemo-capture"
version = "0.7.0"
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"